java.lang.Object
org.controlsfx.control.action.Action
org.controlsfx.control.action.AnnotatedAction
org.controlsfx.control.action.AnnotatedCheckAction
- All Implemented Interfaces:
EventListener
,javafx.event.EventHandler<javafx.event.ActionEvent>
-
Property Summary
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedCheckAction
(String text, Method method, Object target) Instantiates an action that will call the specified method on the specified target. -
Method Summary
Methods inherited from class org.controlsfx.control.action.AnnotatedAction
getTarget, handleAction, handleActionException, toString
Methods inherited from class org.controlsfx.control.action.Action
acceleratorProperty, disabledProperty, getAccelerator, getEventHandler, getGraphic, getLongText, getProperties, getStyle, getStyleClass, getText, graphicProperty, handle, isDisabled, isSelected, lock, longTextProperty, selectedProperty, setAccelerator, setDisabled, setEventHandler, setGraphic, setLongText, setSelected, setStyle, setText, styleProperty, textProperty
-
Constructor Details
-
AnnotatedCheckAction
Instantiates an action that will call the specified method on the specified target. This action is marked with @ActionCheck- Parameters:
text
-method
-target
-
-