wt.clients.beans.query
Class WTSchemaEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bywt.clients.beans.query.WTSchemaEditor
All Implemented Interfaces:
EventListener, PropertyChangeListener, PropertyEditor

public class WTSchemaEditor
extends PropertyEditorSupport
implements PropertyChangeListener

Windchill Technology Query Schema Editor Class (WTSchemaEditor)


Field Summary
protected  WTSchema mySchema
           
private static String versionID
           
 
Fields inherited from class java.beans.PropertyEditorSupport
 
Constructor Summary
WTSchemaEditor()
           
 
Method Summary
 String getAsText()
           
 Component getCustomEditor()
           
 String getJavaInitializationString()
           
 Object getValue()
           
 boolean isPaintable()
           
 void paintValue(Graphics g, Rectangle clipRect)
           
 void propertyChange(PropertyChangeEvent evt)
           
 void setValue(Object value)
           
 boolean supportsCustomEditor()
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getTags, removePropertyChangeListener, setAsText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values

mySchema

protected WTSchema mySchema
Constructor Detail

WTSchemaEditor

public WTSchemaEditor()
Method Detail

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