List of all members.
Public Member Functions |
| | StringHistoryFieldEditor (String name, String labelText, String[] values, Composite parent, boolean spacer) |
| | Construct one of these and populate the values of the dropdown.
|
| | StringHistoryFieldEditor (String name, String labelText, String[] values, Composite parent) |
| | Construct one of these and populate the values of the dropdown.
|
| | StringHistoryFieldEditor (String name, String labelText, Composite parent) |
| | Construct one of these.
|
| int | getNumberOfControls () |
| void | setEnabled (boolean enabled, Composite parent) |
Static Public Attributes |
| static final String | OTHER_VALUES = "_OTHER_VALUES" |
Protected Member Functions |
| void | adjustForNumColumns (int numColumns) |
| void | doFillIntoGrid (Composite parent, int numColumns) |
| void | doLoad () |
| void | initializeHistory () |
| void | addValue (String value) |
| | Add the new value to the history and the stored cache.
|
| void | storeHistory () |
| | Store the history to the preference store.
|
| void | doLoadDefault () |
| void | doStore () |
| CCombo | getComboBoxControl (Composite parent) |
Protected Attributes |
| CCombo | m_combo |
| String | m_value |
| List< String > | m_entryValues = new ArrayList<String>() |
| boolean | m_spacer = false |
Constructor & Destructor Documentation
- Parameters:
-
| name | |
| labelText | |
| values | |
| parent | |
| spacer | |
- Parameters:
-
| name | |
| labelText | |
| values | |
| parent | |
Member Function Documentation
| void addValue |
( |
String |
value | ) |
[protected] |
| void adjustForNumColumns |
( |
int |
numColumns | ) |
[protected] |
| void doFillIntoGrid |
( |
Composite |
parent, |
|
|
int |
numColumns |
|
) |
| [protected] |
| void doLoad |
( |
| ) |
[protected] |
| void doLoadDefault |
( |
| ) |
[protected] |
| void doStore |
( |
| ) |
[protected] |
| CCombo getComboBoxControl |
( |
Composite |
parent | ) |
[protected] |
| int getNumberOfControls |
( |
| ) |
|
| void initializeHistory |
( |
| ) |
[protected] |
| void setEnabled |
( |
boolean |
enabled, |
|
|
Composite |
parent |
|
) |
| |
| void storeHistory |
( |
| ) |
[protected] |
Member Data Documentation
The documentation for this class was generated from the following file: