All Packages Class Hierarchy This Package Previous Next Index
Class IMSWG.IW.DepValid.DisplayPatterns
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----IMSWG.IW.DepValid.DisplayPatterns
- public class DisplayPatterns
- extends Panel
This class is to support the Display of Patterns.
-
DisplayPatterns(DisplaySelection)
- Sets a local copy of DisplaySelection.
-
action(Event, Object)
- If a new pattern is typed the action is handled by applyPattern in
DisplaySelection.
-
display()
- Sets up for the display of the patterns entry box.
-
update()
- Sets a new value in the patterns entry box from the Patterns object.
DisplayPatterns
public DisplayPatterns(DisplaySelection displaySelection)
- Sets a local copy of DisplaySelection.
display
public Panel display()
- Sets up for the display of the patterns entry box.
update
public void update()
- Sets a new value in the patterns entry box from the Patterns object.
- See Also:
- Patterns
action
public boolean action(Event evt,
Object arg)
- If a new pattern is typed the action is handled by applyPattern in
DisplaySelection.
- Overrides:
- action in class Component
- See Also:
- applyPattern
All Packages Class Hierarchy This Package Previous Next Index