|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrle.vm.Editor
rle.vm.editor.NodeComboEditor
public class NodeComboEditor
Simple editor for selecting from a list of child nodes. The parent parameter must be set by the attribute, specifying the complete path of the parent node whose children will make up our list of choices.
Field Summary |
---|
Fields inherited from class rle.vm.Editor |
---|
attribute, owner, parameters, treeTool |
Constructor Summary | |
---|---|
NodeComboEditor()
|
Method Summary | |
---|---|
javax.swing.JComboBox |
comboBox()
|
javax.swing.JComponent |
getEditorComponent()
Returns the component that forms the UI for this Editor. |
void |
initialize(AttributeBean attribute,
InfoNode owner,
TreeTool treeTool)
Method called to configure the editor. |
void |
save()
|
Methods inherited from class rle.vm.Editor |
---|
applyDefaults, getAttribute, getOwner, getParameters, getTreeTool, paramMap, paramMap, setAttribute, setOwner, setParameters, setTreeTool, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeComboEditor()
Method Detail |
---|
public javax.swing.JComboBox comboBox()
public void save()
save
in interface Saveable
save
in class Editor
public javax.swing.JComponent getEditorComponent()
getEditorComponent
in class Editor
public void initialize(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
Editor
initialize
in class Editor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |