Method Summary |
def
|
ActionListener
(f : (java.awt.event.ActionEvent) => Unit) : java.awt.event.ActionListener
|
def
|
BeveledBorder
(kind : Embossing, highlight : java.awt.Color, shadow : java.awt.Color) : javax.swing.border.Border
|
def
|
BeveledBorder
(kind : Embossing, highlightOuter : java.awt.Color, highlightInner : java.awt.Color, shadowOuter : java.awt.Color, shadowInner : java.awt.Color) : javax.swing.border.Border
|
def
|
BeveledBorder
(kind : Embossing) : javax.swing.border.Border
|
def
|
Box
(min : java.awt.Dimension, pref : java.awt.Dimension, max : java.awt.Dimension) : Component
|
def
|
ChangeListener
(f : (javax.swing.event.ChangeEvent) => Unit) : javax.swing.event.ChangeListener
|
def
|
CompoundBorder
(outside : javax.swing.border.Border, inside : javax.swing.border.Border) : javax.swing.border.CompoundBorder
|
def
|
EmptyBorder
: javax.swing.border.Border
|
def
|
EmptyBorder
(top : Int, left : Int, bottom : Int, right : Int) : javax.swing.border.Border
|
def
|
EmptyBorder
(weight : Int) : javax.swing.border.Border
|
def
|
EtchedBorder
(kind : Embossing, highlight : java.awt.Color, shadow : java.awt.Color) : javax.swing.border.Border
|
def
|
EtchedBorder
(kind : Embossing) : javax.swing.border.Border
|
def
|
EtchedBorder
: javax.swing.border.Border
|
def
|
Glue
: Component
|
def
|
HGlue
: Component
|
def
|
HStrut
(width : Int) : Component
|
def
|
Icon
(image : java.awt.Image) : javax.swing.ImageIcon
|
def
|
Icon
(filename : java.lang.String) : javax.swing.ImageIcon
|
def
|
Icon
(url : java.net.URL) : javax.swing.ImageIcon
|
def
|
LineBorder
(c : java.awt.Color, weight : Int) : javax.swing.border.Border
|
def
|
LineBorder
(c : java.awt.Color) : javax.swing.border.Border
|
def
|
MatteBorder
(top : Int, left : Int, bottom : Int, right : Int, icon : javax.swing.Icon) : javax.swing.border.MatteBorder
|
def
|
MatteBorder
(top : Int, left : Int, bottom : Int, right : Int, color : java.awt.Color) : javax.swing.border.MatteBorder
|
def
|
RigidBox
(dim : java.awt.Dimension) : Component
|
def
|
TitledBorder
(border : javax.swing.border.Border, title : java.lang.String) : javax.swing.border.TitledBorder
|
def
|
VGlue
: Component
|
def
|
VStrut
(height : Int) : Component
|
implicit def
|
block2Runnable
(block : => Unit) : java.lang.Runnable
|
protected[swing] def
|
ifNull
[A](o : AnyRef, a : A) : A
|
protected[swing] def
|
toNoIcon
(i : javax.swing.Icon) : javax.swing.Icon
|
protected[swing] def
|
toNull
[A <: AnyRef >: Null](a : Option[A]) : A
|
protected[swing] def
|
toNullIcon
(i : javax.swing.Icon) : javax.swing.Icon
|
protected[swing] def
|
toOption
[A](o : AnyRef) : Option[A]
|
def
|
unwrapIcon
(icon : javax.swing.Icon) : javax.swing.Icon
|
def
|
wrapIcon
(icon : javax.swing.Icon) : javax.swing.Icon
|