Serialized Form


Package org.bs.mdi

Class org.bs.mdi.ClipboardConversionException extends RuntimeException implements Serializable

Class org.bs.mdi.DataPageable.PrintException extends Exception implements Serializable

Class org.bs.mdi.FileIOException extends Exception implements Serializable

Serialized Fields

reason

int reason

filename

String filename

Class org.bs.mdi.UndoManager.UndoException extends Exception implements Serializable


Package org.bs.mdi.swing

Class org.bs.mdi.swing.ScrollableDesktopPane extends JDesktopPane implements Serializable

Serialized Fields

manager

MDIDesktopManager manager

Class org.bs.mdi.swing.SwingMainWindow extends JFrame implements Serializable

Serialized Fields

application

Application application

printerJob

PrinterJob printerJob

docPrinter

DataPageable docPrinter

commands

SwingDefaultCommands commands

menuBar

JMenuBar menuBar

toolBar

JToolBar toolBar

recentFilesMenu

JMenu recentFilesMenu

windowMenu

JMenu windowMenu

editMenu

JMenu editMenu

fileMenu

JMenu fileMenu

fileExportMenu

JMenu fileExportMenu

statusBar

SwingStatusBar statusBar

progressMonitor

SwingProgressMonitor progressMonitor

windowManager

MDIWindowManager windowManager

desktop

JComponent desktop

numSpecialCommands

int numSpecialCommands

Class org.bs.mdi.swing.SwingRootView extends JPanel implements Serializable

Serialized Fields

data

Data data

window

DocumentWindow window

observers

ArrayList observers

parentView

View parentView

children

ArrayList children

copyPossible

boolean copyPossible

cutPossible

boolean cutPossible

pastePossible

boolean pastePossible

deletePossible

boolean deletePossible

Class org.bs.mdi.swing.SwingStatusBar extends JPanel implements Serializable

Serialized Fields

statusLabel

JLabel statusLabel

progressBar

JProgressBar progressBar

layout

GridLayout layout

Class org.bs.mdi.swing.SwingView extends JComponent implements Serializable

Serialized Fields

data

Data data

observers

ArrayList observers

parentView

View parentView

children

ArrayList children

wrappedComponent

Component wrappedComponent

copyPossible

boolean copyPossible

cutPossible

boolean cutPossible

pastePossible

boolean pastePossible

deletePossible

boolean deletePossible

Class org.bs.mdi.swing.TabDocumentWindow extends JPanel implements Serializable

Serialized Fields

view

RootView view

windowCommand

SwingWindowCommand windowCommand

Class org.bs.mdi.swing.TraditionalDocumentWindow extends JInternalFrame implements Serializable

Serialized Fields

desktopColor

Color desktopColor

view

RootView view

windowCommand

SwingWindowCommand windowCommand

transparencyEffects

boolean transparencyEffects


Package org.jk.printpreview

Class org.jk.printpreview.PreviewDialog extends JDialog implements Serializable

Serialized Fields

preview

Preview preview

menubar

JMenuBar menubar

pageField

JTextField pageField

firstPageButton

JButton firstPageButton

firstPageItem

JMenuItem firstPageItem

prevPageButton

JButton prevPageButton

prevPageItem

JMenuItem prevPageItem

nextPageButton

JButton nextPageButton

nextPageItem

JMenuItem nextPageItem

lastPageButton

JButton lastPageButton

lastPageItem

JMenuItem lastPageItem

pageable

Pageable pageable