Class TextElement

java.lang.Object
dev.pfaff.altargui.improv.Element
dev.pfaff.altargui.improv.elements.TextElement

public final class TextElement extends Element
  • Constructor Details

  • Method Details

    • setText

      public void setText(CharProvider text)
    • onSetAvailable

      protected void onSetAvailable()
      Description copied from class: Element
      Override this to invalidate parts of your layout when the "available" variables change. Note that any changes in this method should be queued, not executed immediately.
      Overrides:
      onSetAvailable in class Element