|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeBox.Item | |
---|---|
com.leafdigital.ui.api | The UI API provides a basic windowing interface library of widgets that can be constructed from XML. |
Uses of TreeBox.Item in com.leafdigital.ui.api |
---|
Methods in com.leafdigital.ui.api that return TreeBox.Item | |
---|---|
TreeBox.Item[] |
TreeBox.Item.getChildren()
|
TreeBox.Item |
TreeBox.Item.getParent()
|
TreeBox.Item |
TreeBox.Handler.getRoot()
|
Methods in com.leafdigital.ui.api with parameters of type TreeBox.Item | |
---|---|
boolean |
TreeBox.DragSingleSelectionHandler.canDrag(TreeBox.Item i)
|
boolean |
TreeBox.DragSingleSelectionHandler.canDragTo(TreeBox.Item moving,
TreeBox.Item parent,
int position)
|
void |
TreeBox.DragSingleSelectionHandler.dragTo(TreeBox.Item moving,
TreeBox.Item parent,
int position)
|
void |
TreeBox.select(TreeBox.Item i)
Selects the given item. |
void |
TreeBox.select(TreeBox.Item[] items)
Selects the given items. |
void |
TreeBox.SingleSelectionHandler.selected(TreeBox.Item i)
Called when selection changes. |
void |
TreeBox.MultiSelectionHandler.selected(TreeBox.Item[] items)
Called when selection changes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |