- î
object keys extends Publisher
- î
object mouse
Contains publishers for various mouse events.
- î
final def !=(arg0: Any): Boolean
- î
final def ##(): Int
- î
final def ==(arg0: Any): Boolean
- î
val _contents: Content
- î
final def asInstanceOf[T0]: T0
- î
def background: Color
- î
def background_=(c: Color): Unit
- î
def border: Border
- î
def border_=(b: Border): Unit
- î
def bounds: java.awt.Rectangle
- î
def clone(): AnyRef
- î
def componentOrientation: ComponentOrientation
- î
def componentOrientation_=(x: ComponentOrientation): Unit
- î
def contents: Seq[Component]
The child components of this container.
- î
def cursor: Cursor
- î
def cursor_=(c: Cursor): Unit
- î
def deafTo(ps: Publisher*): Unit
Installed reaction won't receive events from the given publisher anylonger.
- î
def displayable: Boolean
- î
def enabled: Boolean
- î
def enabled_=(b: Boolean): Unit
- î
final def eq(arg0: AnyRef): Boolean
- î
def equals(that: Any): Boolean
- î
def finalize(): Unit
- î
def focusable: Boolean
- î
def focusable_=(b: Boolean): Unit
- î
def font: Font
- î
def font_=(f: Font): Unit
- î
def foreground: Color
- î
def foreground_=(c: Color): Unit
- î
final def getClass(): Class[_]
- î
def hasFocus: Boolean
- î
def hashCode(): Int
- î
def ignoreRepaint: Boolean
- î
def ignoreRepaint_=(b: Boolean): Unit
- î
var initP: JComponent
- î
def inputVerifier: (Component) â Boolean
- î
def inputVerifier_=(v: (Component) â Boolean): Unit
- î
final def isInstanceOf[T0]: Boolean
- î
def listenTo(ps: Publisher*): Unit
Listen to the given publisher as long as deafTo
isn't called for them.
- î
val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }
- î
def locale: Locale
- î
def location: java.awt.Point
- î
def locationOnScreen: java.awt.Point
- î
def maximumSize: java.awt.Dimension
- î
def maximumSize_=(x: Dimension): Unit
- î
def minimumSize: java.awt.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
For custom painting, users should usually override this method.
- î
lazy val peer: JPanel
The underlying Swing peer.
- î
def preferredSize: java.awt.Dimension
- î
def preferredSize_=(x: Dimension): Unit
- î
def publish(e: Event): Unit
Notify all registered reactions.
- î
val reactions: Reactions
All reactions of this reactor.
- î
def repaint(rect: Rectangle): Unit
- î
def repaint(): Unit
- î
def requestFocus(): Unit
- î
def requestFocusInWindow(): Boolean
- î
def revalidate(): Unit
- î
def self: java.awt.Component
- î
def showing: Boolean
- î
def size: java.awt.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(): Unit
- î
final def wait(arg0: Long, arg1: Int): Unit
- î
final def wait(arg0: Long): Unit
- î
def xLayoutAlignment: Double
Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.
- î
def xLayoutAlignment_=(x: Double): Unit
- î
def yLayoutAlignment: Double
- î
def yLayoutAlignment_=(y: Double): Unit