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
-
DisplayFilters(DisplaySelection)
- The constructor stores a local copy of the DisplaySelection.
-
display()
- Sets up for the initial display of the filters based on the
filters object.
-
handleEvent(Event)
- If a filter is selected or deselected applyFilters will handle the
action.
-
update()
- Clears the filters list and sets the list based on the filters
object.
DisplayFilters
public DisplayFilters(DisplaySelection displaySelection)
- The constructor stores a local copy of the DisplaySelection.
- See Also:
- DisplaySelection
display
public Panel display()
- Sets up for the initial display of the filters based on the
filters object.
- See Also:
- Filters
update
public void update()
- Clears the filters list and sets the list based on the filters
object.
- See Also:
- Filters
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