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.SelectionElement
getSelectionType
in interface com.sun.javatest.tool.selectiontree.selection.SelectionElement
public void setSelectionType(com.sun.javatest.tool.selectiontree.selection.SelectionType selectionType)
com.sun.javatest.tool.selectiontree.selection.SelectionElement
setSelectionType
in interface com.sun.javatest.tool.selectiontree.selection.SelectionElement
public java.lang.String getDisplayableName()
com.sun.javatest.tool.selectiontree.selection.SelectionElement
getDisplayableName
in interface com.sun.javatest.tool.selectiontree.selection.SelectionElement
public java.lang.String getToolTip()
com.sun.javatest.tool.selectiontree.selection.SelectionElement
getToolTip
in interface com.sun.javatest.tool.selectiontree.selection.SelectionElement
public boolean isToolTipAlwaysShown()
com.sun.javatest.tool.selectiontree.selection.SelectionElement
isToolTipAlwaysShown
in interface com.sun.javatest.tool.selectiontree.selection.SelectionElement
public java.util.List<com.sun.javatest.tool.selectiontree.selection.SelectionElement> getChildren()
com.sun.javatest.tool.selectiontree.selection.SelectionElement
getChildren
in interface com.sun.javatest.tool.selectiontree.selection.SelectionElement
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.