Class

scala.swing.TabbedPane

Page

Related Doc: package TabbedPane

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Page(title0: String, content0: Component)

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

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

    Permalink
    Attributes
    protected[scala.swing.TabbedPane]

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var _background: Color

    Permalink
    Attributes
    protected
  5. var _content: Component

    Permalink
    Attributes
    protected
  6. var _enabled: Boolean

    Permalink
    Attributes
    protected
  7. var _foreground: Color

    Permalink
    Attributes
    protected
  8. var _mnemonic: Int

    Permalink
    Attributes
    protected
  9. var _tip: String

    Permalink
    Attributes
    protected
  10. var _title: String

    Permalink
    Attributes
    protected
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def background: Color

    Permalink
  13. def background_=(c: Color): Unit

    Permalink
  14. def bounds: Rectangle

    Permalink
  15. def clone(): AnyRef

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

    Permalink
  17. def content_=(c: Component): Unit

    Permalink
  18. def enabled: Boolean

    Permalink
  19. def enabled_=(b: Boolean): Unit

    Permalink
  20. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
  24. def foreground_=(c: Color): Unit

    Permalink
  25. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Proxy → Any
  27. def index: Int

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def mnemonic: Int

    Permalink
  30. def mnemonic_=(k: Int): Unit

    Permalink
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. var parent: TabbedPane

    Permalink
    Attributes
    protected[scala.swing.TabbedPane]
  35. def self: Any

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

    Permalink
    Definition Classes
    AnyRef
  37. def tip: String

    Permalink
  38. def tip_=(t: String): Unit

    Permalink
  39. def title: String

    Permalink
  40. def title_=(t: String): Unit

    Permalink
  41. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Ungrouped