| org.pentaho.designstudio.controls.TemplateMsgInputsTable
TemplateMsgInputsTable | public class TemplateMsgInputsTable extends TableViewer implements IStructuredContentProvider(Code) | | Table viewer used for viewing and modifying the inputs of an action
definition element.
author: Angelo Rodriguez |
Inner Class :class DeleteInputAction extends Action | |
Inner Class :class InputMappingCellEditor extends CellEditor | |
Inner Class :class InputNameCellEditor extends TextCellEditor | |
Inner Class :class LabelProvider implements ITableLabelProvider | |
Inner Class :class InputModifier implements ICellModifier | |
MAPPING_COLUMN_HDR | final static String MAPPING_COLUMN_HDR(Code) | | |
MAPPING_COLUMN_IDX | final static int MAPPING_COLUMN_IDX(Code) | | |
MAPPING_COLUMN_PROP | final static String MAPPING_COLUMN_PROP(Code) | | |
NAME_COLUMN_IDX | final static int NAME_COLUMN_IDX(Code) | | |
actionDefinition | ActionDefinition actionDefinition(Code) | | |
deleteInputAction | DeleteInputAction deleteInputAction(Code) | | |
inputMappingCellEditor | InputMappingCellEditor inputMappingCellEditor(Code) | | |
inputNameCellEditor | InputNameCellEditor inputNameCellEditor(Code) | | |
TemplateMsgInputsTable | public TemplateMsgInputsTable(Composite parent)(Code) | | Creates an GenericActionResourcesTable
Parameters: parent - the parent of this viewer. Parameters: toolkit - the form toolkit. |
addNewInput | protected void addNewInput(String variableName)(Code) | | |
createCellEditors | protected void createCellEditors()(Code) | | |
createLabelProvider | protected void createLabelProvider()(Code) | | |
createPopupMenu | protected void createPopupMenu()(Code) | | |
createTableColumns | protected void createTableColumns()(Code) | | |
dispose | public void dispose()(Code) | | |
inputChanged | public void inputChanged(Viewer viewer, Object oldInput, Object newInput)(Code) | | |
removeSelectedInput | protected void removeSelectedInput()(Code) | | |
|
|