class Page extends Proxy
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Page
- Proxy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Page(title0: String, content0: Component)
- new Page(title0: String, content0: Component, tip0: String)
-
new
Page(parent0: TabbedPane, title0: String, content0: Component, tip0: String)
- Attributes
- protected[scala.swing.TabbedPane]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
var
_background: Color
- Attributes
- protected
-
var
_content: Component
- Attributes
- protected
-
var
_enabled: Boolean
- Attributes
- protected
-
var
_foreground: Color
- Attributes
- protected
-
var
_mnemonic: Int
- Attributes
- protected
-
var
_tip: String
- Attributes
- protected
-
var
_title: String
- Attributes
- protected
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def background: Color
- def background_=(c: Color): Unit
- def bounds: Rectangle
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def content: Component
- def content_=(c: Component): Unit
- def enabled: Boolean
- def enabled_=(b: Boolean): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- Proxy → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def foreground: Color
- def foreground_=(c: Color): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Proxy → Any
- def index: Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mnemonic: Int
- def mnemonic_=(k: Int): Unit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
var
parent: TabbedPane
- Attributes
- protected[scala.swing.TabbedPane]
-
def
self: Component
- Definition Classes
- Page → Proxy
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tip: String
- def tip_=(t: String): Unit
- def title: String
- def title_=(t: String): Unit
-
def
toString(): String
- Definition Classes
- Proxy → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )