| Package | Description |
|---|---|
| org.quickstart.controls.optionPane |
| Modifier and Type | Method and Description |
|---|---|
JACPOptionPaneBuilder |
JACPOptionPaneBuilder.setAutoHide(boolean autoHide) |
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 message.
|
JACPOptionPaneBuilder |
JACPOptionPaneBuilder.setOnNoAction(javafx.event.EventHandler<javafx.event.ActionEvent> onNoAction)
Sets the on no message.
|
JACPOptionPaneBuilder |
JACPOptionPaneBuilder.setOnOkAction(javafx.event.EventHandler<javafx.event.ActionEvent> onOkAction)
Sets the on ok message.
|
JACPOptionPaneBuilder |
JACPOptionPaneBuilder.setOnYesAction(javafx.event.EventHandler<javafx.event.ActionEvent> onYesAction)
Sets the on yes message.
|
JACPOptionPaneBuilder |
JACPOptionPaneBuilder.setTitle(java.lang.String title)
Sets the title.
|