@CompileStatic
class SwingTreeNodeMaker
extends Object
implements AstBrowserNodeMaker<DefaultMutableTreeNode>
Creates tree nodes for swing UI
| Constructor and description |
|---|
SwingTreeNodeMaker() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
DefaultMutableTreeNode |
makeNode(Object userObject)Creates a Swing tree node without metadata. |
|
DefaultMutableTreeNode |
makeNodeWithProperties(Object userObject, List<List<?>> properties)Creates a Swing tree node with metadata. |
Creates a Swing tree node without metadata.
userObject - value shown for the nodeCreates a Swing tree node with metadata.
userObject - value shown for the nodeproperties - metadata associated with the nodeCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.