trait EasyLayout extends LayoutContainer
Type Members
- abstract type Constraints <: AnyRef
- class Content extends BufferWrapper[Component]
Abstract Value Members
- abstract def add(comp: Component, c: Constraints): Unit
- abstract def areValid(c: Constraints): (Boolean, String)
- abstract def constraintsFor(component: Component, xy: (Int, Int), size: (Int, Int), anchor: Anchor, fill: Fill, border: (Int, Int, Int, Int)): Constraints
- abstract def constraintsFor(c: Component): Constraints
- abstract def peer: JComponent
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- val _contents: Content
- final def asInstanceOf[T0]: T0
- def background: scala.swing.Color
- def background_=(c: scala.swing.Color): Unit
- def bounds: Rectangle
- def clone(): AnyRef
- def componentOrientation: ComponentOrientation
- def componentOrientation_=(x: ComponentOrientation): Unit
- def contents: Seq[Component]
- def cursor: Cursor
- def cursor_=(c: Cursor): Unit
- def deafTo(ps: Publisher*): Unit
- def displayable: Boolean
- final def eq(arg0: AnyRef): Boolean
- def equals(that: Any): Boolean
- def font: Font
- def font_=(f: Font): Unit
- def foreground: scala.swing.Color
- def foreground_=(c: scala.swing.Color): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def ignoreRepaint: Boolean
- def ignoreRepaint_=(b: Boolean): Unit
- final def isInstanceOf[T0]: Boolean
- def layout: Map[Component, Constraints]
- def listenTo(ps: Publisher*): Unit
- val listeners: RefSet[Reaction]
- def locale: Locale
- def location: Point
- def locationOnScreen: Point
- def maximumSize: Dimension
- def maximumSize_=(x: Dimension): Unit
- def minimumSize: Dimension
- def minimumSize_=(x: Dimension): Unit
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def onFirstSubscribe(): Unit
- def onLastUnsubscribe(): Unit
- def place(component: Component, xy: (Int, Int), size: (Int, Int), anchor: Anchor, fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeC(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeE(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeN(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeNE(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeNW(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeS(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeSE(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeSW(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeW(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def preferredSize: Dimension
- def preferredSize_=(x: Dimension): Unit
- def publish(e: Event): Unit
- val reactions: Reactions
- def repaint(rect: Rectangle): Unit
- def repaint(): Unit
- def self: Any
- def showing: Boolean
- def size: Dimension
- def subscribe(listener: Reaction): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString: String
- def toolkit: Toolkit
- def unsubscribe(listener: Reaction): Unit
- def validate(): Unit
- def visible: Boolean
- def visible_=(b: Boolean): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from LayoutContainer
Inherited from Wrapper
Value Members
- abstract def peer: JComponent
- val _contents: Content
- def contents: Seq[Component]
Inherited from UIElement
Value Members
- def background: scala.swing.Color
- def background_=(c: scala.swing.Color): Unit
- def bounds: Rectangle
- def componentOrientation: ComponentOrientation
- def componentOrientation_=(x: ComponentOrientation): Unit
- def cursor: Cursor
- def cursor_=(c: Cursor): Unit
- def displayable: Boolean
- def font: Font
- def font_=(f: Font): Unit
- def foreground: scala.swing.Color
- def foreground_=(c: scala.swing.Color): Unit
- def ignoreRepaint: Boolean
- def ignoreRepaint_=(b: Boolean): Unit
- def locale: Locale
- def location: Point
- def locationOnScreen: Point
- def maximumSize: Dimension
- def maximumSize_=(x: Dimension): Unit
- def minimumSize: Dimension
- def minimumSize_=(x: Dimension): Unit
- def onFirstSubscribe(): Unit
- def onLastUnsubscribe(): Unit
- def preferredSize: Dimension
- def preferredSize_=(x: Dimension): Unit
- def repaint(rect: Rectangle): Unit
- def repaint(): Unit
- def self: Any
- def showing: Boolean
- def size: Dimension
- def toolkit: Toolkit
- def validate(): Unit
- def visible: Boolean
- def visible_=(b: Boolean): Unit
Inherited from LazyPublisher
Value Members
- def subscribe(listener: Reaction): Unit
- def unsubscribe(listener: Reaction): Unit
Inherited from Publisher
Value Members
- val listeners: RefSet[Reaction]
- def publish(e: Event): Unit
Inherited from Reactor
Value Members
- def deafTo(ps: Publisher*): Unit
- def listenTo(ps: Publisher*): Unit
- val reactions: Reactions
Inherited from Proxy
Value Members
- def equals(that: Any): Boolean
- def hashCode(): Int
- def toString: String
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- abstract type Constraints <: AnyRef
- class Content extends BufferWrapper[Component]
- abstract def add(comp: Component, c: Constraints): Unit
- abstract def areValid(c: Constraints): (Boolean, String)
- abstract def constraintsFor(component: Component, xy: (Int, Int), size: (Int, Int), anchor: Anchor, fill: Fill, border: (Int, Int, Int, Int)): Constraints
- abstract def constraintsFor(c: Component): Constraints
- abstract def peer: JComponent
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- val _contents: Content
- final def asInstanceOf[T0]: T0
- def background: scala.swing.Color
- def background_=(c: scala.swing.Color): Unit
- def bounds: Rectangle
- def clone(): AnyRef
- def componentOrientation: ComponentOrientation
- def componentOrientation_=(x: ComponentOrientation): Unit
- def contents: Seq[Component]
- def cursor: Cursor
- def cursor_=(c: Cursor): Unit
- def deafTo(ps: Publisher*): Unit
- def displayable: Boolean
- final def eq(arg0: AnyRef): Boolean
- def equals(that: Any): Boolean
- def font: Font
- def font_=(f: Font): Unit
- def foreground: scala.swing.Color
- def foreground_=(c: scala.swing.Color): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def ignoreRepaint: Boolean
- def ignoreRepaint_=(b: Boolean): Unit
- final def isInstanceOf[T0]: Boolean
- def layout: Map[Component, Constraints]
- def listenTo(ps: Publisher*): Unit
- val listeners: RefSet[Reaction]
- def locale: Locale
- def location: Point
- def locationOnScreen: Point
- def maximumSize: Dimension
- def maximumSize_=(x: Dimension): Unit
- def minimumSize: Dimension
- def minimumSize_=(x: Dimension): Unit
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def onFirstSubscribe(): Unit
- def onLastUnsubscribe(): Unit
- def place(component: Component, xy: (Int, Int), size: (Int, Int), anchor: Anchor, fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeC(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeE(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeN(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeNE(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeNW(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeS(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeSE(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeSW(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def placeW(component: Component, xy: (Int, Int), size: (Int, Int), fill: Fill, border: (Int, Int, Int, Int)): Unit
- def preferredSize: Dimension
- def preferredSize_=(x: Dimension): Unit
- def publish(e: Event): Unit
- val reactions: Reactions
- def repaint(rect: Rectangle): Unit
- def repaint(): Unit
- def self: Any
- def showing: Boolean
- def size: Dimension
- def subscribe(listener: Reaction): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString: String
- def toolkit: Toolkit
- def unsubscribe(listener: Reaction): Unit
- def validate(): Unit
- def visible: Boolean
- def visible_=(b: Boolean): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit