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 voidaddDragAndDropHandler(DragAndDropHandler handler)static voidcreateApplicationSettingsFolder(SplashScreenInterface splashScreen)static PluginManagergetPluginManager()static PreferencesgetPreferences()static MainFrameinitApplication(String[] args, SplashScreenInterface splashScreen, ClassLoader cl, String addPluginFile, String addPlugin)static MainFrameinitApplicationExt(String[] args, SplashScreenInterface splashScreen, ClassLoader cl, String addPluginFile, String[] addPlugins)static voidloadPlugins(Collection<String> pluginLocations, ProgressViewer progressViewer)static voidprocessDroppedFiles(File[] files, boolean includeGraphFileLoaders)static voidprocessDroppedFiles(File[] files, boolean includeGraphFileLoaders, Class<ExperimentDataProcessor> processor)static voidremoveDragAndDropHandler(DragAndDropHandler handler)static voidsetLookAndFeel()
-
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)
-