All Packages Class Hierarchy This Package Previous Next Index
Class IMSWG.IW.DepValid.DisplayMoreInfo
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----IMSWG.IW.DepValid.DisplayMoreInfo
- public class DisplayMoreInfo
- extends Panel
This class is to support the Display of the Definition and Guide Buttons.
-
DisplayMoreInfo(DisplaySelection)
- Sets a local copy of a DisplaySelection.
-
action(Event, Object)
- If the definition button is pressed, popupDef will handle the action, and
if the detailed button is pressed, popupGuide will handle the action.
-
display()
- Displays a "Definition" button and a "Detailed Document" button.
-
update()
- If the info type is not available for the category String cat,
disable the button.
DisplayMoreInfo
public DisplayMoreInfo(DisplaySelection displaySelection)
- Sets a local copy of a DisplaySelection.
display
public Panel display()
- Displays a "Definition" button and a "Detailed Document" button.
update
public Panel update()
- If the info type is not available for the category String cat,
disable the button. If it is available for the cat, enable the button.
action
public boolean action(Event e,
Object arg)
- If the definition button is pressed, popupDef will handle the action, and
if the detailed button is pressed, popupGuide will handle the action.
- Overrides:
- action in class Component
- See Also:
- popupDef, popupGuide
All Packages Class Hierarchy This Package Previous Next Index