wt.clients.beans.query
Class WTSchemaEditor
java.lang.Object
java.beans.PropertyEditorSupport
wt.clients.beans.query.WTSchemaEditor
- All Implemented Interfaces:
- EventListener, PropertyChangeListener, PropertyEditor
- public class WTSchemaEditor
- extends PropertyEditorSupport
- implements PropertyChangeListener
Windchill Technology Query Schema Editor Class (WTSchemaEditor)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionID
private static final String versionID
- See Also:
- Constant Field Values
mySchema
protected WTSchema mySchema
WTSchemaEditor
public WTSchemaEditor()
getJavaInitializationString
public String getJavaInitializationString()
- Specified by:
getJavaInitializationString
in interface PropertyEditor
setValue
public void setValue(Object value)
- Specified by:
setValue
in interface PropertyEditor
getValue
public Object getValue()
- Specified by:
getValue
in interface PropertyEditor
supportsCustomEditor
public boolean supportsCustomEditor()
- Specified by:
supportsCustomEditor
in interface PropertyEditor
getCustomEditor
public Component getCustomEditor()
- Specified by:
getCustomEditor
in interface PropertyEditor
getAsText
public String getAsText()
- Specified by:
getAsText
in interface PropertyEditor
isPaintable
public boolean isPaintable()
- Specified by:
isPaintable
in interface PropertyEditor
paintValue
public void paintValue(Graphics g,
Rectangle clipRect)
- Specified by:
paintValue
in interface PropertyEditor
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange
in interface PropertyChangeListener