Serialized Form


Package ice.cert

Class ice.cert.CertificateEncodingException extends CertificateException implements Serializable

Class ice.cert.CertificateException extends Exception implements Serializable

Class ice.cert.CertificateExpiredException extends CertificateException implements Serializable

Class ice.cert.CertificateNotYetValidException extends CertificateException implements Serializable

Class ice.cert.CertificateParsingException extends CertificateException implements Serializable

Class ice.cert.X500Name extends Object implements Serializable

serialVersionUID: -7294414188212032516l

Serialized Fields

names

Hashtable names

Class ice.cert.X509Certificate extends Object implements Serializable

serialVersionUID: 4460491224171687916l

Serialized Fields

issuerDN

X500Name issuerDN

issuerUniqueID

boolean[] issuerUniqueID

notAfter

Date notAfter

notBefore

Date notBefore

serialNumber

BigInteger serialNumber

sigOID

OID sigOID

sigAlgParams

byte[] sigAlgParams

signature

byte[] signature

subjectDN

X500Name subjectDN

subjectUniqueID

boolean[] subjectUniqueID

tbsCertificate

byte[] tbsCertificate

version

int version

encoded

byte[] encoded

publicKey

PublicKey publicKey

basicConstraints

int basicConstraints

keyUsage

boolean[] keyUsage


Package ice.crypto

Class ice.crypto.DHPrivateKey extends Object implements Serializable

Serialized Fields

parameters

DHParameterSpec parameters

x

BigInteger x

Class ice.crypto.DHPublicKey extends Object implements Serializable

Serialized Fields

parameters

DHParameterSpec parameters

y

BigInteger y

Class ice.crypto.DSAPrivateKeyImpl extends Object implements Serializable

Serialized Fields

x

BigInteger x

parameters

DSAParams parameters

encoded

byte[] encoded

format

String format

Class ice.crypto.DSAPublicKeyImpl extends Object implements Serializable

Serialized Fields

y

BigInteger y

parameters

DSAParams parameters

encoded

byte[] encoded

format

String format

Class ice.crypto.ICEsoft extends Provider implements Serializable

Class ice.crypto.KeyStoreException extends Exception implements Serializable

Class ice.crypto.RSAPrivateKeyImpl extends Object implements Serializable

Serialized Fields

mod

BigInteger mod

exp

BigInteger exp

encoded

byte[] encoded

format

String format

algorithm

String algorithm

Class ice.crypto.RSAPublicKeyImpl extends Object implements Serializable

Serialized Fields

mod

BigInteger mod

exp

BigInteger exp

encoded

byte[] encoded

format

String format

algorithm

String algorithm

Class ice.crypto.SimpleKey extends Object implements Serializable

Serialized Fields

algo

String algo

array

byte[] array

Class ice.crypto.UnrecoverableKeyException extends Exception implements Serializable


Package ice.debug

Class ice.debug.Debug extends RuntimeException implements Serializable


Package ice.https

Class ice.https.HttpsURLConnectionSettings extends HttpURLConnectionSettings implements Serializable

Serialized Fields

certificateManager

Object certificateManager


Package ice.net

Class ice.net.Authentication extends Object implements Serializable

Serialized Fields

nonce

String nonce

method

String method

password

String password

realm

String realm

userName

String userName

confirmed

boolean confirmed

giveUp

boolean giveUp

isProxyAuthentication

boolean isProxyAuthentication

requestUri

URL requestUri

type

int type

Class ice.net.AuthenticationEvent extends EventObject implements Serializable

Serialized Fields

eventType

int eventType

authentication

Authentication authentication

Class ice.net.CachedObject extends Object implements Serializable

Serialized Fields

httpResponse

HttpResponse httpResponse

lastAccessed

long lastAccessed

requestTime

long requestTime

url

String url

Class ice.net.CacheManagerSettings extends Object implements Serializable

Serialized Fields

alwaysRevalidate

boolean alwaysRevalidate

cacheExpirationBuffer

int cacheExpirationBuffer

persistPrivateResponses

boolean persistPrivateResponses

Class ice.net.ConnectionManagerSettings extends Object implements Serializable

Serialized Fields

maxPersistentConnections

int maxPersistentConnections

nagleEnabled

boolean nagleEnabled

persistentConnectionsEnabled

boolean persistentConnectionsEnabled

persistentConnectionTimeout

int persistentConnectionTimeout

readBufferSize

int readBufferSize

soTimeout

int soTimeout

instancesLock

Object instancesLock
Deprecated. As of 1.5. This member is only being used inside the deprecated ConnectionManager#allocateInstance() and ConnectionManager#freeInstance() methods.


instancesInUse

int instancesInUse
Deprecated. As of 1.5. This member is only being used inside the deprecated ConnectionManager#allocateInstance() and ConnectionManager#freeInstance() methods.

Class ice.net.ConnectionRoute extends Object implements Serializable

Serialized Fields

requestedUrl

URL requestedUrl

status

int status

Class ice.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

isPrivate

boolean isPrivate

Class ice.net.CookieManager extends VetoableChangeSupport implements Serializable

Serialized Fields

cookies

Vector cookies

enabled

boolean enabled

maxCookieSize

int maxCookieSize

maxNumberOfCookies

int maxNumberOfCookies

sizeOfAllCookies

int sizeOfAllCookies

maxSizeOfAllCookies

int maxSizeOfAllCookies

cookieExpirationBufferEnabled

boolean cookieExpirationBufferEnabled

persistPrivateCookies

boolean persistPrivateCookies

Class ice.net.CookieManagerSettings extends Object implements Serializable

Serialized Fields

cookieExpirationBufferEnabled

boolean cookieExpirationBufferEnabled

persistPrivateCookies

boolean persistPrivateCookies

Class ice.net.Direct extends ConnectionRoute implements Serializable

Class ice.net.ForbiddenException extends IOException implements Serializable

Class ice.net.HeaderMap extends HeaderMap implements Serializable

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

Class ice.net.HttpMessage extends Object implements Serializable

Serialized Fields

entityBody

HttpMessage.EntityBody entityBody
This HttpMessage's entity body.


headerMap

HeaderMap headerMap
The map containing all the headers for this HttpMessage.


httpVersion

String httpVersion
This HttpMessage's HTTP version string.

Class ice.net.HttpMessage.EntityBody extends Object implements Serializable

Serialized Fields

bytes

byte[] bytes
The byte array representing this EntityBody's data.


inputStream

InputStream inputStream
The input stream from which this EntityBody gets its data.

Class ice.net.HttpRequest extends HttpMessage implements Serializable

Serialized Fields

method

String method

requestUri

String requestUri

requestTime

long requestTime

Class ice.net.HttpResponse extends HttpMessage implements Serializable

Serialized Fields

statusCode

int statusCode

reasonPhrase

String reasonPhrase

responseTime

long responseTime

Class ice.net.HttpURLConnectionEvent extends EventObject implements Serializable

Serialized Fields

consumed

boolean consumed

request

HttpRequest request

response

HttpResponse response

eventType

int eventType

Class ice.net.HttpURLConnectionSettings extends Object implements Serializable

Serialized Fields

acceptLanguageList

Vector acceptLanguageList

authenticationManager

AuthenticationManager authenticationManager

cacheManager

CacheManager cacheManager

connectionManager

ConnectionManager connectionManager

cookieManager

CookieManager cookieManager

httpVersion

String httpVersion

memoryManager

MemoryManager memoryManager

proxyResolver

ProxyResolver proxyResolver

redirectsEnabled

boolean redirectsEnabled

requestHeaders

HeaderMap requestHeaders

retryBrokenConnections

boolean retryBrokenConnections

Class ice.net.Indirect extends ConnectionRoute implements Serializable

Serialized Fields

failedCounter

int failedCounter

host

String host

lock

Object lock

port

int port

timestamp

long timestamp

Class ice.net.URLNotFoundException extends IOException implements Serializable


Package ice.net.pac

Class ice.net.pac.ConnectionRouteNotFoundException extends Exception implements Serializable


Package ice.net.proxy

Class ice.net.proxy.Proxy extends Indirect implements Serializable

Serialized Fields

authentication

Authentication authentication

protocol

String protocol

tunneling

boolean tunneling


Package ice.net.socks

Class ice.net.socks.Socks extends Indirect 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.ri.enhancedawt.browser

Class ice.ri.enhancedawt.browser.Preferences extends Object implements Serializable

serialVersionUID: -3244117421415115130l

Serialized Fields

home

String home
the home page


search

String search
the search engine


animate

boolean animate
animate gifs or not


cookieHandling

int cookieHandling
describes how to handle cookies


useProxy

boolean useProxy
use a proxy server or not


m_loadImages

boolean m_loadImages
load images or not


httpsProxyHost

String httpsProxyHost
the https proxy server host


httpsProxyPort

String httpsProxyPort
the https proxy server port


httpProxyHost

String httpProxyHost
the http proxy server host


httpProxyPort

String httpProxyPort
the http proxy server port


EMULATION_DEF

String EMULATION_DEF
the default emulation mode


m_appName

String m_appName
the selected appName


noProxies

String[] noProxies
the domains for which no proxy server should be used


isModified

boolean isModified
optimization variable to minimize work done by this class

Class ice.ri.enhancedawt.browser.PrintPreview extends Dialog implements Serializable

Serialized Fields

c

PrintComponent c

done

Button done

nextPage

Button nextPage

prevPage

Button prevPage

printButton

Button printButton

zoomCombo

Choice zoomCombo

pilot

Pilot pilot

printer

StormPrinter printer

printerThread

Thread printerThread

frame

Frame frame

zoom

int zoom

props

Properties props

PAGE_WIDTH

int PAGE_WIDTH

PAGE_HEIGHT

int PAGE_HEIGHT


Package ice.ri.enhancedawt.browser.gui

Class ice.ri.enhancedawt.browser.gui.BrowserPane extends Panel implements Serializable

serialVersionUID: 351767242106747173l

Serialized Fields

m_rootContainer

Container m_rootContainer
The root (top-level) container


m_statusContainer

StatusContainer m_statusContainer
The Panel holding status information.


m_stConts

Hashtable m_stConts
All the Panels holding status information.


m_buttonContainer

ButtonContainer m_buttonContainer
The Panel holding navigation controls


m_centreContainer

Container m_centreContainer
The central container holding viewport elements.


m_tabbedPanel

SkinnableTabbedPanel m_tabbedPanel
The tabbed panel for multiple window support


m_tabLabelListenerTable

Hashtable m_tabLabelListenerTable
A hashtable containing tablabellisteners for each page in each viewport


m_tabTitles

Hashtable m_tabTitles
The hashtable containing doc titles for each currently displayed tab


m_viewportId

String m_viewportId
Ice Browser (current) Viewport ID


m_historyManager

HistoryManager m_historyManager

m_rerouter

BrowserPropertyListener m_rerouter
A reference to the browserpropertylistener


m_IBGestureListenerList

Vector m_IBGestureListenerList
A vector of IB Gesture listeners


m_main

Main m_main

obj

Object obj

Class ice.ri.enhancedawt.browser.gui.ButtonContainer extends SkinnablePanel implements Serializable

serialVersionUID: 3744473529195553349l

Serialized Fields

iceBrowserSM

SkinManager iceBrowserSM

skinnablePanel1

SkinnablePanel skinnablePanel1

portalButton

SkinnableButton portalButton

bookmarkButton

SkinnableButton bookmarkButton

refreshButton

SkinnableButton refreshButton

stopButton

SkinnableButton stopButton

searchButton

SkinnableButton searchButton

zoomOutButton

SkinnableButton zoomOutButton

zoomInButton

SkinnableButton zoomInButton

backButton

SkinnableButton backButton

forwardButton

SkinnableButton forwardButton

tabsButton

SkinnableButton tabsButton

optionsButton

SkinnableButton optionsButton

m_propertyListeners

Vector m_propertyListeners

m_gestureListeners

Vector m_gestureListeners

Class ice.ri.enhancedawt.browser.gui.LocationContainer extends Panel implements Serializable

serialVersionUID: -137150605730831800l

Serialized Fields

m_listenerList

Vector m_listenerList

m_locationBar

TextField m_locationBar

m_wrlogo

SkinnableButton m_wrlogo

m_open

SkinnableButton m_open

m_close

SkinnableButton m_close

m_about

SkinnableButton m_about

parent

Panel parent

Class ice.ri.enhancedawt.browser.gui.MultiLabel extends Component implements Serializable

Serialized Fields

prefSize

Dimension prefSize

lines

String[] lines

drawBorder

boolean drawBorder

maxChars

int maxChars

Class ice.ri.enhancedawt.browser.gui.OptionsDialog extends RIDialog implements Serializable

serialVersionUID: 1031416446265324536l

Serialized Fields

appNameChoice

Choice appNameChoice

homePage

TextField homePage

searchPage

TextField searchPage

httpsProxyHost

TextField httpsProxyHost

httpsProxyPort

TextField httpsProxyPort

httpProxyHost

TextField httpProxyHost

httpProxyPort

TextField httpProxyPort

proxyChkbtn

Checkbox proxyChkbtn

imgChkbtn

Checkbox imgChkbtn

clearCookies

Button clearCookies

m_BrowserPane

BrowserPane m_BrowserPane

prefs

Preferences prefs

obj

Object obj

Class ice.ri.enhancedawt.browser.gui.RIDialog extends Dialog implements Serializable

Class ice.ri.enhancedawt.browser.gui.StatusContainer extends Panel implements Serializable

serialVersionUID: -9101127308156821344l