c

scala.swing

BoxPanel

class BoxPanel extends Panel with Wrapper

A panel that lays out its contents one after the other, either horizontally or vertically.

See also

javax.swing.BoxLayout

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoxPanel
  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 BoxPanel(orientation: Orientation.Value)

Value Members

  1. def background: Color
    Definition Classes
    UIElement
  2. def background_=(c: Color): Unit
    Definition Classes
    UIElement
  3. def border: Border
    Definition Classes
    Component
  4. def border_=(b: Border): Unit
    Definition Classes
    Component
  5. def bounds: Rectangle
    Definition Classes
    UIElement
  6. def componentOrientation: ComponentOrientation
    Definition Classes
    UIElement
  7. def componentOrientation_=(x: ComponentOrientation): Unit
    Definition Classes
    UIElement
  8. val contents: Buffer[Component]

    The child components of this container.

    The child components of this container.

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

    The underlying Swing peer.

    The underlying Swing peer.

    Definition Classes
    BoxPanelPanelWrapperComponentUIElement
  43. def preferredSize: Dimension
    Definition Classes
    UIElement
  44. def preferredSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  45. def publish(e: Event): Unit

    Notify all registered reactions.

    Notify all registered reactions.

    Definition Classes
    Publisher
  46. val reactions: Reactions

    All reactions of this reactor.

    All reactions of this reactor.

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

    Contains publishers for various mouse events.

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

    Definition Classes
    Component