Uses of Enum Class
com.amalgamasimulation.desktop.updater.UpdatesChecker.ActionIfNoUpdatesFound
Packages that use UpdatesChecker.ActionIfNoUpdatesFound
-
Uses of UpdatesChecker.ActionIfNoUpdatesFound in com.amalgamasimulation.desktop.updater
Methods in com.amalgamasimulation.desktop.updater that return UpdatesChecker.ActionIfNoUpdatesFoundModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.UpdatesChecker.ActionIfNoUpdatesFound.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.amalgamasimulation.desktop.updater with parameters of type UpdatesChecker.ActionIfNoUpdatesFoundModifier and TypeMethodDescriptionstatic voidUpdatesChecker.checkForUpdates(org.eclipse.swt.widgets.Shell shell, org.eclipse.e4.ui.workbench.IWorkbench workbench, org.eclipse.e4.ui.di.UISynchronize sync, String p2UpdateSiteUrl, UpdatesChecker.ActionIfNoUpdatesFound actionIfNoUpdatesFound) Checks if there are new feature and bundle versions available at the application's P2 update site.static voidUpdatesChecker.checkForUpdates(org.eclipse.swt.widgets.Shell shell, org.eclipse.e4.ui.workbench.IWorkbench workbench, org.eclipse.e4.ui.di.UISynchronize sync, List<String> p2UpdateSiteUrls, UpdatesChecker.ActionIfNoUpdatesFound actionIfNoUpdatesFound) Checks if there are new feature and bundle versions available at the application's P2 update site.