Uses of Enum Class
net.thevpc.netbeans.launcher.model.ConfirmResult
Packages that use ConfirmResult
-
Uses of ConfirmResult in net.thevpc.netbeans.launcher.model
Subclasses with type arguments of type ConfirmResult in net.thevpc.netbeans.launcher.modelMethods in net.thevpc.netbeans.launcher.model that return ConfirmResultModifier and TypeMethodDescriptionstatic ConfirmResultReturns the enum constant of this class with the specified name.static ConfirmResult[]ConfirmResult.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConfirmResult in net.thevpc.netbeans.launcher.ui.panes
Method parameters in net.thevpc.netbeans.launcher.ui.panes with type arguments of type ConfirmResultModifier and TypeMethodDescriptionvoidConfirmPane.initOkCancel(AppPaneType lastType, SwingToolkit.Message title, SwingToolkit.Message desc, Consumer<ConfirmResult> supp) voidConfirmPane.initYesNoCancel(AppPaneType lastType, SwingToolkit.Message title, SwingToolkit.Message desc, Consumer<ConfirmResult> supp)