|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
rle.vm.VmNode
rle.vm.SchemaNode
rle.vm.SchemaGroupNode
public class SchemaGroupNode
A node that captures the information necessary to build an arbitrary resource tree. The structure of the resource tree and how each node in that tree will be configured are stored here. Note that instead of specifying configurable attributes directly, we mix in attribute sets defined elsewhere. This is to facilitate resources with characteristics in common but a few specialized attributes.
Field Summary |
---|
Fields inherited from class rle.vm.VmNode |
---|
SEPARATOR |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
SchemaGroupNode()
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getGlobalAttributeSets()
|
java.util.Map<java.lang.String,AttributeSetBean> |
getLocalAttributeSets()
|
SchemaInstanceNode |
instanceNode()
|
boolean |
isAllowInstances()
|
boolean |
isInheritParentAttributes()
|
void |
setAllowInstances(boolean allowInstances)
|
void |
setGlobalAttributeSets(java.util.List<java.lang.String> gas)
|
void |
setInheritParentAttributes(boolean b)
|
void |
setLocalAttributeSets(java.util.Map<java.lang.String,AttributeSetBean> as)
|
Methods inherited from class rle.vm.SchemaNode |
---|
findSchemaGroup, schemaGroupList, schemaList |
Methods inherited from class rle.vm.VmNode |
---|
childList, findNode, getId, pathId, setId, toString |
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SchemaGroupNode()
Method Detail |
---|
public boolean isInheritParentAttributes()
public void setInheritParentAttributes(boolean b)
public java.util.Map<java.lang.String,AttributeSetBean> getLocalAttributeSets()
public void setLocalAttributeSets(java.util.Map<java.lang.String,AttributeSetBean> as)
public java.util.List<java.lang.String> getGlobalAttributeSets()
public void setGlobalAttributeSets(java.util.List<java.lang.String> gas)
public void setAllowInstances(boolean allowInstances)
public boolean isAllowInstances()
public SchemaInstanceNode instanceNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |