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
-
varShowing
- The varShowing variable indicates if the variable dialog is currently visible.
-
FirewallAction(Host)
- Initialize firewall action frame for host fw.
-
action(Event, Object)
-
-
handleEvent(Event)
-
-
run()
- The administration functions are executed in a separate thread.
varShowing
protected boolean varShowing
- The varShowing variable indicates if the variable dialog is currently visible.
FirewallAction
public FirewallAction(Host fw)
- Initialize firewall action frame for host fw.
- Parameters:
- fw - Firewall
action
public boolean action(Event evt,
Object arg)
- Overrides:
- action in class Component
handleEvent
public boolean handleEvent(Event evt)
- Overrides:
- handleEvent in class Component
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