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
Modifier and TypeFieldDescriptionstatic final AspectType<Labelable>
The aspect's technical type for requesting the aspect from anAspectable
. -
Method Summary
-
Field Details
-
TYPE
The aspect's technical type for requesting the aspect from anAspectable
.- Since:
- 4.2.405
-
-
Method Details
-
getLabel
Gets the label of this component.- Returns:
- The label or
null
. - Since:
- 4.2.405
-