All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsltools.visualization.AddContainerDialogFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----jdsltools.visualization.AddContainerDialogFrame

public class AddContainerDialogFrame
extends Frame
Invoked whenever the user would like to create a new container. Passes the user's choice for class, structure type, and name back to cs16Viz for the creation of that class and its inclusion into the current visualizer.

Author:
Lubomir Bourdev, Ryan Shaun Baker

Constructor Index

 o AddContainerDialogFrame(cs16Viz)

Method Index

 o action(Object)
 o bringUp()
 o cancel()
 o ok()

Constructors

 o AddContainerDialogFrame
 protected AddContainerDialogFrame(cs16Viz viz)

Methods

 o ok
 protected void ok()
 o cancel
 protected void cancel()
 o bringUp
 protected void bringUp()
 o action
 protected boolean action(Object target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index