|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
public static final class ConfigEditTreeModel.ConfigEditTreeNode
Single Tree node implementation.
Field Summary |
---|
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
ConfigEditTreeModel.ConfigEditTreeNode(AbstractConfigEntry entry)
Constructs new tree node based on a representative config entry. |
Method Summary | |
---|---|
AbstractConfigEntry |
getConfigEntry()
|
String |
getExposeVariableName()
|
ConfigEditTreeModel.ConfigEditTreeNode |
getRoot()
|
org.knime.core.node.config.ConfigEditTreeModel.Wrapper |
getUserObject()
|
String |
getUseVariableName()
|
boolean |
hasConfiguration()
Implementation of ConfigEditTreeModel.hasConfiguration() . |
void |
setExposeVariableName(String variableName)
|
(package private) void |
setTreeModel(ConfigEditTreeModel treeModel)
|
void |
setUserObject(Object arg)
|
void |
setUseVariableName(String value)
|
String |
toString()
|
void |
toString(StringBuilder b,
String indent)
Recursion method to get a string representation of this tree. |
(package private) void |
update(FlowVariableModel model)
Implements the functionality described in the update(FlowVariableModel) method. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
ConfigEditTreeModel.ConfigEditTreeNode(AbstractConfigEntry entry)
entry
- To wrap.Method Detail |
---|
void setTreeModel(ConfigEditTreeModel treeModel)
treeModel
- the treeModel to setpublic void setUserObject(Object arg)
setUserObject
in interface MutableTreeNode
setUserObject
in class DefaultMutableTreeNode
public org.knime.core.node.config.ConfigEditTreeModel.Wrapper getUserObject()
getUserObject
in class DefaultMutableTreeNode
public ConfigEditTreeModel.ConfigEditTreeNode getRoot()
getRoot
in class DefaultMutableTreeNode
public AbstractConfigEntry getConfigEntry()
public void setUseVariableName(String value)
value
- the new variable to use.public String getUseVariableName()
public void setExposeVariableName(String variableName)
variableName
- The name of the variable, which represents this
node's value.public String getExposeVariableName()
public boolean hasConfiguration()
ConfigEditTreeModel.hasConfiguration()
.
void update(FlowVariableModel model)
update(FlowVariableModel)
method.
model
- The model that provides the update.public String toString()
toString
in class DefaultMutableTreeNode
public void toString(StringBuilder b, String indent)
b
- to append toindent
- indentation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |