Class GravistoMainHelper
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart.GravistoMainHelper
- All Implemented Interfaces:
HelperClass
public class GravistoMainHelper extends Object implements HelperClass
-
Constructor Summary
Constructors Constructor Description GravistoMainHelper()
-
Method Summary
Modifier and Type Method Description static void
addDragAndDropHandler(DragAndDropHandler handler)
static void
createApplicationSettingsFolder(SplashScreenInterface splashScreen)
static PluginManager
getPluginManager()
static Preferences
getPreferences()
static MainFrame
initApplication(String[] args, SplashScreenInterface splashScreen, ClassLoader cl, String addPluginFile, String addPlugin)
static MainFrame
initApplicationExt(String[] args, SplashScreenInterface splashScreen, ClassLoader cl, String addPluginFile, String[] addPlugins)
static void
loadPlugins(Collection<String> pluginLocations, ProgressViewer progressViewer)
static void
processDroppedFiles(File[] files, boolean includeGraphFileLoaders)
static void
processDroppedFiles(File[] files, boolean includeGraphFileLoaders, Class<ExperimentDataProcessor> processor)
static void
removeDragAndDropHandler(DragAndDropHandler handler)
static void
setLookAndFeel()
-
Constructor Details
-
GravistoMainHelper
public GravistoMainHelper()
-
-
Method Details
-
getPreferences
-
getPluginManager
-
loadPlugins
public static void loadPlugins(Collection<String> pluginLocations, ProgressViewer progressViewer) throws PluginManagerException- Throws:
PluginManagerException
-
setLookAndFeel
public static void setLookAndFeel() -
createApplicationSettingsFolder
-
addDragAndDropHandler
-
removeDragAndDropHandler
-
initApplication
public static MainFrame initApplication(String[] args, SplashScreenInterface splashScreen, ClassLoader cl, String addPluginFile, String addPlugin) -
initApplicationExt
public static MainFrame initApplicationExt(String[] args, SplashScreenInterface splashScreen, ClassLoader cl, String addPluginFile, String[] addPlugins) -
processDroppedFiles
-
processDroppedFiles
public static void processDroppedFiles(File[] files, boolean includeGraphFileLoaders, Class<ExperimentDataProcessor> processor)
-