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.


Constructor Index

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

Method Index

 o 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.
 o display()
Displays a "Definition" button and a "Detailed Document" button.
 o update()
If the info type is not available for the category String cat, disable the button.

Constructors

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

Methods

 o display
 public Panel display()
Displays a "Definition" button and a "Detailed Document" button.

 o 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.

 o 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