Uses of Class
org.apache.hop.ui.core.widget.MetaSelectionLine
-
Packages that use MetaSelectionLine Package Description org.apache.hop.ui.pipeline.transform org.apache.hop.ui.workflow.action -
-
Uses of MetaSelectionLine in org.apache.hop.ui.pipeline.transform
Methods in org.apache.hop.ui.pipeline.transform that return MetaSelectionLine Modifier and Type Method Description MetaSelectionLine<DatabaseMeta>BaseTransformDialog. addConnectionLine(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Control previous, String connection, org.eclipse.swt.events.ModifyListener lsMod)Adds the connection line for the given parent and previous control, and returns a meta selection manager controlMetaSelectionLine<DatabaseMeta>BaseTransformDialog. addConnectionLine(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Control previous, DatabaseMeta selected, org.eclipse.swt.events.ModifyListener lsMod)Adds the connection line for the given parent and previous control, and returns a meta selection manager controlMetaSelectionLine<DatabaseMeta>BaseTransformDialog. addConnectionLine(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Control previous, DatabaseMeta selected, org.eclipse.swt.events.ModifyListener lsMod, String connectionLabel)MetaSelectionLine<DatabaseMeta>BaseTransformDialog. addConnectionLine(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Control previous, DatabaseMeta selected, org.eclipse.swt.events.ModifyListener lsMod, String connectionLabel, String connectionTooltip) -
Uses of MetaSelectionLine in org.apache.hop.ui.workflow.action
Methods in org.apache.hop.ui.workflow.action that return MetaSelectionLine Modifier and Type Method Description MetaSelectionLine<DatabaseMeta>ActionDialog. addConnectionLine(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Control previous, String connection, org.eclipse.swt.events.ModifyListener lsMod)Adds the connection line for the given parent and previous control, and returns a meta selection manager controlMetaSelectionLine<DatabaseMeta>ActionDialog. addConnectionLine(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Control previous, DatabaseMeta selected, org.eclipse.swt.events.ModifyListener lsMod)Adds the connection line for the given parent and previous control, and returns a meta selection manager control
-