Class 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

      Constructors 
      Constructor Description
      TextAreaInputEnhanced​(java.lang.String value)
      Standardkonstruktor
      TextAreaInputEnhanced​(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 Font
      void 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
      • Methods inherited from class de.willuhn.jameica.gui.input.AbstractInput

        addListener, getData, getName, getParent, hasChanged, isMandatory, paint, paint, setComment, setData, setInvalidChars, setMandatory, setName, setValidChars
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextAreaInputEnhanced

        public TextAreaInputEnhanced​(java.lang.String value)
        Standardkonstruktor
        Parameters:
        value -
      • TextAreaInputEnhanced

        public TextAreaInputEnhanced​(java.lang.String value,
                                     int maxLength)
        Standardkonstruktor
        Parameters:
        value -
        maxLength -
    • Method Detail

      • getControl

        public org.eclipse.swt.widgets.Control getControl()
        Specified by:
        getControl in interface de.willuhn.jameica.gui.input.Input
        Overrides:
        getControl in class de.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