All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.DepValid.DisplayAttribute

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Choice
                   |
                   +----IMSWG.IW.DepValid.DisplayAttribute

public class DisplayAttribute
extends Choice
This class is to support the display of the attribute pull-down menu.


Constructor Index

 o DisplayAttribute(DisplaySelection)
Stores a local copy of the DisplaySelection

Method Index

 o action(Event, Object)
When the user changes the category the changeCat method of DisplaySelection is called.
 o display()
Gets the list of attributes from the Attributes object and displays them in a Choice list.

Constructors

 o DisplayAttribute
 public DisplayAttribute(DisplaySelection displaySelection)
Stores a local copy of the DisplaySelection

See Also:
DisplaySelection

Methods

 o display
 public Choice display()
Gets the list of attributes from the Attributes object and displays them in a Choice list. Uses the current attribute from the Attributes object to set the current selection.

See Also:
Attribute
 o action
 public boolean action(Event evt,
                       Object arg)
When the user changes the category the changeCat method of DisplaySelection is called.

Overrides:
action in class Component
See Also:
changeCat

All Packages  Class Hierarchy  This Package  Previous  Next  Index