Module org.controlsfx.controls
Package org.controlsfx.dialog
Class CommandLinksDialog.CommandLinksButtonType
java.lang.Object
org.controlsfx.dialog.CommandLinksDialog.CommandLinksButtonType
- Enclosing class:
CommandLinksDialog
Command link type buttons to be used in CommandLinksDialog
s.
-
Constructor Summary
ConstructorsConstructorDescriptionCommandLinksButtonType
(String text, boolean isDefault) CommandLinksButtonType
(String text, String longText, boolean isDefault) CommandLinksButtonType
(String text, String longText, javafx.scene.Node graphic, boolean isDefault) -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.control.ButtonType
javafx.scene.Node
-
Constructor Details
-
CommandLinksButtonType
-
CommandLinksButtonType
-
CommandLinksButtonType
-
-
Method Details
-
getButtonType
public javafx.scene.control.ButtonType getButtonType() -
getGraphic
public javafx.scene.Node getGraphic() -
getLongText
-