public class TeraFastDialog extends BaseStepDialog implements org.pentaho.di.trans.step.StepDialogInterface
loggingObject| Constructor and Description |
|---|
TeraFastDialog(org.eclipse.swt.widgets.Shell parent,
Object baseStepMeta,
org.pentaho.di.trans.TransMeta transMeta,
String stepname)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Dialog is closed.
|
void |
disableInputs()
Disable inputs.
|
void |
generateMappings()
Reads in the fields from the previous steps and from the ONE next step and opens an EnterMappingDialog with this
information.
|
void |
getData()
Set data values in dialog.
|
org.pentaho.di.trans.steps.terafast.TeraFastMeta |
getMeta() |
void |
getUpdate()
...
|
void |
ok()
Ok clicked.
|
String |
open() |
void |
setTableFieldCombo()
...
|
static void |
setTextIfPropertyValue(org.pentaho.di.core.util.PluginProperty property,
org.eclipse.swt.custom.CCombo combo) |
static void |
setTextIfPropertyValue(org.pentaho.di.core.util.PluginProperty property,
TextVar textVar) |
addConnectionLine, addConnectionLine, addConnectionLine, addConnectionLine, addDatabases, addDatabases, dispose, generateFieldMapping, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getMetaStore, getModifyListenerTooltipText, getRepository, isBasic, isDebug, isDetailed, isRowLevel, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, positionBottomButtons, selectDatabase, setMetaStore, setMinimalShellHeight, setRepository, setShellImage, setSize, setSize, setSize, setTraverseOrder, storeScreenSize, toStringpublic static void setTextIfPropertyValue(org.pentaho.di.core.util.PluginProperty property,
TextVar textVar)
property - property.textVar - text varibale.public static void setTextIfPropertyValue(org.pentaho.di.core.util.PluginProperty property,
org.eclipse.swt.custom.CCombo combo)
property - property.combo - text variable.public String open()
open in interface org.pentaho.di.trans.step.StepDialogInterfaceStepDialogInterface.open()public void getData()
public void generateMappings()
public void getUpdate()
public void cancel()
public void ok()
public void disableInputs()
public void setTableFieldCombo()
public org.pentaho.di.trans.steps.terafast.TeraFastMeta getMeta()