Packages

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)
  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: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. var _background: Color
    Attributes
    protected
  5. var _content: Component
    Attributes
    protected
  6. var _enabled: Boolean
    Attributes
    protected
  7. var _foreground: Color
    Attributes
    protected
  8. var _mnemonic: Int
    Attributes
    protected
  9. var _tip: String
    Attributes
    protected
  10. var _title: String
    Attributes
    protected
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def background: Color
  13. def background_=(c: Color): Unit
  14. def bounds: Rectangle
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  16. def content: Component
  17. def content_=(c: Component): Unit
  18. def enabled: Boolean
  19. def enabled_=(b: Boolean): Unit
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(that: Any): Boolean
    Definition Classes
    Proxy → Any
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def foreground: Color
  24. def foreground_=(c: Color): Unit
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    Proxy → Any
  27. def index: Int
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def mnemonic: Int
  30. def mnemonic_=(k: Int): Unit
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. var parent: TabbedPane
    Attributes
    protected[scala.swing.TabbedPane]
  35. def self: Component
    Definition Classes
    Page → Proxy
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def tip: String
  38. def tip_=(t: String): Unit
  39. def title: String
  40. def title_=(t: String): Unit
  41. def toString(): String
    Definition Classes
    Proxy → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Ungrouped