Class sfclasses.ManageControl
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sfclasses.ManageControl

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----sfclasses.ManageControl

public class ManageControl
extends Frame
Toplevel Frame of Remote Config Tool
This class implements the main window of the control panel. The frame is constructed when the user clicks on a button in the start page (see sfRemote.java). It contains a drag and drop panel for the network topology in the client area and provides access to all global configuration functions.

Variable Index

 o appletContext
 o terminated

Constructor Index

 o ManageControl(String, AppletContext)
Initialize new main window
The window is set up and a new ManageDomain object is created holding the configuration data.

Method Index

 o action(Event, Object)
 o handleEvent(Event)
 o prepareQuit()
 o setManageDomain(ManageDomain)

Variables

 o terminated
  public boolean terminated
 o appletContext
  public static AppletContext appletContext

Constructors

 o ManageControl
  public ManageControl(String titleString,
                       AppletContext ac)
Initialize new main window
The window is set up and a new ManageDomain object is created holding the configuration data.
Parameters:
titleString - Initial window title

Methods

 o action
  public boolean action(Event evt,
                        Object arg)
Overrides:
action in class Component
 o handleEvent
  public boolean handleEvent(Event evt)
Overrides:
handleEvent in class Component
 o prepareQuit
  protected void prepareQuit()
 o setManageDomain
  protected void setManageDomain(ManageDomain newmd)

All Packages  Class Hierarchy  This Package  Previous  Next  Index