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

Class sfclasses.FirewallAction

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

public class FirewallAction
extends Frame
implements Runnable
Frame for Firewall Administration.
This is the GUI class providing access to all firewall configuration and administration functions. The frame is constructed by the userAction function of the host class when the user double clicks on a firewall object.
See Also:
userAction

Variable Index

 o varShowing
The varShowing variable indicates if the variable dialog is currently visible.

Constructor Index

 o FirewallAction(Host)
Initialize firewall action frame for host fw.

Method Index

 o action(Event, Object)
 o handleEvent(Event)
 o run()
The administration functions are executed in a separate thread.

Variables

 o varShowing
  protected boolean varShowing
The varShowing variable indicates if the variable dialog is currently visible.

Constructors

 o FirewallAction
  public FirewallAction(Host fw)
Initialize firewall action frame for host fw.
Parameters:
fw - Firewall

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 run
  public void run()
The administration functions are executed in a separate thread. The run() method contains the thread code.

All Packages  Class Hierarchy  This Package  Previous  Next  Index