public class JavaStaticGroup extends XValueGroup implements NodeDescriptorProvider
Constructor and Description |
---|
JavaStaticGroup(StaticDescriptorImpl staticDescriptor,
EvaluationContextImpl evaluationContext,
NodeManagerImpl nodeManager) |
Modifier and Type | Method and Description |
---|---|
void |
computeChildren(XCompositeNode node)
Start computing children of the value.
|
java.lang.String |
getComment() |
NodeDescriptorImpl |
getDescriptor() |
javax.swing.Icon |
getIcon() |
java.lang.String |
getSeparator() |
getName, isAutoExpand, isRestoreExpansion
public JavaStaticGroup(StaticDescriptorImpl staticDescriptor, EvaluationContextImpl evaluationContext, NodeManagerImpl nodeManager)
public java.lang.String getComment()
getComment
in class XValueGroup
public java.lang.String getSeparator()
getSeparator
in class XValueGroup
comment
in the node textpublic javax.swing.Icon getIcon()
getIcon
in class XValueGroup
public NodeDescriptorImpl getDescriptor()
getDescriptor
in interface NodeDescriptorProvider
public void computeChildren(XCompositeNode node)
XValueContainer
XCompositeNode.addChildren(XValueChildrenList, boolean)
to add child nodes.
Note that this method is called from the Event Dispatch thread so it should return quickly.computeChildren
in class XValueContainer
node
- node in the tree