ShowAboutDialogAction

scalismo.ui.view.action.ShowAboutDialogAction
class ShowAboutDialogAction(name: String)(implicit frame: ScalismoFrame) extends Action

Attributes

Graph
Supertypes
class Action
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def apply(): Unit

Attributes

Definition Classes
Action

Inherited methods

def accelerator: Option[KeyStroke]

For menus.

For menus.

Attributes

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

Attributes

Inherited from:
Action
def enabled: Boolean

For all components.

For all components.

Attributes

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

Attributes

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.

Attributes

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

Attributes

Inherited from:
Action
def longDescription: String

Can be used for status bars, for example.

Can be used for status bars, for example.

Attributes

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

Attributes

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.

Attributes

Inherited from:
Action
def mnemonic_=(m: Int): Unit

Attributes

Inherited from:
Action
def smallIcon: Icon

Attributes

Inherited from:
Action
def smallIcon_=(i: Icon): Unit

Attributes

Inherited from:
Action
def text: String

Gets the NAME property.

Gets the NAME property.

Attributes

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

Sets the NAME property.

Sets the NAME property.

Attributes

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.

Attributes

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.

Attributes

Inherited from:
Action
def toolTip: String

For all components.

For all components.

Attributes

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

Attributes

Inherited from:
Action

Inherited fields

lazy val peer: Action

Attributes

Inherited from:
Action