scala.swing.TabbedPane

class Page

[source: scala/swing/TabbedPane.scala]

class Page(parent0 : TabbedPane, title0 : java.lang.String, content0 : Component, tip0 : java.lang.String)
extends Proxy
Additional Constructor Summary
def this (title0 : java.lang.String, content0 : Component, tip0 : java.lang.String) : Page
def this (title0 : java.lang.String, content0 : Component) : Page
Value Summary
protected var _background : java.awt.Color
protected var _content : Component
protected var _enabled : Boolean
protected var _foreground : java.awt.Color
protected var _mnemonic : Int
protected var _tip : java.lang.String
protected var _title : java.lang.String
protected[TabbedPane] var parent : TabbedPane
Method Summary
def background : java.awt.Color
def background_= (c : java.awt.Color) : Unit
def bounds : java.awt.Rectangle
def content : Component
def content_= (c : Component) : Unit
def enabled : Boolean
def enabled_= (b : Boolean) : Unit
def foreground : java.awt.Color
def foreground_= (c : java.awt.Color) : Unit
def index : Int
def mnemonic : Int
def mnemonic_= (k : Int) : Unit
def self : Component
def tip : java.lang.String
def tip_= (t : java.lang.String) : Unit
def title : java.lang.String
def title_= (t : java.lang.String) : Unit
Methods inherited from Proxy
hashCode, equals, toString
Methods inherited from AnyRef
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Additional Constructor Details
def this(title0 : java.lang.String, content0 : Component, tip0 : java.lang.String) : Page

def this(title0 : java.lang.String, content0 : Component) : Page

Value Details
protected[TabbedPane] var parent : TabbedPane

protected var _title : java.lang.String

protected var _content : Component

protected var _tip : java.lang.String

protected var _enabled : Boolean

protected var _mnemonic : Int

protected var _foreground : java.awt.Color

protected var _background : java.awt.Color

Method Details
def self : Component
Overrides
Proxy.self

def title : java.lang.String

def title_=(t : java.lang.String) : Unit

def content : Component

def content_=(c : Component) : Unit

def tip : java.lang.String

def tip_=(t : java.lang.String) : Unit

def enabled : Boolean

def enabled_=(b : Boolean) : Unit

def mnemonic : Int

def mnemonic_=(k : Int) : Unit

def foreground : java.awt.Color

def foreground_=(c : java.awt.Color) : Unit

def background : java.awt.Color

def background_=(c : java.awt.Color) : Unit

def bounds : java.awt.Rectangle

def index : Int