public interface ITree extends IControl, ITreeContainer, ITreeObservable, ITreeSelectionObservable, ITreePopupDetectionObservable, ITreeCommon
Modifier and Type | Method and Description |
---|---|
void |
clearSelection() |
ITreeNode |
getNodeAt(Position position) |
java.util.Collection<ITreeNode> |
getSelection() |
void |
setSelection(java.util.Collection<? extends ITreeNode> selection) |
void |
setSelection(ITreeNode... selection) |
getDragSource, getDropTarget, getParent, getRoot, setMaxSize, setMinSize, setParent, setPreferredSize
createPopupMenu, fromComponent, getBounds, hasFocus, isReparentable, isShowing, setBounds, setPopupMenu, setPosition, setSize, toComponent, toLocal, toScreen
dispose, isDisposed
addDisposeListener, removeDisposeListener
addShowingStateListener, removeShowingStateListener
addParentListener, removeParentListener
accept, addNode, addNode, addNode, addNode, getChildren, getLevel, getParentContainer, removeAllNodes, removeNode, removeNode, setAllChildrenBelowExpandedAboveCollapsed, setAllChildrenChecked, setAllChildrenExpanded, setAllChildrenExpanded
addTreeListener, removeTreeListener
addTreeSelectionListener, removeTreeSelectionListener
addTreePopupDetectionListener, removeTreePopupDetectionListener
getLayoutConstraints, getMaxSize, getMinSize, getPreferredSize, setLayoutConstraints, setToolTipText
getBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisible
getUiReference, isEnabled, setEnabled
addComponentListener, removeComponentListener
addFocusListener, removeFocusListener
addKeyListener, removeKeyListener
addMouseListener, removeMouseListener
addMouseMotionListener, removeMouseMotionListener
addPopupDetectionListener, removePopupDetectionListener
Siehe auch Jowidgets Nutzerhandbuch