scala.swing
Action
class
Action
extends AnyRef
Instance constructors
-
new
Action
(
title0
: String
)
Value Members
-
def
!=
(
arg0
: AnyRef
)
: Boolean
-
def
!=
(
arg0
: Any
)
: Boolean
-
def
##
()
: Int
-
def
$asInstanceOf
[T0]
()
: T0
-
def
$isInstanceOf
[T0]
()
: Boolean
-
def
==
(
arg0
: AnyRef
)
: Boolean
-
def
==
(
arg0
: Any
)
: Boolean
-
def
accelerator
: Option[KeyStroke]
-
def
accelerator_=
(
k
: Option[KeyStroke]
)
: Unit
-
def
apply
()
: Unit
-
def
asInstanceOf
[T0]
: T0
-
def
clone
()
: AnyRef
-
-
def
enabled_=
(
b
: Boolean
)
: Unit
-
def
eq
(
arg0
: AnyRef
)
: Boolean
-
def
equals
(
arg0
: Any
)
: Boolean
-
def
finalize
()
: Unit
-
def
getClass
()
: java.lang.Class[_ <: java.lang.Object]
-
def
hashCode
()
: Int
-
def
icon
: Icon
-
def
icon_=
(
i
: Icon
)
: Unit
-
def
isInstanceOf
[T0]
: Boolean
-
def
longDescription
: String
-
def
longDescription_=
(
t
: String
)
: Unit
-
def
mnemonic
: Int
-
def
mnemonic_=
(
m
: Int
)
: Unit
-
def
ne
(
arg0
: AnyRef
)
: Boolean
-
def
notify
()
: Unit
-
def
notifyAll
()
: Unit
-
lazy val
peer
: Action
-
def
smallIcon
: Icon
-
def
smallIcon_=
(
i
: Icon
)
: Unit
-
def
synchronized
[T0]
(
arg0
: ⇒ T0
)
: T0
-
def
title
: String
-
def
title_=
(
t
: String
)
: Unit
-
def
toString
()
: String
-
def
toolTip
: String
-
def
toolTip_=
(
t
: String
)
: Unit
-
def
wait
()
: Unit
-
def
wait
(
arg0
: Long
,
arg1
: Int
)
: Unit
-
def
wait
(
arg0
: Long
)
: Unit
Inherited from AnyRef
Value Members
-
def
!=
(
arg0
: AnyRef
)
: Boolean
-
def
##
()
: Int
-
def
$asInstanceOf
[T0]
()
: T0
-
def
$isInstanceOf
[T0]
()
: Boolean
-
def
==
(
arg0
: AnyRef
)
: Boolean
-
def
clone
()
: AnyRef
-
def
eq
(
arg0
: AnyRef
)
: Boolean
-
def
equals
(
arg0
: Any
)
: Boolean
-
def
finalize
()
: Unit
-
def
getClass
()
: java.lang.Class[_ <: java.lang.Object]
-
def
hashCode
()
: Int
-
def
ne
(
arg0
: AnyRef
)
: Boolean
-
def
notify
()
: Unit
-
def
notifyAll
()
: Unit
-
def
synchronized
[T0]
(
arg0
: ⇒ T0
)
: T0
-
def
toString
()
: String
-
def
wait
()
: Unit
-
def
wait
(
arg0
: Long
,
arg1
: Int
)
: Unit
-
def
wait
(
arg0
: Long
)
: Unit
Inherited from Any
Value Members
-
def
!=
(
arg0
: Any
)
: Boolean
-
def
==
(
arg0
: Any
)
: Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
isInstanceOf
[T0]
: Boolean
An abstract action to be performed in reaction to user input.
Not every action component will honor every property of its action. An action itself can generally be configured so that certain properties should be ignored and instead taken from the component directly. In the end, it is up to a component which property it uses in which way.