This class is a TreeNode and you can store additional properties on it.
| Fields inherited from class | Fields |
|---|---|
class DefaultMutableTreeNode |
EMPTY_ENUMERATION |
| Type | Name and description |
|---|---|
List<List<String>> |
properties |
| Constructor and description |
|---|
TreeNodeWithProperties
(def userObject, List<List<String>> properties)Creates a tree node and attaches properties to it. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
String |
getPropertyValue(String name) |
|
boolean |
isClassNode() |
|
boolean |
isMethodNode() |
Copyright © 2003-2019 The Apache Software Foundation. All rights reserved.