Uses of Interface
de.grogra.pf.ui.tree.UITree
Packages that use UITree
Package
Description
-
Uses of UITree in de.grogra.cli
Methods in de.grogra.cli with parameters of type UITreeModifier and TypeMethodDescriptionCLIToolkit.createComponentMenu
(UITree componentTree) CLIToolkit.createComponentTree
(UITree componentTree) CLIToolkit.createTree
(UITree tree) CLIToolkit.createTreeChoiceWidget
(UITree tree) CLIToolkit.createTreeInSplit
(UITree tree, Object split) void
CLIToolkit.showPopupMenu
(UITree menu, Object component, int x, int y) -
Uses of UITree in de.grogra.cli.ui
Classes in de.grogra.cli.ui that implement UITreeFields in de.grogra.cli.ui declared as UITreeMethods in de.grogra.cli.ui that return UITreeMethods in de.grogra.cli.ui with parameters of type UITreeConstructors in de.grogra.cli.ui with parameters of type UITree -
Uses of UITree in de.grogra.imp
Classes in de.grogra.imp that implement UITreeModifier and TypeClassDescriptionclass
class
class
-
Uses of UITree in de.grogra.pf.ui
Methods in de.grogra.pf.ui that return UITreeModifier and TypeMethodDescriptionPanel.getMenu()
PanelDecorator.getMenu()
PanelHL.getMenu()
static UITree
UI.getUITreeForMenu
(Context ctx, Item menu, Map pipelineParams) Methods in de.grogra.pf.ui with parameters of type UITreeModifier and TypeMethodDescriptionHeadlessToolkit.createComponentMenu
(UITree componentTree) abstract ComponentWrapper
UIToolkit.createComponentMenu
(UITree componentTree) HeadlessToolkit.createComponentTree
(UITree componentTree) abstract ComponentWrapper
UIToolkit.createComponentTree
(UITree componentTree) HeadlessToolkit.createTree
(UITree tree) abstract ComponentWrapper
UIToolkit.createTree
(UITree tree) HeadlessToolkit.createTreeChoiceWidget
(UITree tree) abstract Widget
UIToolkit.createTreeChoiceWidget
(UITree tree) HeadlessToolkit.createTreeInSplit
(UITree tree, Object split) abstract ComponentWrapper
UIToolkit.createTreeInSplit
(UITree tree, Object split) void
void
void
void
HeadlessToolkit.showPopupMenu
(UITree menu, Object component, int x, int y) abstract void
UIToolkit.showPopupMenu
(UITree menu, Object component, int x, int y) -
Uses of UITree in de.grogra.pf.ui.awt
Fields in de.grogra.pf.ui.awt declared as UITreeModifier and TypeFieldDescriptionprotected final UITree
MappedComponentModel.sourceTree
protected final UITree
ButtonSupport.tree
Methods in de.grogra.pf.ui.awt that return UITreeConstructors in de.grogra.pf.ui.awt with parameters of type UITreeModifierConstructorDescriptionAWTTree
(UITree sourceTree, Disposable toDispose, Container root) ButtonSupport
(UITree tree, Object node, int type, Button button) ButtonSupport
(UITree tree, Object node, int type, Checkbox button) ButtonSupport
(UITree tree, Object node, int type, MenuItem button) ButtonSupport
(UITree tree, Object node, int type, AbstractButton button) MappedComponentModel
(UITree sourceTree) MappedComponentModel
(UITree sourceTree, Object sourceRoot) -
Uses of UITree in de.grogra.pf.ui.edit
Classes in de.grogra.pf.ui.edit that implement UITreeMethods in de.grogra.pf.ui.edit that return UITreeModifier and TypeMethodDescriptionprotected UITree
FieldSelection.getHierarchySource()
protected UITree
GraphSelectionImpl.getHierarchySource()
protected UITree
MapSource.getHierarchySource()
protected UITree
OptionsSelection.getHierarchySource()
protected abstract UITree
SelectionBase.getHierarchySource()
Methods in de.grogra.pf.ui.edit with parameters of type UITreeModifier and TypeMethodDescriptionprotected PropertyEditorTree.Node
FieldSelection.createPropertyNodes
(PropertyEditorTree t, Property p, UITree sourceTree, Object sourceNode) protected PropertyEditorTree.Node
GraphSelectionImpl.createPropertyNodes
(PropertyEditorTree t, Property p, UITree sourceTree, Object sourceNode) protected PropertyEditorTree.Node
MapSource.createPropertyNodes
(PropertyEditorTree t, Property p, UITree sourceTree, Object sourceNode) protected PropertyEditorTree.Node
OptionsSelection.createPropertyNodes
(PropertyEditorTree t, Property p, UITree sourceTree, Object sourceNode) protected abstract PropertyEditorTree.Node
SelectionBase.createPropertyNodes
(PropertyEditorTree tree, Property p, UITree sourceTree, Object sourceNode) protected PropertyEditorTree.Node
FieldSelection.createPropertyNodesInGroup
(PropertyEditorTree t, Property p, UITree sourceTree, Object sourceGroup) protected PropertyEditorTree.Node
GraphSelectionImpl.createPropertyNodesInGroup
(PropertyEditorTree t, Property p, UITree sourceTree, Object sourceGroup) protected PropertyEditorTree.Node
MapSource.createPropertyNodesInGroup
(PropertyEditorTree t, Property p, UITree sourceTree, Object sourceGroup) protected PropertyEditorTree.Node
OptionsSelection.createPropertyNodesInGroup
(PropertyEditorTree t, Property p, UITree sourceTree, Object sourceGroup) protected abstract PropertyEditorTree.Node
SelectionBase.createPropertyNodesInGroup
(PropertyEditorTree tree, Property p, UITree sourceTree, Object sourceGroup) protected Object
FieldSelection.getHierarchySourceRoot
(UITree source) protected Object
GraphSelectionImpl.getHierarchySourceRoot
(UITree source) protected Object
MapSource.getHierarchySourceRoot
(UITree source) protected Object
OptionsSelection.getHierarchySourceRoot
(UITree source) protected abstract Object
SelectionBase.getHierarchySourceRoot
(UITree source) -
Uses of UITree in de.grogra.pf.ui.projectexplorer
Methods in de.grogra.pf.ui.projectexplorer that return UITreeMethods in de.grogra.pf.ui.projectexplorer with parameters of type UITreeModifier and TypeMethodDescriptionprotected PropertyEditorTree.Node
ProjectSelection.createPropertyNodes
(PropertyEditorTree t, Property p, UITree sourceTree, Object sourceNode) protected PropertyEditorTree.Node
ProjectSelection.createPropertyNodesInGroup
(PropertyEditorTree t, Property p, UITree sourceTree, Object sourceGroup) protected Object
ProjectSelection.getHierarchySourceRoot
(UITree source) -
Uses of UITree in de.grogra.pf.ui.registry
Methods in de.grogra.pf.ui.registry that return UITreeModifier and TypeMethodDescriptionstatic UITree
ExplorerFactory.createExplorerTree
(UITree tree, TreePath pathToRoot) Methods in de.grogra.pf.ui.registry with parameters of type UITreeModifier and TypeMethodDescriptionstatic UITree
ExplorerFactory.createExplorerTree
(UITree tree, TreePath pathToRoot) -
Uses of UITree in de.grogra.pf.ui.swing
Methods in de.grogra.pf.ui.swing that return UITreeMethods in de.grogra.pf.ui.swing with parameters of type UITreeModifier and TypeMethodDescriptionSwingToolkit.createComponentMenu
(UITree componentTree) SwingToolkit.createComponentTree
(UITree componentTree) SwingToolkit.createTree
(UITree tree) SwingToolkit.createTreeChoiceWidget
(UITree tree) SwingToolkit.createTreeInSplit
(UITree tree, Object split) void
void
SwingToolkit.showPopupMenu
(UITree menu, Object component, int x, int y) -
Uses of UITree in de.grogra.pf.ui.tree
Classes in de.grogra.pf.ui.tree that implement UITreeFields in de.grogra.pf.ui.tree declared as UITreeModifier and TypeFieldDescriptionprotected final UITree
TableMapper.source
protected UITree
UISubTree.uiTree
Methods in de.grogra.pf.ui.tree that return UITreeMethods in de.grogra.pf.ui.tree with parameters of type UITreeModifier and TypeMethodDescriptionvoid
UITreePipeline.addTree
(UITreePipeline.Node dest, int pos, UITree s, Object root, ObjectToBoolean filter, Comparator comp) UITreePipeline.copyTree
(UITree s, Object root, ObjectToBoolean filter) void
UITreePipeline.initialize
(UITree source, Object sourceRoot, Map params) protected boolean
UITreePipeline.isAvailable
(UITree s, Object node) Constructors in de.grogra.pf.ui.tree with parameters of type UITree