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.
-
DisplayQuery(DisplaySelection)
- Sets a local copy of DisplaySelection.
-
action(Event, Object)
- If the "validateQuery" button is pressed the action is handled by the select
method of DisplaySelection;
-
display()
- Uses query.queryList to display the query in a List.
-
handleEvent(Event)
- Currently, nothing happens if you select or deselect a query entry.
-
update()
- Clears the query List and updates it using query.queryList.
DisplayQuery
public DisplayQuery(DisplaySelection displaySelection)
- Sets a local copy of DisplaySelection.
display
public Panel display()
- Uses query.queryList to display the query in a List.
- See Also:
- Query
update
public void update()
- Clears the query List and updates it using query.queryList.
- See Also:
- Query
handleEvent
public boolean handleEvent(Event event)
- Currently, nothing happens if you select or deselect a query entry.
- Overrides:
- handleEvent in class Component
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