Skip navigation links
B C D F G I M O P S T V 

B

buttonPressed(int) - Method in class org.eclipse.fx.ui.dialogs.Dialog
Method called when button is pressed
buttonPressed(int) - Method in class org.eclipse.fx.ui.dialogs.MessageDialog
 

C

CANCEL_BUTTON - Static variable in class org.eclipse.fx.ui.dialogs.Dialog
Cancel button ID
cancelableProperty() - Method in class org.eclipse.fx.ui.dialogs.TaskProgressDialog
 
cancelled() - Method in interface org.eclipse.fx.ui.dialogs.TaskProgressDialog.CancelledHandler
Will be called when the task is cancelled
cancelledHandlerProperty() - Method in class org.eclipse.fx.ui.dialogs.TaskProgressDialog
 
cancelPressed() - Method in class org.eclipse.fx.ui.dialogs.Dialog
Method called when the cancle button is invoked
close() - Method in class org.eclipse.fx.ui.dialogs.Dialog
Close the dialog
create() - Method in class org.eclipse.fx.ui.dialogs.Dialog
Create the dialogs stage
createButtonBar() - Method in class org.eclipse.fx.ui.dialogs.Dialog
 
createButtonForBar(int, String, boolean, boolean) - Method in class org.eclipse.fx.ui.dialogs.Dialog
Create a button for the button bar
createButtonsForBar() - Method in class org.eclipse.fx.ui.dialogs.Dialog
Create the buttons for the bar
createButtonsForBar() - Method in class org.eclipse.fx.ui.dialogs.MessageDialog
 
createButtonsForBar() - Method in class org.eclipse.fx.ui.dialogs.MessageTitleDialog
 
createContents() - Method in class org.eclipse.fx.ui.dialogs.Dialog
Create the dialog content Subclasses should normally override Dialog.createDialogArea()
createDialogArea() - Method in class org.eclipse.fx.ui.dialogs.Dialog
 
createDialogArea() - Method in class org.eclipse.fx.ui.dialogs.FontDialog
 
createDialogArea() - Method in class org.eclipse.fx.ui.dialogs.MessageDialog
 
createDialogArea() - Method in class org.eclipse.fx.ui.dialogs.PromptInputDialog
 
createDialogArea() - Method in class org.eclipse.fx.ui.dialogs.TitleAreaDialog
 
createDialogContent() - Method in class org.eclipse.fx.ui.dialogs.MessageTitleDialog
 
createDialogContent() - Method in class org.eclipse.fx.ui.dialogs.TitleAreaDialog
 

D

Dialog - Class in org.eclipse.fx.ui.dialogs
Base class for dialogs
Dialog(Window, String) - Constructor for class org.eclipse.fx.ui.dialogs.Dialog
Create a new dialog instance

F

failedHandlerProperty() - Method in class org.eclipse.fx.ui.dialogs.TaskProgressDialog
 
failedWithException(Throwable) - Method in interface org.eclipse.fx.ui.dialogs.TaskProgressDialog.FailedHandler
Will be called when the task fails,
font() - Method in class org.eclipse.fx.ui.dialogs.FontDialog
 
FontDialog - Class in org.eclipse.fx.ui.dialogs
A font selection dialog
FontDialog(Window, String) - Constructor for class org.eclipse.fx.ui.dialogs.FontDialog
Create a new dialog

G

getBounds() - Method in class org.eclipse.fx.ui.dialogs.Dialog
The bounds of the dialog Has to be called after Dialog.open().
getCancelledHandler() - Method in class org.eclipse.fx.ui.dialogs.TaskProgressDialog
 
getContentInset() - Method in class org.eclipse.fx.ui.dialogs.Dialog
 
getContentInset() - Method in class org.eclipse.fx.ui.dialogs.TitleAreaDialog
 
getCustomWindowPane() - Method in class org.eclipse.fx.ui.dialogs.Dialog
 
getFailedHandler() - Method in class org.eclipse.fx.ui.dialogs.TaskProgressDialog
 
getFont() - Method in class org.eclipse.fx.ui.dialogs.FontDialog
 
getInitialContentSize(Parent) - Method in class org.eclipse.fx.ui.dialogs.Dialog
Get the initial size of the content
getInitialLocation(Parent) - Method in class org.eclipse.fx.ui.dialogs.Dialog
Get initial location of the dialog
getInitialSize(Parent) - Method in class org.eclipse.fx.ui.dialogs.Dialog
Get the initial size of the dialog
getInput() - Method in class org.eclipse.fx.ui.dialogs.PromptInputDialog
 
getModality() - Method in class org.eclipse.fx.ui.dialogs.Dialog
 
getStage() - Method in class org.eclipse.fx.ui.dialogs.TaskProgressDialog
 
getString(String) - Static method in class org.eclipse.fx.ui.dialogs.Messages
Translate the given key
getStylesheets() - Method in class org.eclipse.fx.ui.dialogs.Dialog
 
getStylesheets() - Method in class org.eclipse.fx.ui.dialogs.MessageDialog
 
getStylesheets() - Method in class org.eclipse.fx.ui.dialogs.TitleAreaDialog
 

I

isCancelable() - Method in class org.eclipse.fx.ui.dialogs.TaskProgressDialog
 
isCancelDefault(int) - Method in class org.eclipse.fx.ui.dialogs.Dialog
Check if the button ID is the default cancle button
isCancelDefault(int) - Method in class org.eclipse.fx.ui.dialogs.MessageDialog
 
isCancelDefault(int) - Method in class org.eclipse.fx.ui.dialogs.MessageTitleDialog
 
isOkDefault(int) - Method in class org.eclipse.fx.ui.dialogs.Dialog
Check if the button ID is the default ok button
isOkDefault(int) - Method in class org.eclipse.fx.ui.dialogs.MessageDialog
 
isOkDefault(int) - Method in class org.eclipse.fx.ui.dialogs.MessageTitleDialog
 

M

MessageDialog - Class in org.eclipse.fx.ui.dialogs
Create a message dialog
MessageDialog(Window, String, String, MessageDialog.Type, int, int, String...) - Constructor for class org.eclipse.fx.ui.dialogs.MessageDialog
 
MessageDialog.ConfirmResult - Enum in org.eclipse.fx.ui.dialogs
Confirmation result
MessageDialog.QuestionCancelResult - Enum in org.eclipse.fx.ui.dialogs
Result of a dialog of type MessageDialog.QuestionCancelResult
MessageDialog.QuestionResult - Enum in org.eclipse.fx.ui.dialogs
Result of a dialog of type MessageDialog.QuestionResult
MessageDialog.Type - Enum in org.eclipse.fx.ui.dialogs
The message type
Messages - Class in org.eclipse.fx.ui.dialogs
Message loading
MessageTitleDialog - Class in org.eclipse.fx.ui.dialogs
A message title dialog is a more complex message dialog than MessageDialog

O

OK_BUTTON - Static variable in class org.eclipse.fx.ui.dialogs.Dialog
Ok button ID
okPressed() - Method in class org.eclipse.fx.ui.dialogs.Dialog
Method called when the ok button is invoked
okPressed() - Method in class org.eclipse.fx.ui.dialogs.PromptInputDialog
 
open() - Method in class org.eclipse.fx.ui.dialogs.Dialog
Open the dialog
openConfirmDialog(Window, String, String) - Static method in class org.eclipse.fx.ui.dialogs.MessageDialog
Open confirm dialog who blocks until closed with default MessageDialog.ConfirmResult.OK
openConfirmDialog(Window, String, String, MessageDialog.ConfirmResult) - Static method in class org.eclipse.fx.ui.dialogs.MessageDialog
Open confirmation dialog who blocks until closed
openConfirmDialog(Window, String, String, String) - Static method in class org.eclipse.fx.ui.dialogs.MessageTitleDialog
Open a confirmation dialog who blocks until closed with MessageDialog.ConfirmResult.OK as default
openConfirmDialog(Window, String, String, String, MessageDialog.ConfirmResult) - Static method in class org.eclipse.fx.ui.dialogs.MessageTitleDialog
Open a confirmation dialog who blocks until closed
openErrorDialog(Window, String, String) - Static method in class org.eclipse.fx.ui.dialogs.MessageDialog
Open an error dialog who blocks until closed
openErrorDialog(Window, String, String, String) - Static method in class org.eclipse.fx.ui.dialogs.MessageTitleDialog
Open an error dialog who blocks until closed
openInformationDialog(Window, String, String) - Static method in class org.eclipse.fx.ui.dialogs.MessageDialog
Open an information dialog who blocks until closed
openInformationDialog(Window, String, String, String) - Static method in class org.eclipse.fx.ui.dialogs.MessageTitleDialog
Open an information dialog who blocks until closed
openQuestionCancelDialog(Window, String, String) - Static method in class org.eclipse.fx.ui.dialogs.MessageDialog
Open an question cancel dialog who blocks until closed with default option MessageDialog.QuestionCancelResult.YES
openQuestionCancelDialog(Window, String, String, MessageDialog.QuestionCancelResult) - Static method in class org.eclipse.fx.ui.dialogs.MessageDialog
Open a question cancel dialog who blocks until closed
openQuestionCancelDialog(Window, String, String, String) - Static method in class org.eclipse.fx.ui.dialogs.MessageTitleDialog
Open a question-cancel dialog who blocks until closed with MessageDialog.QuestionCancelResult.YES as default
openQuestionCancelDialog(Window, String, String, String, MessageDialog.QuestionCancelResult) - Static method in class org.eclipse.fx.ui.dialogs.MessageTitleDialog
Open a question-cancel dialog who blocks until closed
openQuestionDialog(Window, String, String) - Static method in class org.eclipse.fx.ui.dialogs.MessageDialog
Open a question dialog who blocks until closed with default value MessageDialog.QuestionResult.YES
openQuestionDialog(Window, String, String, MessageDialog.QuestionResult) - Static method in class org.eclipse.fx.ui.dialogs.MessageDialog
Open a question dialog who blocks until closed
openQuestionDialog(Window, String, String, String) - Static method in class org.eclipse.fx.ui.dialogs.MessageTitleDialog
Open a question dialog who blocks until closed with MessageDialog.QuestionResult.YES as default
openQuestionDialog(Window, String, String, String, MessageDialog.QuestionResult) - Static method in class org.eclipse.fx.ui.dialogs.MessageTitleDialog
Open a question dialog who blocks until closed
openWarningDialog(Window, String, String) - Static method in class org.eclipse.fx.ui.dialogs.MessageDialog
Open a warning dialog who blocks until closed
openWarningDialog(Window, String, String, String) - Static method in class org.eclipse.fx.ui.dialogs.MessageTitleDialog
Open a warning dialog who blocks until closed
org.eclipse.fx.ui.dialogs - package org.eclipse.fx.ui.dialogs
 

P

pack() - Method in class org.eclipse.fx.ui.dialogs.Dialog
Pack the dialog to the content size
preopen(Stage) - Method in class org.eclipse.fx.ui.dialogs.Dialog
Called before dialog is opened
PromptInputDialog - Class in org.eclipse.fx.ui.dialogs
Dialog to prompt the user for a value
PromptInputDialog(Window, String, String) - Constructor for class org.eclipse.fx.ui.dialogs.PromptInputDialog
Create a prompt dialog

S

setBounds(int, int, int, int) - Method in class org.eclipse.fx.ui.dialogs.Dialog
Set the bounds of the dialog Has to be called after Dialog.open().
setCancelable(boolean) - Method in class org.eclipse.fx.ui.dialogs.TaskProgressDialog
 
setCancelledHandler(TaskProgressDialog.CancelledHandler<R>) - Method in class org.eclipse.fx.ui.dialogs.TaskProgressDialog
 
setFailedHandler(TaskProgressDialog.FailedHandler<R>) - Method in class org.eclipse.fx.ui.dialogs.TaskProgressDialog
 
setFont(Font) - Method in class org.eclipse.fx.ui.dialogs.FontDialog
Update the current selected font
setReturnCode(int) - Method in class org.eclipse.fx.ui.dialogs.Dialog
Setting the return code
showTemporaryErrorMessage(String) - Method in class org.eclipse.fx.ui.dialogs.TitleAreaDialog
Show a temporary error message if another temporary message is already showing then the original one will be removed before
showTemporaryInfoMessage(String) - Method in class org.eclipse.fx.ui.dialogs.TitleAreaDialog
Show a temporary info message if another temporary message is already showing then the original one will be removed before
showTemporaryMessage(String, String...) - Method in class org.eclipse.fx.ui.dialogs.TitleAreaDialog
Show a temporary message if another temporary message is already showing then the original one will be removed before
showTemporaryWarningMessage(String) - Method in class org.eclipse.fx.ui.dialogs.TitleAreaDialog
Show a temporary warning message if another temporary message is already showing then the original one will be removed before

T

TaskProgressDialog<R> - Class in org.eclipse.fx.ui.dialogs
 
TaskProgressDialog(Stage, Task<R>) - Constructor for class org.eclipse.fx.ui.dialogs.TaskProgressDialog
 
TaskProgressDialog.CancelledHandler<T> - Interface in org.eclipse.fx.ui.dialogs
 
TaskProgressDialog.FailedHandler<T> - Interface in org.eclipse.fx.ui.dialogs
 
TitleAreaDialog - Class in org.eclipse.fx.ui.dialogs
A dialog with a title are to display text and an image.
TitleAreaDialog(Window, String, String, String, URL) - Constructor for class org.eclipse.fx.ui.dialogs.TitleAreaDialog
Create a new dialog
TitleAreaDialog(Window, String, String, String, String) - Constructor for class org.eclipse.fx.ui.dialogs.TitleAreaDialog
Create a new dialog

V

valueOf(String) - Static method in enum org.eclipse.fx.ui.dialogs.MessageDialog.ConfirmResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.fx.ui.dialogs.MessageDialog.QuestionCancelResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.fx.ui.dialogs.MessageDialog.QuestionResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.fx.ui.dialogs.MessageDialog.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.fx.ui.dialogs.MessageDialog.ConfirmResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.fx.ui.dialogs.MessageDialog.QuestionCancelResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.fx.ui.dialogs.MessageDialog.QuestionResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.fx.ui.dialogs.MessageDialog.Type
Returns an array containing the constants of this enum type, in the order they are declared.
B C D F G I M O P S T V