Uses of Interface
org.graffiti.util.ProgressViewer
| Package | Description |
|---|---|
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart | |
| org.graffiti.editor |
Contains classes for the famous graffiti editor.
|
| org.graffiti.managers.pluginmgr |
Contains classes for the plugin manager.
|
-
Uses of ProgressViewer in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart that implement ProgressViewer Modifier and Type Class Description classClusterSplashScreenclassDBEsplashScreenMethods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart with parameters of type ProgressViewer Modifier and Type Method Description static voidGravistoMainHelper. loadPlugins(Collection<String> pluginLocations, ProgressViewer progressViewer) -
Uses of ProgressViewer in org.graffiti.editor
Subinterfaces of ProgressViewer in org.graffiti.editor Modifier and Type Interface Description interfaceSplashScreenInterfaceClasses in org.graffiti.editor that implement ProgressViewer Modifier and Type Class Description classSplashScreenA frame that is displayed while Graffiti is loading. -
Uses of ProgressViewer in org.graffiti.managers.pluginmgr
Methods in org.graffiti.managers.pluginmgr with parameters of type ProgressViewer Modifier and Type Method Description GenericPluginDefaultPluginManager. createInstance(URL pluginLocation, ProgressViewer progressViewer)Returns a new instance of the plugin "main" class with the given plugin name.voidDefaultPluginManager. loadPlugins(PluginEntry[] plugins, ProgressViewer progressViewer)voidDefaultPluginManager. loadPlugins(PluginEntry[] plugins, ProgressViewer progressViewer, boolean doAutomatic)Loads the plugin from the given location.The progress made is displayed with progressViewer.voidDefaultPluginManager. loadStartupPlugins(ProgressViewer progressViewer)Deprecated.voidPluginManager. loadStartupPlugins(ProgressViewer progressViewer)Loads the plugins which should be loaded on startup.