Uses of Class
org.eclipse.nebula.widgets.opal.dialog.Dialog.OpalDialogType
-
Packages that use Dialog.OpalDialogType Package Description org.eclipse.nebula.widgets.opal.dialog -
-
Uses of Dialog.OpalDialogType in org.eclipse.nebula.widgets.opal.dialog
Fields in org.eclipse.nebula.widgets.opal.dialog declared as Dialog.OpalDialogType Modifier and Type Field Description (package private) Dialog.OpalDialogType
Dialog. buttonType
Methods in org.eclipse.nebula.widgets.opal.dialog that return Dialog.OpalDialogType Modifier and Type Method Description Dialog.OpalDialogType
Dialog. getButtonType()
static Dialog.OpalDialogType
Dialog.OpalDialogType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Dialog.OpalDialogType[]
Dialog.OpalDialogType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.nebula.widgets.opal.dialog with parameters of type Dialog.OpalDialogType Modifier and Type Method Description void
Dialog. setButtonType(Dialog.OpalDialogType buttonType)
-