Interface SingleLineable
public interface SingleLineable
Singlelineable aspect for a swing gadget, whose component supports a single line layout.
- Since:
- 4.2.405
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AspectType<SingleLineable>
The aspect's programmatic type being used for requesting the aspect from anAspectable
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates 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
-