zeus.gui.graph
Class AbstractGraphNodeEditor

java.lang.Object
  extended byzeus.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


Field Summary
protected static int EDITING_CANCELLED
           
protected static int EDITING_STOPPED
           
protected  javax.swing.event.EventListenerList editListeners
           
protected  Graph graph
           
protected  GraphNode node
           
 
Constructor Summary
AbstractGraphNodeEditor()
           
 
Method Summary
 void addGraphNodeEditorListener(GraphNodeEditorListener x)
           
protected  void fireEditAction(int type, GraphNode node, java.lang.Object value)
           
 void removeGraphNodeEditorListener(GraphNodeEditorListener x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface zeus.gui.graph.GraphNodeEditor
getNodeEditorComponent
 

Field Detail

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
Constructor Detail

AbstractGraphNodeEditor

public AbstractGraphNodeEditor()
Method Detail

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.