|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Dialog org.pentaho.di.ui.trans.step.BaseStepDialog org.pentaho.di.ui.trans.steps.terafast.TeraFastDialog
public class TeraFastDialog
TODO BaseStepDialog should replaced by something like AbstractStepDialog (BaseStepDialog is ... - asc042, 13.05.2009)
Field Summary |
---|
Fields inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog |
---|
loggingObject |
Constructor Summary | |
---|---|
TeraFastDialog(Shell parent,
Object baseStepMeta,
TransMeta transMeta,
String stepname)
Constructor. |
Method Summary | |
---|---|
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. |
TeraFastMeta |
getMeta()
|
void |
getUpdate()
... |
void |
ok()
Ok clicked. |
String |
open()
Opens a step dialog window. |
void |
setTableFieldCombo()
... |
static void |
setTextIfPropertyValue(PluginProperty property,
CCombo combo)
|
static void |
setTextIfPropertyValue(PluginProperty property,
TextVar textVar)
|
Methods inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog |
---|
addConnectionLine, addConnectionLine, addConnectionLine, addConnectionLine, addDatabases, addDatabases, dispose, generateFieldMapping, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getModifyListenerTooltipText, getRepository, isBasic, isDebug, isDetailed, isRowLevel, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, positionBottomButtons, selectDatabase, setMinimalShellHeight, setRepository, setShellImage, setSize, setSize, setSize, setTraverseOrder, storeScreenSize |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.pentaho.di.trans.step.StepDialogInterface |
---|
setRepository |
Constructor Detail |
---|
public TeraFastDialog(Shell parent, Object baseStepMeta, TransMeta transMeta, String stepname)
parent
- parent shell.baseStepMeta
- step metatransMeta
- transaction metastepname
- name of step.Method Detail |
---|
public static void setTextIfPropertyValue(PluginProperty property, TextVar textVar)
property
- property.textVar
- text varibale.public static void setTextIfPropertyValue(PluginProperty property, CCombo combo)
property
- property.combo
- text variable.public String open()
open
in interface StepDialogInterface
StepDialogInterface.open()
public void getData()
public void generateMappings()
public void getUpdate()
public void cancel()
public void ok()
public void disableInputs()
public void setTableFieldCombo()
public TeraFastMeta getMeta()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |