public class LazyTreeNode extends Object
| Constructor and Description |
|---|
LazyTreeNode(String name,
Object value,
String path,
boolean folder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getPath() |
Object |
getValue() |
boolean |
isFolder() |
Copyright © 2022 vpc open source initiative. All rights reserved.