Package org.apache.hop.ui.hopgui.welcome
Class WelcomeDialog
- java.lang.Object
-
- org.apache.hop.ui.hopgui.welcome.WelcomeDialog
-
@GuiPlugin public class WelcomeDialog extends Object
We show this dialog at the start of the application.
-
-
Field Summary
Fields Modifier and Type Field Description static StringHOP_CONFIG_NO_SHOW_OPTIONstatic StringPARENT_ID_WELCOME_WIDGETSstatic StringVARIABLE_HOP_NO_WELCOME_DIALOG
-
Constructor Summary
Constructors Constructor Description WelcomeDialog()
-
-
-
Field Detail
-
PARENT_ID_WELCOME_WIDGETS
public static final String PARENT_ID_WELCOME_WIDGETS
- See Also:
- Constant Field Values
-
HOP_CONFIG_NO_SHOW_OPTION
public static final String HOP_CONFIG_NO_SHOW_OPTION
- See Also:
- Constant Field Values
-
VARIABLE_HOP_NO_WELCOME_DIALOG
public static final String VARIABLE_HOP_NO_WELCOME_DIALOG
- See Also:
- Constant Field Values
-
-