scala.swing.TabbedPane

Page

class Page extends Proxy

Source
TabbedPane.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Page
  2. Proxy
  3. AnyRef
  4. 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 Page(title0: String, content0: Component)

  2. new Page(title0: String, content0: Component, tip0: String)

  3. new Page(parent0: TabbedPane, title0: String, content0: Component, tip0: String)

    Attributes
    protected[scala.swing.TabbedPane]

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 Page to StringAdd[Page] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Page, B)

    Implicit information
    This member is added by an implicit conversion from Page to ArrowAssoc[Page] 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. var _background: Color

    Attributes
    protected
  9. var _content: Component

    Attributes
    protected
  10. var _enabled: Boolean

    Attributes
    protected
  11. var _foreground: Color

    Attributes
    protected
  12. var _mnemonic: Int

    Attributes
    protected
  13. var _tip: String

    Attributes
    protected
  14. var _title: String

    Attributes
    protected
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def background: Color

  17. def background_=(c: Color): Unit

  18. def bounds: Rectangle

  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def content: Component

  21. def content_=(c: Component): Unit

  22. def enabled: Boolean

  23. def enabled_=(b: Boolean): Unit

  24. def ensuring(cond: (Page) ⇒ Boolean, msg: ⇒ Any): Page

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

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. def foreground: Color

  32. def foreground_=(c: Color): Unit

  33. 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 Page to StringFormat[Page] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  34. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  35. def hashCode(): Int

    Definition Classes
    Proxy → Any
  36. def index: Int

  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. def mnemonic: Int

  39. def mnemonic_=(k: Int): Unit

  40. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  43. var parent: TabbedPane

    Attributes
    protected[scala.swing.TabbedPane]
  44. def self: Component

    Definition Classes
    PageProxy
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def tip: String

  47. def tip_=(t: String): Unit

  48. def title: String

  49. def title_=(t: String): Unit

  50. def toString(): String

    Definition Classes
    Proxy → Any
  51. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def [B](y: B): (Page, B)

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

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped