Scala Swing Library
|
|
scala/swing/AbstractButton.scala
]
abstract
class
AbstractButton
extends
Component with
TriggerValue Summary | |
override lazy val
|
peer : javax.swing.AbstractButton |
Values and Variables inherited from Component | |
initP |
Values and Variables inherited from Publisher | |
listeners |
Values and Variables inherited from Reactor | |
reactions |
Methods inherited from Component | |
xLayoutAlignment, xLayoutAlignment_=, yLayoutAlignment, yLayoutAlignment_=, border, border_=, opaque, opaque_=, enabled, enabled_=, tooltip, tooltip_=, inputVerifier, inputVerifier_=, revalidate, requestFocus, paintComponent, toString |
Methods inherited from Publisher | |
subscribe, unsubscribe, publish |
Methods inherited from Reactor | |
listenTo, deafTo |
Methods inherited from UIElement | |
self, foreground, foreground_=, background, background_=, minimumSize, minimumSize_=, maximumSize, maximumSize_=, preferredSize, preferredSize_=, font, font_=, locationOnScreen, location, bounds, size, size_=, size_=, locale, toolkit, cursor, cursor_=, visible, visible_=, showing, repaint |
Methods inherited from scala.Proxy | |
scala.Proxy.hashCode, scala.Proxy.equals |
Methods inherited from AnyRef | |
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Value Details |
Method Details |
def
text : java.lang.String
def
text_=(s : java.lang.String) : Unit
def
icon : javax.swing.Icon
def
icon_=(i : javax.swing.Icon) : Unit
def
pressedIcon : javax.swing.Icon
def
pressedIcon_=(i : javax.swing.Icon) : Unit
def
selectedIcon : javax.swing.Icon
def
selectedIcon_=(i : javax.swing.Icon) : Unit
def
disabledIcon : javax.swing.Icon
def
disabledIcon_=(i : javax.swing.Icon) : Unit
def
disabledSelectedIcon : javax.swing.Icon
def
disabledSelectedIcon_=(i : javax.swing.Icon) : Unit
def
rolloverIcon : javax.swing.Icon
def
rolloverIcon_=(b : javax.swing.Icon) : Unit
def
rolloverSelectedIcon : javax.swing.Icon
def
rolloverSelectedIcon_=(b : javax.swing.Icon) : Unit
def
action : Action
def
selected : Boolean
def
contentAreaFilled : Boolean
def
borderPainted : Boolean
def
focusPainted : Boolean
def
rolloverEnabled : Boolean
def
verticalTextPosition : scala.Enumeration.Value
def
verticalTextPosition_=(a : scala.Enumeration.Value) : Unit
def
verticalAlignment : scala.Enumeration.Value
def
verticalAlignment_=(a : scala.Enumeration.Value) : Unit
def
horizontalTextPosition : scala.Enumeration.Value
def
horizontalTextPosition_=(a : scala.Enumeration.Value) : Unit
def
horizontalAlignment : scala.Enumeration.Value
def
horizontalAlignment_=(a : scala.Enumeration.Value) : Unit
def
iconTextGap : Int
def
mnemonic : scala.Enumeration.Value
def
mnemonic_=(k : scala.Enumeration.Value) : Unit
def
displayedMnemonicIndex : Int
def
multiClickThreshold : Long
Scala Swing Library
|
|