protected class TreeSelectionPane.SelectNode
extends java.lang.Object
implements com.sun.javatest.tool.selectiontree.selection.SelectionElement
| Constructor and Description |
|---|
SelectNode(TreeSelectionPane.Model model,
java.lang.Object object) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.sun.javatest.tool.selectiontree.selection.SelectionElement> |
getChildren()
Answer the list with children.
|
java.lang.String |
getDisplayableName()
Answers the UI displayable element name.
|
com.sun.javatest.tool.selectiontree.selection.SelectionType |
getSelectionType()
Answers whether the interface implementor is selected, unselected or have partially selected children.
|
java.lang.String |
getToolTip()
Answers tooltip text for this element.
|
boolean |
isToolTipAlwaysShown()
Answers whether the tooltip should be always shown regardless the displayable name visibility.
|
void |
setSelectionType(com.sun.javatest.tool.selectiontree.selection.SelectionType selectionType)
Sets whether the interface implementor is selected, unselected or have partially selected children.
|
public SelectNode(TreeSelectionPane.Model model, java.lang.Object object)
public com.sun.javatest.tool.selectiontree.selection.SelectionType getSelectionType()
com.sun.javatest.tool.selectiontree.selection.SelectionElementgetSelectionType in interface com.sun.javatest.tool.selectiontree.selection.SelectionElementpublic void setSelectionType(com.sun.javatest.tool.selectiontree.selection.SelectionType selectionType)
com.sun.javatest.tool.selectiontree.selection.SelectionElementsetSelectionType in interface com.sun.javatest.tool.selectiontree.selection.SelectionElementpublic java.lang.String getDisplayableName()
com.sun.javatest.tool.selectiontree.selection.SelectionElementgetDisplayableName in interface com.sun.javatest.tool.selectiontree.selection.SelectionElementpublic java.lang.String getToolTip()
com.sun.javatest.tool.selectiontree.selection.SelectionElementgetToolTip in interface com.sun.javatest.tool.selectiontree.selection.SelectionElementpublic boolean isToolTipAlwaysShown()
com.sun.javatest.tool.selectiontree.selection.SelectionElementisToolTipAlwaysShown in interface com.sun.javatest.tool.selectiontree.selection.SelectionElementpublic java.util.List<com.sun.javatest.tool.selectiontree.selection.SelectionElement> getChildren()
com.sun.javatest.tool.selectiontree.selection.SelectionElementgetChildren in interface com.sun.javatest.tool.selectiontree.selection.SelectionElementCopyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.