jdbreport.grid
Class ReportAction

java.lang.Object
  extended by jdbreport.grid.ReportAction

public class ReportAction
extends Object

Version:
2.0 18.04.2012
Author:
Andrey Kholmanskih

Nested Class Summary
static class ReportAction.BasedAction
           
static class ReportAction.BorderAction
           
static class ReportAction.BorderBottomAction
           
static class ReportAction.BorderHAction
           
static class ReportAction.BorderLeftAction
           
static class ReportAction.BorderLRAction
           
static class ReportAction.BorderMiddleAction
           
static class ReportAction.BorderRightAction
           
static class ReportAction.BorderTBAction
           
static class ReportAction.BorderTMBAction
           
static class ReportAction.BorderTopAction
           
static class ReportAction.BorderVAction
           
static class ReportAction.DecDecimalsAction
           
static class ReportAction.EditRedoAction
           
static class ReportAction.EditUndoAction
           
static class ReportAction.GridAction
           
static class ReportAction.GridActionImpl
           
static class ReportAction.GridToggleAction
           
static class ReportAction.GridToggleActionImpl
           
static class ReportAction.IncDecimalsAction
           
static class ReportAction.ToggleBorderAction
           
static class ReportAction.UndoRedoAction
           
 
Field Summary
static String ALIGN_BOTTOM_ACTION
           
static String ALIGN_CENTER_ACTION
           
static String ALIGN_JUSTIFY_ACTION
           
static String ALIGN_LEFT_ACTION
           
static String ALIGN_RIGHT_ACTION
           
static String ALIGN_TOP_ACTION
           
static String ALIGN_VCENTER_ACTION
           
static String BACKGROUND_ACTION
           
static String BRD_CLEAR_ACTION
           
static String BRD_GRID_ACTION
           
static String CELL_AUTOHEIGHT_ACTION
           
static String CELL_EDITOR_ACTION
           
static String CELL_PROPERTY_ACTION
           
static String CELL_UNION_ACTION
           
static String COLUMN_BREAK_ACTION
           
static String DECIMALS_DEC_ACTION
           
static String DECIMALS_INC_ACTION
           
static String DELETE_IMAGE_ACTION
           
static String EDIT_COPY_ACTION
           
static String EDIT_CUT_ACTION
           
static String EDIT_DELETE_ACTION
           
static String EDIT_PASTE_ACTION
           
static String EDIT_SELECT_ALL_ACTION
           
static String EXIT_ACTION
           
static String EXPORT_TO_CALC_ACTION
           
static String FONT_BOLD_ACTION
           
static String FONT_ITALIC_ACTION
           
static String FONT_STRIKETHROUGH_ACTION
           
static String FONT_UNDERLINE_ACTION
           
static String GRID_SHOW_ACTION
           
static String INSERT_COLUMN_ACTION
           
static String INSERT_IMAGE_ACTION
           
static String INSERT_ROW_ACTION
           
static String NEW_ACTION
           
static String OPEN_ACTION
           
static String PAGE_SETUP_ACTION
           
static String PREVIEW_ACTION
           
static String PRINT_REPORT_ACTION
           
static String REMOVE_COLUMN_ACTION
           
static String REMOVE_ROW_ACTION
           
static String ROW_BREAK_ACTION
           
static String SAVE_ACTION
           
static String SAVE_AS_ACTION
           
static String SAVE_IMAGE_ACTION
           
static String SCALE_IMAGE_ACTION
           
 
Constructor Summary
ReportAction()
           
 
Method Summary
static Action createGridAction(String name, TargetGrid targetGrid)
           
static and.actions.ToggleAction createGridToggleAction(String name, TargetGrid targetGrid)
           
static void gridActionPerformed(ActionEvent e, TargetGrid targetGrid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DECIMALS_DEC_ACTION

public static final String DECIMALS_DEC_ACTION
See Also:
Constant Field Values

DECIMALS_INC_ACTION

public static final String DECIMALS_INC_ACTION
See Also:
Constant Field Values

PAGE_SETUP_ACTION

public static final String PAGE_SETUP_ACTION
See Also:
Constant Field Values

CELL_EDITOR_ACTION

public static final String CELL_EDITOR_ACTION
See Also:
Constant Field Values

EDIT_SELECT_ALL_ACTION

public static final String EDIT_SELECT_ALL_ACTION
See Also:
Constant Field Values

EDIT_DELETE_ACTION

public static final String EDIT_DELETE_ACTION
See Also:
Constant Field Values

EDIT_PASTE_ACTION

public static final String EDIT_PASTE_ACTION
See Also:
Constant Field Values

EDIT_COPY_ACTION

public static final String EDIT_COPY_ACTION
See Also:
Constant Field Values

EDIT_CUT_ACTION

public static final String EDIT_CUT_ACTION
See Also:
Constant Field Values

DELETE_IMAGE_ACTION

public static final String DELETE_IMAGE_ACTION
See Also:
Constant Field Values

SCALE_IMAGE_ACTION

public static final String SCALE_IMAGE_ACTION
See Also:
Constant Field Values

SAVE_IMAGE_ACTION

public static final String SAVE_IMAGE_ACTION
See Also:
Constant Field Values

INSERT_IMAGE_ACTION

public static final String INSERT_IMAGE_ACTION
See Also:
Constant Field Values

BACKGROUND_ACTION

public static final String BACKGROUND_ACTION
See Also:
Constant Field Values

COLUMN_BREAK_ACTION

public static final String COLUMN_BREAK_ACTION
See Also:
Constant Field Values

ROW_BREAK_ACTION

public static final String ROW_BREAK_ACTION
See Also:
Constant Field Values

CELL_PROPERTY_ACTION

public static final String CELL_PROPERTY_ACTION
See Also:
Constant Field Values

GRID_SHOW_ACTION

public static final String GRID_SHOW_ACTION
See Also:
Constant Field Values

BRD_CLEAR_ACTION

public static final String BRD_CLEAR_ACTION
See Also:
Constant Field Values

BRD_GRID_ACTION

public static final String BRD_GRID_ACTION
See Also:
Constant Field Values

CELL_UNION_ACTION

public static final String CELL_UNION_ACTION
See Also:
Constant Field Values

CELL_AUTOHEIGHT_ACTION

public static final String CELL_AUTOHEIGHT_ACTION
See Also:
Constant Field Values

REMOVE_COLUMN_ACTION

public static final String REMOVE_COLUMN_ACTION
See Also:
Constant Field Values

INSERT_COLUMN_ACTION

public static final String INSERT_COLUMN_ACTION
See Also:
Constant Field Values

REMOVE_ROW_ACTION

public static final String REMOVE_ROW_ACTION
See Also:
Constant Field Values

INSERT_ROW_ACTION

public static final String INSERT_ROW_ACTION
See Also:
Constant Field Values

ALIGN_VCENTER_ACTION

public static final String ALIGN_VCENTER_ACTION
See Also:
Constant Field Values

ALIGN_BOTTOM_ACTION

public static final String ALIGN_BOTTOM_ACTION
See Also:
Constant Field Values

ALIGN_TOP_ACTION

public static final String ALIGN_TOP_ACTION
See Also:
Constant Field Values

ALIGN_JUSTIFY_ACTION

public static final String ALIGN_JUSTIFY_ACTION
See Also:
Constant Field Values

ALIGN_CENTER_ACTION

public static final String ALIGN_CENTER_ACTION
See Also:
Constant Field Values

ALIGN_RIGHT_ACTION

public static final String ALIGN_RIGHT_ACTION
See Also:
Constant Field Values

ALIGN_LEFT_ACTION

public static final String ALIGN_LEFT_ACTION
See Also:
Constant Field Values

FONT_BOLD_ACTION

public static final String FONT_BOLD_ACTION
See Also:
Constant Field Values

FONT_ITALIC_ACTION

public static final String FONT_ITALIC_ACTION
See Also:
Constant Field Values

FONT_UNDERLINE_ACTION

public static final String FONT_UNDERLINE_ACTION
See Also:
Constant Field Values

FONT_STRIKETHROUGH_ACTION

public static final String FONT_STRIKETHROUGH_ACTION
See Also:
Constant Field Values

PRINT_REPORT_ACTION

public static final String PRINT_REPORT_ACTION
See Also:
Constant Field Values

PREVIEW_ACTION

public static final String PREVIEW_ACTION
See Also:
Constant Field Values

NEW_ACTION

public static final String NEW_ACTION
See Also:
Constant Field Values

EXPORT_TO_CALC_ACTION

public static final String EXPORT_TO_CALC_ACTION
See Also:
Constant Field Values

SAVE_ACTION

public static final String SAVE_ACTION
See Also:
Constant Field Values

SAVE_AS_ACTION

public static final String SAVE_AS_ACTION
See Also:
Constant Field Values

OPEN_ACTION

public static final String OPEN_ACTION
See Also:
Constant Field Values

EXIT_ACTION

public static final String EXIT_ACTION
See Also:
Constant Field Values
Constructor Detail

ReportAction

public ReportAction()
Method Detail

createGridAction

public static Action createGridAction(String name,
                                      TargetGrid targetGrid)

createGridToggleAction

public static and.actions.ToggleAction createGridToggleAction(String name,
                                                              TargetGrid targetGrid)

gridActionPerformed

public static void gridActionPerformed(ActionEvent e,
                                       TargetGrid targetGrid)