DoClickAction

class DoClickAction(button: AbstractButton, title0: String) extends Action
A simple action that visually triggers a given button.
Companion
object
class Action
class Object
trait Matchable
class Any

Value members

Methods

def apply(): Unit

Inherited methods

def accelerator: Option[KeyStroke]
For menus.
Inhertied from
Action
def mnemonic_=(m: Int): Unit
Inhertied from
Action
def mnemonic: Int
Default: java.awt.event.KeyEvent.VK_UNDEFINED, i.e., no mnemonic key.
For all buttons and thus menu items.
Inhertied from
Action
def title: String
An alias for text. This is kept for backwards compatibility.
See also
text
Inhertied from
Action
def smallIcon: Icon
Inhertied from
Action
def toolTip_=(t: String): Unit
Inhertied from
Action
def longDescription: String
Can be used for status bars, for example.
Inhertied from
Action
def enabled: Boolean
For all components.
Inhertied from
Action
def text: String
Gets the NAME property.
Inhertied from
Action
def icon_=(i: Icon): Unit
Inhertied from
Action
def title_=(t: String): Unit
An alias for text_=. This is kept for backwards compatibility.
Inhertied from
Action
def enabled_=(b: Boolean): Unit
Inhertied from
Action
def accelerator_=(k: Option[KeyStroke]): Unit
Inhertied from
Action
def icon: Icon
None if large icon and small icon are not equal.
Inhertied from
Action
def toolTip: String
For all components.
Inhertied from
Action
def smallIcon_=(i: Icon): Unit
Inhertied from
Action
def longDescription_=(t: String): Unit
Inhertied from
Action
def text_=(t: String): Unit
Sets the NAME property.
Inhertied from
Action

Inherited fields

lazy val peer: Action
Inhertied from
Action