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

abstract class Panel extends Component with Wrapper

 

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Panel
  2. Wrapper
  3. Container
  4. Component
  5. UIElement
  6. LazyPublisher
  7. Publisher
  8. Reactor
  9. Proxy
  10. AnyRef
  11. Any
Instance Constructors
  1.  new Panel()
Value Members
  1.  object keys extends Publisher
  2.  object mouse

    Contains publishers for various mouse events.

  3.  final def !=(arg0: Any): Boolean
  4.  final def ##(): Int
  5.  final def ==(arg0: Any): Boolean
  6.  val _contents: Content
  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 contents: Seq[Component]

    The child components of this container.

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

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

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

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

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

    For custom painting, users should usually override this method.

  63.  lazy val peer: JPanel

    The underlying Swing peer.

  64.  def preferredSize: Dimension
  65.  def preferredSize_=(x: Dimension): Unit
  66.  def publish(e: Event): Unit

    Notify all registered reactions.

  67.  val reactions: Reactions

    All reactions of this reactor.

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

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

  90.  def xLayoutAlignment_=(x: Double): Unit
  91.  def yLayoutAlignment: Double
  92.  def yLayoutAlignment_=(y: Double): Unit

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