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:
titlePropertyin interfaceUICommand
-
enabledProperty
- Specified by:
enabledPropertyin interfaceUICommand
-
keystrokeProperty
- Specified by:
keystrokePropertyin interfaceUICommand
-
mnemonicProperty
- Specified by:
mnemonicPropertyin interfaceUICommand
-
iconProperty
- Specified by:
iconPropertyin interfaceUICommand
-
toString
-