scala.swing.TabbedPane

Page

class Page extends Proxy

Linear Supertypes
Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Page
  2. Proxy
  3. AnyRef
  4. Any
  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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. var _background: Color

    Attributes
    protected
  7. var _content: Component

    Attributes
    protected
  8. var _enabled: Boolean

    Attributes
    protected
  9. var _foreground: Color

    Attributes
    protected
  10. var _mnemonic: Int

    Attributes
    protected
  11. var _tip: String

    Attributes
    protected
  12. var _title: String

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

    Definition Classes
    Any
  14. def background: Color

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

  16. def bounds: Rectangle

  17. def clone(): AnyRef

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

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

  20. def enabled: Boolean

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

  22. final def eq(arg0: AnyRef): Boolean

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

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

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

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

  27. final def getClass(): Class[_]

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

    Definition Classes
    Proxy → Any
  29. def index: Int

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def mnemonic: Int

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

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

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

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

    Definition Classes
    AnyRef
  36. var parent: TabbedPane

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

    Definition Classes
    Page → Proxy
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def tip: String

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

  41. def title: String

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

  43. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Ungrouped