Package de.frankmuenster.mahoe.gui.input
Class TextAreaInputEnhanced
java.lang.Object
de.willuhn.jameica.gui.input.AbstractInput
de.willuhn.jameica.gui.input.TextInput
de.willuhn.jameica.gui.input.TextAreaInput
de.frankmuenster.mahoe.gui.input.TextAreaInputEnhanced
- All Implemented Interfaces:
de.willuhn.jameica.gui.input.Input
,de.willuhn.jameica.gui.Part
public class TextAreaInputEnhanced
extends de.willuhn.jameica.gui.input.TextAreaInput
- Author:
- Frank Münster
-
Field Summary
Fields inherited from class de.willuhn.jameica.gui.input.TextInput
text
Fields inherited from interface de.willuhn.jameica.gui.input.Input
DATAKEY_TOOLTIP
-
Constructor Summary
ConstructorsConstructorDescriptionTextAreaInputEnhanced
(String value) StandardkonstruktorTextAreaInputEnhanced
(String value, int maxLength) Standardkonstruktor -
Method Summary
Methods inherited from class de.willuhn.jameica.gui.input.TextAreaInput
getStyleBits, getTextWidget, setHeight, update
Methods inherited from class de.willuhn.jameica.gui.input.TextInput
disable, enable, focus, getHint, getValue, isEnabled, setEnabled, setHint, setMaxLength, setValue
Methods inherited from class de.willuhn.jameica.gui.input.AbstractInput
addListener, addListener, getData, getName, getParent, hasChanged, isMandatory, paint, paint, setComment, setData, setInvalidChars, setMandatory, setName, setValidChars
-
Constructor Details
-
TextAreaInputEnhanced
Standardkonstruktor- Parameters:
value
-
-
TextAreaInputEnhanced
Standardkonstruktor- Parameters:
value
-maxLength
-
-
-
Method Details
-
getControl
public org.eclipse.swt.widgets.Control getControl()- Specified by:
getControl
in interfacede.willuhn.jameica.gui.input.Input
- Overrides:
getControl
in classde.willuhn.jameica.gui.input.TextInput
- See Also:
-
TextInput.getControl()
-
setFont
public void setFont(org.eclipse.swt.graphics.Font font) Setzt den Font- Parameters:
font
-
-
getFont
public org.eclipse.swt.graphics.Font getFont()Liefert den Font- Returns:
- der aktuell gesetzte Font
-