Package com.macrofocus.common.command
Class AbstractUICommand
java.lang.Object
com.macrofocus.common.command.AbstractUICommand
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractUICommand
(MutableProperty<String> titleProperty) AbstractUICommand
(MutableProperty<String> titleProperty, MutableProperty<Boolean> enabledProperty) AbstractUICommand
(MutableProperty<String> titleProperty, MutableProperty<Boolean> enabledProperty, Property<String> keystrokeProperty, Property<String> mnemonicProperty, Property<Object> iconProperty) AbstractUICommand
(MutableProperty<String> titleProperty, Property<String> keystrokeProperty) AbstractUICommand
(MutableProperty<String> titleProperty, String keystroke) AbstractUICommand
(String title) AbstractUICommand
(String title, String keystroke) -
Method Summary
-
Constructor Details
-
AbstractUICommand
-
AbstractUICommand
-
AbstractUICommand
-
AbstractUICommand
-
AbstractUICommand
-
AbstractUICommand
public AbstractUICommand(MutableProperty<String> titleProperty, MutableProperty<Boolean> enabledProperty) -
AbstractUICommand
public AbstractUICommand(MutableProperty<String> titleProperty, MutableProperty<Boolean> enabledProperty, Property<String> keystrokeProperty, Property<String> mnemonicProperty, Property<Object> iconProperty)
-
-
Method Details
-
titleProperty
- Specified by:
titleProperty
in interfaceUICommand
-
enabledProperty
- Specified by:
enabledProperty
in interfaceUICommand
-
keystrokeProperty
- Specified by:
keystrokeProperty
in interfaceUICommand
-
mnemonicProperty
- Specified by:
mnemonicProperty
in interfaceUICommand
-
iconProperty
- Specified by:
iconProperty
in interfaceUICommand
-
toString
-