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.
-
DisplayAttribute(DisplaySelection)
- Stores a local copy of the DisplaySelection
-
action(Event, Object)
- When the user changes the category the changeCat method of
DisplaySelection is called.
-
display()
- Gets the list of attributes from the Attributes object and displays
them in a Choice list.
DisplayAttribute
public DisplayAttribute(DisplaySelection displaySelection)
- Stores a local copy of the DisplaySelection
- See Also:
- DisplaySelection
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
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