public class HelloCustomAction
extends org.controlsfx.control.action.AnnotatedAction
| Constructor and Description |
|---|
HelloCustomAction(java.lang.String text,
java.lang.reflect.Method method,
java.lang.Object target) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleAction(javafx.event.ActionEvent ae) |
protected void |
handleActionException(javafx.event.ActionEvent ae,
java.lang.Throwable ex) |
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, textPropertypublic HelloCustomAction(java.lang.String text,
java.lang.reflect.Method method,
java.lang.Object target)
protected void handleAction(javafx.event.ActionEvent ae)
handleAction in class org.controlsfx.control.action.AnnotatedActionprotected void handleActionException(javafx.event.ActionEvent ae,
java.lang.Throwable ex)
handleActionException in class org.controlsfx.control.action.AnnotatedAction