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.
-
RuleEditor(ManageDomain)
- Initialize the frame and create the menu bar and rule panel.
-
action(Event, Object)
- Action event handler
-
handleEvent(Event)
- General event handler
-
showAgain()
- Show the rule panel again after a previous call to hide().
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.
action
public boolean action(Event evt,
Object arg)
- Action event handler
- Overrides:
- action in class Component
handleEvent
public boolean handleEvent(Event evt)
- General event handler
- Overrides:
- handleEvent in class Component
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