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.
-
appletContext
-
-
terminated
-
-
ManageControl(String, AppletContext)
- Initialize new main window
The window is set up and a new ManageDomain object is created
holding the configuration data.
-
action(Event, Object)
-
-
handleEvent(Event)
-
-
prepareQuit()
-
-
setManageDomain(ManageDomain)
-
terminated
public boolean terminated
appletContext
public static AppletContext appletContext
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
action
public boolean action(Event evt,
Object arg)
- Overrides:
- action in class Component
handleEvent
public boolean handleEvent(Event evt)
- Overrides:
- handleEvent in class Component
prepareQuit
protected void prepareQuit()
setManageDomain
protected void setManageDomain(ManageDomain newmd)
All Packages Class Hierarchy This Package Previous Next Index