Package org.apache.hop.ui.hopgui.welcome
Class WelcomeWelcome
- java.lang.Object
-
- org.apache.hop.ui.hopgui.welcome.WelcomeWelcome
-
@GuiPlugin public class WelcomeWelcome extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringWEB_LINK_GETTING_STARTEDstatic StringWEB_LINK_GITHUB_STARstatic StringWEB_LINK_HOP_APACHE_ORGstatic StringWEB_LINK_USER_MANUALstatic StringWEB_NAME_GETTING_STARTEDstatic StringWEB_NAME_GITHUB_STARstatic StringWEB_NAME_HOP_APACHE_ORGstatic StringWEB_NAME_USER_MANUAL
-
Constructor Summary
Constructors Constructor Description WelcomeWelcome()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgettingStarted(org.eclipse.swt.widgets.Event event)voidgithubStarLink(org.eclipse.swt.widgets.Event event)voidhomepageLink(org.eclipse.swt.widgets.Event event)voiduserManual(org.eclipse.swt.widgets.Event event)voidwelcome(org.eclipse.swt.widgets.Composite parent)
-
-
-
Field Detail
-
WEB_NAME_HOP_APACHE_ORG
public static final String WEB_NAME_HOP_APACHE_ORG
- See Also:
- Constant Field Values
-
WEB_LINK_HOP_APACHE_ORG
public static final String WEB_LINK_HOP_APACHE_ORG
- See Also:
- Constant Field Values
-
WEB_NAME_GITHUB_STAR
public static final String WEB_NAME_GITHUB_STAR
- See Also:
- Constant Field Values
-
WEB_LINK_GITHUB_STAR
public static final String WEB_LINK_GITHUB_STAR
- See Also:
- Constant Field Values
-
WEB_NAME_GETTING_STARTED
public static final String WEB_NAME_GETTING_STARTED
- See Also:
- Constant Field Values
-
WEB_LINK_GETTING_STARTED
public static final String WEB_LINK_GETTING_STARTED
- See Also:
- Constant Field Values
-
WEB_NAME_USER_MANUAL
public static final String WEB_NAME_USER_MANUAL
- See Also:
- Constant Field Values
-
WEB_LINK_USER_MANUAL
public static final String WEB_LINK_USER_MANUAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
welcome
@GuiWidgetElement(type=COMPOSITE, id="10000-welcome", label="Welcome!", parentId="WelcomeDialog.Parent.ID") public void welcome(org.eclipse.swt.widgets.Composite parent)
-
githubStarLink
@GuiWidgetElement(id="WelcomeWelcome.0900-github-star", parentId="WelcomeWelcome.Parent.ID", type=LINK, label="If you like Apache Hop, please consider <a>starring</a> \u2b50 the project on github. \n") public void githubStarLink(org.eclipse.swt.widgets.Event event)
-
homepageLink
@GuiWidgetElement(id="WelcomeWelcome.1000-homepage", parentId="WelcomeWelcome.Parent.ID", type=LINK, label="Welcome to the Apache Hop project!\n\nThe Hop Orchestration Platform, or Apache Hop, aims to facilitate all aspects of data and metadata orchestration.\n\nThe Apache Hop website can be found at <a>hop.apache.org</a>.\n\nBelow are a few documentation links to get started:\n") public void homepageLink(org.eclipse.swt.widgets.Event event)
-
gettingStarted
@GuiWidgetElement(id="WelcomeWelcome.1010-getting-started", parentId="WelcomeWelcome.Parent.ID", type=LINK, label=" * <a>The getting started guide</a>") public void gettingStarted(org.eclipse.swt.widgets.Event event)
-
-