|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
se.kmr.scam.editor | |
se.kmr.scam.editor.gui | |
se.kmr.scam.editor.util.form |
Uses of Node in se.kmr.scam.editor |
Methods in se.kmr.scam.editor that return Node | |
Node |
FieldMap.getNode(String id)
Gets the form-node associated to a id. |
Uses of Node in se.kmr.scam.editor.gui |
Fields in se.kmr.scam.editor.gui declared as Node | |
protected Node |
AddButton.node
|
Methods in se.kmr.scam.editor.gui that return Node | |
Node |
FormComponent.getNode()
|
Node |
FieldComponent.getNode()
|
Node |
ContainerComponentImpl.getNode()
|
Constructors in se.kmr.scam.editor.gui with parameters of type Node | |
AddButton(Node node,
DesktopFrame editorFrame)
|
Uses of Node in se.kmr.scam.editor.util.form |
Subclasses of Node in se.kmr.scam.editor.util.form | |
class |
FormNode
This object represents an abstract form in the abstract form view. |
class |
LabelNode
This object represents an abstract label in the abstract form view. |
class |
PredefinedNode
This object represents an abstract node with predefined values in the abstract form view. |
class |
TextNode
This object represents an abstract text node in the abstract form view. |
Methods in se.kmr.scam.editor.util.form that return Node | |
Node |
TextNode.getNewInstance()
Gets the newInstance attribute of the TextNode object |
Node |
PredefinedNode.getNewInstance()
Gets the newInstance attribute of the PredefinedNode object |
Node |
Node.getNewInstance()
Gets a new instance of this object |
Node |
LabelNode.getNewInstance()
Gets the newInstance attribute of the LabelNode object |
Node |
FormNode.getNode()
Gets the node attribute of the FormNode object |
Node |
FormNode.getNewInstance()
Gets the newInstance attribute of the FormNode object |
Methods in se.kmr.scam.editor.util.form with parameters of type Node | |
void |
FormNode.addNode(Node node)
Adds a sub-node to the Node attribute of the FormNode object |
Constructors in se.kmr.scam.editor.util.form with parameters of type Node | |
Node(Node node)
Copy constructor for the Node object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |