rle.vm
Class SchemaGroupNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by rle.vm.VmNode
          extended by rle.vm.SchemaNode
              extended by rle.vm.SchemaGroupNode
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode

public class SchemaGroupNode
extends SchemaNode

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.

See Also:
Serialized Form

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

SchemaGroupNode

public SchemaGroupNode()
Method Detail

isInheritParentAttributes

public boolean isInheritParentAttributes()

setInheritParentAttributes

public void setInheritParentAttributes(boolean b)

getLocalAttributeSets

public java.util.Map<java.lang.String,AttributeSetBean> getLocalAttributeSets()

setLocalAttributeSets

public void setLocalAttributeSets(java.util.Map<java.lang.String,AttributeSetBean> as)

getGlobalAttributeSets

public java.util.List<java.lang.String> getGlobalAttributeSets()

setGlobalAttributeSets

public void setGlobalAttributeSets(java.util.List<java.lang.String> gas)

setAllowInstances

public void setAllowInstances(boolean allowInstances)

isAllowInstances

public boolean isAllowInstances()

instanceNode

public SchemaInstanceNode instanceNode()