Package org.apache.hop.ui.hopgui.welcome
Class WelcomeNavigation
- java.lang.Object
-
- org.apache.hop.ui.hopgui.welcome.WelcomeNavigation
-
@GuiPlugin public class WelcomeNavigation extends Object
-
-
Constructor Summary
Constructors Constructor Description WelcomeNavigation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhomepageLink(org.eclipse.swt.widgets.Event event)voidwelcome(org.eclipse.swt.widgets.Composite parent)
-
-
-
Method Detail
-
welcome
@GuiWidgetElement(type=COMPOSITE, id="11000-navigation", label="Navigation", parentId="WelcomeDialog.Parent.ID") public void welcome(org.eclipse.swt.widgets.Composite parent)
-
homepageLink
@GuiWidgetElement(id="WelcomeNavigation.1000-how-to-navigate", parentId="WelcomeWelcome.Parent.ID", type=LINK, label="Here are a few ways to navigate around large or zoomed pipelines and workflows:\n\n - Use the arrow keys to move the view\n - Use the HOME key to reset to top/left\n - Drag with the middle mouse button on the background\n - CTRL+drag with the left mouse button on the background\n - Drag the darker rectangle on the bottom right of the screen\n") public void homepageLink(org.eclipse.swt.widgets.Event event)
-
-