All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.DepValid.DisplayFilters

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----IMSWG.IW.DepValid.DisplayFilters

public class DisplayFilters
extends Panel
This class is to support the Display of Filters


Constructor Index

 o DisplayFilters(DisplaySelection)
The constructor stores a local copy of the DisplaySelection.

Method Index

 o display()
Sets up for the initial display of the filters based on the filters object.
 o handleEvent(Event)
If a filter is selected or deselected applyFilters will handle the action.
 o update()
Clears the filters list and sets the list based on the filters object.

Constructors

 o DisplayFilters
 public DisplayFilters(DisplaySelection displaySelection)
The constructor stores a local copy of the DisplaySelection.

See Also:
DisplaySelection

Methods

 o display
 public Panel display()
Sets up for the initial display of the filters based on the filters object.

See Also:
Filters
 o update
 public void update()
Clears the filters list and sets the list based on the filters object.

See Also:
Filters
 o handleEvent
 public boolean handleEvent(Event event)
If a filter is selected or deselected applyFilters will handle the action.

Overrides:
handleEvent in class Component
See Also:
applyFilters

All Packages  Class Hierarchy  This Package  Previous  Next  Index