Uses of Class
com.actelion.research.share.gui.DialogResult
-
Packages that use DialogResult Package Description com.actelion.research.share.gui com.actelion.research.share.gui.editor.dialogs -
-
Uses of DialogResult in com.actelion.research.share.gui
Methods in com.actelion.research.share.gui that return DialogResult Modifier and Type Method Description static DialogResult
DialogResult. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DialogResult[]
DialogResult. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DialogResult in com.actelion.research.share.gui.editor.dialogs
Methods in com.actelion.research.share.gui.editor.dialogs that return DialogResult Modifier and Type Method Description DialogResult
IDialog. doModal()
DialogResult
IDialog. doModalAt(double x, double y)
-