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

Class sfclasses.RuleEditor

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

public class RuleEditor
extends Frame
The rule editor class implements a frame that contains a rule panel in its client area and offers functions for creating, editing and deleting rules in the menu bar.
The edit functions are executed in a separate thread.

Constructor Index

 o RuleEditor(ManageDomain)
Initialize the frame and create the menu bar and rule panel.

Method Index

 o action(Event, Object)
Action event handler
 o handleEvent(Event)
General event handler
 o showAgain()
Show the rule panel again after a previous call to hide().

Constructors

 o RuleEditor
  public RuleEditor(ManageDomain md)
Initialize the frame and create the menu bar and rule panel.
Parameters:
mgDomain - Manage domain object holding the global configuration data.

Methods

 o action
  public boolean action(Event evt,
                        Object arg)
Action event handler
Overrides:
action in class Component
 o handleEvent
  public boolean handleEvent(Event evt)
General event handler
Overrides:
handleEvent in class Component
 o showAgain
  public synchronized void showAgain()
Show the rule panel again after a previous call to hide(). As the rules may have changed, the scroll offset is reset to zero.

All Packages  Class Hierarchy  This Package  Previous  Next  Index