| com.projity.pm.graphic.model.cache.NodeModelCache
All known Subclasses: com.projity.pm.graphic.model.cache.ViewNodeModelCache,
NodeModelCache | public interface NodeModelCache extends TreeModel(Code) | | This class lies between the SpreadSheet and the SpreadSheetModel.
It holds the states directly linked to the view.
The collapsed state and level of the nodes here.
The level is not a view state but it is calculated and cached for performance purposes.
|
ASSIGNMENT_TYPE | final public static int ASSIGNMENT_TYPE(Code) | | |
PROJECT_TYPE | final public static int PROJECT_TYPE(Code) | | |
RESOURCE_TYPE | final public static int RESOURCE_TYPE(Code) | | |
TASK_TYPE | final public static int TASK_TYPE(Code) | | |
addNodeModelListener | public void addNodeModelListener(CacheListener l)(Code) | | Returns the parent/previous,position identification of the void node at row
Apply this to a void node row only
Parameters: row - |
close | public void close()(Code) | | |
deleteNodes | public void deleteNodes(List nodes)(Code) | | |
expandNodes | public void expandNodes(List nodes, boolean expand)(Code) | | |
getEdgesSize | public int getEdgesSize()(Code) | | |
getElementsAt | public List getElementsAt(int[] i)(Code) | | |
getMaxLevel | public int getMaxLevel()(Code) | | |
getSize | public int getSize()(Code) | | |
getType | public int getType()(Code) | | |
indentNodes | public void indentNodes(List nodes)(Code) | | |
isReceiveEvents | public boolean isReceiveEvents()(Code) | | |
outdentNodes | public void outdentNodes(List nodes)(Code) | | |
pasteNodes | public void pasteNodes(Node parent, List nodes, int position)(Code) | | |
setReceiveEvents | public void setReceiveEvents(boolean receiveEvents)(Code) | | |
setType | public void setType(int type)(Code) | | |
update | public void update()(Code) | | |
|
|