|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DropDownMenu | |
| conga.gui | |
| marimba.gui | |
| Uses of DropDownMenu in conga.gui |
| Fields in conga.gui declared as DropDownMenu | |
protected DropDownMenu |
FlatDDComboBoxWidget.currentDropDown
The current dropdown menu as it was returned in newDropDown by the superclass. |
protected DropDownMenu |
FlatDDListBoxWidget.currentDropDown
The current dropdown menu as it was returned in newDropDown by the superclass. |
| Methods in conga.gui that return DropDownMenu | |
protected DropDownMenu |
FlatDDComboBoxWidget.newDropDown()
When a new dropdown is returned by the superclass, this widget stores it so later on it can be checked whether the dropdown that belongs to this widget has the focus. |
protected DropDownMenu |
FlatDDListBoxWidget.newDropDown()
When a new dropdown is returned by the superclass, this widget stores it so later on it can be checked whether the dropdown that belongs to this widget has the focus. |
| Uses of DropDownMenu in marimba.gui |
| Subclasses of DropDownMenu in marimba.gui | |
class |
SparseDropDownMenu
A sparse drop down menu, it calls a method called 'getData' of its user to get the currently visible items. |
| Methods in marimba.gui that return DropDownMenu | |
protected DropDownMenu |
DropDownListBoxWidget.newDropDown()
Display and return a new dropdownmenu with the required settings for letting it behave like the dropdownlistbox wants it to. |
protected DropDownMenu |
DropDownComboBoxWidget.newDropDown()
Display and return a new dropdown that also paints a focus rectangle around a selected item. |
protected DropDownMenu |
SparseDropDownListBoxWidget.newDropDown()
Return a sparse dropdown menu with the required settings. |
protected DropDownMenu |
SparseDropDownComboBoxWidget.newDropDown()
Display and return a new dropdown that also paints a focus rectangle around a selected item. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||