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, updatedisable, enable, focus, getHint, getValue, isEnabled, setEnabled, setHint, setMaxLength, setValuepublic 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.InputgetControl in class de.willuhn.jameica.gui.input.TextInputTextInput.getControl()public void setFont(org.eclipse.swt.graphics.Font font)
font - public org.eclipse.swt.graphics.Font getFont()