| org.pentaho.designstudio.controls.IActionSequenceControl
All known Subclasses: org.pentaho.designstudio.controls.NewActionInputCheckBox, org.pentaho.designstudio.controls.PageTemplateText, org.pentaho.designstudio.controls.SecureFilterColumnCombo, org.pentaho.designstudio.controls.NewActionInputCombo, org.pentaho.designstudio.controls.ActionLoopCombo, org.pentaho.designstudio.controls.ActionInputText, org.pentaho.designstudio.controls.NewActionInputText, org.pentaho.designstudio.controls.ActionResourceText, org.pentaho.designstudio.controls.ActionInputCombo, org.pentaho.designstudio.controls.ActionInputCheckBox, org.pentaho.designstudio.controls.ActionOutputText, org.pentaho.designstudio.controls.ActionInCombo,
IActionSequenceControl | public interface IActionSequenceControl (Code) | | A wrapper for an SWT control that is used to edit a portion of a Pentaho action
sequence.
author: Angelo Rodriguez |
Method Summary | |
public Control | getControl() | public void | refresh() Refreshes the underlying SWT control to display the data that
is currently in the portion of the action sequence being managed by this
object. | public void | updateActionSequence() Updates the action sequence with the data currently contained within the
control being used by this object. |
getControl | public Control getControl()(Code) | | the underlying SWT control. |
refresh | public void refresh()(Code) | | Refreshes the underlying SWT control to display the data that
is currently in the portion of the action sequence being managed by this
object.
|
updateActionSequence | public void updateActionSequence()(Code) | | Updates the action sequence with the data currently contained within the
control being used by this object.
|
|
|