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.
-
NodePropertiesDialog(Frame, Node)
-
-
action(Event, Object)
-
-
handleEvent(Event)
-
-
setNode(Node)
-
NodePropertiesDialog
public NodePropertiesDialog(Frame frame,
Node node_in)
action
public boolean action(Event event,
Object object)
- Overrides:
- action in class Component
setNode
public void setNode(Node node_in)
handleEvent
public boolean handleEvent(Event event)
- Overrides:
- handleEvent in class Component
All Packages Class Hierarchy This Package Previous Next Index