Serialized Form


Package jdbreport.design.model

Class jdbreport.design.model.NullCellObject extends NullCell implements Serializable

serialVersionUID: 1L

Class jdbreport.design.model.ReplaceItem extends Object implements Serializable

Serialized Fields

regex

String regex

replacement

String replacement

pattern

Pattern pattern

Class jdbreport.design.model.TemplateModel extends JReportModel implements Serializable

serialVersionUID: -8007578077895039370L

Serialized Fields

vars

Map<K,V> vars

functionsList

Map<K,V> functionsList

sourcesList

List<E> sourcesList

totalList

Map<K,V> totalList

Class jdbreport.design.model.TemplateReportCell extends ReportCell implements Serializable

serialVersionUID: 1L

Serialized Fields

dataSetId

String dataSetId

type

int type

notRepeate

boolean notRepeate

functionText

String functionText

compiledFunction

byte[] compiledFunction

functionName

String functionName

total_func

int total_func

expressions

Expression[] expressions

formatting

boolean formatting

Class jdbreport.design.model.TemplateRowModel extends ReportRowModel implements Serializable

serialVersionUID: 1974898737188203078L


Package jdbreport.grid

Class jdbreport.grid.BorderDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

jContentPane

JPanel jContentPane

toolBar

JToolBar toolBar

buttons

and.actions.ToggleAction[] buttons

bottomPanel

JPanel bottomPanel

widthBox

JComboBox widthBox

colorBox

and.swing.JColorBox colorBox

Class jdbreport.grid.CellEditorPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

textPane

JEditorPane textPane

dialog

JDialog dialog

jContentPane

JPanel jContentPane

exitCode

int exitCode

buttonPanel

JPanel buttonPanel

cancelButton

JButton cancelButton

okButton

JButton okButton

contentButton

JToggleButton contentButton

text

String text

toolBar

JToolBar toolBar

boldAction

Action boldAction

italicAction

Action italicAction

underlineAction

Action underlineAction

subAction

Action subAction

supAction

Action supAction

smallAction

Action smallAction

bigAction

Action bigAction

editable

boolean editable

Class jdbreport.grid.CellPropertiesDlg extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

rotateChooser

and.swing.JRotateChooser rotateChooser

selectedRect

GridRect selectedRect

grid

JReportGrid grid

cellPropertiesPanel

CellPropertiesPanel cellPropertiesPanel

carryField

JSpinner carryField

wrapLineBox

JCheckBox wrapLineBox

autoHeightBox

JCheckBox autoHeightBox

hAlignBox

JComboBox hAlignBox

rotatePanel

JPanel rotatePanel

tabbedPane

JTabbedPane tabbedPane

vAlignBox

JComboBox vAlignBox

fontPanel

and.swing.JFontChooser fontPanel

cells

List<E> cells

carryLabel

JLabel carryLabel

fontFamilyChange

boolean fontFamilyChange

fontSizeChange

boolean fontSizeChange

fontColorChange

boolean fontColorChange

fontBoldChange

boolean fontBoldChange

fontItalicChange

boolean fontItalicChange

fontUnderlineChange

boolean fontUnderlineChange

fontStrikeChange

boolean fontStrikeChange

hAlignChange

boolean hAlignChange

vAlignChange

boolean vAlignChange

rotateChange

boolean rotateChange

wrapLineChange

boolean wrapLineChange

autoHeightChange

boolean autoHeightChange

carryChange

boolean carryChange

ok

boolean ok

lineSpacingField

JSpinner lineSpacingField

lineSpacingChange

boolean lineSpacingChange

Class jdbreport.grid.CellPropertiesPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

noPrintBox

JCheckBox noPrintBox

noEditBox

JCheckBox noEditBox

cells

List<E> cells

Class jdbreport.grid.CellSelectChangedEvent extends EventObject implements Serializable

serialVersionUID: 2960065237545503609L

Serialized Fields

row

int row

column

int column

Class jdbreport.grid.CellValueChangedEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

oldValue

Object oldValue

row

int row

column

int column

Class jdbreport.grid.JReportGrid extends JTable implements Serializable

serialVersionUID: 1265975931384658496L

Serialized Fields

htmlReportRenderer

ReportCellRenderer htmlReportRenderer

textReportRenderer

ReportCellRenderer textReportRenderer

rowModel

TableRowModel rowModel

rowHeader

RowHeader rowHeader

rowSelectionAdjusting

boolean rowSelectionAdjusting

undoListener

UndoListener undoListener

cellEditorPanel

CellEditorPanel cellEditorPanel

cellPropertyDialog

CellPropertiesDlg cellPropertyDialog

showPrintDialog

boolean showPrintDialog

state

int state

htmlEditor

TableCellEditor htmlEditor

finder

and.finder.Finder finder

Class jdbreport.grid.JReportGrid.AbstractReportRenderer extends JTextPane implements Serializable

serialVersionUID: -770321762562547996L

Serialized Fields

cell

Cell cell

verticalAlignment

int verticalAlignment

horizontalAlignment

int horizontalAlignment

hasFocus

boolean hasFocus

angle

int angle

rowMargin

int rowMargin

printState

boolean printState

Class jdbreport.grid.JReportGrid.DateRenderer extends JReportGrid.TextReportRenderer implements Serializable

serialVersionUID: 1L

Class jdbreport.grid.JReportGrid.HTMLEditor extends ReportCellEditor implements Serializable

serialVersionUID: -8537839531049303511L

Class jdbreport.grid.JReportGrid.HTMLReportRenderer extends JReportGrid.AbstractReportRenderer implements Serializable

serialVersionUID: -1L

Class jdbreport.grid.JReportGrid.PageNumberRenderer extends JReportGrid.TextReportRenderer implements Serializable

serialVersionUID: 1L

Class jdbreport.grid.JReportGrid.StyledEditor extends ReportCellEditor implements Serializable

serialVersionUID: -8537839531049303511L

Class jdbreport.grid.JReportGrid.TextReportRenderer extends JReportGrid.AbstractReportRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

formatter

jdbreport.grid.JReportGrid.ValueFormatter formatter

Class jdbreport.grid.JReportHeader extends JTableHeader implements Serializable

serialVersionUID: 5710050270955020136L

Serialized Fields

undoItem

ResizingColumnUndoItem undoItem

oldDimension

Dimension oldDimension

Class jdbreport.grid.NoWrapEditorKit extends StyledEditorKit implements Serializable

serialVersionUID: 1L

Serialized Fields

shouldWrap

boolean shouldWrap

Class jdbreport.grid.NoWrapHTMLKit extends HTMLEditorKit implements Serializable

serialVersionUID: 1L

Serialized Fields

shouldWrap

boolean shouldWrap

noWrapFactory

ViewFactory noWrapFactory

Class jdbreport.grid.NullCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: 1L

Class jdbreport.grid.NumericDlg extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

unit

Units unit

jContentPane

JPanel jContentPane

topPanel

JPanel topPanel

buttonPanel

JPanel buttonPanel

okButton

JButton okButton

cancelButton

JButton cancelButton

centerPanel

JPanel centerPanel

jLabel

JLabel jLabel

valueField

JTextField valueField

jLabel1

JLabel jLabel1

unitsBox

JComboBox unitsBox

result

int result

unitInd

int unitInd

value

double value

orientation

NumericDlg.Orientation orientation

Class jdbreport.grid.PageSetup extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

jContentPane

JPanel jContentPane

buttonPanel

JPanel buttonPanel

centerPanel

JPanel centerPanel

orientationPanel

JPanel orientationPanel

portraitButton

JRadioButton portraitButton

landscapeButton

JRadioButton landscapeButton

marginPanel

JPanel marginPanel

jLabel3

JLabel jLabel3

leftField

JTextField leftField

jLabel4

JLabel jLabel4

rightField

JTextField rightField

jLabel5

JLabel jLabel5

topField

JTextField topField

jLabel6

JLabel jLabel6

bottomField

JTextField bottomField

shrinkWidthBox

JCheckBox shrinkWidthBox

jPanel

JPanel jPanel

imageLabel

JLabel imageLabel

portraitIcon

Icon portraitIcon

landscapeIcon

Icon landscapeIcon

okButton

JButton okButton

cancelButton

JButton cancelButton

page

ReportPage page

numericVerifier

InputVerifier numericVerifier

undoListener

UndoListener undoListener

formatBox

JComboBox formatBox

widthField

JTextField widthField

heightField

JTextField heightField

currentPaperSize

ReportPage.PaperSize currentPaperSize

Class jdbreport.grid.PreferencesDlg extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

jPanel

JPanel jPanel

buttonsPanel

JPanel buttonsPanel

tabbedPane

JTabbedPane tabbedPane

okButton

JButton okButton

cancelButton

JButton cancelButton

sheetPanel

JPanel sheetPanel

jPanel2

JPanel jPanel2

showGridBox

JCheckBox showGridBox

generalPanel

JPanel generalPanel

modalResult

int modalResult

canUpdatePageBox

JCheckBox canUpdatePageBox

resizingRowsBox

JCheckBox resizingRowsBox

resizingColumnsBox

JCheckBox resizingColumnsBox

columnsMovedBox

JCheckBox columnsMovedBox

rowsMovedBox

JCheckBox rowsMovedBox

nameReportField

JTextField nameReportField

nameSheetField

JTextField nameSheetField

editableBox

JCheckBox editableBox

visibleBox

JCheckBox visibleBox

grid

JReportGrid grid

hideHeadersBox

JCheckBox hideHeadersBox

undoListener

UndoListener undoListener

spreadsheetPanel

JPanel spreadsheetPanel

odsField

JTextField odsField

excelField

JTextField excelField

pdfPanel

JPanel pdfPanel

pdfToolBar

JPanel pdfToolBar

fontPathTable

JTable fontPathTable

addPathButton

JButton addPathButton

delPathButton

JButton delPathButton

fontPaths

Vector<E> fontPaths

defaultFontField

JTextField defaultFontField

defaultFontButton

JButton defaultFontButton

globalPageNumberBox

JCheckBox globalPageNumberBox

topDownButton

JRadioButton topDownButton

leftRightButton

JRadioButton leftRightButton

templateField

JTextField templateField

printThroughPdfBox

JCheckBox printThroughPdfBox

reportBook

ReportBook reportBook

Class jdbreport.grid.ReportAction.BasedAction extends and.actions.BaseAction implements Serializable

serialVersionUID: 1L

Class jdbreport.grid.ReportAction.BorderAction extends ReportAction.ToggleBorderAction implements Serializable

serialVersionUID: -4191493856789788760L

Class jdbreport.grid.ReportAction.BorderBottomAction extends ReportAction.ToggleBorderAction implements Serializable

serialVersionUID: -1733565228688156871L

Class jdbreport.grid.ReportAction.BorderHAction extends ReportAction.GridAction implements Serializable

serialVersionUID: 5670189506485840339L

Class jdbreport.grid.ReportAction.BorderLeftAction extends ReportAction.ToggleBorderAction implements Serializable

serialVersionUID: -8221667231282119422L

Class jdbreport.grid.ReportAction.BorderLRAction extends ReportAction.GridAction implements Serializable

serialVersionUID: -3136686619107966923L

Class jdbreport.grid.ReportAction.BorderMiddleAction extends ReportAction.GridAction implements Serializable

serialVersionUID: -6745777488973004958L

Class jdbreport.grid.ReportAction.BorderRightAction extends ReportAction.ToggleBorderAction implements Serializable

serialVersionUID: 6374862690669395381L

Class jdbreport.grid.ReportAction.BorderTBAction extends ReportAction.GridAction implements Serializable

serialVersionUID: -1960768282948422319L

Class jdbreport.grid.ReportAction.BorderTMBAction extends ReportAction.GridAction implements Serializable

serialVersionUID: -8785529345945111368L

Class jdbreport.grid.ReportAction.BorderTopAction extends ReportAction.ToggleBorderAction implements Serializable

serialVersionUID: -1082870484081526682L

Class jdbreport.grid.ReportAction.BorderVAction extends ReportAction.GridAction implements Serializable

serialVersionUID: -6745777488973004958L

Class jdbreport.grid.ReportAction.DecDecimalsAction extends ReportAction.GridAction implements Serializable

serialVersionUID: 1L

Class jdbreport.grid.ReportAction.EditRedoAction extends ReportAction.UndoRedoAction implements Serializable

serialVersionUID: 1L

Class jdbreport.grid.ReportAction.EditUndoAction extends ReportAction.UndoRedoAction implements Serializable

serialVersionUID: 1L

Class jdbreport.grid.ReportAction.GridAction extends ReportAction.BasedAction implements Serializable

serialVersionUID: 1L

Serialized Fields

targetGrid

TargetGrid targetGrid

Class jdbreport.grid.ReportAction.GridActionImpl extends ReportAction.BasedAction implements Serializable

serialVersionUID: 1L

Serialized Fields

targetGrid

TargetGrid targetGrid

Class jdbreport.grid.ReportAction.GridToggleAction extends and.actions.ToggleAction implements Serializable

serialVersionUID: 1L

Class jdbreport.grid.ReportAction.GridToggleActionImpl extends and.actions.ToggleAction implements Serializable

serialVersionUID: 1L

Class jdbreport.grid.ReportAction.IncDecimalsAction extends ReportAction.GridAction implements Serializable

serialVersionUID: 1L

Class jdbreport.grid.ReportAction.ToggleBorderAction extends ReportAction.GridToggleAction implements Serializable

serialVersionUID: 1L

Serialized Fields

select

boolean[] select

Class jdbreport.grid.ReportAction.UndoRedoAction extends ReportAction.BasedAction implements Serializable

serialVersionUID: 1L

Serialized Fields

stack

LinkedList<E> stack

Class jdbreport.grid.ReportCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: -221787950269571884L

Serialized Fields

editorComponent

JTextPane editorComponent

clickCountToStart

int clickCountToStart

delegate

ReportCellEditor.EditorDelegate delegate

notWrapLine

boolean notWrapLine

Class jdbreport.grid.ReportCellEditor.EditorDelegate extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Object value
The value of this cell.

Class jdbreport.grid.RowHeader extends JComponent implements Serializable

serialVersionUID: 3348685427402534902L

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
See readObject and writeObject in JComponent for more information about serialization in Swing.

Throws:
IOException
Serialized Fields

table

JReportGrid table

rowModel

TableRowModel rowModel

defaultRenderer

TableCellRenderer defaultRenderer
The default renderer to be used when a ReportRow does not define a headerRenderer.


invalidWidth

boolean invalidWidth

undoItem

ResizingRowUndoItem undoItem

oldDimension

Dimension oldDimension

Class jdbreport.grid.RowHeader.AccessibleRowHeader extends JComponent.AccessibleJComponent implements Serializable

serialVersionUID: 6360281910205713111L

Class jdbreport.grid.UndoEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

undoItem

UndoItem undoItem

Package jdbreport.grid.undo

Class jdbreport.grid.undo.UndoList extends LinkedList<UndoItem> implements Serializable

serialVersionUID: 1L


Package jdbreport.helper

Class jdbreport.helper.AbstractImageValue extends AbstractValue<E> implements Serializable

serialVersionUID: 1L

Serialized Fields

format

String format

icon

ImageIcon icon

Class jdbreport.helper.ColorReportRenderer extends DefaultTableCellRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

cell

Cell cell

opaque

boolean opaque

Class jdbreport.helper.ColorValue extends AbstractValue<Color> implements Serializable

serialVersionUID: 1L

Serialized Fields

color

Color color

Class jdbreport.helper.IconValue extends AbstractImageValue<ImageIcon> implements Serializable

serialVersionUID: 1L

Class jdbreport.helper.ImageReportRenderer extends JReportGrid.TextReportRenderer implements Serializable

serialVersionUID: 1L

Class jdbreport.helper.ImageValue extends AbstractImageValue<Image> implements Serializable

serialVersionUID: 1L


Package jdbreport.model

Class jdbreport.model.AbstractValue extends Object implements Serializable

serialVersionUID: 1L

Class jdbreport.model.Border extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

width

float width

color

Color color

style

int style

Class jdbreport.model.GridRect extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

leftcol

int leftcol

toprow

int toprow

rightcol

int rightcol

bottomrow

int bottomrow

Class jdbreport.model.JReportModel extends AbstractTableModel implements Serializable

serialVersionUID: -2926872019856806971L

Serialized Fields

rowModel

TableRowModel rowModel

columnModel

TableColumnModel columnModel

styleList

Map<K,V> styleList

reportTitle

String reportTitle

defaultColumnWidth

double defaultColumnWidth

reportPage

ReportPage reportPage

rowSizing

boolean rowSizing

colSizing

boolean colSizing

rowMoving

boolean rowMoving

colMoving

boolean colMoving

editable

boolean editable

changeSupport

PropertyChangeSupport changeSupport

stretchPage

boolean stretchPage

visible

boolean visible

update

int update

showHeader

boolean showHeader

showRowHeader

boolean showRowHeader

Class jdbreport.model.NullCell extends Object implements Serializable

serialVersionUID: 1L

Class jdbreport.model.PageNumber extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

number

int number

format

String format

Class jdbreport.model.ReportCell extends Object implements Serializable

serialVersionUID: -8821568917060765855L

Serialized Fields

value

Object value

styleIndex

Object styleIndex

rowSpan

int rowSpan

colSpan

int colSpan

owner

Cell owner

extFlags

int extFlags

notPrint

boolean notPrint

picture

Picture picture

scaleIcon

boolean scaleIcon

valueType

Cell.Type valueType

editable

boolean editable

Class jdbreport.model.ReportColumn extends TableColumn implements Serializable

serialVersionUID: 6313794685838794165L

Serialized Fields

width

double width
Column width in units


pageBreak

boolean pageBreak

Class jdbreport.model.ReportColumnModel extends DefaultTableColumnModel implements Serializable

serialVersionUID: -1312356804702385964L

Class jdbreport.model.ReportException extends Exception implements Serializable

serialVersionUID: -3528331396077631558L

Class jdbreport.model.ReportRowModel extends Object implements Serializable

serialVersionUID: 5950835021431789112L

Serialized Fields

colcount

int colcount

totalRowHeight

int totalRowHeight

preferredHeight

double preferredHeight

rowMargin

int rowMargin

rowList

ArrayList<E> rowList

rootGroup

RootGroup rootGroup

pageHeight

int pageHeight

canUpdatePages

boolean canUpdatePages

canHideGroup

boolean canHideGroup

listenerList

EventListenerList listenerList

spanDisabled

int spanDisabled

updated

int updated

dirtyHeader

boolean dirtyHeader

firstPageNumber

int firstPageNumber
Number of the first page


pageNumberList

List<E> pageNumberList

pageColumnList

List<E> pageColumnList

splitCells

List<E> splitCells

showPageNumber

boolean showPageNumber

printLeftToRight

boolean printLeftToRight

Package jdbreport.model.event

Class jdbreport.model.event.ReportListEvent extends EventObject implements Serializable

serialVersionUID: -7884866448852224538L

Serialized Fields

fromIndex

int fromIndex
The index of the report from where it was moved or removed


toIndex

int toIndex
The index of the report to where it was moved or added from

Class jdbreport.model.event.TableRowModelEvent extends EventObject implements Serializable

serialVersionUID: -4136129857601995808L

Serialized Fields

fromIndex

int fromIndex
The index of the row from where it was moved or removed


toIndex

int toIndex
The index of the row to where it was moved or added from


draging

boolean draging

Package jdbreport.model.io

Class jdbreport.model.io.LoadReportException extends ReportException implements Serializable

serialVersionUID: -8228090765880367528L

Class jdbreport.model.io.SaveReportException extends ReportException implements Serializable

serialVersionUID: 8294213998301280541L


Package jdbreport.model.math

Class jdbreport.model.math.MathReportRenderer extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

cell

Cell cell

Class jdbreport.model.math.MathValue extends AbstractValue<MathML> implements Serializable

Serialized Fields

math

MathML math

resourceReader

ResourceReader resourceReader

Package jdbreport.model.svg

Class jdbreport.model.svg.SVGReportRenderer extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

cell

Cell cell

verticalAlignment

int verticalAlignment

horizontalAlignment

int horizontalAlignment

angle

int angle

rowMargin

int rowMargin

printState

boolean printState

svgPrinter

jdbreport.model.svg.SVGReportRenderer.PrintSVG svgPrinter

Class jdbreport.model.svg.SVGValue extends AbstractValue<SVGImage> implements Serializable

Serialized Fields

svg

SVGImage svg

resourceReader

ResourceReader resourceReader

Package jdbreport.print

Class jdbreport.print.PrintPreview extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

scaleBox

JComboBox scaleBox

previewPanel

jdbreport.print.PreviewContainer previewPanel

toolBar

JToolBar toolBar

printAction

Action printAction

firstAction

Action firstAction

lastAction

Action lastAction

nextAction

Action nextAction

prevAction

Action prevAction

scale

int scale

countInPanel

int countInPanel

pageMap

Map<K,V> pageMap

currentPage

int currentPage

countPage

int countPage

statusPanel

JPanel statusPanel

numberLabel

JLabel numberLabel

countPageBox

JComboBox countPageBox

focusedPage

jdbreport.print.PagePreview focusedPage

focusListener

jdbreport.print.PrintPreview.FocusListener focusListener

calcCountPage

int calcCountPage

gridList

List<E> gridList

numbers

int[] numbers

reportPane

ReportPane reportPane

Package jdbreport.source

Class jdbreport.source.CursorChangedEvent extends EventObject implements Serializable

serialVersionUID: 1L

Class jdbreport.source.JdbcReportSource extends and.dbcomp.DbSource implements Serializable

serialVersionUID: 1L

Serialized Fields

dsList

List<E> dsList

tmpConnection

Connection tmpConnection

Package jdbreport.util

Class jdbreport.util.HelpDlg extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

jContentPane

JPanel jContentPane

helpPane

HelpPane helpPane

Class jdbreport.util.HelpPane extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

scrollPane

JScrollPane scrollPane

editorPane

JEditorPane editorPane

statusPanel

JPanel statusPanel

topPanel

JPanel topPanel

Class jdbreport.util.HelpWindow extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

jContentPane

JPanel jContentPane

helpPane

HelpPane helpPane

properties

and.properties.XMLProperties properties

Package jdbreport.view

Class jdbreport.view.ReportDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

reportPane

ReportEditorPane reportPane

closeOperation

int closeOperation

properties

and.properties.XMLProperties properties

Class jdbreport.view.ReportEditor extends JFrame implements Serializable

serialVersionUID: 7713663646863597198L

Serialized Fields

reportPane

ReportEditorPane reportPane

closeOperation

int closeOperation

properties

and.properties.XMLProperties properties

Class jdbreport.view.ReportEditorPane extends ReportPane implements Serializable

serialVersionUID: 1L

Serialized Fields

rowHeightAction

ReportAction.BasedAction rowHeightAction

columnWidthAction

ReportAction.BasedAction columnWidthAction

alignLeftAction

and.actions.ToggleAction alignLeftAction

alignRightAction

and.actions.ToggleAction alignRightAction

alignCenterAction

and.actions.ToggleAction alignCenterAction

alignTopAction

and.actions.ToggleAction alignTopAction

alignVCenterAction

and.actions.ToggleAction alignVCenterAction

alignBottomAction

and.actions.ToggleAction alignBottomAction

cellEditorAction

Action cellEditorAction

cellPropertyAction

Action cellPropertyAction

backgroundAction

Action backgroundAction

boldAction

and.actions.ToggleAction boldAction

underlineAction

and.actions.ToggleAction underlineAction

italicAction

and.actions.ToggleAction italicAction

justifyAction

and.actions.ToggleAction justifyAction

formatBar

JToolBar formatBar

fontPanel

JPanel fontPanel

fontSizeBox

JComboBox fontSizeBox

fontNameBox

JComboBox fontNameBox

enableAction

int enableAction

coolBar

JPanel coolBar

standartBar

JToolBar standartBar

autoHeightAction

and.actions.ToggleAction autoHeightAction

unionCellAction

and.actions.ToggleAction unionCellAction

fontCellRenderer

jdbreport.view.ReportEditorPane.FontCellRenderer fontCellRenderer

rowBreakAction

and.actions.ToggleAction rowBreakAction

columnBreakAction

and.actions.ToggleAction columnBreakAction

propertiesAction

Action propertiesAction

addSheetAction

Action addSheetAction

delSheetAction

Action delSheetAction

loadSheetAction

Action loadSheetAction

saveSheetAction

Action saveSheetAction

moveLeftSheetAction

Action moveLeftSheetAction

moveRightSheetAction

Action moveRightSheetAction

openAction

Action openAction

saveAction

Action saveAction

saveAsAction

Action saveAsAction

printAction

Action printAction

previewAction

Action previewAction

export2CalcAction

Action export2CalcAction

imageMenu

JMenu imageMenu

imageAction

Action imageAction

scaleImageAction

and.actions.ToggleAction scaleImageAction

printSheetAction

Action printSheetAction

scaleImageItem

JCheckBoxMenuItem scaleImageItem

pageSetupAction

Action pageSetupAction

deleteImageAction

Action deleteImageAction

decimalLabel

JLabel decimalLabel

incDecimalAction

Action incDecimalAction

decDecimalAction

Action decDecimalAction

preferences

PreferencesDlg preferences

undoButton

JButton undoButton

redoButton

JButton redoButton

aboutAction

Action aboutAction

newAction

Action newAction

exitAction

Action exitAction

editMenu

JMenu editMenu

fileMenu

JMenu fileMenu

lfMenu

JMenu lfMenu

helpMenu

JMenu helpMenu

sheetMenu

JMenu sheetMenu

borderButton

JButton borderButton

borderDialog

BorderDialog borderDialog

excelCommand

String excelCommand

odsCommand

String odsCommand

saveImageAction

Action saveImageAction

helpWindow

HelpWindow helpWindow

Class jdbreport.view.ReportPane extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

scrollPane

JScrollPane scrollPane

reportBook

ReportBook reportBook

focusedGrid

JReportGrid focusedGrid

reportGridList

List<E> reportGridList

tabbedPane

JTabbedPane tabbedPane

properties

and.properties.XMLProperties properties

reportFile

File reportFile

gridMenu

JPopupMenu gridMenu

tabMenu

JPopupMenu tabMenu

dirty

boolean dirty

selectAllAction

Action selectAllAction

deleteAction

Action deleteAction

pasteAction

Action pasteAction

copyAction

Action copyAction

cutAction

Action cutAction

undoAction

ReportAction.EditUndoAction undoAction

redoAction

ReportAction.EditRedoAction redoAction

findAction

Action findAction

undoStack

LinkedList<E> undoStack

redoStack

LinkedList<E> redoStack

findPanel

and.finder.views.FindPanel findPanel

printError

Throwable printError
To communicate errors between threads during printing.