Uses of Interface
org.apache.pivot.wtk.TreeView.NodeEditor
-
Packages that use TreeView.NodeEditor Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.content Contains classes representing component data, such as list items or table rows. -
-
Uses of TreeView.NodeEditor in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return TreeView.NodeEditor Modifier and Type Method Description TreeView.NodeEditor
TreeView. getNodeEditor()
Returns the editor used to edit nodes in this tree.Methods in org.apache.pivot.wtk with parameters of type TreeView.NodeEditor Modifier and Type Method Description void
TreeViewListener.Adapter. nodeEditorChanged(TreeView treeView, TreeView.NodeEditor previousNodeEditor)
Deprecated.void
TreeViewListener.Listeners. nodeEditorChanged(TreeView treeView, TreeView.NodeEditor previousNodeEditor)
default void
TreeViewListener. nodeEditorChanged(TreeView treeView, TreeView.NodeEditor previousNodeEditor)
Called when a tree view's node editor has changed.void
TreeView. setNodeEditor(TreeView.NodeEditor nodeEditor)
Sets the editor used to edit nodes in this tree. -
Uses of TreeView.NodeEditor in org.apache.pivot.wtk.content
Classes in org.apache.pivot.wtk.content that implement TreeView.NodeEditor Modifier and Type Class Description class
TreeViewNodeEditor
Default tree view node editor.
-