de.willuhn.jameica.gui.input.Input, de.willuhn.jameica.gui.Partpublic class TextAreaInputEnhanced
extends de.willuhn.jameica.gui.input.TextAreaInput
| Constructor | Description |
|---|---|
TextAreaInputEnhanced(java.lang.String value) |
Standardkonstruktor
|
TextAreaInputEnhanced(java.lang.String value,
int maxLength) |
Standardkonstruktor
|
| Modifier and Type | Method | 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
|
addListener, getData, getName, getParent, hasChanged, isMandatory, paint, paint, setComment, setData, setInvalidChars, setMandatory, setName, setValidCharsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic 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()