Class EDU.auburn.VGJ.gui.GraphEdit
All Packages Class Hierarchy This Package Previous Next Index
Class EDU.auburn.VGJ.gui.GraphEdit
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----EDU.auburn.VGJ.gui.GraphEdit
- public class GraphEdit
- extends Frame
GraphEdit is a text editing window for Graphs
Here is the source.
-
GraphEdit(Graph, GraphUpdate)
-
-
action(Event, Object)
-
-
handleEvent(Event)
-
GraphEdit
public GraphEdit(Graph graph_in,
GraphUpdate update_in)
action
public boolean action(Event event,
Object arg)
- Overrides:
- action in class Component
handleEvent
public boolean handleEvent(Event event)
- Overrides:
- handleEvent in class Component
All Packages Class Hierarchy This Package Previous Next Index