Interface SingleLineable
public interface SingleLineable
Singlelineable aspect for a swing gadget, whose component supports a single line layout.
- Since:
- 4.2.405
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AspectType<SingleLineable>The aspect's programmatic type being used for requesting the aspect from anAspectable. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates that this gadget prefers a single line layout for its component.
-
Field Details
-
TYPE
The aspect's programmatic type being used for requesting the aspect from anAspectable.- Since:
- 4.2.405
-
-
Method Details
-
isSingleLine
boolean isSingleLine()Indicates that this gadget prefers a single line layout for its component.- Returns:
- If
true, requests for a single line layout. - Since:
- 4.2.405
-