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, isRestoreExpansionpublic JavaStaticGroup(StaticDescriptorImpl staticDescriptor, EvaluationContextImpl evaluationContext, NodeManagerImpl nodeManager)
public java.lang.String getComment()
getComment in class XValueGrouppublic java.lang.String getSeparator()
getSeparator in class XValueGroupcomment in the node textpublic javax.swing.Icon getIcon()
getIcon in class XValueGrouppublic NodeDescriptorImpl getDescriptor()
getDescriptor in interface NodeDescriptorProviderpublic void computeChildren(XCompositeNode node)
XValueContainerXCompositeNode.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 XValueContainernode - node in the tree