wt.clients.beans
Class AttributesFormSchemaEditor
java.lang.Object
wt.clients.beans.SchemaEditor
wt.clients.beans.AttributesFormSchemaEditor
- All Implemented Interfaces:
- PropertyEditor, Serializable
- public class AttributesFormSchemaEditor
- extends SchemaEditor
AttributesFormSchemaEditor is a PropertyEditor for the schema property of the wt.clients.beans.AttributesForm bean.
It is only intended for use by builder tools.
Supported API: false
Extendable: false
- See Also:
ClassExplorer
,
AttributesForm
,
Serialized Form
Method Summary |
String[] |
getInitialClassNames()
Gets the initial class names to display in the ClassExplorer. |
static void |
main(String[] args)
A short main method to allow standalone testing. |
Methods inherited from class wt.clients.beans.SchemaEditor |
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributesFormSchemaEditor
public AttributesFormSchemaEditor()
getInitialClassNames
public String[] getInitialClassNames()
- Description copied from class:
SchemaEditor
- Gets the initial class names to display in the ClassExplorer.
Note: override this method in subclasses to change the root node
classes shown in the ClassExplorer.
- Overrides:
getInitialClassNames
in class SchemaEditor
- Returns:
- an array of class names
main
public static void main(String[] args)
- Description copied from class:
SchemaEditor
- A short main method to allow standalone testing.