Uses of Enum Class
net.thevpc.netbeans.launcher.ui.AppPaneType
Packages that use AppPaneType
-
Uses of AppPaneType in net.thevpc.netbeans.launcher.ui
Subclasses with type arguments of type AppPaneType in net.thevpc.netbeans.launcher.uiFields in net.thevpc.netbeans.launcher.ui declared as AppPaneTypeMethods in net.thevpc.netbeans.launcher.ui that return AppPaneTypeModifier and TypeMethodDescriptionAppPane.getPaneType()static AppPaneTypeReturns the enum constant of this class with the specified name.static AppPaneType[]AppPaneType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.thevpc.netbeans.launcher.ui with parameters of type AppPaneTypeModifier and TypeMethodDescriptionMainWindowSwing.getPane(AppPaneType type) voidMainWindowSwing.setSelectedPane(AppPaneType type) Constructors in net.thevpc.netbeans.launcher.ui with parameters of type AppPaneType -
Uses of AppPaneType in net.thevpc.netbeans.launcher.ui.panes
Methods in net.thevpc.netbeans.launcher.ui.panes with parameters of type AppPaneTypeModifier and TypeMethodDescriptionvoidJVMOptions.init(AppPaneType lastType, Consumer<Boolean> supp) voidConfirmPane.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)