wt.infoengine.object
Class IeGroup
java.lang.Object
wt.infoengine.object.IeObject
wt.infoengine.object.IeGroup
- All Implemented Interfaces:
- Cloneable, Serializable
- public class IeGroup
- extends IeObject
- implements Serializable, Cloneable
- See Also:
- Serialized Form
Fields inherited from class wt.infoengine.object.IeObject |
|
Constructor Summary |
IeGroup()
Constructs a new IeGroup |
IeGroup(String name)
Constructs a new IeGroup and sets the group name to the given String |
Methods inherited from class wt.infoengine.object.IeObject |
addChild, addChildObject, addMetaValue, addMetaValues, addSibling, clone, containsChild, containsMetaValue, deepClone, delFromParent, findChild, firstChild, getChildAt, getChildCount, getChildren, getLabel, getLevel, getMeta, getMetaKeys, getMetaValue, getMetaValueAt, getMetaValueCount, getMetaValues, getName, getObj, getParent, getSiblings, getType, hasChildren, indent, indent, indexOfChild, indexOfMetaValue, lastChild, printAtts, printChildren, printChildren, printMeta, printObject, printObject, printObject, printObjectHelper, printStructure, printStructure, removeAllChildren, removeAllMetaValues, removeChild, removeChildAt, removeChildObject, removeLabel, removeLevel, removeMeta, removeMetaValue, removeMetaValueAt, removeName, removeObj, removeType, setChildAt, setLabel, setLevel, setMeta, setMetaValueAt, setName, setObj, setType |
IeGroup
public IeGroup()
- Constructs a new IeGroup
IeGroup
public IeGroup(String name)
- Constructs a new IeGroup and sets the group name to the given String
- Parameters:
name
- The name of the group
getNodes
public Enumeration getNodes()
addNode
public void addNode(IeNode n)
getNode
public IeNode getNode(String s)
removeNode
public void removeNode(String s)
removeNode
public void removeNode(IeNode n)
removeAllNodes
public void removeAllNodes()
getNodeAt
public IeNode getNodeAt(int i)
setNodeAt
public void setNodeAt(IeNode n,
int i)
getNodeCount
public int getNodeCount()