Class AnnotatedCheckAction
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 AnnotatedAction
getTarget, handleAction, handleActionException, toStringMethods inherited from class 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
-