Package | Description |
---|---|
bibliothek.extension.gui.dock.preference.preferences.choice |
A set of small classes containing choices the user can make.
|
Modifier and Type | Class and Description |
---|---|
class |
BubbleColorSchemeChoice
A list of
ColorScheme s for BubbleTheme . |
class |
ButtonContentChoice
Deprecated.
replaced by
ButtonContentPreferenceModel |
class |
ButtonContentConditionChoice
A list of
ButtonContentConditionChoice s. |
class |
DefaultChoice<V>
A default implementation of
Choice , provides text, id and objects
for every possible choice. |
class |
EclipseTabChoice
The way tabs are painted in the
EclipseTheme |
class |
TabContentFilterChoice
A set of choices of
TabContentFilter s. |
class |
TabPlacementChoice
Lets the user choose a
TabPlacement . |
Modifier and Type | Method and Description |
---|---|
Choice |
ChoiceText.getChoice()
Gets the choice which is using this text.
|
Modifier and Type | Method and Description |
---|---|
void |
ChoiceListener.inserted(Choice choice,
int indexStart,
int indexEnd)
This method is called if some new entries have been added to
choice |
void |
ChoiceListener.removed(Choice choice,
int indexStart,
int indexEnd)
This method is called if some new entries have been removed from
choice |
void |
ChoiceListener.updated(Choice choice,
int indexStart,
int indexEnd)
This method is called if some entries have been updated, e.g.
|
Constructor and Description |
---|
ChoiceEntryText(String id,
Choice choice)
Creates a new text
UIValue |
ChoiceText(String id,
Choice choice)
Creates a new
ChoiceText . |
ChoiceText(String id,
Choice choice,
Path kind)
Creates a new
ChoiceText . |