A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.scala-lang.org/api/2.12.3/scala-swing/scala/swing/BoxPanel.html below:

class BoxPanel extends Panel with Wrapper

 

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
Value Members
  1.  final def !=(arg0: Any): Boolean
  2.  final def ##(): Int
  3.  final def ==(arg0: Any): Boolean
  4.  val _contents: Content
  5.  final def asInstanceOf[T0]: T0
  6.  def background: Color
  7.  def background_=(c: Color): Unit
  8.  def border: Border
  9.  def border_=(b: Border): Unit
  10.  def bounds: java.awt.Rectangle
  11.  def clone(): AnyRef
  12.  def componentOrientation: ComponentOrientation
  13.  def componentOrientation_=(x: ComponentOrientation): Unit
  14.  val contents: Buffer[Component]

    The child components of this container.

  15.  def cursor: Cursor
  16.  def cursor_=(c: Cursor): Unit
  17.  def deafTo(ps: Publisher*): Unit

    Installed reaction won't receive events from the given publisher anylonger.

  18.  def displayable: Boolean
  19.  def enabled: Boolean
  20.  def enabled_=(b: Boolean): Unit
  21.  final def eq(arg0: AnyRef): Boolean
  22.  def equals(that: Any): Boolean
  23.  def finalize(): Unit
  24.  def focusable: Boolean
  25.  def focusable_=(b: Boolean): Unit
  26.  def font: Font
  27.  def font_=(f: Font): Unit
  28.  def foreground: Color
  29.  def foreground_=(c: Color): Unit
  30.  final def getClass(): Class[_]
  31.  def hasFocus: Boolean
  32.  def hashCode(): Int
  33.  def ignoreRepaint: Boolean
  34.  def ignoreRepaint_=(b: Boolean): Unit
  35.  var initP: JComponent
  36.  def inputVerifier: (Component) ⇒ Boolean
  37.  def inputVerifier_=(v: (Component) ⇒ Boolean): Unit
  38.  final def isInstanceOf[T0]: Boolean
  39.  def listenTo(ps: Publisher*): Unit

    Listen to the given publisher as long as deafTo isn't called for them.

  40.  val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }
  41.  def locale: Locale
  42.  def location: java.awt.Point
  43.  def locationOnScreen: java.awt.Point
  44.  def maximumSize: java.awt.Dimension
  45.  def maximumSize_=(x: Dimension): Unit
  46.  def minimumSize: java.awt.Dimension
  47.  def minimumSize_=(x: Dimension): Unit
  48.  def name: String
  49.  def name_=(s: String): Unit
  50.  final def ne(arg0: AnyRef): Boolean
  51.  final def notify(): Unit
  52.  final def notifyAll(): Unit
  53.  def onFirstSubscribe(): Unit
  54.  def onLastUnsubscribe(): Unit
  55.  def opaque: Boolean
  56.  def opaque_=(b: Boolean): Unit
  57.  def paint(g: Graphics2D): Unit
  58.  def paintBorder(g: Graphics2D): Unit
  59.  def paintChildren(g: Graphics2D): Unit
  60.  def paintComponent(g: Graphics2D): Unit

    For custom painting, users should usually override this method.

  61.  lazy val peer: JPanel with SuperMixin

    The underlying Swing peer.

  62.  def preferredSize: java.awt.Dimension
  63.  def preferredSize_=(x: Dimension): Unit
  64.  def publish(e: Event): Unit

    Notify all registered reactions.

  65.  val reactions: Reactions

    All reactions of this reactor.

  66.  def repaint(rect: Rectangle): Unit
  67.  def repaint(): Unit
  68.  def requestFocus(): Unit
  69.  def requestFocusInWindow(): Boolean
  70.  def revalidate(): Unit
  71.  def self: java.awt.Component
  72.  def showing: Boolean
  73.  def size: java.awt.Dimension
  74.  def subscribe(listener: Reaction): Unit
  75.  final def synchronized[T0](arg0: ⇒ T0): T0
  76.  def toString(): String
  77.  def toolkit: Toolkit
  78.  def tooltip: String
  79.  def tooltip_=(t: String): Unit
  80.  def unsubscribe(listener: Reaction): Unit
  81.  def validate(): Unit
  82.  def visible: Boolean
  83.  def visible_=(b: Boolean): Unit
  84.  final def wait(): Unit
  85.  final def wait(arg0: Long, arg1: Int): Unit
  86.  final def wait(arg0: Long): Unit
  87.  def xLayoutAlignment: Double

    Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.

  88.  def xLayoutAlignment_=(x: Double): Unit
  89.  def yLayoutAlignment: Double
  90.  def yLayoutAlignment_=(y: Double): Unit
  91.  object keys extends Publisher
  92.  object mouse

    Contains publishers for various mouse events.

Inherited from LazyPublisher

Inherited from Proxy

Inherited from Any


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4