class Page extends Proxy
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Page
- Proxy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
- def background: Color
- def background_=(c: Color): Unit
- def bounds: Rectangle
- def content: Component
- def content_=(c: Component): Unit
- def enabled: Boolean
- def enabled_=(b: Boolean): Unit
-
def
equals(that: Any): Boolean
- Definition Classes
- Proxy → Any
- def foreground: Color
- def foreground_=(c: Color): Unit
-
def
hashCode(): Int
- Definition Classes
- Proxy → Any
- def index: Int
- def mnemonic: Int
- def mnemonic_=(k: Int): Unit
-
def
self: Component
- Definition Classes
- Page → Proxy
- def tip: String
- def tip_=(t: String): Unit
- def title: String
- def title_=(t: String): Unit
-
def
toString(): String
- Definition Classes
- Proxy → Any