| |
|
| org.pentaho.designstudio.controls.EmailAttachmentsTable
EmailAttachmentsTable | public class EmailAttachmentsTable extends TableViewer (Code) | | Table viewer used for modifying email attachments in an email action definition.
author: Angelo Rodriguez |
Inner Class :class AttachmentDropAdapter extends ViewerDropAdapter | |
Inner Class :public class CellModifier implements ICellModifier | |
Inner Class :public class LabelProvider implements ITableLabelProvider | |
Inner Class :public class ContentProvider implements IStructuredContentProvider | |
Inner Class :class DeleteAttachmentAction extends Action | |
ATTACH_COLUMN_HDR | final static String ATTACH_COLUMN_HDR(Code) | | |
ATTACH_COLUMN_IDX | final static int ATTACH_COLUMN_IDX(Code) | | |
ATTACH_COLUMN_PROP | final static String ATTACH_COLUMN_PROP(Code) | | |
NAME_COLUMN_IDX | final static int NAME_COLUMN_IDX(Code) | | |
attachmentNameCellEditor | AttachmentNameCellEditor attachmentNameCellEditor(Code) | | |
contentProvider | ContentProvider contentProvider(Code) | | |
deleteAttachmentAction | DeleteAttachmentAction deleteAttachmentAction(Code) | | |
emailAction | EmailAction emailAction(Code) | | |
EmailAttachmentsTable | public EmailAttachmentsTable(Composite parent)(Code) | | Creates an viewer
Parameters: parent - the parent of this viewer. Parameters: toolkit - the form toolkit. Parameters: ioInfo - a description of the inputs/outputs allowed within the action definition. |
addAttachment | protected EmailAttachment addAttachment(IActionInputVariable actionVariable)(Code) | | Adds a new input/ouput to the action definition.
Parameters: variableName - the input/output name. |
addAttachment | protected EmailAttachment addAttachment(String attachmentName, URI uri, String mimeType)(Code) | | |
createCellEditors | protected void createCellEditors()(Code) | | |
createContentProvider | protected void createContentProvider()(Code) | | |
createLabelProvider | protected void createLabelProvider()(Code) | | |
createPopupMenu | protected void createPopupMenu()(Code) | | Creates the popup menu used by this viewer.
|
createTableColumns | protected void createTableColumns()(Code) | | Creates the table columns for this table viewer.
|
removeSelectedAttachment | protected void removeSelectedAttachment()(Code) | | Removes the selected inputs/ouputs from the action definition.
|
|
|
|