Interface Labelable

All Known Subinterfaces:
Editable
All Known Implementing Classes:
AbstractValueHoldingSwingGadget

public interface Labelable
An aspect providing access to a gadget's label.
Since:
4.2.405
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final AspectType<Labelable>
    The aspect's technical type for requesting the aspect from an Aspectable.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    Gets the label of this component.
  • Field Details

  • Method Details

    • getLabel

      @Nullable @Nullable String getLabel()
      Gets the label of this component.
      Returns:
      The label or null.
      Since:
      4.2.405