|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JReportGrid | |
---|---|
jdbreport.grid | |
jdbreport.grid.undo | |
jdbreport.view |
Uses of JReportGrid in jdbreport.grid |
---|
Fields in jdbreport.grid declared as JReportGrid | |
---|---|
protected JReportGrid |
RowHeader.table
|
Methods in jdbreport.grid that return JReportGrid | |
---|---|
JReportGrid |
TargetGrid.getFocusedGrid()
|
JReportGrid |
PreferencesDlg.getReportGrid()
|
protected JReportGrid |
ReportAction.GridAction.getReportGrid(ActionEvent e)
|
protected JReportGrid |
ReportAction.GridToggleAction.getReportGrid(ActionEvent e)
|
Methods in jdbreport.grid with parameters of type JReportGrid | |
---|---|
void |
PreferencesDlg.setReportGrid(JReportGrid grid,
ReportBook reportBook)
|
void |
RowHeader.setTable(JReportGrid table)
Sets the table associated with this header. |
Constructors in jdbreport.grid with parameters of type JReportGrid | |
---|---|
CellPropertiesDlg(Dialog owner,
JReportGrid grid)
|
|
CellPropertiesDlg(Frame owner,
JReportGrid grid)
|
|
ReportPrintable(JReportGrid table,
JTable.PrintMode printMode)
|
|
ReportPrintable(JReportGrid table,
JTable.PrintMode printMode,
boolean isPreview)
Creates a new TablePrintable |
|
RowHeader.AccessibleRowHeader.AccessibleRowHeaderEntry(int r,
RowHeader p,
JReportGrid t)
Constructs an AccessiblJTableHeaaderEntry |
|
RowHeader(JReportGrid table)
Constructs a RowHeader which is initialized with
cm as the row model. |
Uses of JReportGrid in jdbreport.grid.undo |
---|
Methods in jdbreport.grid.undo that return JReportGrid | |
---|---|
JReportGrid |
AbstractGridUndo.getGrid()
|
Methods in jdbreport.grid.undo with parameters of type JReportGrid | |
---|---|
protected void |
AbstractGridUndo.initSelectedGrid(JReportGrid grid)
|
Constructors in jdbreport.grid.undo with parameters of type JReportGrid | |
---|---|
AbstractGridUndo(JReportGrid grid,
String descr)
|
|
BackupItem(JReportGrid grid,
String descr)
|
|
CellUndoItem(JReportGrid grid,
String descr)
|
|
ColumnBreakUndoItem(JReportGrid grid,
int column)
|
|
PasteUndoItem(JReportGrid grid,
String descr)
|
|
PreferencesUndo(JReportGrid grid,
ReportBook book)
|
|
ResizingColumnUndoItem(JReportGrid grid,
int[] columns,
int[] widths)
|
|
ResizingRowUndoItem(JReportGrid grid,
int[] rows,
int[] heights)
|
|
RowBreakUndoItem(JReportGrid grid,
int row)
|
|
RowMovedUndoItem(JReportGrid grid,
String descr,
int fromIndex,
int toIndex)
|
|
SetValueItem(JReportGrid grid,
Object value,
int row,
int column)
|
|
StoredGridUndo(JReportGrid grid,
String descr)
|
|
StyleUndoItem(JReportGrid grid,
String descr)
|
Uses of JReportGrid in jdbreport.view |
---|
Methods in jdbreport.view that return JReportGrid | |
---|---|
protected JReportGrid |
ReportPane.createReportGrid(ReportModel rm)
|
protected JReportGrid |
ReportPane.findReportGrid(int index)
Find ReportGrid in tabbedPane |
JReportGrid |
ReportDialog.getFocusedGrid()
|
JReportGrid |
ReportPane.getFocusedGrid()
|
JReportGrid |
ReportEditor.getFocusedGrid()
|
JReportGrid |
ReportPane.getReportGrid(int index)
|
Methods in jdbreport.view that return types with arguments of type JReportGrid | |
---|---|
List<JReportGrid> |
ReportPane.getReportGridList()
|
Methods in jdbreport.view with parameters of type JReportGrid | |
---|---|
protected void |
ReportPane.addGridListeners(JReportGrid grid)
|
protected void |
ReportEditorPane.addGridListeners(JReportGrid grid)
|
void |
ReportPane.addReportGrid(JReportGrid grid,
int index)
|
protected void |
ReportEditorPane.cellChanged(JReportGrid rep,
CellWrap cellWrap)
|
protected int |
ReportPane.indexOfTabbed(JReportGrid grid)
|
void |
ReportPane.insertReportGrid(int index,
JReportGrid grid)
|
protected void |
ReportPane.removeGridListeners(JReportGrid grid)
|
protected void |
ReportEditorPane.removeGridListeners(JReportGrid grid)
|
void |
ReportPane.removeReportGrid(JReportGrid grid)
|
protected void |
ReportPane.setGridVisible(JReportGrid source,
Boolean newValue)
|
Method parameters in jdbreport.view with type arguments of type JReportGrid | |
---|---|
boolean |
ReportPane.print(Component component,
List<JReportGrid> grids,
boolean showPrintDialog,
boolean interactive)
Printing of all report |
boolean |
ReportPane.print(Component component,
List<JReportGrid> grids,
boolean showPrintDialog,
boolean interactive,
int numPage)
Printing of all report |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |