Class marimba.gui.DropDownComboBoxWidget
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class marimba.gui.DropDownComboBoxWidget

java.lang.Object
   |
   +----marimba.gui.Widget
           |
           +----marimba.gui.ChoiceWidget
                   |
                   +----marimba.gui.DropDownListBoxWidget
                           |
                           +----marimba.gui.DropDownComboBoxWidget

public class DropDownComboBoxWidget
extends DropDownListBoxWidget
A text widget with an associated pull down menu.
Version:
1.15, 11/29/96
Author:
Arthur van Hoff

Constructor Index

 o DropDownComboBoxWidget()
Constructor.
 o DropDownComboBoxWidget(String, int, int, String)
Constructor that initializes some variables.

Method Index

 o getStringValue()
Get value.
 o handleEvent(Event)
Handle events.
 o newDropDown()
Display and return a new dropdown that also paints a focus rectangle around a selected item.
 o newTextBox()
New TextBox that is editable.
 o setValue(String)
Set value.

Constructors

 o DropDownComboBoxWidget
  public DropDownComboBoxWidget()
Constructor.
 o DropDownComboBoxWidget
  public DropDownComboBoxWidget(String value,
                                int style,
                                int align,
                                String list)
Constructor that initializes some variables.

Methods

 o setValue
  public void setValue(String value)
Set value.
Overrides:
setValue in class ChoiceWidget
 o getStringValue
  public String getStringValue()
Get value.
Overrides:
getStringValue in class ChoiceWidget
 o newTextBox
  protected DropDownTextBoxWidget newTextBox()
New TextBox that is editable.
Overrides:
newTextBox in class DropDownListBoxWidget
 o newDropDown
  protected DropDownMenu newDropDown()
Display and return a new dropdown that also paints a focus rectangle around a selected item.
Overrides:
newDropDown in class DropDownListBoxWidget
 o handleEvent
  public boolean handleEvent(Event evt)
Handle events.
Overrides:
handleEvent in class DropDownListBoxWidget

All Packages  Class Hierarchy  This Package  Previous  Next  Index