public class AnnotatedCheckAction extends AnnotatedAction
| Constructor and Description |
|---|
AnnotatedCheckAction(java.lang.String text,
java.lang.reflect.Method method,
java.lang.Object target)
Instantiates an action that will call the specified method on the specified target.
|
getTarget, handleAction, handleActionException, toStringacceleratorProperty, 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, textPropertypublic AnnotatedCheckAction(java.lang.String text,
java.lang.reflect.Method method,
java.lang.Object target)
text - method - target -