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

class TabbedPane extends Component with Publisher

 

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TabbedPane
  2. Component
  3. UIElement
  4. LazyPublisher
  5. Publisher
  6. Reactor
  7. Proxy
  8. AnyRef
  9. Any
Instance Constructors
  1.  new TabbedPane()
Type Members
  1.  trait SuperMixin extends JComponent

    This trait is used to redirect certain calls from the peer to the wrapper and back.

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.  final def asInstanceOf[T0]: T0
  7.  def background: Color
  8.  def background_=(c: Color): Unit
  9.  def border: Border
  10.  def border_=(b: Border): Unit
  11.  def bounds: Rectangle
  12.  def clone(): AnyRef
  13.  def componentOrientation: ComponentOrientation
  14.  def componentOrientation_=(x: ComponentOrientation): Unit
  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: Point
  43.  def locationOnScreen: Point
  44.  def maximumSize: Dimension
  45.  def maximumSize_=(x: Dimension): Unit
  46.  def minimumSize: 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: JTabbedPane

    The underlying Swing peer.

  62.  def preferredSize: 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: Dimension
  74.  def subscribe(listener: Reaction): Unit
  75.  final def synchronized[T0](arg0: ⇒ T0): T0
  76.  def tabLayoutPolicy: TabbedPane.Layout.Value
  77.  def tabLayoutPolicy_=(p: TabbedPane.Layout.Value): Unit
  78.  def tabPlacement: Alignment.Value
  79.  def tabPlacement_=(b: Alignment.Value): Unit

    Possible values are Left, Right, Top, Bottom.

  80.  def toString(): String
  81.  def toolkit: Toolkit
  82.  def tooltip: String
  83.  def tooltip_=(t: String): Unit
  84.  def unsubscribe(listener: Reaction): Unit
  85.  def validate(): Unit
  86.  def visible: Boolean
  87.  def visible_=(b: Boolean): Unit
  88.  final def wait(): Unit
  89.  final def wait(arg0: Long, arg1: Int): Unit
  90.  final def wait(arg0: Long): Unit
  91.  def xLayoutAlignment: Double

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

  92.  def xLayoutAlignment_=(x: Double): Unit
  93.  def yLayoutAlignment: Double
  94.  def yLayoutAlignment_=(y: Double): Unit
  95.  object pages extends BufferWrapper[Page]
  96.  object selection extends Publisher

    The current page selection

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