Interface Textable

All Known Implementing Classes:
AbstractLabelUIComponent, AbstractUITextEntryComponent, UIButton, UICheckBox, UILabel, UIMenuItem, UIPasswordField, UIPieMenuItem, UIRadioButton, UITab, UITextArea, UITextField

public interface Textable
Interface for items that can take and return a text string value.
  • Method Details

    • setText

      void setText(String value)
    • getText

      String getText()
    • isStyledText

      boolean isStyledText()
    • setStyledText

      void setStyledText(boolean value)