zeus.agentviewer.engine
Class EngineGraphModel
java.lang.Object
zeus.gui.graph.AbstractGraphModel
zeus.agentviewer.engine.EngineGraphModel
- All Implemented Interfaces:
- GraphModel
- public class EngineGraphModel
- extends AbstractGraphModel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADD
static final int ADD
- See Also:
- Constant Field Values
DELETE
static final int DELETE
- See Also:
- Constant Field Values
CHANGE
static final int CHANGE
- See Also:
- Constant Field Values
BUFFER_CAPACITY
private int BUFFER_CAPACITY
REMOVE_INDEX
private int REMOVE_INDEX
root
GraphNode root
allNodes
java.util.Hashtable allNodes
EngineGraphModel
public EngineGraphModel(GraphNode root)
nodes
public java.util.Enumeration nodes()
- Specified by:
nodes in interface GraphModel- Specified by:
nodes in class AbstractGraphModel
isLinkVisible
public boolean isLinkVisible(GraphNode from,
GraphNode to)
- Specified by:
isLinkVisible in interface GraphModel- Overrides:
isLinkVisible in class AbstractGraphModel
setValue
public void setValue(GraphNode node,
java.lang.Object user_object)
- Specified by:
setValue in interface GraphModel- Specified by:
setValue in class AbstractGraphModel
isNodeEditable
public boolean isNodeEditable(GraphNode node)
- Specified by:
isNodeEditable in interface GraphModel- Specified by:
isNodeEditable in class AbstractGraphModel
getAllNodesOf
private void getAllNodesOf(GraphNode a_node)
getRoot
public GraphNode getRoot()
addNode
private void addNode(GraphNode gNode)
refresh
public void refresh(int val,
GraphNode aNode)
deleteTree
void deleteTree(GraphsModel graphsModel)
deleteTreeNode
protected void deleteTreeNode(GraphNode a_node,
GraphsModel graphsModel)
Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.