zeus.gui.graph
Class AbstractGraphNodeEditor
java.lang.Object
zeus.gui.graph.AbstractGraphNodeEditor
- All Implemented Interfaces:
- GraphNodeEditor
- Direct Known Subclasses:
- DefaultGraphNodeEditor, ReportGraph.ReportNodeEditor, SocietyPanel.SocietyNodeEditor, SocietyPanel.SocietyNodeEditor, SummaryTaskNodeEditor
- public abstract class AbstractGraphNodeEditor
- extends java.lang.Object
- implements GraphNodeEditor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EDITING_STOPPED
protected static final int EDITING_STOPPED
- See Also:
- Constant Field Values
EDITING_CANCELLED
protected static final int EDITING_CANCELLED
- See Also:
- Constant Field Values
editListeners
protected javax.swing.event.EventListenerList editListeners
graph
protected Graph graph
node
protected GraphNode node
AbstractGraphNodeEditor
public AbstractGraphNodeEditor()
addGraphNodeEditorListener
public void addGraphNodeEditorListener(GraphNodeEditorListener x)
- Specified by:
addGraphNodeEditorListener in interface GraphNodeEditor
removeGraphNodeEditorListener
public void removeGraphNodeEditorListener(GraphNodeEditorListener x)
- Specified by:
removeGraphNodeEditorListener in interface GraphNodeEditor
fireEditAction
protected void fireEditAction(int type,
GraphNode node,
java.lang.Object value)
Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.