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)

Value Members

  1. def background: Color
  2. def background_=(c: Color): Unit
  3. def bounds: Rectangle
  4. def content: Component
  5. def content_=(c: Component): Unit
  6. def enabled: Boolean
  7. def enabled_=(b: Boolean): Unit
  8. def equals(that: Any): Boolean
    Definition Classes
    Proxy → Any
  9. def foreground: Color
  10. def foreground_=(c: Color): Unit
  11. def hashCode(): Int
    Definition Classes
    Proxy → Any
  12. def index: Int
  13. def mnemonic: Int
  14. def mnemonic_=(k: Int): Unit
  15. def self: Component
    Definition Classes
    Page → Proxy
  16. def tip: String
  17. def tip_=(t: String): Unit
  18. def title: String
  19. def title_=(t: String): Unit
  20. def toString(): String
    Definition Classes
    Proxy → Any