Klasse TextAndDisable

Alle implementierten Schnittstellen:
EventListener, ModifyListener, SelectionListener, Drawable
Bekannte direkte Unterklassen:
PrefIntegerAndDisable, PrefText, PrefTextAndDisable

public class TextAndDisable extends Composite implements SelectionListener, ModifyListener
Autor:
Eike Stepper
  • Konstruktordetails

    • TextAndDisable

      public TextAndDisable(Composite parent, int textStyle, String disabledValue)
  • Methodendetails

    • getDisabledButtonText

      protected String getDisabledButtonText()
      Seit:
      3.5
    • getText

      public Text getText()
    • getButton

      public Button getButton()
    • addModifyListener

      public void addModifyListener(ModifyListener listener)
      Seit:
      3.5
    • removeModifyListener

      public void removeModifyListener(ModifyListener listener)
      Seit:
      3.5
    • addSelectionListener

      public void addSelectionListener(SelectionListener listener)
      Seit:
      3.5
    • removeSelectionListener

      public void removeSelectionListener(SelectionListener listener)
      Seit:
      3.5
    • isDisabled

      public boolean isDisabled()
    • setDisabled

      public void setDisabled(boolean disabled)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • widgetDefaultSelected

      public void widgetDefaultSelected(SelectionEvent e)
      Angegeben von:
      widgetDefaultSelected in Schnittstelle SelectionListener
    • widgetSelected

      public void widgetSelected(SelectionEvent e)
      Angegeben von:
      widgetSelected in Schnittstelle SelectionListener
    • modifyText

      public void modifyText(ModifyEvent e)
      Angegeben von:
      modifyText in Schnittstelle ModifyListener
    • createText

      protected Text createText(int textStyle)
    • createTextLayoutData

      protected GridData createTextLayoutData()
    • createButton

      protected Button createButton()