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
  • 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
    Standardkonstruktor
    TextAreaInputEnhanced(String value, int maxLength)
    Standardkonstruktor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.swt.widgets.Control
     
    org.eclipse.swt.graphics.Font
    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, 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 Details

    • TextAreaInputEnhanced

      public TextAreaInputEnhanced(String value)
      Standardkonstruktor
      Parameters:
      value -
    • TextAreaInputEnhanced

      public TextAreaInputEnhanced(String value, int maxLength)
      Standardkonstruktor
      Parameters:
      value -
      maxLength -
  • Method Details

    • 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