$ A B C D E G H I J N O P S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
$
- $fillValuesFrom(C) - Method in class io.github.astrapi69.swing.tree.model.TreeElement.TreeElementBuilder
A
- AbstractGenericTreeModel<T> - Class in io.github.astrapi69.swing.tree.model
-
The class AbstractGenericTreeModel.
- AbstractGenericTreeModel() - Constructor for class io.github.astrapi69.swing.tree.model.AbstractGenericTreeModel
B
- BaseTreeNodeFactory - Class in io.github.astrapi69.swing.tree
-
Factory class for generate
DefaultMutableTreeNode
fromBaseTreeNode
- BaseTreeNodeFactory() - Constructor for class io.github.astrapi69.swing.tree.BaseTreeNodeFactory
- BaseTreeNodeGenericTreeElementWithContentPanel<T,K,C> - Class in io.github.astrapi69.swing.tree.panel.content
-
The abstract class
BaseTreeNodeGenericTreeElementWithContentPanel
a givenGenericTreeElement
- BaseTreeNodeGenericTreeElementWithContentPanel() - Constructor for class io.github.astrapi69.swing.tree.panel.content.BaseTreeNodeGenericTreeElementWithContentPanel
-
Instantiates a new
BaseTreeNodeGenericTreeElementWithContentPanel
- BaseTreeNodeGenericTreeElementWithContentPanel(IModel<BaseTreeNode<GenericTreeElement<T>, K>>) - Constructor for class io.github.astrapi69.swing.tree.panel.content.BaseTreeNodeGenericTreeElementWithContentPanel
-
Instantiates a new t
BaseTreeNodeGenericTreeElementWithContentPanel
- BaseTreeNodeJXTreeElementPanel - Class in io.github.astrapi69.swing.tree.panel
-
The abstract class
BaseTreeNodeJXTreeElementPanel
a given parameterizedTreeNode
- BaseTreeNodeJXTreeElementPanel() - Constructor for class io.github.astrapi69.swing.tree.panel.BaseTreeNodeJXTreeElementPanel
-
Instantiates a new
BaseTreeNodeJXTreeElementPanel
- BaseTreeNodeJXTreeElementPanel(IModel<BaseTreeNode<JXTreeElement, Long>>) - Constructor for class io.github.astrapi69.swing.tree.panel.BaseTreeNodeJXTreeElementPanel
-
Instantiates a new t
BaseTreeNodeJXTreeElementPanel
- build() - Method in class io.github.astrapi69.swing.tree.model.TreeElement.TreeElementBuilder
- builder() - Static method in class io.github.astrapi69.swing.tree.model.TreeElement
C
- canEqual(Object) - Method in class io.github.astrapi69.swing.tree.model.TreeElement
- ComponentTreeNode - Class in io.github.astrapi69.swing.tree.node
- ComponentTreeNode(Component, boolean, String) - Constructor for class io.github.astrapi69.swing.tree.node.ComponentTreeNode
- ComponentTreeNode(Component, String) - Constructor for class io.github.astrapi69.swing.tree.node.ComponentTreeNode
- copy(T, T) - Static method in class io.github.astrapi69.swing.tree.factory.DefaultMutableTreeNodeExtensions
-
Copies the given source
DefaultMutableTreeNode
object to the given targetDefaultMutableTreeNode
object - copyOf(DefaultMutableTreeNode, T) - Static method in class io.github.astrapi69.swing.tree.factory.DefaultMutableTreeNodeExtensions
-
Makes a exact copy of the given
DefaultMutableTreeNode
object with the copy of the given user object and all descendantsDefaultMutableTreeNode
objects
D
- DefaultMutableTreeNodeExtensions - Class in io.github.astrapi69.swing.tree.factory
-
The class
DefaultMutableTreeNodeExtensions
provides methods for copy ofDefaultMutableTreeNode
objects - DefaultMutableTreeNodeExtensions() - Constructor for class io.github.astrapi69.swing.tree.factory.DefaultMutableTreeNodeExtensions
- DefaultMutableTreeNodeFactory - Class in io.github.astrapi69.swing.tree.factory
-
The factory class
DefaultMutableTreeNodeFactory
holds methods for creatingDefaultMutableTreeNode
objects.
E
- equals(Object) - Method in class io.github.astrapi69.swing.tree.model.TreeElement
- expandAll(JTree, TreePath, boolean) - Static method in class io.github.astrapi69.swing.tree.JTreeExtensions
-
Expand all nodes recursive
- expandNodes(JTree) - Static method in class io.github.astrapi69.swing.tree.JTreeExtensions
-
Expand all nodes but non-recursive
G
- GenericBaseTreeNodePanel<T,K> - Class in io.github.astrapi69.swing.tree.panel
-
The abstract class
GenericBaseTreeNodePanel
a given parameterizedBaseTreeNode
- GenericBaseTreeNodePanel() - Constructor for class io.github.astrapi69.swing.tree.panel.GenericBaseTreeNodePanel
-
Instantiates a new
GenericBaseTreeNodePanel
- GenericBaseTreeNodePanel(IModel<BaseTreeNode<T, K>>) - Constructor for class io.github.astrapi69.swing.tree.panel.GenericBaseTreeNodePanel
-
Instantiates a new t
GenericBaseTreeNodePanel
- GenericBaseTreeNodeWithContentPanel<T,K,C> - Class in io.github.astrapi69.swing.tree.panel.content
- GenericBaseTreeNodeWithContentPanel() - Constructor for class io.github.astrapi69.swing.tree.panel.content.GenericBaseTreeNodeWithContentPanel
-
Instantiates a new
GenericBaseTreeNodeWithContentPanel
- GenericBaseTreeNodeWithContentPanel(IModel<BaseTreeNode<T, K>>) - Constructor for class io.github.astrapi69.swing.tree.panel.content.GenericBaseTreeNodeWithContentPanel
-
Instantiates a new t
GenericBaseTreeNodeWithContentPanel
- GenericTreeNodePanel<T> - Class in io.github.astrapi69.swing.tree.panel
-
The abstract class
GenericTreeNodePanel
a given parameterizedTreeNode
- GenericTreeNodePanel() - Constructor for class io.github.astrapi69.swing.tree.panel.GenericTreeNodePanel
-
Instantiates a new
GenericTreeNodePanel
- GenericTreeNodePanel(IModel<TreeNode<T>>) - Constructor for class io.github.astrapi69.swing.tree.panel.GenericTreeNodePanel
-
Instantiates a new t
GenericTreeNodePanel
- GenericTreeNodeWithContentPanel<T,C> - Class in io.github.astrapi69.swing.tree.panel.content
- GenericTreeNodeWithContentPanel() - Constructor for class io.github.astrapi69.swing.tree.panel.content.GenericTreeNodeWithContentPanel
-
Instantiates a new
GenericTreeNodeWithContentPanel
- GenericTreeNodeWithContentPanel(IModel<TreeNode<T>>) - Constructor for class io.github.astrapi69.swing.tree.panel.content.GenericTreeNodeWithContentPanel
-
Instantiates a new t
GenericTreeNodeWithContentPanel
- getCbxLeaf() - Method in class io.github.astrapi69.swing.tree.panel.node.NodePanel
- getComponent() - Method in class io.github.astrapi69.swing.tree.node.ComponentTreeNode
- getLabel() - Method in class io.github.astrapi69.swing.tree.node.ComponentTreeNode
- getLblLeaf() - Method in class io.github.astrapi69.swing.tree.panel.node.NodePanel
- getLblName() - Method in class io.github.astrapi69.swing.tree.panel.node.NodePanel
- getName() - Method in class io.github.astrapi69.swing.tree.model.TreeElement
-
The name of this tree element.
- getParent() - Method in class io.github.astrapi69.swing.tree.model.TreeElement
-
The parent of this tree element.
- getScrTree() - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
The
JScrollPane
for the decoratedJTree
. - getScrTreeEntryTable() - Method in class io.github.astrapi69.swing.tree.panel.content.JXTreeWithContentPanel
- getSelectedComponent() - Method in class io.github.astrapi69.swing.tree.panel.content.PreferencesPanel
- getSelectedDefaultMutableTreeNode(MouseEvent, JTree) - Static method in class io.github.astrapi69.swing.tree.JTreeExtensions
-
Gets the selected tree node as
DefaultMutableTreeNode
object - getSelectedDefaultMutableTreeNode(JTree, int, int) - Static method in class io.github.astrapi69.swing.tree.JTreeExtensions
-
Gets the selected tree node as
DefaultMutableTreeNode
object - getSelectedDefaultMutableTreeNode(JTree, Point) - Static method in class io.github.astrapi69.swing.tree.JTreeExtensions
-
Gets the selected tree node as
DefaultMutableTreeNode
object from the givenPoint
object - getSelectedTreeNode() - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
Gets the selected tree node
- getSelectedTreeNode(JTree) - Static method in class io.github.astrapi69.swing.tree.JTreeExtensions
-
Gets the selected tree node as
DefaultMutableTreeNode
object - getSelectedUserObject(MouseEvent, JTree) - Static method in class io.github.astrapi69.swing.tree.JTreeExtensions
-
Gets the selected user object from the given
JTree
object - getSelectedUserObject(JTree) - Static method in class io.github.astrapi69.swing.tree.JTreeExtensions
-
Gets the selected user object from the given
JTree
object - getTblTreeEntryTable() - Method in class io.github.astrapi69.swing.tree.panel.content.JXTreeWithContentPanel
- getTree() - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
The decorated
JTree
. - getTreeNodes(TreeNode) - Static method in class io.github.astrapi69.swing.tree.JTreeExtensions
-
Creates a
List
object with all parent and the givenTreeNode
object in the parent child order - getTreePath(TreeNode) - Static method in class io.github.astrapi69.swing.tree.JTreeExtensions
-
Creates a
TreePath
object from the givenTreeNode
object - getTxtName() - Method in class io.github.astrapi69.swing.tree.panel.node.NodePanel
H
- hashCode() - Method in class io.github.astrapi69.swing.tree.model.TreeElement
I
- IGenericTreeModel<T> - Interface in io.github.astrapi69.swing.tree.model.api
-
The Interface IGenericTreeModel.
- IGenericTreeNode<T> - Interface in io.github.astrapi69.swing.tree.model.api
-
The Interface IGenericTreeNode.
- initializeBaseTreeNodeWithTreeElement(T, BaseTreeNode<T, K>, IdGenerator<K>) - Static method in class io.github.astrapi69.swing.tree.BaseTreeNodeFactory
-
Factory method that creates a new
BaseTreeNode
object from the givenTreeElement
object - initializeTreeNodeWithTreeElement(GenericTreeElement<T>, BaseTreeNode<GenericTreeElement<T>, K>, IdGenerator<K>) - Static method in class io.github.astrapi69.swing.tree.BaseTreeNodeFactory
-
Factory method that creates a new
BaseTreeNode
object from the givenTreeElement
object - initializeTreeNodeWithTreeElement(GenericTreeElement<T>, TreeNode<GenericTreeElement<T>>) - Static method in class io.github.astrapi69.swing.tree.TreeNodeFactory
-
Factory method that creates a new
TreeNode
object from the givenTreeElement
object - initializeTreeNodeWithTreeElement(JXTreeElement, BaseTreeNode<JXTreeElement, K>, IdGenerator<K>) - Static method in class io.github.astrapi69.swing.tree.BaseTreeNodeFactory
-
Factory method that creates a new
BaseTreeNode
object from the givenTreeElement
object - initializeTreeNodeWithTreeElement(JXTreeElement, TreeNode<JXTreeElement>) - Static method in class io.github.astrapi69.swing.tree.TreeNodeFactory
-
Factory method that creates a new
TreeNode
object from the givenTreeElement
object - initializeTreeNodeWithTreeElement(TreeElement, BaseTreeNode<TreeElement, K>, IdGenerator<K>) - Static method in class io.github.astrapi69.swing.tree.BaseTreeNodeFactory
-
Factory method that creates a new
BaseTreeNode
object from the givenTreeElement
object - initializeTreeNodeWithTreeElement(TreeElement, TreeNode<TreeElement>) - Static method in class io.github.astrapi69.swing.tree.TreeNodeFactory
-
Factory method that creates a new
TreeNode
object from the givenTreeElement
object - io.github.astrapi69.swing.tree - package io.github.astrapi69.swing.tree
- io.github.astrapi69.swing.tree.factory - package io.github.astrapi69.swing.tree.factory
- io.github.astrapi69.swing.tree.model - package io.github.astrapi69.swing.tree.model
-
Provides classes for abstract swing trees and nodes
- io.github.astrapi69.swing.tree.model.api - package io.github.astrapi69.swing.tree.model.api
-
Provides interfaces for abstract swing trees and nodes
- io.github.astrapi69.swing.tree.node - package io.github.astrapi69.swing.tree.node
- io.github.astrapi69.swing.tree.panel - package io.github.astrapi69.swing.tree.panel
- io.github.astrapi69.swing.tree.panel.content - package io.github.astrapi69.swing.tree.panel.content
- io.github.astrapi69.swing.tree.panel.node - package io.github.astrapi69.swing.tree.panel.node
- isNode() - Method in class io.github.astrapi69.swing.tree.model.TreeElement
-
The flag that indicates if this tree element is a node.
J
- JTreeExtensions - Class in io.github.astrapi69.swing.tree
-
The class
JTreeExtensions
. - JTreeExtensions() - Constructor for class io.github.astrapi69.swing.tree.JTreeExtensions
- JXTreePanel<T> - Class in io.github.astrapi69.swing.tree.panel
- JXTreePanel() - Constructor for class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
Instantiates a new
JXTreePanel
object. - JXTreePanel(IModel<T>) - Constructor for class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
Instantiates a new new
JXTreePanel
object. - JXTreeWithContentPanel<T,C> - Class in io.github.astrapi69.swing.tree.panel.content
- JXTreeWithContentPanel() - Constructor for class io.github.astrapi69.swing.tree.panel.content.JXTreeWithContentPanel
- JXTreeWithContentPanel(IModel<T>) - Constructor for class io.github.astrapi69.swing.tree.panel.content.JXTreeWithContentPanel
N
- name(String) - Method in class io.github.astrapi69.swing.tree.model.TreeElement.TreeElementBuilder
- newDefaultMutableTreeNode(BaseTreeNode<T, K>) - Static method in class io.github.astrapi69.swing.tree.BaseTreeNodeFactory
-
Creates a new
DefaultMutableTreeNode
object from the givenBaseTreeNode
object - newDefaultMutableTreeNode(TreeNode<T>) - Static method in class io.github.astrapi69.swing.tree.TreeNodeFactory
-
Creates a new
DefaultMutableTreeNode
object from the givenTreeNode
object - newDefaultMutableTreeNode(DefaultMutableTreeNode, T) - Static method in class io.github.astrapi69.swing.tree.factory.DefaultMutableTreeNodeFactory
-
Factory method that creates a new
DefaultMutableTreeNode
object - newDefaultMutableTreeNode(DefaultMutableTreeNode, T, boolean) - Static method in class io.github.astrapi69.swing.tree.factory.DefaultMutableTreeNodeFactory
-
Factory method that creates a new
DefaultMutableTreeNode
object - newDefaultMutableTreeNode(DefaultMutableTreeNode, T, boolean, boolean) - Static method in class io.github.astrapi69.swing.tree.factory.DefaultMutableTreeNodeFactory
-
Factory method that creates a new
DefaultMutableTreeNode
object - newDefaultMutableTreeNode(T) - Static method in class io.github.astrapi69.swing.tree.factory.DefaultMutableTreeNodeFactory
-
Factory method that creates a new
DefaultMutableTreeNode
object - newDefaultMutableTreeNode(T, boolean) - Static method in class io.github.astrapi69.swing.tree.factory.DefaultMutableTreeNodeFactory
-
Factory method that creates a new
DefaultMutableTreeNode
object - newJSplitPane() - Method in class io.github.astrapi69.swing.tree.panel.content.PreferencesPanel
- newJTable() - Method in class io.github.astrapi69.swing.tree.panel.content.JXTreeWithContentPanel
-
Factory method for creating the new
JTable
. - newPreferredSize(int, int) - Method in class io.github.astrapi69.swing.tree.panel.content.PreferencesPanel
-
Factory method for creating the new
Dimension
. - newPreferredSize(int, int) - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
Factory method for creating the new
Dimension
. - newTableModel(T) - Method in class io.github.astrapi69.swing.tree.panel.content.JXTreeWithContentPanel
-
Abstract factory callback method that have to be overwritten to provide the specific
TableModel
for theJTable
- newTableScrollPane() - Method in class io.github.astrapi69.swing.tree.panel.content.JXTreeWithContentPanel
-
Factory method for creating the new
JScrollPane
. - newTree() - Method in class io.github.astrapi69.swing.tree.panel.content.PreferencesPanel
- newTree() - Method in class io.github.astrapi69.swing.tree.panel.GenericBaseTreeNodePanel
-
New tree.
- newTree() - Method in class io.github.astrapi69.swing.tree.panel.GenericTreeNodePanel
-
New tree.
- newTree() - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
New tree.
- newTreeModel(IModel<BaseTreeNode<T, K>>) - Method in class io.github.astrapi69.swing.tree.panel.GenericBaseTreeNodePanel
-
Abstract factory callback method that have to be overwritten to provide the specific
TreeModel
for theJTree
- newTreeModel(IModel<TreeNode<T>>) - Method in class io.github.astrapi69.swing.tree.panel.GenericTreeNodePanel
-
Abstract factory callback method that have to be overwritten to provide the specific
TreeModel
for theJTree
- newTreeModel(IModel<T>) - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
Abstract factory callback method that have to be overwritten to provide the specific
TreeModel
for theJTree
- newTreeScrollPane() - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
Factory method for creating the new
JScrollPane
. - node(boolean) - Method in class io.github.astrapi69.swing.tree.model.TreeElement.TreeElementBuilder
- NodePanel - Class in io.github.astrapi69.swing.tree.panel.node
- NodePanel() - Constructor for class io.github.astrapi69.swing.tree.panel.node.NodePanel
- NodePanel(IModel<NodeModel>) - Constructor for class io.github.astrapi69.swing.tree.panel.node.NodePanel
O
- onAddNewChildTreeNode(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
The callback method on add a new child tree node
- onCollapseSelectedTreeNode(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
The callback method on collapse the selected tree node
- onCopySelectedTreeNode(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
The callback method on copy an existing tree node
- onDeleteSelectedTreeNode(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
The callback method on delete the selected tree node
- onEditSelectedTreeNode(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
The callback method on editing the selected tree node
- onExpandSelectedTreeNode(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
The callback method on expand the selected tree node
- onInitializeComponents() - Method in class io.github.astrapi69.swing.tree.panel.content.JXTreeWithContentPanel
- onInitializeComponents() - Method in class io.github.astrapi69.swing.tree.panel.content.PreferencesPanel
- onInitializeComponents() - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
- onInitializeComponents() - Method in class io.github.astrapi69.swing.tree.panel.node.NodePanel
- onInitializeGridLayout() - Method in class io.github.astrapi69.swing.tree.panel.node.NodePanel
- onInitializeGroupLayout() - Method in class io.github.astrapi69.swing.tree.panel.content.GenericBaseTreeNodeWithContentPanel
-
On initialize group layout.
- onInitializeGroupLayout() - Method in class io.github.astrapi69.swing.tree.panel.content.GenericTreeNodeWithContentPanel
-
On initialize group layout.
- onInitializeGroupLayout() - Method in class io.github.astrapi69.swing.tree.panel.GenericBaseTreeNodePanel
-
On initialize group layout.
- onInitializeGroupLayout() - Method in class io.github.astrapi69.swing.tree.panel.GenericTreeNodePanel
-
On initialize group layout.
- onInitializeLayout() - Method in class io.github.astrapi69.swing.tree.panel.content.GenericBaseTreeNodeWithContentPanel
- onInitializeLayout() - Method in class io.github.astrapi69.swing.tree.panel.content.GenericTreeNodeWithContentPanel
- onInitializeLayout() - Method in class io.github.astrapi69.swing.tree.panel.content.PreferencesPanel
- onInitializeLayout() - Method in class io.github.astrapi69.swing.tree.panel.GenericBaseTreeNodePanel
- onInitializeLayout() - Method in class io.github.astrapi69.swing.tree.panel.GenericTreeNodePanel
- onInitializeLayout() - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
- onInitializeLayout() - Method in class io.github.astrapi69.swing.tree.panel.node.NodePanel
- onInitializeMigLayout() - Method in class io.github.astrapi69.swing.tree.panel.node.NodePanel
- onTableDoubleLeftClick(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.content.JXTreeWithContentPanel
-
The callback method on the table double left click.
- onTableDoubleMiddleClick(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.content.JXTreeWithContentPanel
-
The callback method on the table double middle click.
- onTableDoubleRightClick(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.content.JXTreeWithContentPanel
-
The callback method on the table double right click.
- onTableSingleLeftClick(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.content.JXTreeWithContentPanel
-
The callback method on the table single left click.
- onTableSingleMiddleClick(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.content.JXTreeWithContentPanel
-
The callback method on the table single middle click.
- onTableSingleRightClick(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.content.JXTreeWithContentPanel
-
The callback method on the table single right click.
- onTreeDoubleLeftClick(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
The callback method on double left click.
- onTreeDoubleMiddleClick(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
The callback method on double middle click.
- onTreeDoubleRightClick(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
The callback method on double right click.
- onTreeSingleLeftClick(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
The callback method on single left click.
- onTreeSingleMiddleClick(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
The callback method on single middle click.
- onTreeSingleRightClick(MouseEvent) - Method in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
The callback method on single right click.
P
- parent(TreeElement) - Method in class io.github.astrapi69.swing.tree.model.TreeElement.TreeElementBuilder
- PreferencesPanel<T> - Class in io.github.astrapi69.swing.tree.panel.content
- PreferencesPanel(IModel<T>) - Constructor for class io.github.astrapi69.swing.tree.panel.content.PreferencesPanel
-
Instantiates a new
PreferencesPanel
object panel
S
- scrTree - Variable in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
The
JScrollPane
for the decoratedJTree
. - scrTreeEntryTable - Variable in class io.github.astrapi69.swing.tree.panel.content.JXTreeWithContentPanel
- selectedTreeNode - Variable in class io.github.astrapi69.swing.tree.panel.JXTreePanel
- self() - Method in class io.github.astrapi69.swing.tree.model.TreeElement.TreeElementBuilder
- setName(String) - Method in class io.github.astrapi69.swing.tree.model.TreeElement
-
The name of this tree element.
- setNode(boolean) - Method in class io.github.astrapi69.swing.tree.model.TreeElement
-
The flag that indicates if this tree element is a node.
- setParent(TreeElement) - Method in class io.github.astrapi69.swing.tree.model.TreeElement
-
The parent of this tree element.
- splitPane - Variable in class io.github.astrapi69.swing.tree.panel.content.PreferencesPanel
-
The
JSplitPane
for the tree in the left side and the corresponding value at teh right side.
T
- tblTreeEntryTable - Variable in class io.github.astrapi69.swing.tree.panel.content.JXTreeWithContentPanel
- toBuilder() - Method in class io.github.astrapi69.swing.tree.model.TreeElement
- toString() - Method in class io.github.astrapi69.swing.tree.model.TreeElement
- toString() - Method in class io.github.astrapi69.swing.tree.model.TreeElement.TreeElementBuilder
- toString() - Method in class io.github.astrapi69.swing.tree.node.ComponentTreeNode
- traverseAndAdd(DefaultMutableTreeNode, BaseTreeNode<T, K>) - Static method in class io.github.astrapi69.swing.tree.BaseTreeNodeFactory
-
Traverses through the given
BaseTreeNode
object and return the rootDefaultMutableTreeNode
object - traverseAndAdd(DefaultMutableTreeNode, TreeNode<T>) - Static method in class io.github.astrapi69.swing.tree.TreeNodeFactory
-
Traverses through the given
TreeNode
object and return the rootDefaultMutableTreeNode
object - tree - Variable in class io.github.astrapi69.swing.tree.panel.JXTreePanel
-
The decorated
JTree
. - TreeElement - Class in io.github.astrapi69.swing.tree.model
-
The class
TreeElement
represents as the name already presume a tree element - TreeElement() - Constructor for class io.github.astrapi69.swing.tree.model.TreeElement
- TreeElement(TreeElement.TreeElementBuilder<?, ?>) - Constructor for class io.github.astrapi69.swing.tree.model.TreeElement
- TreeElement(String, boolean, TreeElement) - Constructor for class io.github.astrapi69.swing.tree.model.TreeElement
- TreeElement.TreeElementBuilder<C extends TreeElement,B extends TreeElement.TreeElementBuilder<C,B>> - Class in io.github.astrapi69.swing.tree.model
- TreeElementBuilder() - Constructor for class io.github.astrapi69.swing.tree.model.TreeElement.TreeElementBuilder
- TreeNodeFactory - Class in io.github.astrapi69.swing.tree
-
Factory class for generate
DefaultMutableTreeNode
fromTreeNode
- TreeNodeFactory() - Constructor for class io.github.astrapi69.swing.tree.TreeNodeFactory
- TreeNodeGenericTreeElementWithContentPanel<T,C> - Class in io.github.astrapi69.swing.tree.panel.content
-
The abstract class
TreeNodeGenericTreeElementWithContentPanel
a given parameterizedTreeNode
- TreeNodeGenericTreeElementWithContentPanel() - Constructor for class io.github.astrapi69.swing.tree.panel.content.TreeNodeGenericTreeElementWithContentPanel
-
Instantiates a new
TreeNodeGenericTreeElementWithContentPanel
- TreeNodeGenericTreeElementWithContentPanel(IModel<TreeNode<GenericTreeElement<T>>>) - Constructor for class io.github.astrapi69.swing.tree.panel.content.TreeNodeGenericTreeElementWithContentPanel
-
Instantiates a new t
TreeNodeGenericTreeElementWithContentPanel
- TreeNodeJXTreeElementPanel - Class in io.github.astrapi69.swing.tree.panel
- TreeNodeJXTreeElementPanel() - Constructor for class io.github.astrapi69.swing.tree.panel.TreeNodeJXTreeElementPanel
-
Instantiates a new
TreeNodeJXTreeElementPanel
- TreeNodeJXTreeElementPanel(IModel<TreeNode<JXTreeElement>>) - Constructor for class io.github.astrapi69.swing.tree.panel.TreeNodeJXTreeElementPanel
-
Instantiates a new t
TreeNodeJXTreeElementPanel
- TreeNodeTreeElementPanel - Class in io.github.astrapi69.swing.tree.panel
- TreeNodeTreeElementPanel() - Constructor for class io.github.astrapi69.swing.tree.panel.TreeNodeTreeElementPanel
-
Instantiates a new
TreeNodeTreeElementPanel
- TreeNodeTreeElementPanel(IModel<TreeNode<TreeElement>>) - Constructor for class io.github.astrapi69.swing.tree.panel.TreeNodeTreeElementPanel
-
Instantiates a new t
TreeNodeTreeElementPanel
All Classes All Packages