Class symantec.itools.db.beans.binding.LookupBindingEditor
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.binding.LookupBindingEditor
Object
|
+----Component
|
+----Container
|
+----Panel
|
+----symantec.itools.db.beans.binding.LookupBindingEditor
- public class LookupBindingEditor
- extends Panel
- implements PropertyEditor
-
symantec.itools.db.beans.binding.LookupBindingEditor()
-
-
addPropertyChangeListener(PropertyChangeListener)
-
-
getAsText()
-
-
getCustomEditor()
-
-
getJavaInitializationString()
-
-
getTags()
-
-
getValue()
-
-
isPaintable()
-
-
paintValue(Graphics, Rectangle)
-
-
removePropertyChangeListener(PropertyChangeListener)
-
-
setAsText(String)
-
-
setText()
-
-
setValue(Object)
-
-
supportsCustomEditor()
-
LookupBindingEditor
public LookupBindingEditor()
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener l)
getAsText
public java.lang.String getAsText()
getCustomEditor
public java.awt.Component getCustomEditor()
getJavaInitializationString
public java.lang.String getJavaInitializationString()
getTags
public java.lang.String[] getTags()
getValue
public java.lang.Object getValue()
isPaintable
public boolean isPaintable()
paintValue
public void paintValue(Graphics gfx,
Rectangle Box)
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener l)
setAsText
public void setAsText(String s) throws IllegalArgumentException
setText
protected void setText()
setValue
public void setValue(Object o)
supportsCustomEditor
public boolean supportsCustomEditor()
All Packages Class Hierarchy This Package Previous Next Index