DoClickAction

class DoClickAction(button: AbstractButton, title0: String) extends Action

A simple action that visually triggers a given button.

A simple action that visually triggers a given button.

Companion
object
class Action
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(): Unit

Inherited methods

def accelerator: Option[KeyStroke]

For menus.

For menus.

Inherited from
Action
def accelerator_=(k: Option[KeyStroke]): Unit
Inherited from
Action
def enabled: Boolean

For all components.

For all components.

Inherited from
Action
def enabled_=(b: Boolean): Unit
Inherited from
Action
def icon: Icon

None if large icon and small icon are not equal.

None if large icon and small icon are not equal.

Inherited from
Action
def icon_=(i: Icon): Unit
Inherited from
Action
def longDescription: String

Can be used for status bars, for example.

Can be used for status bars, for example.

Inherited from
Action
def longDescription_=(t: String): Unit
Inherited from
Action
def mnemonic: Int

Default: java.awt.event.KeyEvent.VK_UNDEFINED, i.e., no mnemonic key. For all buttons and thus menu items.

Default: java.awt.event.KeyEvent.VK_UNDEFINED, i.e., no mnemonic key. For all buttons and thus menu items.

Inherited from
Action
def mnemonic_=(m: Int): Unit
Inherited from
Action
def smallIcon: Icon
Inherited from
Action
def smallIcon_=(i: Icon): Unit
Inherited from
Action
def text: String

Gets the NAME property.

Gets the NAME property.

Inherited from
Action
def text_=(t: String): Unit

Sets the NAME property.

Sets the NAME property.

Inherited from
Action
def title: String

An alias for text. This is kept for backwards compatibility.

An alias for text. This is kept for backwards compatibility.

See also

text

Inherited from
Action
def title_=(t: String): Unit

An alias for text_=. This is kept for backwards compatibility.

An alias for text_=. This is kept for backwards compatibility.

Inherited from
Action
def toolTip: String

For all components.

For all components.

Inherited from
Action
def toolTip_=(t: String): Unit
Inherited from
Action

Inherited fields

lazy val peer: Action
Inherited from
Action