Package de.willuhn.jameica.gui.input
Class PluginInput
- java.lang.Object
-
- de.willuhn.jameica.gui.input.AbstractInput
-
- de.willuhn.jameica.gui.input.SelectInput
-
- de.willuhn.jameica.gui.input.PluginInput
-
public class PluginInput extends SelectInput
Selectbox zur Auswahl eines Plugins.
-
-
Field Summary
-
Fields inherited from interface de.willuhn.jameica.gui.input.Input
DATAKEY_TOOLTIP
-
-
Constructor Summary
Constructors Constructor Description PluginInput()
ct.PluginInput(Plugin preselected)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
format(java.lang.Object bean)
Formatiert die Bean passend fuer die Anzeige in der Combo-Box.-
Methods inherited from class de.willuhn.jameica.gui.input.SelectInput
addListener, disable, enable, focus, getControl, getList, getText, getValue, isEnabled, setAttribute, setEditable, setEnabled, setList, setPleaseChoose, setPreselected, setValue, update
-
Methods inherited from class de.willuhn.jameica.gui.input.AbstractInput
addListener, getData, getName, getParent, getStyleBits, hasChanged, isMandatory, paint, paint, setComment, setData, setInvalidChars, setMandatory, setName, setValidChars
-
-
-
-
Constructor Detail
-
PluginInput
public PluginInput()
ct.
-
PluginInput
public PluginInput(Plugin preselected)
ct.- Parameters:
preselected
- das vorausgewaehle Plugin.
-
-
Method Detail
-
format
protected java.lang.String format(java.lang.Object bean)
Description copied from class:SelectInput
Formatiert die Bean passend fuer die Anzeige in der Combo-Box.- Overrides:
format
in classSelectInput
- Parameters:
bean
- die Bean.- Returns:
- anzuzeigender Wert.
- See Also:
SelectInput.format(java.lang.Object)
-
-