jdbreport.grid
Class ReportAction
java.lang.Object
jdbreport.grid.ReportAction
public class ReportAction
- extends Object
- Version:
- 2.0 18.04.2012
- Author:
- Andrey Kholmanskih
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ReportAction
public ReportAction()
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)