jdbreport.design.grid
Class DesignAction

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

public class DesignAction
extends ReportAction

Version:
1.4 01.03.2010
Author:
Andrey Kholmanskih

Nested Class Summary
static class DesignAction.AgrFuncAction
           
static class DesignAction.DesignBasedAction
           
static class DesignAction.DesignGridAction
           
static class DesignAction.DesignGridActionImpl
           
static class DesignAction.GenerateReportAction
           
static class DesignAction.InsertGroupAction
           
static class DesignAction.InsertTypedRowAction
           
static class DesignAction.SetTypeRowAction
           
 
Nested classes/interfaces inherited from class jdbreport.grid.ReportAction
ReportAction.BasedAction, ReportAction.BorderAction, ReportAction.BorderBottomAction, ReportAction.BorderHAction, ReportAction.BorderLeftAction, ReportAction.BorderLRAction, ReportAction.BorderMiddleAction, ReportAction.BorderRightAction, ReportAction.BorderTBAction, ReportAction.BorderTMBAction, ReportAction.BorderTopAction, ReportAction.BorderVAction, ReportAction.ColumnWidthAction, ReportAction.DecDecimalsAction, ReportAction.EditRedoAction, ReportAction.EditUndoAction, ReportAction.ExitAction, ReportAction.ExportToCalcAction, ReportAction.GridAction, ReportAction.GridActionImpl, ReportAction.GridToggleAction, ReportAction.GridToggleActionImpl, ReportAction.IncDecimalsAction, ReportAction.NewAction, ReportAction.OpenAction, ReportAction.PreviewAction, ReportAction.PrintReportAction, ReportAction.PropertiesAction, ReportAction.RowHeightAction, ReportAction.SaveAction, ReportAction.SaveAsAction, ReportAction.ToggleBorderAction, ReportAction.UndoRedoAction
 
Field Summary
static java.lang.String GROUP_KEY_ACTION
           
static java.lang.String NOTREPEATE_ACTION
           
static java.lang.String SELECT_FUNCTION_ACTION
           
static java.lang.String VAR_LIST_ACTION
           
 
Fields inherited from class jdbreport.grid.ReportAction
ALIGN_BOTTOM_ACTION, ALIGN_CENTER_ACTION, ALIGN_JUSTIFY_ACTION, ALIGN_LEFT_ACTION, ALIGN_RIGHT_ACTION, ALIGN_TOP_ACTION, ALIGN_VCENTER_ACTION, BACKGROUND_ACTION, BRD_CLEAR_ACTION, BRD_GRID_ACTION, CELL_EDITOR_ACTION, CELL_PROPERTY_ACTION, CELL_UNION_ACTION, COLUMN_BREAK_ACTION, DECIMALS_DEC_ACTION, DECIMALS_INC_ACTION, DELETE_IMAGE_ACTION, EDIT_COPY_ACTION, EDIT_CUT_ACTION, EDIT_DELETE_ACTION, EDIT_PASTE_ACTION, EDIT_SELECT_ALL_ACTION, FONT_BOLD_ACTION, FONT_ITALIC_ACTION, FONT_STRIKETHROUGH_ACTION, FONT_UNDERLINE_ACTION, GRID_SHOW_ACTION, INSERT_COLUMN_ACTION, INSERT_IMAGE_ACTION, INSERT_ROW_ACTION, PAGE_SETUP_ACTION, REMOVE_COLUMN_ACTION, REMOVE_ROW_ACTION, ROW_BREAK_ACTION, SAVE_IMAGE_ACTION, SCALE_IMAGE_ACTION
 
Constructor Summary
DesignAction()
           
 
Method Summary
static javax.swing.Action createGridAction(java.lang.String name, TargetGrid targetGrid)
           
static void gridActionPerformed(java.awt.event.ActionEvent e, TargetGrid targetGrid)
           
 
Methods inherited from class jdbreport.grid.ReportAction
createGridToggleAction
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SELECT_FUNCTION_ACTION

public static final java.lang.String SELECT_FUNCTION_ACTION
See Also:
Constant Field Values

VAR_LIST_ACTION

public static final java.lang.String VAR_LIST_ACTION
See Also:
Constant Field Values

GROUP_KEY_ACTION

public static final java.lang.String GROUP_KEY_ACTION
See Also:
Constant Field Values

NOTREPEATE_ACTION

public static final java.lang.String NOTREPEATE_ACTION
See Also:
Constant Field Values
Constructor Detail

DesignAction

public DesignAction()
Method Detail

createGridAction

public static javax.swing.Action createGridAction(java.lang.String name,
                                                  TargetGrid targetGrid)

gridActionPerformed

public static void gridActionPerformed(java.awt.event.ActionEvent e,
                                       TargetGrid targetGrid)