Package | Description |
---|---|
org.jacp.javafx.rcp.controls.optionPane |
Modifier and Type | Method and Description |
---|---|
JACPOptionPaneBuilder |
JACPOptionPaneBuilder.setContent(java.lang.String content)
Sets the content.
|
JACPOptionPaneBuilder |
JACPOptionPaneBuilder.setDefaultButton(JACPDialogButton defaultButton)
Sets the default button.
|
JACPOptionPaneBuilder |
JACPOptionPaneBuilder.setOnCancelAction(javafx.event.EventHandler<javafx.event.ActionEvent> onCancelAction)
Sets the on cancel action.
|
JACPOptionPaneBuilder |
JACPOptionPaneBuilder.setOnNoAction(javafx.event.EventHandler<javafx.event.ActionEvent> onNoAction)
Sets the on no action.
|
JACPOptionPaneBuilder |
JACPOptionPaneBuilder.setOnOkAction(javafx.event.EventHandler<javafx.event.ActionEvent> onOkAction)
Sets the on ok action.
|
JACPOptionPaneBuilder |
JACPOptionPaneBuilder.setOnYesAction(javafx.event.EventHandler<javafx.event.ActionEvent> onYesAction)
Sets the on yes action.
|
JACPOptionPaneBuilder |
JACPOptionPaneBuilder.setTitle(java.lang.String title)
Sets the title.
|