|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
weka.gui.GenericObjectEditor.GOETreeNode
public class GenericObjectEditor.GOETreeNode
A specialized TreeNode for supporting filtering via Capabilities.
Field Summary | |
---|---|
static String |
MAYBE_SUPPORT
color for "maybe support". |
static String |
NO_SUPPORT
color for "no support". |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
EMPTY_ENUMERATION |
Constructor Summary | |
---|---|
GenericObjectEditor.GOETreeNode()
Creates a tree node that has no parent and no children, but which allows children. |
|
GenericObjectEditor.GOETreeNode(Object userObject)
Creates a tree node with no parent, no children, but which allows children, and initializes it with the specified user object. |
|
GenericObjectEditor.GOETreeNode(Object userObject,
boolean allowsChildren)
Creates a tree node with no parent, no children, initialized with the specified user object, and that allows children only if specified. |
Method Summary | |
---|---|
String |
toString()
returns a string representation of this treenode. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String NO_SUPPORT
public static final String MAYBE_SUPPORT
Constructor Detail |
---|
public GenericObjectEditor.GOETreeNode()
public GenericObjectEditor.GOETreeNode(Object userObject)
userObject
- an Object provided by the user that constitutes the
node's datapublic GenericObjectEditor.GOETreeNode(Object userObject, boolean allowsChildren)
userObject
- an Object provided by the user that constitutes the
node's dataallowsChildren
- if true, the node is allowed to have child nodes --
otherwise, it is always a leaf nodeMethod Detail |
---|
public String toString()
toString
in class DefaultMutableTreeNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |