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.

Constructor Index

 o EdgePropertiesDialog(Frame, Edge, Graph)

Method Index

 o action(Event, Object)
 o handleEvent(Event)
 o setEdge(Edge, Graph)

Constructors

 o EdgePropertiesDialog
  public EdgePropertiesDialog(Frame frame,
                              Edge edge_in,
                              Graph graph_in)

Methods

 o action
  public boolean action(Event event,
                        Object object)
Overrides:
action in class Component
 o setEdge
  public void setEdge(Edge edge_in,
                      Graph graph_in)
 o handleEvent
  public boolean handleEvent(Event event)
Overrides:
handleEvent in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index