[Groovy] Class SwingTreeNodeMaker
- groovy.inspect.swingui.SwingTreeNodeMaker
- All Implemented Interfaces and Traits:
- AstBrowserNodeMaker
class SwingTreeNodeMaker
Creates tree nodes for swing UI
- Authors:
- Roshan Dawrani
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
DefaultMutableTreeNode |
makeNode(Object userObject) | |
DefaultMutableTreeNode |
makeNodeWithProperties(Object userObject, List<List<String>> properties) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
DefaultMutableTreeNode makeNode(Object userObject)
DefaultMutableTreeNode makeNodeWithProperties(Object userObject, List<List<String>> properties)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/inspect/swingui/SwingTreeNodeMaker.html