Interface SingleLineable


public interface SingleLineable
Singlelineable aspect for a swing gadget, whose component supports a single line layout.
Since:
4.2.405
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    The aspect's programmatic type being used for requesting the aspect from an Aspectable.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates that this gadget prefers a single line layout for its component.
  • Field Details

  • 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