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
-
-
Constructor Summary
Constructors Constructor Description TextAreaInputEnhanced(java.lang.String value)
StandardkonstruktorTextAreaInputEnhanced(java.lang.String value, int maxLength)
Standardkonstruktor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.swt.widgets.Control
getControl()
org.eclipse.swt.graphics.Font
getFont()
Liefert den Fontvoid
setFont(org.eclipse.swt.graphics.Font font)
Setzt den Font-
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
-
-
-
-
Method Detail
-
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
-
-