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
-
DropDownComboBoxWidget()
- Constructor.
-
DropDownComboBoxWidget(String, int, int, String)
- Constructor that initializes some variables.
-
getStringValue()
- Get value.
-
handleEvent(Event)
- Handle events.
-
newDropDown()
- Display and return a new dropdown that also paints
a focus rectangle around a selected item.
-
newTextBox()
- New TextBox that is editable.
-
setValue(String)
- Set value.
DropDownComboBoxWidget
public DropDownComboBoxWidget()
- Constructor.
DropDownComboBoxWidget
public DropDownComboBoxWidget(String value,
int style,
int align,
String list)
- Constructor that initializes some variables.
setValue
public void setValue(String value)
- Set value.
- Overrides:
- setValue in class ChoiceWidget
getStringValue
public String getStringValue()
- Get value.
- Overrides:
- getStringValue in class ChoiceWidget
newTextBox
protected DropDownTextBoxWidget newTextBox()
- New TextBox that is editable.
- Overrides:
- newTextBox in class DropDownListBoxWidget
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
handleEvent
public boolean handleEvent(Event evt)
- Handle events.
- Overrides:
- handleEvent in class DropDownListBoxWidget
All Packages Class Hierarchy This Package Previous Next Index