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.


Constructor Index

 o DisplayPatterns(DisplaySelection)
Sets a local copy of DisplaySelection.

Method Index

 o action(Event, Object)
If a new pattern is typed the action is handled by applyPattern in DisplaySelection.
 o display()
Sets up for the display of the patterns entry box.
 o update()
Sets a new value in the patterns entry box from the Patterns object.

Constructors

 o DisplayPatterns
 public DisplayPatterns(DisplaySelection displaySelection)
Sets a local copy of DisplaySelection.

Methods

 o display
 public Panel display()
Sets up for the display of the patterns entry box.

 o update
 public void update()
Sets a new value in the patterns entry box from the Patterns object.

See Also:
Patterns
 o 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