Package com.ibm.jdg2e.msseditor.ui.actions

Class Summary
AppendRowAction Action to append a new row to the mini-spreadsheet.
ChangeAlignmentAction Action to change the column alignment of the mini-spreadsheet editor.
ClearAllAction Action to clear all rows in the mini-spreadsheet.
MiniSSEditorAction Common abstract superclass for all mini-spreadsheet editor actions.
MiniSSEditorActionBarContributor Coordinate the addition of actions on behalf the mini-spreadsheet editor.
MiniSSRowActionFilter Action filters allows an action delegate to be hidden/disabled without having to create an instance of its target action.
RemoveRowAction Action to remove the selected row(s) from the mini-spreadsheet.
SelectAllAction Action to select all current rows in the mini-spreadsheet.
ShowTotalAction Action to display the sum of all integer cells of the mini-spreadsheet.