public abstract static class BasicTreeModel.SimpleNodeData extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
detached |
protected String |
icon |
protected String |
label |
protected boolean |
root |
| Constructor and Description |
|---|
SimpleNodeData(String label,
boolean root,
boolean detached) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getIcon() |
String |
getLabel() |
int |
hashCode() |
boolean |
isDetached() |
void |
setDetached(boolean detached) |
void |
setIcon(String icon) |
void |
setLabel(String label) |
protected boolean detached
protected boolean root
protected String label
protected String icon
public SimpleNodeData(String label, boolean root, boolean detached)
Copyright © 2022 Open Foris. All rights reserved.