public abstract class XValueGroup extends XValueContainer
| Modifier | Constructor and Description |
|---|---|
protected |
XValueGroup(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment() |
javax.swing.Icon |
getIcon() |
java.lang.String |
getName() |
java.lang.String |
getSeparator() |
boolean |
isAutoExpand() |
boolean |
isRestoreExpansion() |
computeChildrenpublic java.lang.String getName()
public javax.swing.Icon getIcon()
public boolean isAutoExpand()
true to automatically expand the group node when it's added to a treepublic boolean isRestoreExpansion()
true to save and restore expansion state between sessions.
If it is enabled, return value from isAutoExpand() will be considered as default state.public java.lang.String getSeparator()
comment in the node textpublic java.lang.String getComment()