| |
|
| org.pentaho.designstudio.controls.GenericActionResourcesTable
GenericActionResourcesTable | public class GenericActionResourcesTable 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 DeleteResourceAction extends Action | |
Inner Class :class ResourceMappingCellEditor extends CellEditor | |
Inner Class :class ResourceNameCellEditor extends TextCellEditor | |
Inner Class :class LabelProvider implements ITableLabelProvider | |
Inner Class :class ResourceModifier 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) | | |
deleteResourceAction | DeleteResourceAction deleteResourceAction(Code) | | |
resourceMappingCellEditor | ResourceMappingCellEditor resourceMappingCellEditor(Code) | | |
resourceNameCellEditor | ResourceNameCellEditor resourceNameCellEditor(Code) | | |
GenericActionResourcesTable | public GenericActionResourcesTable(Composite parent)(Code) | | Creates an GenericActionResourcesTable
Parameters: parent - the parent of this viewer. Parameters: toolkit - the form toolkit. |
addNewResource | protected void addNewResource(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) | | |
removeSelectedResourceElement | protected void removeSelectedResourceElement()(Code) | | |
renameSelectedResourceElement | protected void renameSelectedResourceElement(String name)(Code) | | |
|
|
|