B D M O S V 

B

buttonNoText - Static variable in class de.vorb.swt.dialog.OptionDialog
Text for this dialog's "No" button.
buttonOKText - Static variable in class de.vorb.swt.dialog.MessageDialog
Text for this dialog's "OK" button.
buttonYesText - Static variable in class de.vorb.swt.dialog.OptionDialog
Text for this dialog's "Yes" button.

D

de.vorb.swt.dialog - package de.vorb.swt.dialog
 

M

MessageDialog - Class in de.vorb.swt.dialog
Class for showing message dialogs.
MessageDialog(Shell, int, MessageDialog.Type, String, String) - Constructor for class de.vorb.swt.dialog.MessageDialog
 
MessageDialog.Type - Enum in de.vorb.swt.dialog
MessageDialog types.
Modality - Enum in de.vorb.swt.dialog
 

O

open() - Method in class de.vorb.swt.dialog.MessageDialog
 
OptionDialog - Class in de.vorb.swt.dialog
Class for showing option (boolean) dialogs.
OptionDialog.Type - Enum in de.vorb.swt.dialog
OptionDialog types.

S

shell - Variable in class de.vorb.swt.dialog.MessageDialog
 
show(Shell, MessageDialog.Type, String, String, Modality) - Static method in class de.vorb.swt.dialog.MessageDialog
Shows a new dialog.
show(Shell, OptionDialog.Type, String, String, Modality) - Static method in class de.vorb.swt.dialog.OptionDialog
Shows a new dialog.

V

valueOf(String) - Static method in enum de.vorb.swt.dialog.MessageDialog.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.vorb.swt.dialog.Modality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.vorb.swt.dialog.OptionDialog.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.vorb.swt.dialog.MessageDialog.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.vorb.swt.dialog.Modality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.vorb.swt.dialog.OptionDialog.Type
Returns an array containing the constants of this enum type, in the order they are declared.
B D M O S V