Serialized Form


Package ice.debug

Class ice.debug.Debug extends RuntimeException implements Serializable


Package ice.ri.common.dialog.awt

Class ice.ri.common.dialog.awt.AbstractSettingsDialog extends Dialog implements Serializable

Serialized Fields

panelGroups

Vector panelGroups

panels

Vector panels

hasChanged

boolean hasChanged

displayType

int displayType

parentFrame

Frame parentFrame

okButton

Button okButton

applyButton

Button applyButton

cancelButton

Button cancelButton

Class ice.ri.common.dialog.awt.AbstractSettingsDialogPanel extends Panel implements Serializable

Serialized Fields

hasChanged

boolean hasChanged

settingsDialog

AbstractSettingsDialog settingsDialog

Class ice.ri.common.dialog.awt.DecimalTextField extends TextField implements Serializable

Serialized Fields

maxLength

int maxLength

Class ice.ri.common.dialog.awt.DefaultSettingsDialog extends AbstractSettingsDialog implements Serializable

Serialized Fields

constraints

GridBagConstraints constraints

buttonPanel

Panel buttonPanel

buttonTabsPanel

Panel buttonTabsPanel

contentPanel

Panel contentPanel

parentFrame

Frame parentFrame

Class ice.ri.common.dialog.awt.FormattedTextField extends TextField implements Serializable

Serialized Fields

mask

String mask

index

int index

len

int len

lastIndex

int lastIndex

startIndex

int startIndex

validate

boolean validate

Class ice.ri.common.dialog.awt.ListSettingsDialog extends AbstractSettingsDialog implements Serializable

Serialized Fields

settingsPanel

Panel settingsPanel

cardLayout

CardLayout cardLayout

panelList

List panelList

constraints

GridBagConstraints constraints

buttonPanel

Panel buttonPanel

Class ice.ri.common.dialog.awt.ScrollContainer extends Panel implements Serializable

Serialized Fields

component

Component component

vbar

Scrollbar vbar

hbar

Scrollbar hbar

impl

TheImpl impl

Class ice.ri.common.dialog.awt.TitledBorderPanel extends Panel implements Serializable

Serialized Fields

etchedType

int etchedType

shadowColor

Color shadowColor

hightlightColor

Color hightlightColor

title

String title

fm

FontMetrics fm

titleHeight

int titleHeight

titleWidth

int titleWidth

titleFontAscent

int titleFontAscent

insetsTop

int insetsTop

insetsBottom

int insetsBottom

insetsLeft

int insetsLeft

insetsRight

int insetsRight

Class ice.ri.common.dialog.awt.WholeNumberTextField extends TextField implements Serializable

Serialized Fields

maxLength

int maxLength


Package ice.ri.common.dialog.swing

Class ice.ri.common.dialog.swing.AbstractJSettingsDialog extends JDialog implements Serializable

Serialized Fields

panelGroups

Vector panelGroups

panels

Vector panels

hasChanged

boolean hasChanged

displayType

int displayType

okButton

JButton okButton

applyButton

JButton applyButton

cancelButton

JButton cancelButton

Class ice.ri.common.dialog.swing.AbstractJSettingsDialogPanel extends JPanel implements Serializable

Serialized Fields

hasChanged

boolean hasChanged

settingsDialog

AbstractJSettingsDialog settingsDialog

Class ice.ri.common.dialog.swing.DecimalJTextField extends JTextField implements Serializable

Class ice.ri.common.dialog.swing.JDefaultSettingsDialog extends AbstractJSettingsDialog implements Serializable

Serialized Fields

constraints

GridBagConstraints constraints

buttonPanel

JPanel buttonPanel

buttonTabsPanel

JPanel buttonTabsPanel

contentPanel

JPanel contentPanel

parentFrame

JFrame parentFrame

Class ice.ri.common.dialog.swing.JScrollContainer extends JPanel implements Serializable

Serialized Fields

component

JComponent component

vbar

Scrollbar vbar

hbar

Scrollbar hbar

impl

TheImpl impl

Class ice.ri.common.dialog.swing.JTabbedSettingsDialog extends AbstractJSettingsDialog implements Serializable

Serialized Fields

tabbedPane

JTabbedPane tabbedPane

constraints

GridBagConstraints constraints

buttonPanel

JPanel buttonPanel

Class ice.ri.common.dialog.swing.JTreeSettingsDialog extends AbstractJSettingsDialog implements Serializable

Serialized Fields

settingsPanel

JPanel settingsPanel

cardLayout

CardLayout cardLayout

rootNode

DefaultMutableTreeNode rootNode

settingsTree

JTree settingsTree

treeSp

JScrollPane treeSp

treeModel

DefaultTreeModel treeModel

constraints

GridBagConstraints constraints

buttonPanel

JPanel buttonPanel

Class ice.ri.common.dialog.swing.WholeNumberJTextField extends JTextField implements Serializable


Package ice.ri.common.print.awt

Class ice.ri.common.print.awt.PageSetupDialog.AdvancedPageSettingsPanel extends AbstractSettingsDialogPanel implements Serializable

Serialized Fields

constraints

GridBagConstraints constraints

printBackgroundCheckBox

Checkbox printBackgroundCheckBox

unitsComboBox

Choice unitsComboBox

smartPagingOnCheckBox

Checkbox smartPagingOnCheckBox

seperateFramesRadioButton

Checkbox seperateFramesRadioButton

selectedFramesRadioButton

Checkbox selectedFramesRadioButton

Class ice.ri.common.print.awt.PageSetupDialog.PageSettingsPanel extends AbstractSettingsDialogPanel implements Serializable

Serialized Fields

constraints

GridBagConstraints constraints

paperSizesComboBox

Choice paperSizesComboBox

shrinkToFitCheckBox

Checkbox shrinkToFitCheckBox

scaleFactorTextField

WholeNumberTextField scaleFactorTextField

portraitRadioButton

Checkbox portraitRadioButton

landscapeRadioButton

Checkbox landscapeRadioButton

leftHeaderComboBox

Choice leftHeaderComboBox

middleHeaderComboBox

Choice middleHeaderComboBox

rightHeaderComboBox

Choice rightHeaderComboBox

leftFooterComboBox

Choice leftFooterComboBox

middleFooterComboBox

Choice middleFooterComboBox

rightFooterComboBox

Choice rightFooterComboBox

fontList

String[] fontList

fontComboBox

Choice fontComboBox

fontSizeList

String[] fontSizeList

fontSizeComboBox

Choice fontSizeComboBox

Class ice.ri.common.print.awt.PrintPreviewDialog extends Dialog implements Serializable

Serialized Fields

printPreviewComponent

PrintPreviewDialog.PrintComponent printPreviewComponent

firstPageButton

Button firstPageButton

lastPageButton

Button lastPageButton

nextPageButton

Button nextPageButton

previousPageButton

Button previousPageButton

portriatButton

Button portriatButton

landscapeButton

Button landscapeButton

pageNumberTextField

WholeNumberTextField pageNumberTextField

pageTotalLabel

Label pageTotalLabel

printButton

Button printButton

pageSetupButton

Button pageSetupButton

scaleChoice

Choice scaleChoice

frameChoice

Choice frameChoice

closeButton

Button closeButton

printer

StormPrinter printer

stormPageFormat

StormPageFormat stormPageFormat

parentFrame

Frame parentFrame

viewports

Vector viewports

currentViewport

Viewport currentViewport

mainViewport

Viewport mainViewport

isFrameset

boolean isFrameset

zoom

int zoom

originalLayoutWidth

double originalLayoutWidth

scale

double scale

scaleLevels

double[] scaleLevels

pageIndex

int pageIndex

pagePadding

int pagePadding

scrollPane

ScrollPane scrollPane

doubleBufferPanel

PrintPreviewDialog.DoubleBufferPanel doubleBufferPanel


Package ice.ri.common.print.swing

Class ice.ri.common.print.swing.PageSetupDialog.AdvancedPageSettingsPanel extends AbstractJSettingsDialogPanel implements Serializable

Serialized Fields

constraints

GridBagConstraints constraints

printBackgroundCheckBox

JCheckBox printBackgroundCheckBox

unitsComboBox

JComboBox unitsComboBox

smartPagingOnCheckBox

JCheckBox smartPagingOnCheckBox

seperateFramesRadioButton

JRadioButton seperateFramesRadioButton

selectedFramesRadioButton

JRadioButton selectedFramesRadioButton

Class ice.ri.common.print.swing.PageSetupDialog.PageSettingsPanel extends AbstractJSettingsDialogPanel implements Serializable

Serialized Fields

constraints

GridBagConstraints constraints

paperSizesComboBox

JComboBox paperSizesComboBox

shrinkToFitCheckBox

JCheckBox shrinkToFitCheckBox

scaleFactorTextField

WholeNumberJTextField scaleFactorTextField

portraitRadioButton

JRadioButton portraitRadioButton

landscapeRadioButton

JRadioButton landscapeRadioButton

leftHeaderComboBox

JComboBox leftHeaderComboBox

middleHeaderComboBox

JComboBox middleHeaderComboBox

rightHeaderComboBox

JComboBox rightHeaderComboBox

leftFooterComboBox

JComboBox leftFooterComboBox

middleFooterComboBox

JComboBox middleFooterComboBox

rightFooterComboBox

JComboBox rightFooterComboBox

fontList

String[] fontList

fontComboBox

JComboBox fontComboBox

fontSizeList

String[] fontSizeList

fontSizeComboBox

JComboBox fontSizeComboBox

Class ice.ri.common.print.swing.PrintPreviewDialog extends JDialog implements Serializable

Serialized Fields

printPreviewComponent

PrintPreviewDialog.PrintComponent printPreviewComponent

printButton

JButton printButton

pageSetupButton

JButton pageSetupButton

nextPageButton

JButton nextPageButton

prevPageButton

JButton prevPageButton

firstPageButton

JButton firstPageButton

lastPageButton

JButton lastPageButton

portraitButton

JButton portraitButton

landscapeButton

JButton landscapeButton

closeButton

JButton closeButton

scaleComboBox

JComboBox scaleComboBox

frameComboBox

JComboBox frameComboBox

pageNumberTextField

WholeNumberJTextField pageNumberTextField

pageTotalLabel

JLabel pageTotalLabel

printer

StormPrinter printer

stormPageFormat

StormPageFormat stormPageFormat

viewports

Vector viewports

currentViewport

Viewport currentViewport

mainViewport

Viewport mainViewport

isFrameset

boolean isFrameset

zoom

int zoom

parentFrame

JFrame parentFrame

scale

double scale

originalLayoutWidth

double originalLayoutWidth

pageIndex

int pageIndex

scrollContainer

JScrollPane scrollContainer

pagePadding

int pagePadding


Package ice.ri.common.search.swing

Class ice.ri.common.search.swing.SearchPanel extends JPanel implements Serializable

Serialized Fields

isInitialized

boolean isInitialized

searchText

JTextField searchText

findNextButton

JButton findNextButton

findPrevButton

JButton findPrevButton

closeButton

JButton closeButton

highlightButton

JToggleButton highlightButton

caseSensitiveCB

JCheckBox caseSensitiveCB

wholeWordCB

JCheckBox wholeWordCB

searchHelper

SearchHelper searchHelper

setSearchTextTimer

Timer setSearchTextTimer


Package ice.storm.print

Class ice.storm.print.StormPageFormat extends Object implements Serializable

serialVersionUID: 602l

Serialized Fields

dialogUnit

int dialogUnit

pageWidth

double pageWidth

pageHeight

double pageHeight

orientation

int orientation

topMargin

double topMargin

leftMargin

double leftMargin

rightMargin

double rightMargin

bottomMargin

double bottomMargin

imageableWidth

double imageableWidth

imageableHeight

double imageableHeight

pageGutterWidth

double pageGutterWidth

framePrintFormat

int framePrintFormat

isBackgroundVisible

boolean isBackgroundVisible

headerFooterFont

Font headerFooterFont

scale

double scale

isTextWrappingEnabled

boolean isTextWrappingEnabled

isHtmlSmartPaging

boolean isHtmlSmartPaging

isScaleToFitEnabled

boolean isScaleToFitEnabled

pageDecorations

Vector pageDecorations

selectedViewportIndex

int selectedViewportIndex

printSelectedMode

boolean printSelectedMode

printSelectionModeChange

boolean printSelectionModeChange

isDirrty

boolean isDirrty


Package ice.util

Class ice.util.ICEException extends IOException implements Serializable

Serialized Fields

module

int module

phase

int phase

problem

int problem

Class ice.util.UnsupportedOperationException extends RuntimeException implements Serializable


Package ice.util.net

Class ice.util.net.Cookie extends Object implements Serializable

Serialized Fields

name

String name

value

String value

comment

String comment

domain

String domain

maxAge

int maxAge

path

String path

secure

boolean secure

expires

Date expires

version

String version

size

int size

lastAccess

long lastAccess

Class ice.util.net.CookieManager extends VetoableChangeSupport implements Serializable

Serialized Fields

enabled

boolean enabled

cookies

Vector cookies

maxCookieSize

int maxCookieSize

maxNumberOfCookies

int maxNumberOfCookies

sizeOfAllCookies

int sizeOfAllCookies

maxSizeOfAllCookies

int maxSizeOfAllCookies

Class ice.util.net.HeaderMap extends Object implements Serializable

Serialized Fields

headerData

HeaderMap.Header[] headerData

size

int size

Class ice.util.net.HeaderMap.Header extends Object implements Serializable

Serialized Fields

fieldName

String fieldName

fieldValue

String fieldValue


Package ice.util.security

Class ice.util.security.ProxyException extends RuntimeException implements Serializable

Serialized Fields

target

Exception target


Package org.w3c.dom

Class org.w3c.dom.DOMException extends RuntimeException implements Serializable

Serialized Fields

code

short code


Package org.w3c.dom.events

Class org.w3c.dom.events.EventException extends RuntimeException implements Serializable

Serialized Fields

code

short code