|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.unex.sextante.gui.core.GUIResources
public class GUIResources
Methods in this class act as entry points for algorithms and resource files.
Algorithms are loaded when the library is initialized. Adding new algorithms after calling Sextante.initialize()
will
not add them to the list of currently available ones, so all additional algorithms should be added before initializing the
library
Constructor Summary | |
---|---|
GUIResources()
|
Method Summary | |
---|---|
static void |
addResourcesFromClasspath()
Adds all sextante GUI resources located in the jar files in the classpath. |
static void |
addResourcesFromFolder(java.lang.String sFolder)
Adds all sextante GUI resources from files located in the jar files of a given folder. |
static void |
addResourcesFromURLs(java.net.URL[] urls)
|
static java.lang.String[] |
getModelerParameterPanelClassNames()
Returns an array of class names corresponding to custom modeler parameter panels found in jar files |
static java.lang.String[] |
getParameterPanelClassNames()
Returns an array of class names corresponding to custom parameter panels found in jar files |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GUIResources()
Method Detail |
---|
public static void addResourcesFromClasspath()
public static void addResourcesFromURLs(java.net.URL[] urls)
public static void addResourcesFromFolder(java.lang.String sFolder)
public static java.lang.String[] getParameterPanelClassNames()
public static java.lang.String[] getModelerParameterPanelClassNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |