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 class
ClusterSplashScreen
class
DBEsplashScreen
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart with parameters of type ProgressViewer Modifier and Type Method Description static void
GravistoMainHelper. 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 interface
SplashScreenInterface
Classes in org.graffiti.editor that implement ProgressViewer Modifier and Type Class Description class
SplashScreen
A 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 GenericPlugin
DefaultPluginManager. createInstance(URL pluginLocation, ProgressViewer progressViewer)
Returns a new instance of the plugin "main" class with the given plugin name.void
DefaultPluginManager. loadPlugins(PluginEntry[] plugins, ProgressViewer progressViewer)
void
DefaultPluginManager. loadPlugins(PluginEntry[] plugins, ProgressViewer progressViewer, boolean doAutomatic)
Loads the plugin from the given location.The progress made is displayed with progressViewer.void
DefaultPluginManager. loadStartupPlugins(ProgressViewer progressViewer)
Deprecated.void
PluginManager. loadStartupPlugins(ProgressViewer progressViewer)
Loads the plugins which should be loaded on startup.