Packages

class FlowPanel extends Panel with Wrapper

A panel that arranges its contents horizontally, one after the other. If they don't fit, this panel will try to insert line breaks.

See also

java.awt.FlowLayout

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlowPanel
  2. Wrapper
  3. SequentialContainer
  4. Panel
  5. Wrapper
  6. Container
  7. Component
  8. UIElement
  9. LazyPublisher
  10. Publisher
  11. Reactor
  12. Proxy
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FlowPanel()
  2. new FlowPanel(contents0: Component*)
  3. new FlowPanel(alignment: FlowPanel.Alignment.Value)(contents0: Component*)

Value Members

  1. object keys extends Publisher
    Definition Classes
    Component
  2. object mouse

    Contains publishers for various mouse events.

    Contains publishers for various mouse events. They are separated for efficiency reasons.

    Definition Classes
    Component
  3. def alignOnBaseline: Boolean
  4. def alignOnBaseline_=(value: Boolean): Unit
  5. def background: Color
    Definition Classes
    UIElement
  6. def background_=(c: Color): Unit
    Definition Classes
    UIElement
  7. def border: Border
    Definition Classes
    Component
  8. def border_=(b: Border): Unit
    Definition Classes
    Component
  9. def bounds: Rectangle
    Definition Classes
    UIElement
  10. def componentOrientation: ComponentOrientation
    Definition Classes
    UIElement
  11. def componentOrientation_=(x: ComponentOrientation): Unit
    Definition Classes
    UIElement
  12. val contents: Buffer[Component]

    The child components of this container.

    The child components of this container.

    Definition Classes
    WrapperWrapperSequentialContainerContainer
  13. def cursor: Cursor
    Definition Classes
    UIElement
  14. def cursor_=(c: Cursor): Unit
    Definition Classes
    UIElement
  15. def deafTo(ps: Publisher*): Unit

    Installed reaction won't receive events from the given publisher anylonger.

    Installed reaction won't receive events from the given publisher anylonger.

    Definition Classes
    Reactor
  16. def displayable: Boolean
    Definition Classes
    UIElement
  17. def enabled: Boolean
    Definition Classes
    Component
  18. def enabled_=(b: Boolean): Unit
    Definition Classes
    Component
  19. def equals(that: Any): Boolean
    Definition Classes
    Proxy → Any
  20. def focusable: Boolean
    Definition Classes
    Component
  21. def focusable_=(b: Boolean): Unit
    Definition Classes
    Component
  22. def font: Font
    Definition Classes
    UIElement
  23. def font_=(f: Font): Unit
    Definition Classes
    UIElement
  24. def foreground: Color
    Definition Classes
    UIElement
  25. def foreground_=(c: Color): Unit
    Definition Classes
    UIElement
  26. def hGap: Int
  27. def hGap_=(n: Int): Unit
  28. def hasFocus: Boolean
    Definition Classes
    Component
  29. def hashCode(): Int
    Definition Classes
    Proxy → Any
  30. def ignoreRepaint: Boolean
    Definition Classes
    UIElement
  31. def ignoreRepaint_=(b: Boolean): Unit
    Definition Classes
    UIElement
  32. def inputVerifier: (Component) => Boolean
    Definition Classes
    Component
  33. def inputVerifier_=(v: (Component) => Boolean): Unit
    Definition Classes
    Component
  34. def listenTo(ps: Publisher*): Unit

    Listen to the given publisher as long as deafTo isn't called for them.

    Listen to the given publisher as long as deafTo isn't called for them.

    Definition Classes
    Reactor
  35. def locale: Locale
    Definition Classes
    UIElement
  36. def location: Point
    Definition Classes
    UIElement
  37. def locationOnScreen: Point
    Definition Classes
    UIElement
  38. def maximumSize: Dimension
    Definition Classes
    UIElement
  39. def maximumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  40. def minimumSize: Dimension
    Definition Classes
    UIElement
  41. def minimumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  42. def name: String
    Definition Classes
    Component
  43. def name_=(s: String): Unit
    Definition Classes
    Component
  44. def opaque: Boolean
    Definition Classes
    Component
  45. def opaque_=(b: Boolean): Unit
    Definition Classes
    Component
  46. def paint(g: Graphics2D): Unit
    Definition Classes
    Component
  47. lazy val peer: JPanel

    The underlying Swing peer.

    The underlying Swing peer.

    Definition Classes
    FlowPanelPanelWrapperComponentUIElement
  48. def preferredSize: Dimension
    Definition Classes
    UIElement
  49. def preferredSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  50. def publish(e: Event): Unit

    Notify all registered reactions.

    Notify all registered reactions.

    Definition Classes
    Publisher
  51. val reactions: Reactions

    All reactions of this reactor.

    All reactions of this reactor.

    Definition Classes
    Reactor
  52. def repaint(rect: Rectangle): Unit
    Definition Classes
    UIElement
  53. def repaint(): Unit
    Definition Classes
    UIElement
  54. def requestFocus(): Unit
    Definition Classes
    Component
  55. def requestFocusInWindow(): Boolean
    Definition Classes
    Component
  56. def revalidate(): Unit
    Definition Classes
    Component
  57. def self: Any
    Definition Classes
    UIElement → Proxy
  58. def showing: Boolean
    Definition Classes
    UIElement
  59. def size: Dimension
    Definition Classes
    UIElement
  60. def subscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  61. def toString(): String
    Definition Classes
    Component → Proxy → AnyRef → Any
  62. def toolkit: Toolkit
    Definition Classes
    UIElement
  63. def tooltip: String
    Definition Classes
    Component
  64. def tooltip_=(t: String): Unit
    Definition Classes
    Component
  65. def unsubscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  66. def vGap: Int
  67. def vGap_=(n: Int): Unit
  68. def validate(): Unit
    Definition Classes
    UIElement
  69. def visible: Boolean
    Definition Classes
    UIElement
  70. def visible_=(b: Boolean): Unit
    Definition Classes
    UIElement
  71. def xLayoutAlignment: Double

    Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.

    Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.

    Definition Classes
    Component
  72. def xLayoutAlignment_=(x: Double): Unit
    Definition Classes
    Component
  73. def yLayoutAlignment: Double
    Definition Classes
    Component
  74. def yLayoutAlignment_=(y: Double): Unit
    Definition Classes
    Component