Class UILabel

All Implemented Interfaces:
UIKeyHandler, Textable, Hintable, Savable

public class UILabel extends AbstractLabelUIComponent
Basic implementation of AbstractLabelUIComponent.
  • Constructor Details

    • UILabel

      public UILabel(String text)
      Parameters:
      text - the text value of this label.
    • UILabel

      public UILabel(String text, SubTex icon)
      Parameters:
      text - the text value of this label.
      icon - the icon value of this label.
  • Method Details