| |
|
| org.pentaho.designstudio.controls.PrintMapKeysList
PrintMapKeysList | public class PrintMapKeysList extends TableViewer (Code) | | Table viewer used for viewing and modifying the inputs and outputs of an action
definition element.
author: Angelo Rodriguez |
Inner Class :public class ContentProvider implements IStructuredContentProvider | |
Inner Class :class CellModifier implements ICellModifier | |
Inner Class :protected class DeleteInputAction extends Action | |
Inner Class :protected class AddInputAction extends Action | |
addIOAction | protected AddInputAction addIOAction(Code) | | |
deleteIOAction | protected DeleteInputAction deleteIOAction(Code) | | |
printMapValsAction | PrintMapValsAction printMapValsAction(Code) | | |
PrintMapKeysList | public PrintMapKeysList(Table table)(Code) | | Creates an viewer
Parameters: parent - the parent of this viewer. Parameters: toolkit - the form toolkit. |
addKey | protected void addKey()(Code) | | |
createPopupMenu | protected void createPopupMenu()(Code) | | Creates the popup menu used by this viewer.
|
removeSelectedKey | protected void removeSelectedKey()(Code) | | Removes the selected inputs/ouputs from the action definition.
|
updatePopupMenuState | protected void updatePopupMenuState(IMenuManager menuMgr)(Code) | | |
|
|
|