| |
|
| org.pentaho.designstudio.controls.ActionIOTable org.pentaho.designstudio.controls.ActionOutputsTable
ActionOutputsTable | public class ActionOutputsTable extends ActionIOTable (Code) | | Table viewer used for viewing and modifying the outputs of an action
definition element.
author: Angelo Rodriguez |
Inner Class :class OutputModifier implements ICellModifier | |
Inner Class :class OutputNameCellEditor extends TextCellEditor | |
Inner Class :public class OutputTypeCellEditor extends CellEditor | |
Inner Class :public class LabelProvider implements ITableLabelProvider | |
outputNameCellEditor | OutputNameCellEditor outputNameCellEditor(Code) | | |
outputTypeCellEditor | OutputTypeCellEditor outputTypeCellEditor(Code) | | |
ActionOutputsTable | public ActionOutputsTable(Composite parent)(Code) | | Creates an ActionOutputsViewer
Parameters: parent - the parent of this viewer. Parameters: toolkit - the form toolkit. Parameters: ioInfo - a description of the inputs allowed within the action definition. |
addNewIOElement | protected void addNewIOElement(String variableName)(Code) | | |
createCellEditors | protected void createCellEditors()(Code) | | |
createContentProvider | protected IContentProvider createContentProvider()(Code) | | |
createLabelProvider | protected void createLabelProvider()(Code) | | |
|
|
|