|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.pivot.wtk.skin.ComponentSkin
org.apache.pivot.wtk.skin.terra.TerraTreeViewSkin
public class TerraTreeViewSkin
Tree view skin.
| Nested Class Summary | |
|---|---|
protected static class |
TerraTreeViewSkin.BranchInfo
An internal data structure that keeps track of skin-related metadata for a tree branch. |
protected static class |
TerraTreeViewSkin.NodeInfo
An internal data structure that keeps track of skin-related metadata for a tree node. |
protected static interface |
TerraTreeViewSkin.NodeInfoVisitor
Node info visitor interface. |
protected class |
TerraTreeViewSkin.VisibleNodeIterator
Iterates through the visible nodes. |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.TreeViewListener |
|---|
org.apache.pivot.wtk.TreeViewListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.TreeViewBranchListener |
|---|
org.apache.pivot.wtk.TreeViewBranchListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.TreeViewNodeListener |
|---|
org.apache.pivot.wtk.TreeViewNodeListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.TreeViewSelectionListener |
|---|
org.apache.pivot.wtk.TreeViewSelectionListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentListener |
|---|
org.apache.pivot.wtk.ComponentListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentStateListener |
|---|
org.apache.pivot.wtk.ComponentStateListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentMouseListener |
|---|
org.apache.pivot.wtk.ComponentMouseListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentMouseButtonListener |
|---|
org.apache.pivot.wtk.ComponentMouseButtonListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentKeyListener |
|---|
org.apache.pivot.wtk.ComponentKeyListener.Adapter |
| Constructor Summary | |
|---|---|
TerraTreeViewSkin()
|
|
| Method Summary | |
|---|---|
protected void |
accept(TerraTreeViewSkin.NodeInfoVisitor visitor)
Accepts the specified visitor on all node info objects that exist in this skin's node info hierarchy. |
void |
branchCollapsed(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path)
|
void |
branchExpanded(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path)
|
void |
checkmarksEnabledChanged(org.apache.pivot.wtk.TreeView treeView)
|
protected void |
clearHighlightedNode()
Clears the highlighted node if one exists. |
void |
disabledCheckmarkFilterChanged(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.util.Filter<?> previousDisabledCheckmarkFilter)
|
void |
disabledNodeFilterChanged(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.util.Filter<?> previousDisabledNodeFilter)
|
void |
enabledChanged(org.apache.pivot.wtk.Component component)
|
void |
focusedChanged(org.apache.pivot.wtk.Component component,
org.apache.pivot.wtk.Component obverseComponent)
|
Color |
getBackgroundColor()
|
int |
getBaseline(int width,
int height)
|
Color |
getBranchControlColor()
|
Color |
getBranchControlInactiveSelectionColor()
|
Color |
getBranchControlSelectionColor()
|
Color |
getColor()
|
Color |
getDisabledColor()
|
Font |
getFont()
|
Color |
getGridColor()
|
Color |
getHighlightBackgroundColor()
|
Color |
getHighlightColor()
|
Color |
getInactiveSelectionBackgroundColor()
|
Color |
getInactiveSelectionColor()
|
int |
getIndent()
|
org.apache.pivot.collections.Sequence.Tree.Path |
getNodeAt(int y)
|
org.apache.pivot.wtk.Bounds |
getNodeBounds(org.apache.pivot.collections.Sequence.Tree.Path path)
|
protected org.apache.pivot.wtk.Bounds |
getNodeBounds(TerraTreeViewSkin.NodeInfo nodeInfo)
Gets the bounding box defined by the specified node, or null if the node is not currently visible. |
protected int |
getNodeHeight()
Gets the fixed node height of this skin. |
int |
getNodeIndent(int depth)
|
protected TerraTreeViewSkin.NodeInfo |
getNodeInfoAt(int y)
Gets the metadata associated with the node found at the specified y-coordinate, or null if there is no node at that location. |
protected TerraTreeViewSkin.NodeInfo |
getNodeInfoAt(org.apache.pivot.collections.Sequence.Tree.Path path)
Gets the metadata associated with the node at the specified path. |
int |
getPreferredHeight(int width)
|
int |
getPreferredWidth(int height)
|
int |
getRowIndex(org.apache.pivot.collections.Sequence.Tree.Path path)
|
Color |
getSelectionBackgroundColor()
|
Color |
getSelectionColor()
|
boolean |
getShowBranchControls()
|
boolean |
getShowEmptyBranchControls()
|
boolean |
getShowGridLines()
|
boolean |
getShowHighlight()
|
int |
getSpacing()
|
void |
install(org.apache.pivot.wtk.Component component)
|
boolean |
isFocusable()
|
boolean |
isOpaque()
|
boolean |
keyPressed(org.apache.pivot.wtk.Component component,
int keyCode,
org.apache.pivot.wtk.Keyboard.KeyLocation keyLocation)
UP Selects the previous enabled node when select mode
is not TreeView.SelectMode.NONEDOWN Selects the next enabled node when select mode
is not TreeView.SelectMode.NONE
SHIFT + UP Increases the
selection size by including the previous enabled node when select mode
is TreeView.SelectMode.MULTISHIFT + DOWN Increases the
selection size by including the next enabled node when select mode is
TreeView.SelectMode.MULTI |
boolean |
keyReleased(org.apache.pivot.wtk.Component component,
int keyCode,
org.apache.pivot.wtk.Keyboard.KeyLocation keyLocation)
SPACE toggles check mark selection when select
mode is TreeView.SelectMode.SINGLE |
void |
layout()
|
boolean |
mouseClick(org.apache.pivot.wtk.Component component,
org.apache.pivot.wtk.Mouse.Button button,
int x,
int y,
int count)
|
boolean |
mouseDown(org.apache.pivot.wtk.Component component,
org.apache.pivot.wtk.Mouse.Button button,
int x,
int y)
|
boolean |
mouseMove(org.apache.pivot.wtk.Component component,
int x,
int y)
|
void |
mouseOut(org.apache.pivot.wtk.Component component)
|
boolean |
mouseUp(org.apache.pivot.wtk.Component component,
org.apache.pivot.wtk.Mouse.Button button,
int x,
int y)
|
boolean |
mouseWheel(org.apache.pivot.wtk.Component component,
org.apache.pivot.wtk.Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
|
void |
nodeCheckStateChanged(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path,
org.apache.pivot.wtk.TreeView.NodeCheckState previousCheckState)
|
void |
nodeEditorChanged(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.wtk.TreeView.NodeEditor previousNodeEditor)
|
void |
nodeInserted(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path,
int index)
|
void |
nodeRendererChanged(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.wtk.TreeView.NodeRenderer previousNodeRenderer)
|
void |
nodesCleared(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path)
|
void |
nodesRemoved(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path,
int index,
int count)
|
void |
nodesSorted(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path)
|
void |
nodeUpdated(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path,
int index)
|
void |
paint(Graphics2D graphics)
|
protected void |
repaintNode(TerraTreeViewSkin.NodeInfo nodeInfo)
Repaints the region occupied by the specified node. |
void |
selectedNodeChanged(org.apache.pivot.wtk.TreeView treeView,
Object previousSelectedNode)
|
void |
selectedPathAdded(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path)
|
void |
selectedPathRemoved(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path)
|
void |
selectedPathsChanged(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence<org.apache.pivot.collections.Sequence.Tree.Path> previousSelectedPaths)
|
void |
selectModeChanged(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.wtk.TreeView.SelectMode previousSelectMode)
|
void |
setBackgroundColor(Color backgroundColor)
|
void |
setBackgroundColor(int backgroundColor)
|
void |
setBackgroundColor(String backgroundColor)
|
void |
setBranchControlColor(Color branchControlColor)
|
void |
setBranchControlColor(int branchControlColor)
|
void |
setBranchControlColor(String branchControlColor)
|
void |
setBranchControlInactiveSelectionColor(Color branchControlInactiveSelectionColor)
|
void |
setBranchControlInactiveSelectionColor(int branchControlInactiveSelectionColor)
|
void |
setBranchControlInactiveSelectionColor(String branchControlInactiveSelectionColor)
|
void |
setBranchControlSelectionColor(Color branchControlSelectionColor)
|
void |
setBranchControlSelectionColor(int branchControlSelectionColor)
|
void |
setBranchControlSelectionColor(String branchControlSelectionColor)
|
void |
setColor(Color color)
|
void |
setColor(int color)
|
void |
setColor(String color)
|
void |
setDisabledColor(Color disabledColor)
|
void |
setDisabledColor(int disabledColor)
|
void |
setDisabledColor(String disabledColor)
|
void |
setFont(org.apache.pivot.collections.Dictionary<String,?> font)
|
void |
setFont(Font font)
|
void |
setFont(String font)
|
void |
setGridColor(Color gridColor)
|
void |
setGridColor(int gridColor)
|
void |
setGridColor(String gridColor)
|
void |
setHighlightBackgroundColor(Color highlightBackgroundColor)
|
void |
setHighlightBackgroundColor(int highlightBackgroundColor)
|
void |
setHighlightBackgroundColor(String highlightBackgroundColor)
|
void |
setHighlightColor(Color highlightColor)
|
void |
setHighlightColor(int highlightColor)
|
void |
setHighlightColor(String highlightColor)
|
void |
setInactiveSelectionBackgroundColor(Color inactiveSelectionBackgroundColor)
|
void |
setInactiveSelectionBackgroundColor(int inactiveSelectionBackgroundColor)
|
void |
setInactiveSelectionBackgroundColor(String inactiveSelectionBackgroundColor)
|
void |
setInactiveSelectionColor(Color inactiveSelectionColor)
|
void |
setInactiveSelectionColor(int inactiveSelectionColor)
|
void |
setInactiveSelectionColor(String inactiveSelectionColor)
|
void |
setIndent(int indent)
|
void |
setIndent(Number indent)
|
void |
setSelectionBackgroundColor(Color selectionBackgroundColor)
|
void |
setSelectionBackgroundColor(int selectionBackgroundColor)
|
void |
setSelectionBackgroundColor(String selectionBackgroundColor)
|
void |
setSelectionColor(Color selectionColor)
|
void |
setSelectionColor(int selectionColor)
|
void |
setSelectionColor(String selectionColor)
|
void |
setShowBranchControls(boolean showBranchControls)
|
void |
setShowEmptyBranchControls(boolean showEmptyBranchControls)
|
void |
setShowGridLines(boolean showGridLines)
|
void |
setShowHighlight(boolean showHighlight)
|
void |
setSpacing(int spacing)
|
void |
setSpacing(Number spacing)
|
void |
showMixedCheckmarkStateChanged(org.apache.pivot.wtk.TreeView treeView)
|
void |
treeDataChanged(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.List<?> previousTreeData)
|
| Methods inherited from class org.apache.pivot.wtk.skin.ComponentSkin |
|---|
cursorChanged, decodeFont, dragSourceChanged, dropTargetChanged, getBaseline, getComponent, getHeight, getPreferredSize, getWidth, heightLimitsChanged, invalidateComponent, keyTyped, locationChanged, menuHandlerChanged, mouseOver, nameChanged, parentChanged, preferredSizeChanged, repaintComponent, repaintComponent, repaintComponent, repaintComponent, repaintComponent, setSize, sizeChanged, tooltipDelayChanged, tooltipTextChanged, tooltipTriggered, visibleChanged, widthLimitsChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TerraTreeViewSkin()
| Method Detail |
|---|
public void install(org.apache.pivot.wtk.Component component)
install in interface org.apache.pivot.wtk.Skininstall in class org.apache.pivot.wtk.skin.ComponentSkinpublic int getPreferredWidth(int height)
getPreferredWidth in interface org.apache.pivot.wtk.ConstrainedVisualpublic int getPreferredHeight(int width)
getPreferredHeight in interface org.apache.pivot.wtk.ConstrainedVisual
public int getBaseline(int width,
int height)
getBaseline in interface org.apache.pivot.wtk.ConstrainedVisualgetBaseline in class org.apache.pivot.wtk.skin.ComponentSkinpublic void layout()
layout in interface org.apache.pivot.wtk.Skinpublic void paint(Graphics2D graphics)
paint in interface org.apache.pivot.wtk.Visualpublic Font getFont()
public void setFont(Font font)
public final void setFont(String font)
public final void setFont(org.apache.pivot.collections.Dictionary<String,?> font)
public Color getColor()
public void setColor(Color color)
public void setColor(String color)
public final void setColor(int color)
public Color getDisabledColor()
public void setDisabledColor(Color disabledColor)
public void setDisabledColor(String disabledColor)
public final void setDisabledColor(int disabledColor)
public Color getBackgroundColor()
public void setBackgroundColor(Color backgroundColor)
public void setBackgroundColor(String backgroundColor)
public final void setBackgroundColor(int backgroundColor)
public Color getSelectionColor()
public void setSelectionColor(Color selectionColor)
public void setSelectionColor(String selectionColor)
public final void setSelectionColor(int selectionColor)
public Color getSelectionBackgroundColor()
public void setSelectionBackgroundColor(Color selectionBackgroundColor)
public void setSelectionBackgroundColor(String selectionBackgroundColor)
public final void setSelectionBackgroundColor(int selectionBackgroundColor)
public Color getInactiveSelectionColor()
public void setInactiveSelectionColor(Color inactiveSelectionColor)
public void setInactiveSelectionColor(String inactiveSelectionColor)
public final void setInactiveSelectionColor(int inactiveSelectionColor)
public Color getInactiveSelectionBackgroundColor()
public void setInactiveSelectionBackgroundColor(Color inactiveSelectionBackgroundColor)
public void setInactiveSelectionBackgroundColor(String inactiveSelectionBackgroundColor)
public final void setInactiveSelectionBackgroundColor(int inactiveSelectionBackgroundColor)
public Color getHighlightColor()
public void setHighlightColor(Color highlightColor)
public void setHighlightColor(String highlightColor)
public final void setHighlightColor(int highlightColor)
public Color getHighlightBackgroundColor()
public void setHighlightBackgroundColor(Color highlightBackgroundColor)
public void setHighlightBackgroundColor(String highlightBackgroundColor)
public final void setHighlightBackgroundColor(int highlightBackgroundColor)
public int getSpacing()
public void setSpacing(int spacing)
public void setSpacing(Number spacing)
public int getIndent()
public void setIndent(int indent)
public void setIndent(Number indent)
public boolean getShowHighlight()
public void setShowHighlight(boolean showHighlight)
public boolean getShowBranchControls()
public void setShowBranchControls(boolean showBranchControls)
public boolean getShowEmptyBranchControls()
public void setShowEmptyBranchControls(boolean showEmptyBranchControls)
public Color getBranchControlColor()
public void setBranchControlColor(Color branchControlColor)
public void setBranchControlColor(String branchControlColor)
public final void setBranchControlColor(int branchControlColor)
public Color getBranchControlSelectionColor()
public void setBranchControlSelectionColor(Color branchControlSelectionColor)
public void setBranchControlSelectionColor(String branchControlSelectionColor)
public final void setBranchControlSelectionColor(int branchControlSelectionColor)
public Color getBranchControlInactiveSelectionColor()
public void setBranchControlInactiveSelectionColor(Color branchControlInactiveSelectionColor)
public void setBranchControlInactiveSelectionColor(String branchControlInactiveSelectionColor)
public final void setBranchControlInactiveSelectionColor(int branchControlInactiveSelectionColor)
public Color getGridColor()
public void setGridColor(Color gridColor)
public void setGridColor(String gridColor)
public final void setGridColor(int gridColor)
public boolean getShowGridLines()
public void setShowGridLines(boolean showGridLines)
protected int getNodeHeight()
protected final TerraTreeViewSkin.NodeInfo getNodeInfoAt(int y)
protected final TerraTreeViewSkin.NodeInfo getNodeInfoAt(org.apache.pivot.collections.Sequence.Tree.Path path)
protected final org.apache.pivot.wtk.Bounds getNodeBounds(TerraTreeViewSkin.NodeInfo nodeInfo)
protected final void accept(TerraTreeViewSkin.NodeInfoVisitor visitor)
visitor - The callback to execute on each node info objectprotected void repaintNode(TerraTreeViewSkin.NodeInfo nodeInfo)
protected void clearHighlightedNode()
public boolean mouseMove(org.apache.pivot.wtk.Component component,
int x,
int y)
mouseMove in interface org.apache.pivot.wtk.ComponentMouseListenermouseMove in class org.apache.pivot.wtk.skin.ComponentSkinpublic void mouseOut(org.apache.pivot.wtk.Component component)
mouseOut in interface org.apache.pivot.wtk.ComponentMouseListenermouseOut in class org.apache.pivot.wtk.skin.ComponentSkin
public boolean mouseDown(org.apache.pivot.wtk.Component component,
org.apache.pivot.wtk.Mouse.Button button,
int x,
int y)
mouseDown in interface org.apache.pivot.wtk.ComponentMouseButtonListenermouseDown in class org.apache.pivot.wtk.skin.ComponentSkin
public boolean mouseUp(org.apache.pivot.wtk.Component component,
org.apache.pivot.wtk.Mouse.Button button,
int x,
int y)
mouseUp in interface org.apache.pivot.wtk.ComponentMouseButtonListenermouseUp in class org.apache.pivot.wtk.skin.ComponentSkin
public boolean mouseClick(org.apache.pivot.wtk.Component component,
org.apache.pivot.wtk.Mouse.Button button,
int x,
int y,
int count)
mouseClick in interface org.apache.pivot.wtk.ComponentMouseButtonListenermouseClick in class org.apache.pivot.wtk.skin.ComponentSkin
public boolean mouseWheel(org.apache.pivot.wtk.Component component,
org.apache.pivot.wtk.Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
mouseWheel in interface org.apache.pivot.wtk.ComponentMouseWheelListenermouseWheel in class org.apache.pivot.wtk.skin.ComponentSkin
public boolean keyPressed(org.apache.pivot.wtk.Component component,
int keyCode,
org.apache.pivot.wtk.Keyboard.KeyLocation keyLocation)
UP Selects the previous enabled node when select mode
is not TreeView.SelectMode.NONEDOWN Selects the next enabled node when select mode
is not TreeView.SelectMode.NONE
SHIFT + UP Increases the
selection size by including the previous enabled node when select mode
is TreeView.SelectMode.MULTI
SHIFT + DOWN Increases the
selection size by including the next enabled node when select mode is
TreeView.SelectMode.MULTI
keyPressed in interface org.apache.pivot.wtk.ComponentKeyListenerkeyPressed in class org.apache.pivot.wtk.skin.ComponentSkin
public boolean keyReleased(org.apache.pivot.wtk.Component component,
int keyCode,
org.apache.pivot.wtk.Keyboard.KeyLocation keyLocation)
SPACE toggles check mark selection when select
mode is TreeView.SelectMode.SINGLE
keyReleased in interface org.apache.pivot.wtk.ComponentKeyListenerkeyReleased in class org.apache.pivot.wtk.skin.ComponentSkinpublic boolean isFocusable()
isFocusable in interface org.apache.pivot.wtk.SkinisFocusable in class org.apache.pivot.wtk.skin.ComponentSkinpublic boolean isOpaque()
isOpaque in interface org.apache.pivot.wtk.SkinisOpaque in class org.apache.pivot.wtk.skin.ComponentSkinpublic void enabledChanged(org.apache.pivot.wtk.Component component)
enabledChanged in interface org.apache.pivot.wtk.ComponentStateListenerenabledChanged in class org.apache.pivot.wtk.skin.ComponentSkin
public void focusedChanged(org.apache.pivot.wtk.Component component,
org.apache.pivot.wtk.Component obverseComponent)
focusedChanged in interface org.apache.pivot.wtk.ComponentStateListenerfocusedChanged in class org.apache.pivot.wtk.skin.ComponentSkinpublic org.apache.pivot.collections.Sequence.Tree.Path getNodeAt(int y)
getNodeAt in interface org.apache.pivot.wtk.TreeView.Skinpublic org.apache.pivot.wtk.Bounds getNodeBounds(org.apache.pivot.collections.Sequence.Tree.Path path)
getNodeBounds in interface org.apache.pivot.wtk.TreeView.Skinpublic int getNodeIndent(int depth)
getNodeIndent in interface org.apache.pivot.wtk.TreeView.Skinpublic int getRowIndex(org.apache.pivot.collections.Sequence.Tree.Path path)
getRowIndex in interface org.apache.pivot.wtk.TreeView.Skin
public void treeDataChanged(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.List<?> previousTreeData)
treeDataChanged in interface org.apache.pivot.wtk.TreeViewListener
public void nodeRendererChanged(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.wtk.TreeView.NodeRenderer previousNodeRenderer)
nodeRendererChanged in interface org.apache.pivot.wtk.TreeViewListener
public void nodeEditorChanged(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.wtk.TreeView.NodeEditor previousNodeEditor)
nodeEditorChanged in interface org.apache.pivot.wtk.TreeViewListener
public void selectModeChanged(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.wtk.TreeView.SelectMode previousSelectMode)
selectModeChanged in interface org.apache.pivot.wtk.TreeViewListenerpublic void checkmarksEnabledChanged(org.apache.pivot.wtk.TreeView treeView)
checkmarksEnabledChanged in interface org.apache.pivot.wtk.TreeViewListenerpublic void showMixedCheckmarkStateChanged(org.apache.pivot.wtk.TreeView treeView)
showMixedCheckmarkStateChanged in interface org.apache.pivot.wtk.TreeViewListener
public void disabledNodeFilterChanged(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.util.Filter<?> previousDisabledNodeFilter)
disabledNodeFilterChanged in interface org.apache.pivot.wtk.TreeViewListener
public void disabledCheckmarkFilterChanged(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.util.Filter<?> previousDisabledCheckmarkFilter)
disabledCheckmarkFilterChanged in interface org.apache.pivot.wtk.TreeViewListener
public void branchExpanded(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path)
branchExpanded in interface org.apache.pivot.wtk.TreeViewBranchListener
public void branchCollapsed(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path)
branchCollapsed in interface org.apache.pivot.wtk.TreeViewBranchListener
public void nodeInserted(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path,
int index)
nodeInserted in interface org.apache.pivot.wtk.TreeViewNodeListener
public void nodesRemoved(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path,
int index,
int count)
nodesRemoved in interface org.apache.pivot.wtk.TreeViewNodeListener
public void nodeUpdated(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path,
int index)
nodeUpdated in interface org.apache.pivot.wtk.TreeViewNodeListener
public void nodesCleared(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path)
nodesCleared in interface org.apache.pivot.wtk.TreeViewNodeListener
public void nodesSorted(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path)
nodesSorted in interface org.apache.pivot.wtk.TreeViewNodeListener
public void nodeCheckStateChanged(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path,
org.apache.pivot.wtk.TreeView.NodeCheckState previousCheckState)
nodeCheckStateChanged in interface org.apache.pivot.wtk.TreeViewNodeStateListener
public void selectedPathAdded(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path)
selectedPathAdded in interface org.apache.pivot.wtk.TreeViewSelectionListener
public void selectedPathRemoved(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence.Tree.Path path)
selectedPathRemoved in interface org.apache.pivot.wtk.TreeViewSelectionListener
public void selectedPathsChanged(org.apache.pivot.wtk.TreeView treeView,
org.apache.pivot.collections.Sequence<org.apache.pivot.collections.Sequence.Tree.Path> previousSelectedPaths)
selectedPathsChanged in interface org.apache.pivot.wtk.TreeViewSelectionListener
public void selectedNodeChanged(org.apache.pivot.wtk.TreeView treeView,
Object previousSelectedNode)
selectedNodeChanged in interface org.apache.pivot.wtk.TreeViewSelectionListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||