Uses of Class
net.anwiba.commons.swing.dialog.DialogResult
-
Packages that use DialogResult Package Description net.anwiba.commons.swing.dialog -
-
Uses of DialogResult in net.anwiba.commons.swing.dialog
Methods in net.anwiba.commons.swing.dialog that return DialogResult Modifier and Type Method Description static DialogResultDialogResult. 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.
-