| |
|
| org.pentaho.designstudio.controls.ActionIOTable org.pentaho.designstudio.controls.GenericActionOutputsTable
GenericActionOutputsTable | public class GenericActionOutputsTable extends ActionIOTable (Code) | | Table viewer used for viewing and modifying the outputs of an action
definition element.
author: Angelo Rodriguez |
Inner Class :class OutputMappingCellEditor extends TextCellEditor | |
Inner Class :class OutputNameCellEditor extends TextCellEditor | |
Inner Class :class OutputTypeCellEditor extends CellEditor | |
Inner Class :class LabelProvider implements ITableLabelProvider | |
Inner Class :class OutputModifier implements ICellModifier | |
MAPPING_COLUMN_IDX | final static int MAPPING_COLUMN_IDX(Code) | | |
MAPPING_COLUMN_PROP | final static String MAPPING_COLUMN_PROP(Code) | | |
outputMappingCellEditor | protected OutputMappingCellEditor outputMappingCellEditor(Code) | | |
outputNameCellEditor | OutputNameCellEditor outputNameCellEditor(Code) | | |
outputTypeCellEditor | OutputTypeCellEditor outputTypeCellEditor(Code) | | |
GenericActionOutputsTable | public GenericActionOutputsTable(Composite parent)(Code) | | Creates an GenericActionOutputsTable
Parameters: parent - the parent of this viewer. Parameters: toolkit - the form toolkit. |
addNewIOElement | protected void addNewIOElement(String variableName)(Code) | | |
createCellEditors | protected void createCellEditors()(Code) | | |
createContentProvider | protected IContentProvider createContentProvider()(Code) | | |
createLabelProvider | protected void createLabelProvider()(Code) | | |
createTableColumns | protected void createTableColumns()(Code) | | |
|
|
|