- java.lang.Object
-
- org.controlsfx.control.action.Action
-
- org.controlsfx.control.action.AnnotatedAction
-
- org.controlsfx.control.action.AnnotatedCheckAction
-
- All Implemented Interfaces:
EventListener
,EventHandler<ActionEvent>
public class AnnotatedCheckAction extends AnnotatedAction
-
-
Constructor Summary
Constructors Constructor Description AnnotatedCheckAction(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
-
-