public interface IlpMutableRepresentationNode extends IlpRepresentationNode
IlpGraphModel
VALUE_NOT_SET
Modifier and Type | Method and Description |
---|---|
void |
addChild(IlpRepresentationNode child)
Inserts a child
|
void |
addChildren(IlpRepresentationNode[] children)
Inserts a set of children.
|
void |
addChildren(int[] indices,
IlpRepresentationNode[] children)
Inserts a set of children.
|
void |
removeChild(IlpRepresentationNode child)
Removes a child.
|
void |
removeChildren(IlpRepresentationNode[] children)
Removes a set of children.
|
void |
removeChildren(int[] indices)
Removes a set of children.
|
void |
removeChildren(int[] indices,
IlpRepresentationNode[] children)
Removes a set of children.
|
addRepresentationNodeListener, getAllowsChildren, getChildren, getExpansionStrategy, getParent, isLeaf, removeRepresentationNodeListener
getEditor, getIlpObject
addAttributeValueListener, fireEvent, getAttributeGroup, getAttributeValue, getAttributeValue, hasAttributeValue, removeAttributeValueListener, setAttributeValue, setAttributeValue
void addChild(IlpRepresentationNode child)
child
- The child to insert.void addChildren(int[] indices, IlpRepresentationNode[] children)
indices
- The indices of the children added, after insertion,
in ascending order.children
- The children inserted, in the same order as listed
in indices
.void addChildren(IlpRepresentationNode[] children)
void removeChildren(int[] indices, IlpRepresentationNode[] children)
indices
- The indices of the children removed, before
removal, in ascending order.children
- The children removed, in the same order as
listed in indices
.void removeChildren(int[] indices)
indices
- The indices of the children removed, before removal,
in ascending order.void removeChildren(IlpRepresentationNode[] children)
void removeChild(IlpRepresentationNode child)
child
- The child to be removed.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.