public class TextAreaInputEnhanced
extends de.willuhn.jameica.gui.input.TextAreaInput
Constructor and Description |
---|
TextAreaInputEnhanced(java.lang.String value)
Standardkonstruktor
|
TextAreaInputEnhanced(java.lang.String value,
int maxLength)
Standardkonstruktor
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
getControl() |
org.eclipse.swt.graphics.Font |
getFont()
Liefert den Font
|
void |
setFont(org.eclipse.swt.graphics.Font font)
Setzt den Font
|
getStyleBits, getTextWidget, setHeight, update
disable, enable, focus, getHint, getValue, isEnabled, setEnabled, setHint, setMaxLength, setValue
public TextAreaInputEnhanced(java.lang.String value)
value
- public TextAreaInputEnhanced(java.lang.String value, int maxLength)
value
- maxLength
- public org.eclipse.swt.widgets.Control getControl()
getControl
in interface de.willuhn.jameica.gui.input.Input
getControl
in class de.willuhn.jameica.gui.input.TextInput
TextInput.getControl()
public void setFont(org.eclipse.swt.graphics.Font font)
font
- public org.eclipse.swt.graphics.Font getFont()