com.wildcrest.j2printerworks
Class J2TablePrinterBeanInfo.HorizontalAlignmentPropertyEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bycom.wildcrest.j2printerworks.J2TablePrinterBeanInfo.HorizontalAlignmentPropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor
Enclosing class:
J2TablePrinterBeanInfo

public class J2TablePrinterBeanInfo.HorizontalAlignmentPropertyEditor
extends java.beans.PropertyEditorSupport


Field Summary
protected  int val
           
 
Constructor Summary
J2TablePrinterBeanInfo.HorizontalAlignmentPropertyEditor()
           
 
Method Summary
 java.lang.String getAsText()
           
 java.lang.String getJavaInitializationString()
           
 java.lang.String[] getTags()
           
 java.lang.Object getValue()
           
 void setAsText(java.lang.String str)
           
 void setValue(java.lang.Object o)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, isPaintable, paintValue, removePropertyChangeListener, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

val

protected int val
Constructor Detail

J2TablePrinterBeanInfo.HorizontalAlignmentPropertyEditor

public J2TablePrinterBeanInfo.HorizontalAlignmentPropertyEditor()
Method Detail

setValue

public void setValue(java.lang.Object o)

getValue

public java.lang.Object getValue()

getAsText

public java.lang.String getAsText()

setAsText

public void setAsText(java.lang.String str)

getTags

public java.lang.String[] getTags()

getJavaInitializationString

public java.lang.String getJavaInitializationString()