| |
|
| org.pentaho.designstudio.controls.ActionIOTable org.pentaho.designstudio.controls.GenericActionInputsTable
GenericActionInputsTable | public class GenericActionInputsTable extends ActionIOTable (Code) | | Table viewer used for viewing and modifying the inputs of an action
definition element.
author: Angelo Rodriguez |
Inner Class :class InputMappingCellEditor extends CellEditor | |
Inner Class :class InputNameCellEditor extends TextCellEditor | |
Inner Class :class InputTypeCellEditor extends CellEditor | |
Inner Class :class LabelProvider implements ITableLabelProvider | |
Inner Class :class InputModifier implements ICellModifier | |
MAPPING_COLUMN_IDX | final static int MAPPING_COLUMN_IDX(Code) | | |
MAPPING_COLUMN_PROP | final static String MAPPING_COLUMN_PROP(Code) | | |
inputMappingCellEditor | protected InputMappingCellEditor inputMappingCellEditor(Code) | | The editor used for changing input mappings.
|
inputNameCellEditor | InputNameCellEditor inputNameCellEditor(Code) | | |
inputTypeCellEditor | InputTypeCellEditor inputTypeCellEditor(Code) | | |
GenericActionInputsTable | public GenericActionInputsTable(Composite parent)(Code) | | Creates an ActionInputsViewer
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) | | |
|
|
|