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.7/scala-swing/scala/swing/BorderPanel.html below:

class BorderPanel extends Panel with LayoutContainer

 

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BorderPanel
  2. LayoutContainer
  3. Panel
  4. Wrapper
  5. Container
  6. Component
  7. UIElement
  8. LazyPublisher
  9. Publisher
  10. Reactor
  11. Proxy
  12. AnyRef
  13. Any
Instance Constructors
  1.  new BorderPanel()
Value Members
  1.  final def !=(arg0: Any): Boolean
  2.  final def ##(): Int
  3.  final def ==(arg0: Any): Boolean
  4.  val _contents: Content
  5.  def add(c: Component, l: Constraints): Unit

    Adds a component with the given constraints to the underlying layout manager and the component peer.

  6.  def areValid(c: Constraints): (Boolean, String)

    Checks whether the given constraints are valid.

  7.  final def asInstanceOf[T0]: T0
  8.  def background: Color
  9.  def background_=(c: Color): Unit
  10.  def border: Border
  11.  def border_=(b: Border): Unit
  12.  def bounds: Rectangle
  13.  def clone(): AnyRef
  14.  def componentOrientation: ComponentOrientation
  15.  def componentOrientation_=(x: ComponentOrientation): Unit
  16.  def constraintsFor(comp: Component): Constraints

    Obtains the constraints for the given component from the underlying Swing layout manager.

  17.  def contents: Seq[Component]

    The child components of this container.

  18.  def cursor: Cursor
  19.  def cursor_=(c: Cursor): Unit
  20.  def deafTo(ps: Publisher*): Unit

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

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

    A map of components to the associated layout constraints.

  43.  def layoutManager: BorderLayout
  44.  def listenTo(ps: Publisher*): Unit

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

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

    For custom painting, users should usually override this method.

  66.  lazy val peer: JPanel with SuperMixin

    The underlying Swing peer.

  67.  def preferredSize: Dimension
  68.  def preferredSize_=(x: Dimension): Unit
  69.  def publish(e: Event): Unit

    Notify all registered reactions.

  70.  val reactions: Reactions

    All reactions of this reactor.

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

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

  93.  def xLayoutAlignment_=(x: Double): Unit
  94.  def yLayoutAlignment: Double
  95.  def yLayoutAlignment_=(y: Double): Unit
  96.  object keys extends Publisher
  97.  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