[Groovy] Interface AstBrowserNodeMaker<T>
This interface is used to create tree nodes of various types
- Authors:
- Roshan Dawrani
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
T |
makeNode(Object userObject) | |
T |
makeNodeWithProperties(Object userObject, List<List<String>> properties) |
Method Detail
T makeNode(Object userObject)
T 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/AstBrowserNodeMaker.html