Class EDU.auburn.VGJ.graph.NodePropertiesDialog
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.auburn.VGJ.graph.NodePropertiesDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----EDU.auburn.VGJ.graph.NodePropertiesDialog

public class NodePropertiesDialog
extends Dialog
A dialog class for changing the properties of a node. If the node is Node.defaults, 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 NodePropertiesDialog(Frame, Node)

Method Index

 o action(Event, Object)
 o handleEvent(Event)
 o setNode(Node)

Constructors

 o NodePropertiesDialog
  public NodePropertiesDialog(Frame frame,
                              Node node_in)

Methods

 o action
  public boolean action(Event event,
                        Object object)
Overrides:
action in class Component
 o setNode
  public void setNode(Node node_in)
 o handleEvent
  public boolean handleEvent(Event event)
Overrides:
handleEvent in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index