public static class Dialogs.CommandLink extends AbstractDialogAction
acceleratorProperty, disabledProperty, graphicProperty, longTextProperty, textPropertyacceleratorProperty, disabledProperty, graphicProperty, longTextProperty, textProperty| Constructor and Description |
|---|
CommandLink(Node graphic,
String text,
String longText) |
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() |
hasTraitacceleratorProperty, disabledProperty, getAccelerator, getGraphic, getLongText, getProperties, getText, graphicProperty, isDisabled, longTextProperty, setAccelerator, setDisabled, setGraphic, setLongText, setText, textPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceleratorProperty, disabledProperty, getProperties, graphicProperty, longTextProperty, textPropertypublic final void execute(ActionEvent ae)
AbstractActionexecute in interface Actionexecute in class AbstractActionae - The action context.