public static class Dialogs.CommandLink extends AbstractAction
disabledProperty, graphicProperty, longTextProperty, textProperty| Constructor and Description |
|---|
Dialogs.CommandLink(Node graphic,
String text,
String longText) |
Dialogs.CommandLink(String message,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ActionEvent ae)
This method is called when the user selects this action.
|
String |
toString() |
disabledProperty, getGraphic, getLongText, getProperties, getText, graphicProperty, isDisabled, longTextProperty, setDisabled, setGraphic, setLongText, setText, textPropertypublic final void execute(ActionEvent ae)
AbstractActionexecute in interface Actionexecute in class AbstractActionae - The action context.