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 background: Color
    Definition Classes
    UIElement
  4. def background_=(c: Color): Unit
    Definition Classes
    UIElement
  5. def border: Border
    Definition Classes
    Component
  6. def border_=(b: Border): Unit
    Definition Classes
    Component
  7. def bounds: Rectangle
    Definition Classes
    UIElement
  8. def componentOrientation: ComponentOrientation
    Definition Classes
    UIElement
  9. def componentOrientation_=(x: ComponentOrientation): Unit
    Definition Classes
    UIElement
  10. val contents: Buffer[Component]

    The child components of this container.

    The child components of this container.

    Definition Classes
    WrapperWrapperSequentialContainerContainer
  11. def cursor: Cursor
    Definition Classes
    UIElement
  12. def cursor_=(c: Cursor): Unit
    Definition Classes
    UIElement
  13. 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
  14. def displayable: Boolean
    Definition Classes
    UIElement
  15. def enabled: Boolean
    Definition Classes
    Component
  16. def enabled_=(b: Boolean): Unit
    Definition Classes
    Component
  17. def equals(that: Any): Boolean
    Definition Classes
    Proxy → Any
  18. def focusable: Boolean
    Definition Classes
    Component
  19. def focusable_=(b: Boolean): Unit
    Definition Classes
    Component
  20. def font: Font
    Definition Classes
    UIElement
  21. def font_=(f: Font): Unit
    Definition Classes
    UIElement
  22. def foreground: Color
    Definition Classes
    UIElement
  23. def foreground_=(c: Color): Unit
    Definition Classes
    UIElement
  24. def hGap: Int
  25. def hGap_=(n: Int): Unit
  26. def hasFocus: Boolean
    Definition Classes
    Component
  27. def hashCode(): Int
    Definition Classes
    Proxy → Any
  28. def ignoreRepaint: Boolean
    Definition Classes
    UIElement
  29. def ignoreRepaint_=(b: Boolean): Unit
    Definition Classes
    UIElement
  30. var initP: JComponent
    Definition Classes
    Component
  31. def inputVerifier: (Component) ⇒ Boolean
    Definition Classes
    Component
  32. def inputVerifier_=(v: (Component) ⇒ Boolean): Unit
    Definition Classes
    Component
  33. 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
  34. def locale: Locale
    Definition Classes
    UIElement
  35. def location: Point
    Definition Classes
    UIElement
  36. def locationOnScreen: Point
    Definition Classes
    UIElement
  37. def maximumSize: Dimension
    Definition Classes
    UIElement
  38. def maximumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  39. def minimumSize: Dimension
    Definition Classes
    UIElement
  40. def minimumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  41. def name: String
    Definition Classes
    Component
  42. def name_=(s: String): Unit
    Definition Classes
    Component
  43. def opaque: Boolean
    Definition Classes
    Component
  44. def opaque_=(b: Boolean): Unit
    Definition Classes
    Component
  45. def paint(g: Graphics2D): Unit
    Definition Classes
    Component
  46. lazy val peer: JPanel

    The underlying Swing peer.

    The underlying Swing peer.

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

    Notify all registered reactions.

    Notify all registered reactions.

    Definition Classes
    Publisher
  50. val reactions: Reactions

    All reactions of this reactor.

    All reactions of this reactor.

    Definition Classes
    Reactor
  51. def repaint(rect: Rectangle): Unit
    Definition Classes
    UIElement
  52. def repaint(): Unit
    Definition Classes
    UIElement
  53. def requestFocus(): Unit
    Definition Classes
    Component
  54. def requestFocusInWindow(): Boolean
    Definition Classes
    Component
  55. def revalidate(): Unit
    Definition Classes
    Component
  56. def self: java.awt.Component
    Definition Classes
    UIElement → Proxy
  57. def showing: Boolean
    Definition Classes
    UIElement
  58. def size: Dimension
    Definition Classes
    UIElement
  59. def subscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  60. def toString(): String
    Definition Classes
    Component → Proxy → AnyRef → Any
  61. def toolkit: Toolkit
    Definition Classes
    UIElement
  62. def tooltip: String
    Definition Classes
    Component
  63. def tooltip_=(t: String): Unit
    Definition Classes
    Component
  64. def unsubscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  65. def vGap: Int
  66. def vGap_=(n: Int): Unit
  67. def validate(): Unit
    Definition Classes
    UIElement
  68. def visible: Boolean
    Definition Classes
    UIElement
  69. def visible_=(b: Boolean): Unit
    Definition Classes
    UIElement
  70. 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
  71. def xLayoutAlignment_=(x: Double): Unit
    Definition Classes
    Component
  72. def yLayoutAlignment: Double
    Definition Classes
    Component
  73. def yLayoutAlignment_=(y: Double): Unit
    Definition Classes
    Component