All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.DepValid.DisplayQuery

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

public class DisplayQuery
extends Panel
This class is to support the Display of a Query.


Constructor Index

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

Method Index

 o action(Event, Object)
If the "validateQuery" button is pressed the action is handled by the select method of DisplaySelection;
 o display()
Uses query.queryList to display the query in a List.
 o handleEvent(Event)
Currently, nothing happens if you select or deselect a query entry.
 o update()
Clears the query List and updates it using query.queryList.

Constructors

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

Methods

 o display
 public Panel display()
Uses query.queryList to display the query in a List.

See Also:
Query
 o update
 public void update()
Clears the query List and updates it using query.queryList.

See Also:
Query
 o handleEvent
 public boolean handleEvent(Event event)
Currently, nothing happens if you select or deselect a query entry.

Overrides:
handleEvent in class Component
 o action
 public boolean action(Event e,
                       Object arg)
If the "validateQuery" button is pressed the action is handled by the select method of DisplaySelection;

Overrides:
action in class Component
See Also:
select

All Packages  Class Hierarchy  This Package  Previous  Next  Index