scala.swing

TabbedPane

class TabbedPane extends Component with Publisher

Displays the contents of one of several pages at a time. For each page a tab is visible at all times. The user can click on one of these tabs to move the corresponding page to the front.

Source
TabbedPane.scala
See also

javax.swing.JTabbedPane

Linear Supertypes
Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
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
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from TabbedPane to StringAdd[TabbedPane] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (TabbedPane, B)

    Implicit information
    This member is added by an implicit conversion from TabbedPane to ArrowAssoc[TabbedPane] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def background: Color

    Definition Classes
    UIElement
  10. def background_=(c: Color): Unit

    Definition Classes
    UIElement
  11. def border: Border

    Definition Classes
    Component
  12. def border_=(b: Border): Unit

    Definition Classes
    Component
  13. def bounds: java.awt.Rectangle

    Definition Classes
    UIElement
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def cursor: Cursor

    Definition Classes
    UIElement
  16. def cursor_=(c: Cursor): Unit

    Definition Classes
    UIElement
  17. def deafTo(ps: Publisher*): Unit

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

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

    Definition Classes
    Reactor
  18. def displayable: Boolean

    Definition Classes
    UIElement
  19. def enabled: Boolean

    Definition Classes
    Component
  20. def enabled_=(b: Boolean): Unit

    Definition Classes
    Component
  21. def ensuring(cond: (TabbedPane) ⇒ Boolean, msg: ⇒ Any): TabbedPane

    Implicit information
    This member is added by an implicit conversion from TabbedPane to Ensuring[TabbedPane] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: (TabbedPane) ⇒ Boolean): TabbedPane

    Implicit information
    This member is added by an implicit conversion from TabbedPane to Ensuring[TabbedPane] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean, msg: ⇒ Any): TabbedPane

    Implicit information
    This member is added by an implicit conversion from TabbedPane to Ensuring[TabbedPane] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean): TabbedPane

    Implicit information
    This member is added by an implicit conversion from TabbedPane to Ensuring[TabbedPane] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def equals(that: Any): Boolean

    Definition Classes
    Proxy → Any
  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. def focusable: Boolean

    Definition Classes
    Component
  29. def focusable_=(b: Boolean): Unit

    Definition Classes
    Component
  30. def font: Font

    Definition Classes
    UIElement
  31. def font_=(f: Font): Unit

    Definition Classes
    UIElement
  32. def foreground: Color

    Definition Classes
    UIElement
  33. def foreground_=(c: Color): Unit

    Definition Classes
    UIElement
  34. def formatted(fmtstr: String): String

    Returns string formatted according to given format string.

    Returns string formatted according to given format string. Format strings are as for String.format (@see java.lang.String.format).

    Implicit information
    This member is added by an implicit conversion from TabbedPane to StringFormat[TabbedPane] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  35. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  36. def hasFocus: Boolean

    Definition Classes
    Component
  37. def hashCode(): Int

    Definition Classes
    Proxy → Any
  38. def ignoreRepaint: Boolean

    Definition Classes
    UIElement
  39. def ignoreRepaint_=(b: Boolean): Unit

    Definition Classes
    UIElement
  40. var initP: JComponent

    Definition Classes
    Component
  41. def inputVerifier: (Component) ⇒ Boolean

    Definition Classes
    Component
  42. def inputVerifier_=(v: (Component) ⇒ Boolean): Unit

    Definition Classes
    Component
  43. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  44. object keys extends Publisher

    Definition Classes
    Component
  45. def listenTo(ps: Publisher*): Unit

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

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

    Definition Classes
    Reactor
  46. val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }

    Attributes
    protected
    Definition Classes
    Publisher
  47. def locale: Locale

    Definition Classes
    UIElement
  48. def location: java.awt.Point

    Definition Classes
    UIElement
  49. def locationOnScreen: java.awt.Point

    Definition Classes
    UIElement
  50. def maximumSize: java.awt.Dimension

    Definition Classes
    UIElement
  51. def maximumSize_=(x: Dimension): Unit

    Definition Classes
    UIElement
  52. def minimumSize: java.awt.Dimension

    Definition Classes
    UIElement
  53. def minimumSize_=(x: Dimension): Unit

    Definition Classes
    UIElement
  54. object mouse

    Contains publishers for various mouse events.

  55. def name: String

    Definition Classes
    Component
  56. def name_=(s: String): Unit

    Definition Classes
    Component
  57. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  58. final def notify(): Unit

    Definition Classes
    AnyRef
  59. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  60. def onFirstSubscribe(): Unit

    Attributes
    protected
    Definition Classes
    ComponentUIElement → LazyPublisher
  61. def onLastUnsubscribe(): Unit

    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  62. def opaque: Boolean

    Definition Classes
    Component
  63. def opaque_=(b: Boolean): Unit

    Definition Classes
    Component
  64. object pages extends BufferWrapper[Page]

  65. def paint(g: Graphics2D): Unit

    Definition Classes
    Component
  66. def paintBorder(g: Graphics2D): Unit

    Attributes
    protected
    Definition Classes
    Component
  67. def paintChildren(g: Graphics2D): Unit

    Attributes
    protected
    Definition Classes
    Component
  68. def paintComponent(g: Graphics2D): Unit

    For custom painting, users should usually override this method.

    For custom painting, users should usually override this method.

    Attributes
    protected
    Definition Classes
    Component
  69. lazy val peer: JTabbedPane

    Definition Classes
    TabbedPaneComponentUIElement
  70. def preferredSize: java.awt.Dimension

    Definition Classes
    UIElement
  71. def preferredSize_=(x: Dimension): Unit

    Definition Classes
    UIElement
  72. def publish(e: Event): Unit

    Notify all registered reactions.

    Notify all registered reactions.

    Definition Classes
    Publisher
  73. val reactions: Reactions

    All reactions of this reactor.

    All reactions of this reactor.

    Definition Classes
    Reactor
  74. def repaint(rect: Rectangle): Unit

    Definition Classes
    UIElement
  75. def repaint(): Unit

    Definition Classes
    UIElement
  76. def requestFocus(): Unit

    Definition Classes
    Component
  77. def requestFocusInWindow(): Boolean

    Definition Classes
    Component
  78. def revalidate(): Unit

    Definition Classes
    Component
  79. object selection extends Publisher

    The current page selection

  80. def self: java.awt.Component

    Definition Classes
    UIElementProxy
  81. def showing: Boolean

    Definition Classes
    UIElement
  82. def size: java.awt.Dimension

    Definition Classes
    UIElement
  83. def subscribe(listener: Reaction): Unit

    Definition Classes
    LazyPublisher → Publisher
  84. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  85. def tabLayoutPolicy: TabbedPane.Layout.Value

  86. def tabLayoutPolicy_=(p: TabbedPane.Layout.Value): Unit

  87. def tabPlacement: Alignment.Value

  88. def tabPlacement_=(b: Alignment.Value): Unit

    Possible values are Left, Right, Top, Bottom.

  89. def toString(): String

    Definition Classes
    ComponentProxy → AnyRef → Any
  90. def toolkit: Toolkit

    Definition Classes
    UIElement
  91. def tooltip: String

    Definition Classes
    Component
  92. def tooltip_=(t: String): Unit

    Definition Classes
    Component
  93. def unsubscribe(listener: Reaction): Unit

    Definition Classes
    LazyPublisher → Publisher
  94. def visible: Boolean

    Definition Classes
    UIElement
  95. def visible_=(b: Boolean): Unit

    Definition Classes
    UIElement
  96. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  97. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  98. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  99. def xLayoutAlignment: Double

    Used by certain layout managers, e.

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

    Definition Classes
    Component
  100. def xLayoutAlignment_=(x: Double): Unit

    Definition Classes
    Component
  101. def yLayoutAlignment: Double

    Definition Classes
    Component
  102. def yLayoutAlignment_=(y: Double): Unit

    Definition Classes
    Component
  103. def [B](y: B): (TabbedPane, B)

    Implicit information
    This member is added by an implicit conversion from TabbedPane to ArrowAssoc[TabbedPane] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Component

Inherited from UIElement

Inherited from LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from TabbedPane to StringAdd[TabbedPane]

Inherited by implicit conversion StringFormat from TabbedPane to StringFormat[TabbedPane]

Inherited by implicit conversion Ensuring from TabbedPane to Ensuring[TabbedPane]

Inherited by implicit conversion ArrowAssoc from TabbedPane to ArrowAssoc[TabbedPane]

Ungrouped