trait EasyPanel extends GridBagPanel with EasyLayout
Type Members
- class Constraints extends Proxy
- class Content extends BufferWrapper[Component]
- trait SuperMixin extends JComponent
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- val _contents: Content
- def add(c: Component, l: Constraints): Unit
- def areValid(c: Constraints): (Boolean, String)
- final def asInstanceOf[T0]: T0
- def background: scala.swing.Color
- def background_=(c: scala.swing.Color): Unit
- def border: Border
- def border_=(b: Border): Unit
- def bounds: Rectangle
- def clone(): AnyRef
- def componentOrientation: ComponentOrientation
- def componentOrientation_=(x: ComponentOrientation): Unit
- def constraintsFor(component: Component, xy: (Int, Int), size: (Int, Int), anchor: Anchor, fill: Fill, border: (Int, Int, Int, Int)): Constraints
- def constraintsFor(comp: Component): Constraints
- def contents: Seq[Component]
- def cursor: Cursor
- def cursor_=(c: Cursor): Unit
- def deafTo(ps: Publisher*): Unit
- def displayable: Boolean
- def enabled: Boolean
- def enabled_=(b: Boolean): Unit
- final def eq(arg0: AnyRef): Boolean
- def equals(that: Any): Boolean
- def focusable: Boolean
- def focusable_=(b: Boolean): Unit
- 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 hasFocus: Boolean
- def hashCode(): Int
- def ignoreRepaint: Boolean
- def ignoreRepaint_=(b: Boolean): Unit
- def inputVerifier: (Component) => Boolean
- def inputVerifier_=(v: (Component) => 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
- def name: String
- def name_=(s: String): Unit
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def onFirstSubscribe(): Unit
- def onLastUnsubscribe(): Unit
- def opaque: Boolean
- def opaque_=(b: Boolean): Unit
- def paint(g: Graphics2D): Unit
- def paintBorder(g: Graphics2D): Unit
- def paintChildren(g: Graphics2D): Unit
- def paintComponent(g: Graphics2D): Unit
- implicit def pair2Constraints(p: (Int, Int)): Constraints
- lazy val peer: JPanel with SuperMixin
- 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 requestFocus(): Unit
- def requestFocusInWindow(): Boolean
- def revalidate(): 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 tooltip: String
- def tooltip_=(t: String): Unit
- 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 xLayoutAlignment: Double
- def xLayoutAlignment_=(x: Double): Unit
- def yLayoutAlignment: Double
- def yLayoutAlignment_=(y: Double): Unit
- object keys extends Publisher
- object mouse
Deprecated Value Members
- def finalize(): Unit
Value Members
- 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
Inherited from GridBagPanel
Inherited from LayoutContainer
Inherited from Wrapper
Value Members
- val _contents: Content
- def contents: Seq[Component]
Inherited from Component
Value Members
- def border: Border
- def border_=(b: Border): Unit
- def enabled: Boolean
- def enabled_=(b: Boolean): Unit
- def focusable: Boolean
- def focusable_=(b: Boolean): Unit
- def hasFocus: Boolean
- def inputVerifier: (Component) => Boolean
- def inputVerifier_=(v: (Component) => Boolean): Unit
- def name: String
- def name_=(s: String): Unit
- def onFirstSubscribe(): Unit
- def opaque: Boolean
- def opaque_=(b: Boolean): Unit
- def paint(g: Graphics2D): Unit
- def paintBorder(g: Graphics2D): Unit
- def paintChildren(g: Graphics2D): Unit
- def paintComponent(g: Graphics2D): Unit
- def requestFocus(): Unit
- def requestFocusInWindow(): Boolean
- def revalidate(): Unit
- def toString: String
- def tooltip: String
- def tooltip_=(t: String): Unit
- def xLayoutAlignment: Double
- def xLayoutAlignment_=(x: Double): Unit
- def yLayoutAlignment: Double
- def yLayoutAlignment_=(y: Double): Unit
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 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
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
- class Constraints extends Proxy
- class Content extends BufferWrapper[Component]
- trait SuperMixin extends JComponent
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- val _contents: Content
- def add(c: Component, l: Constraints): Unit
- def areValid(c: Constraints): (Boolean, String)
- final def asInstanceOf[T0]: T0
- def background: scala.swing.Color
- def background_=(c: scala.swing.Color): Unit
- def border: Border
- def border_=(b: Border): Unit
- def bounds: Rectangle
- def clone(): AnyRef
- def componentOrientation: ComponentOrientation
- def componentOrientation_=(x: ComponentOrientation): Unit
- def constraintsFor(component: Component, xy: (Int, Int), size: (Int, Int), anchor: Anchor, fill: Fill, border: (Int, Int, Int, Int)): Constraints
- def constraintsFor(comp: Component): Constraints
- def contents: Seq[Component]
- def cursor: Cursor
- def cursor_=(c: Cursor): Unit
- def deafTo(ps: Publisher*): Unit
- def displayable: Boolean
- def enabled: Boolean
- def enabled_=(b: Boolean): Unit
- final def eq(arg0: AnyRef): Boolean
- def equals(that: Any): Boolean
- def focusable: Boolean
- def focusable_=(b: Boolean): Unit
- 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 hasFocus: Boolean
- def hashCode(): Int
- def ignoreRepaint: Boolean
- def ignoreRepaint_=(b: Boolean): Unit
- def inputVerifier: (Component) => Boolean
- def inputVerifier_=(v: (Component) => 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
- def name: String
- def name_=(s: String): Unit
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def onFirstSubscribe(): Unit
- def onLastUnsubscribe(): Unit
- def opaque: Boolean
- def opaque_=(b: Boolean): Unit
- def paint(g: Graphics2D): Unit
- def paintBorder(g: Graphics2D): Unit
- def paintChildren(g: Graphics2D): Unit
- def paintComponent(g: Graphics2D): Unit
- implicit def pair2Constraints(p: (Int, Int)): Constraints
- lazy val peer: JPanel with SuperMixin
- 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 requestFocus(): Unit
- def requestFocusInWindow(): Boolean
- def revalidate(): 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 tooltip: String
- def tooltip_=(t: String): Unit
- 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 xLayoutAlignment: Double
- def xLayoutAlignment_=(x: Double): Unit
- def yLayoutAlignment: Double
- def yLayoutAlignment_=(y: Double): Unit
- object keys extends Publisher
- object mouse
- def finalize(): Unit