| java.lang.Object com.projity.grouping.core.OutlineCollectionImpl
OutlineCollectionImpl | public class OutlineCollectionImpl implements OutlineCollection(Code) | | Class which implements a collection of outlines
|
addToAll | public void addToAll(Object object, NodeModel except)(Code) | | Add to all outlines unless it is already present
Parameters: object - Parameters: except - - A node model to ignore. This node model should be treated separately. |
addToDefaultOutline | public void addToDefaultOutline(Node parentNode, Node childNode)(Code) | | |
addToDefaultOutline | public void addToDefaultOutline(Node parentNode, Node childNode, int position, boolean event)(Code) | | |
getCurrentOutline | public int getCurrentOutline()(Code) | | Returns the currentHierarchy. |
setCurrentOutline | public void setCurrentOutline(int currentOutline)(Code) | | Parameters: currentHierarchy - The currentHierarchy to set. |
|
|