|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.freecol.client.gui.option.OptionUI<T>
net.sf.freecol.client.gui.option.SliderOptionUI<PercentageOption>
net.sf.freecol.client.gui.option.PercentageOptionUI
public final class PercentageOptionUI
This class provides visualization for an PercentageOption. In order to enable
values to be both seen and changed.
| Field Summary |
|---|
| Fields inherited from class net.sf.freecol.client.gui.option.OptionUI |
|---|
gui |
| Constructor Summary | |
|---|---|
PercentageOptionUI(GUI gui,
PercentageOption option,
boolean editable)
Creates a new PercentageOptionUI for the given
PercentageOption. |
|
| Method Summary |
|---|
| Methods inherited from class net.sf.freecol.client.gui.option.SliderOptionUI |
|---|
getComponent, getLabel, reset, updateOption |
| Methods inherited from class net.sf.freecol.client.gui.option.OptionUI |
|---|
getListCellRenderer, getOption, getOptionUI, initialize, isEditable, setEditable, setLabel, setOption |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PercentageOptionUI(GUI gui,
PercentageOption option,
boolean editable)
PercentageOptionUI for the given
PercentageOption.
option - The PercentageOption to make a user interface foreditable - boolean whether user can modify the setting
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||