Class EDU.auburn.VGJ.graph.EdgePropertiesDialog
All Packages Class Hierarchy This Package Previous Next Index
Class EDU.auburn.VGJ.graph.EdgePropertiesDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----EDU.auburn.VGJ.graph.EdgePropertiesDialog
- public class EdgePropertiesDialog
- extends Dialog
A dialog class for changing the properties of an edge. If the edge
is null, the dialog is modeless and does not have fields for
changing properties, such as label, without defaults. Otherwise, the
dialog is modal.
Here is the source.
-
EdgePropertiesDialog(Frame, Edge, Graph)
-
-
action(Event, Object)
-
-
handleEvent(Event)
-
-
setEdge(Edge, Graph)
-
EdgePropertiesDialog
public EdgePropertiesDialog(Frame frame,
Edge edge_in,
Graph graph_in)
action
public boolean action(Event event,
Object object)
- Overrides:
- action in class Component
setEdge
public void setEdge(Edge edge_in,
Graph graph_in)
handleEvent
public boolean handleEvent(Event event)
- Overrides:
- handleEvent in class Component
All Packages Class Hierarchy This Package Previous Next Index