Package org.apache.hop.ui.hopgui
Class HopGuiEnvironment
- java.lang.Object
-
- org.apache.hop.core.HopClientEnvironment
-
- org.apache.hop.ui.hopgui.HopGuiEnvironment
-
public class HopGuiEnvironment extends HopClientEnvironment
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.hop.core.HopClientEnvironment
HopClientEnvironment.ClientType
-
-
Constructor Summary
Constructors Constructor Description HopGuiEnvironment()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinit()static voidinit(List<IPluginType> pluginTypes)static voidinitGuiPlugins()Look for GuiWidgetElement annotated fields in all the GuiPlugins.-
Methods inherited from class org.apache.hop.core.HopClientEnvironment
findDeclaredFields, findDeclaredMethods, getClient, getInstance, isInitialized, reset, setClient, setClientID
-
-
-
-
Method Detail
-
init
public static void init() throws HopException- Throws:
HopException
-
init
public static void init(List<IPluginType> pluginTypes) throws HopException
- Throws:
HopException
-
initGuiPlugins
public static void initGuiPlugins() throws HopExceptionLook for GuiWidgetElement annotated fields in all the GuiPlugins. Put them in the Gui registry- Throws:
HopException
-
-