Serialized Form


Package com.borland.jbuilder.designer

Class com.borland.jbuilder.designer.DesignerEvent implements Serializable

Serialized Fields

id

int id

name

java.lang.String name

component

com.borland.jbuilder.cmt.CmtComponentSource component

designer

Designer designer

show

boolean show


Package com.borland.jbuilder.ide

Class com.borland.jbuilder.ide.NestingSetupPropertyPage implements Serializable

Serialized Fields

setup

Setup setup

browser

Browser browser

Class com.borland.jbuilder.ide.SetupPropertyPage implements Serializable

Serialized Fields

browser

Browser browser

project

JBProject project

modified

boolean modified


Package com.borland.jbuilder.jot

Class com.borland.jbuilder.jot.JotFileEvent implements Serializable

Serialized Fields

id

int id

file

JotFile file

imp

JotImport imp

clazz

JotClassSource clazz

Class com.borland.jbuilder.jot.JotParseException implements Serializable

Serialized Fields

filename

java.lang.String filename

line

int line

column

int column


Package com.borland.primetime.actions

Class com.borland.primetime.actions.ActionButton implements Serializable

Serialized Fields

tip

javax.swing.JToolTip tip

fixedWidth

int fixedWidth

fixedHeight

int fixedHeight

popWidth

int popWidth

ae

java.awt.event.ActionEvent ae

source

java.lang.Object source

action

javax.swing.Action action

useSmallIcon

boolean useSmallIcon

icon

javax.swing.Icon icon

icon_dis

javax.swing.Icon icon_dis

icon_roll

javax.swing.Icon icon_roll

gapSize

int gapSize

shortText

java.lang.String shortText

altShortText

java.lang.String altShortText

longText

java.lang.String longText

rollover

boolean rollover

mouseDown

boolean mouseDown

popping

boolean popping

showIcon

boolean showIcon

showText

boolean showText

showRips

boolean showRips

center

boolean center

glowStyle

boolean glowStyle

dither

java.awt.Image dither

pcl

java.beans.PropertyChangeListener pcl

Class com.borland.primetime.actions.ActionGroup implements Serializable

Serialized Fields

aList

java.util.ArrayList aList
The storage for the group of Actions.

Class com.borland.primetime.actions.ActionMenu implements Serializable

Serialized Fields

source

java.lang.Object source

aGroup

ActionGroup aGroup

bugfix

javax.swing.JMenuItem bugfix
This is a hack workaround for JavaSoft bug #56602

Class com.borland.primetime.actions.ActionMenuBar implements Serializable

Serialized Fields

groups

java.util.ArrayList groups

menuHash

java.util.HashMap menuHash

source

java.lang.Object source

Class com.borland.primetime.actions.ActionMenuItem implements Serializable

Serialized Fields

source

java.lang.Object source

action

javax.swing.Action action

Class com.borland.primetime.actions.ActionPalette implements Serializable

Serialized Fields

pages

java.util.ArrayList pages

actionHash

java.util.HashMap actionHash

butSize

java.awt.Dimension butSize

source

java.lang.Object source

tabs

javax.swing.JTabbedPane tabs

Class com.borland.primetime.actions.ActionPalettePage implements Serializable

Serialized Fields

dim_sep

java.awt.Dimension dim_sep

source

java.lang.Object source

aGroup

ActionGroup aGroup

butSize

java.awt.Dimension butSize

useJSeparator

boolean useJSeparator

useSmallIcon

boolean useSmallIcon

horizontal

boolean horizontal

showIcons

boolean showIcons

showText

boolean showText

contextGroup

ActionGroup contextGroup

pop

ActionPopupMenu pop

Class com.borland.primetime.actions.ActionPopupMenu implements Serializable

Serialized Fields

bugfix

javax.swing.JMenuItem bugfix
This is a hack workaround for JavaSoft bug #56602

source

java.lang.Object source

aGroup

ActionGroup aGroup

boldDefault

boolean boldDefault

Class com.borland.primetime.actions.ActionToolBar implements Serializable

Serialized Fields

source

java.lang.Object source

aGroup

ActionGroup aGroup

fixedButtonSize

java.awt.Dimension fixedButtonSize

useSmallIcon

boolean useSmallIcon

horizontal

boolean horizontal

showIcons

boolean showIcons

showText

boolean showText

showBars

boolean showBars

showRips

boolean showRips

glowStyle

boolean glowStyle

scrollIndex

int scrollIndex

scrolling

boolean scrolling

contextGroup

ActionGroup contextGroup

pop

ActionPopupMenu pop

buttonPane

ActionToolBar.ButtonPanel buttonPane

buttonPrevious

ActionButton buttonPrevious

buttonNext

ActionButton buttonNext

Class com.borland.primetime.actions.ActionToolBar.ButtonPanel implements Serializable

Serialized Fields

this$0

ActionToolBar this$0

Class com.borland.primetime.actions.ActionToolBarPane implements Serializable

Serialized Fields

contextGroup

ActionGroup contextGroup

horizontal

boolean horizontal

groups

java.util.ArrayList groups

toolbarHash

java.util.HashMap toolbarHash

pop

ActionPopupMenu pop

source

java.lang.Object source

flowLayout

java.awt.FlowLayout flowLayout

vertFlowLayout

VerticalFlowLayout vertFlowLayout

rebuilding

boolean rebuilding

prefSize

java.awt.Dimension prefSize

horzBorder

javax.swing.border.Border horzBorder

vertBorder

javax.swing.border.Border vertBorder

noBorder

javax.swing.border.Border noBorder

Class com.borland.primetime.actions.DelegateAction implements Serializable

Serialized Fields

action

javax.swing.Action action
The transient storage for the currently associated target action.

Class com.borland.primetime.actions.StateAction implements Serializable

Class com.borland.primetime.actions.UpdateAction implements Serializable

Serialized Fields

disabledReason

java.lang.String disabledReason
If an UpdateAction (e.g. WizardAction) is disabled due to SKU or to misconfiguration or other reason, a short text string is kept here to append to the "long text" value (either for tooltips or for use on the StatusView).


Package com.borland.primetime.editor

Class com.borland.primetime.editor.CUAActions.SetSubKeymapAction implements Serializable

Serialized Fields

subKeymapName

java.lang.String subKeymapName
The name of the subKeymap, which should be the exact same name that was used in the call to CreateKeymap.

Class com.borland.primetime.editor.EditorAction implements Serializable

Class com.borland.primetime.editor.EditorAction.SubKeymapAction implements Serializable

Serialized Fields

action

javax.swing.Action action
The Action object bound wrapped by this instance.

masterKeymap

javax.swing.text.Keymap masterKeymap
The Keymap to restore after this instance is invoked.

markProcessedKeyPressed

boolean markProcessedKeyPressed
This is true if we should set the processedKeyPressed flag in the editor after restoring the original keymap.

Class com.borland.primetime.editor.EditorActions.BackwardAction implements Serializable

Class com.borland.primetime.editor.EditorActions.BeginAction implements Serializable

Serialized Fields

select

boolean select

Class com.borland.primetime.editor.EditorActions.BeginLineAction implements Serializable

Serialized Fields

select

boolean select

Class com.borland.primetime.editor.EditorActions.BeginWordAction implements Serializable

Serialized Fields

select

boolean select

Class com.borland.primetime.editor.EditorActions.BottomOfScreenAction implements Serializable

Serialized Fields

select

boolean select

Class com.borland.primetime.editor.EditorActions.ChangeWordCaseAction implements Serializable

Serialized Fields

upperCase

boolean upperCase

Class com.borland.primetime.editor.EditorActions.ClearBookmarksAction implements Serializable

Class com.borland.primetime.editor.EditorActions.ClosingCurlyBraceAction implements Serializable

Class com.borland.primetime.editor.EditorActions.CommentLineAction implements Serializable

Class com.borland.primetime.editor.EditorActions.CopyAction implements Serializable

Class com.borland.primetime.editor.EditorActions.CutAction implements Serializable

Class com.borland.primetime.editor.EditorActions.DefaultKeyTypedAction implements Serializable

Class com.borland.primetime.editor.EditorActions.DeleteBeginLineAction implements Serializable

Class com.borland.primetime.editor.EditorActions.DeleteBeginWordAction implements Serializable

Class com.borland.primetime.editor.EditorActions.DeleteEndLineAction implements Serializable

Class com.borland.primetime.editor.EditorActions.DeleteLineAction implements Serializable

Class com.borland.primetime.editor.EditorActions.DeleteNextCharAction implements Serializable

Class com.borland.primetime.editor.EditorActions.DeletePrevCharAction implements Serializable

Class com.borland.primetime.editor.EditorActions.DeleteSelectionAction implements Serializable

Class com.borland.primetime.editor.EditorActions.DeleteWordAction implements Serializable

Class com.borland.primetime.editor.EditorActions.DownAction implements Serializable

Class com.borland.primetime.editor.EditorActions.EndAction implements Serializable

Serialized Fields

select

boolean select

Class com.borland.primetime.editor.EditorActions.EndLineAction implements Serializable

Serialized Fields

select

boolean select

Class com.borland.primetime.editor.EditorActions.EndWordAction implements Serializable

Serialized Fields

select

boolean select

Class com.borland.primetime.editor.EditorActions.ForwardAction implements Serializable

Class com.borland.primetime.editor.EditorActions.GotoBookmarkAction implements Serializable

Serialized Fields

bookmarkNumber

int bookmarkNumber

Class com.borland.primetime.editor.EditorActions.GotoBookmarkDialogAction implements Serializable

Class com.borland.primetime.editor.EditorActions.GotoLineDialogAction implements Serializable

Class com.borland.primetime.editor.EditorActions.IncrementalSearchAction implements Serializable

Serialized Fields

forward

boolean forward

Class com.borland.primetime.editor.EditorActions.IndentBlockAction implements Serializable

Class com.borland.primetime.editor.EditorActions.InsertTabAction implements Serializable

Class com.borland.primetime.editor.EditorActions.LowerCaseAction implements Serializable

Class com.borland.primetime.editor.EditorActions.MatchBraceAction implements Serializable

Serialized Fields

select

boolean select

Class com.borland.primetime.editor.EditorActions.NextBookmarkAction implements Serializable

Class com.borland.primetime.editor.EditorActions.NextVisualPositionAction implements Serializable

Serialized Fields

select

boolean select

direction

int direction

Class com.borland.primetime.editor.EditorActions.NextWordAction implements Serializable

Serialized Fields

select

boolean select

Class com.borland.primetime.editor.EditorActions.OpenLineAction implements Serializable

Class com.borland.primetime.editor.EditorActions.OutdentBlockAction implements Serializable

Serialized Fields

hasTabs

boolean hasTabs

doc

javax.swing.text.Document doc

spaceCount

int spaceCount

delChars

int delChars

startOffset

int startOffset

charCount

int charCount

tabSize

int tabSize

Class com.borland.primetime.editor.EditorActions.PageDownAction implements Serializable

Serialized Fields

select

boolean select

Class com.borland.primetime.editor.EditorActions.PageLeftAction implements Serializable

Class com.borland.primetime.editor.EditorActions.PageRightAction implements Serializable

Class com.borland.primetime.editor.EditorActions.PageUpAction implements Serializable

Serialized Fields

select

boolean select

Class com.borland.primetime.editor.EditorActions.PasteAction implements Serializable

Class com.borland.primetime.editor.EditorActions.PreviousBookmarkAction implements Serializable

Class com.borland.primetime.editor.EditorActions.PreviousIndentAction implements Serializable

Serialized Fields

useIndent

boolean useIndent

Class com.borland.primetime.editor.EditorActions.PreviousWordAction implements Serializable

Serialized Fields

select

boolean select

Class com.borland.primetime.editor.EditorActions.RecenterAction implements Serializable

Class com.borland.primetime.editor.EditorActions.RedoAction implements Serializable

Class com.borland.primetime.editor.EditorActions.ReplaceDialogAction implements Serializable

Class com.borland.primetime.editor.EditorActions.ScrollDownAction implements Serializable

Class com.borland.primetime.editor.EditorActions.ScrollUpAction implements Serializable

Class com.borland.primetime.editor.EditorActions.SearchAgainAction implements Serializable

Serialized Fields

direction

int direction

Class com.borland.primetime.editor.EditorActions.SearchDialogAction implements Serializable

Class com.borland.primetime.editor.EditorActions.SearchSelectedAction implements Serializable

Serialized Fields

forward

boolean forward

Class com.borland.primetime.editor.EditorActions.SelectAllAction implements Serializable

Class com.borland.primetime.editor.EditorActions.SelectLineAction implements Serializable

Serialized Fields

setState

boolean setState

Class com.borland.primetime.editor.EditorActions.SelectWordAction implements Serializable

Class com.borland.primetime.editor.EditorActions.SetBookmarkAction implements Serializable

Serialized Fields

bookmarkNumber

int bookmarkNumber

Class com.borland.primetime.editor.EditorActions.SmartBackspaceAction implements Serializable

Class com.borland.primetime.editor.EditorActions.SmartIndentAction implements Serializable

Class com.borland.primetime.editor.EditorActions.StripTrailingSpaceAction implements Serializable

Class com.borland.primetime.editor.EditorActions.TabKeyAction implements Serializable

Class com.borland.primetime.editor.EditorActions.ToggleBookmarkAction implements Serializable

Class com.borland.primetime.editor.EditorActions.ToggleCaseAction implements Serializable

Serialized Fields

upperCase

EditorActions.UpperCaseAction upperCase

lowerCase

EditorActions.LowerCaseAction lowerCase

Class com.borland.primetime.editor.EditorActions.ToggleInsertModeAction implements Serializable

Class com.borland.primetime.editor.EditorActions.TopOfScreenAction implements Serializable

Serialized Fields

select

boolean select

Class com.borland.primetime.editor.EditorActions.TransposeCharsAction implements Serializable

Class com.borland.primetime.editor.EditorActions.TransposeLinesAction implements Serializable

Class com.borland.primetime.editor.EditorActions.TransposeWordsAction implements Serializable

Class com.borland.primetime.editor.EditorActions.UndoAction implements Serializable

Class com.borland.primetime.editor.EditorActions.UnTabKeyAction implements Serializable

Class com.borland.primetime.editor.EditorActions.UpAction implements Serializable

Class com.borland.primetime.editor.EditorActions.UpperCaseAction implements Serializable

Class com.borland.primetime.editor.EditorCaret implements Serializable

Serialized Fields

pressClickCount

int pressClickCount

Class com.borland.primetime.editor.EditorDocument implements Serializable

Serialized Fields

docRef

java.lang.ref.WeakReference docRef
Create a weak reference to ourself

styleMap

BasicStyleMap styleMap
The style map used for syntax highlighting

scanner

Scanner scanner
The actual scanner that this document uses

undoManager

JBUndoManager undoManager
The undo manager this document uses

markList

EditorDocument.MarkList markList
The list of linemarks that this document has

Class com.borland.primetime.editor.EditorDocument.StyledLeafElement implements Serializable

Serialized Fields

this$0

EditorDocument this$0

stateFlags

int stateFlags

runData

EditorDocument.RunInfo runData

Class com.borland.primetime.editor.EditorPane implements Serializable

Serialized Fields

highlightMark

EditorPane.HighlightMark highlightMark
The highlight mark usually used for the temporary mark.

temporaryMark

LineMark temporaryMark
The temporary mark used to highlight lines when entries in the structure pane are choosen.

processedKeyPressed

boolean processedKeyPressed
Flag to indicate if the KeyPressed event has been processed after a key is entered.

popupEnabled

boolean popupEnabled
The flag that remembers if there is a current popup in the editor. If this flag is true, it is safe to bring up a popup.

fontMetrics

java.awt.FontMetrics fontMetrics

fontWidth

int fontWidth

fontHeight

int fontHeight

keymapStateInfo

ModalKeymap.ModeStateInfo keymapStateInfo
This member records information specific to a particular keymap, including state info.
See Also:
ModalKeymap

lastAction

javax.swing.Action lastAction
This member records the last Action object executed on this editor instance.

editorRef

java.lang.ref.WeakReference editorRef
A weak reference is needed in LineMark objects for instance.

Class com.borland.primetime.editor.Gutter implements Serializable

Serialized Fields

gutterListeners

java.util.ArrayList gutterListeners

fontHeight

int fontHeight

editor

EditorPane editor

doc

EditorDocument doc

savedLineCount

int savedLineCount

clickRow

int clickRow

Class com.borland.primetime.editor.JBUndoManager.UndoGroup implements Serializable

Serialized Fields

this$0

JBUndoManager this$0

startPoint

int startPoint

startMark

int startMark

endPoint

int endPoint

endMark

int endMark

Class com.borland.primetime.editor.JBUndoManager.UndoSegment implements Serializable

Serialized Fields

this$0

JBUndoManager this$0

type

int type

Class com.borland.primetime.editor.MasterStyleContext implements Serializable

Serialized Fields

fontFamily

java.lang.String fontFamily

fontSize

int fontSize

fontSearch

MasterStyleContext.FontKey fontSearch

fontMap

java.util.HashMap fontMap

makeCanonical

boolean makeCanonical

styleSuffix

java.lang.String[] styleSuffix

Class com.borland.primetime.editor.SearchManager.RemoveMessageAction implements Serializable

Serialized Fields

message

Message message

mv

MessageView mv

Class com.borland.primetime.editor.SearchManager.StopSearchAction implements Serializable

Class com.borland.primetime.editor.TextEditorKit implements Serializable

Serialized Fields

registeredKeymaps

java.util.Map registeredKeymaps
Keep track of the keymaps registered for this editor kit.

styleMap

BasicStyleMap styleMap
The Stylemap used for this editor kit.

Class com.borland.primetime.editor.TrackingKeymap.TrackingAction implements Serializable

Serialized Fields

action

javax.swing.Action action

key

javax.swing.KeyStroke key

Class com.borland.primetime.editor.VisualStudioActions.VisualStudioDeleteLineAction implements Serializable

Serialized Fields

toClipboard

boolean toClipboard

Class com.borland.primetime.editor.VisualStudioActions.VisualStudioEscapeAction implements Serializable

Class com.borland.primetime.editor.VisualStudioActions.VisualStudioSelectCharAction implements Serializable

Class com.borland.primetime.editor.VisualStudioActions.VisualStudioSelectColumnAction implements Serializable


Package com.borland.primetime.ide

Class com.borland.primetime.ide.Browser implements Serializable

Serialized Fields

bClosingBrowser

boolean bClosingBrowser

navList

java.util.ArrayList navList

navIndex

int navIndex

wmWin

WaitMessageWindow wmWin

waitTimers

java.util.ArrayList waitTimers

browserNumber

int browserNumber

bList

java.util.Vector bList

weakBrowser

java.lang.ref.WeakReference weakBrowser

mainMenuBar

BrowserMenuBar mainMenuBar

toolBarPane

BrowserToolBarPane toolBarPane

projectView

ProjectView projectView

structView

StructureView structView

contentManager

ContentManager contentManager

messageView

MessageView messageView

statusView

StatusView statusView

tempStructureVisible

boolean tempStructureVisible

browMessSplitter

Splitter browMessSplitter

leftContentSplitter

Splitter leftContentSplitter

projStructSplitter

Splitter projStructSplitter

lastOpenedUrl

Url lastOpenedUrl

updateTimer

Browser.UpdateTimer updateTimer
Timer for ActionButtons that have registered to be notified twice a second.

Class com.borland.primetime.ide.Browser.UpdateTimer implements Serializable

Serialized Fields

this$0

Browser this$0

buttons

java.util.ArrayList buttons

Class com.borland.primetime.ide.BrowserAction implements Serializable

Class com.borland.primetime.ide.BrowserStateAction implements Serializable

Class com.borland.primetime.ide.ContentManager implements Serializable

Serialized Fields

closingNodeArray

boolean closingNodeArray
Internal flag used to differeniate between doing a closeNode() as part of a closeNodes() or not. This is a performance enhancement to prevent the choosing the following node to be automatically opened until all nodes in the array have been closed.

minSize

java.awt.Dimension minSize
Minimum size of the ContentManager.

browser

Browser browser
Reference to the Browser which created this ContentManager instance.

contentViews

java.util.ArrayList contentViews
List of all ContentView instances have created in the same order as the displayed tabs.

pop

ActionPopupMenu pop
Context popup for ContentManager.

Class com.borland.primetime.ide.ContentView implements Serializable

Serialized Fields

requestingFocus

boolean requestingFocus

context

Context context

browser

Browser browser

viewers

java.util.ArrayList viewers

revealedViewers

java.util.ArrayList revealedViewers

tabs

javax.swing.JTabbedPane tabs

blankViewer

javax.swing.JLabel blankViewer

updating

boolean updating

minSize

java.awt.Dimension minSize

Class com.borland.primetime.ide.KeymapManager.SubKeymapAction implements Serializable

Serialized Fields

action

javax.swing.Action action
The action being wrapped.

masterKeymap

javax.swing.text.Keymap masterKeymap
The keymap which is the master of the keymap containing this action.

Class com.borland.primetime.ide.KeymapManager.UpdateTimer implements Serializable

Class com.borland.primetime.ide.MessageView implements Serializable

Serialized Fields

categoryListenerHash

java.util.HashMap categoryListenerHash

browser

Browser browser

trees

java.util.HashMap trees

tabs

javax.swing.JTabbedPane tabs

compHash

java.util.HashMap compHash

emptyLabel

javax.swing.JLabel emptyLabel

minSize

java.awt.Dimension minSize

GROUP_ViewContext

ActionGroup GROUP_ViewContext

GROUP_Context

ActionGroup GROUP_Context

pop

ActionPopupMenu pop

userContextActions

java.util.Vector userContextActions

ACTION_Clear

UpdateAction ACTION_Clear

ACTION_Remove

UpdateAction ACTION_Remove

ACTION_RemoveAll

UpdateAction ACTION_RemoveAll

ACTION_Hide

BrowserAction ACTION_Hide

ACTION_CopyContent

UpdateAction ACTION_CopyContent
Action to copy all or selected portions of the MessageView content.

messageNodeHash

WeakValueHashMap messageNodeHash

Class com.borland.primetime.ide.NoViewersException implements Serializable

Class com.borland.primetime.ide.ProjectView implements Serializable

Serialized Fields

GROUP_OpenProjects

ActionGroup GROUP_OpenProjects
Displays the open projects for the user to select one to activate.

tempVisible

boolean tempVisible

trees

com.borland.primetime.ide.ProjectView.ProjectTreeMap trees

treePane

javax.swing.JPanel treePane

browser

Browser browser

activeProject

Project activeProject

GROUP_ToolBar

ActionGroup GROUP_ToolBar

toolbar

ActionToolBarPane toolbar

contextPopup

ActionPopupMenu contextPopup

ab_Project

ActionButton ab_Project

minSize

java.awt.Dimension minSize

Class com.borland.primetime.ide.StatusView implements Serializable

Serialized Fields

browser

Browser browser

textLabel

javax.swing.JLabel textLabel

hintLabel

javax.swing.JLabel hintLabel

psize

java.awt.Dimension psize

low

javax.swing.border.Border low

hint

boolean hint

Class com.borland.primetime.ide.StructureView implements Serializable

Serialized Fields

browser

Browser browser

emptyLabel

javax.swing.JLabel emptyLabel

tempVisible

boolean tempVisible

minSize

java.awt.Dimension minSize


Package com.borland.primetime.insight.template

Class com.borland.primetime.insight.template.TemplateActions.ExpandTemplateAction implements Serializable


Package com.borland.primetime.node

Class com.borland.primetime.node.DuplicateNodeException implements Serializable

Class com.borland.primetime.node.NodeException implements Serializable


Package com.borland.primetime.properties

Class com.borland.primetime.properties.NestingPropertyPage implements Serializable

Serialized Fields

nestedTabs

javax.swing.JTabbedPane nestedTabs

Class com.borland.primetime.properties.PropertyPage implements Serializable


Package com.borland.primetime.teamdev.frontend

Class com.borland.primetime.teamdev.frontend.RevisionViewer implements Serializable

Serialized Fields

node

FileNode node


Package com.borland.primetime.teamdev.vcs

Class com.borland.primetime.teamdev.vcs.CommitAction implements Serializable


Package com.borland.primetime.ui

Class com.borland.primetime.ui.DefaultDialog implements Serializable

Serialized Fields

autoCenter

boolean autoCenter

autoSize

boolean autoSize

Class com.borland.primetime.ui.SearchTree implements Serializable

Serialized Fields

preserveMode

int preserveMode

hideSelectionChanges

boolean hideSelectionChanges

searchWindow

com.borland.primetime.ui.SearchTree.SearchWindow searchWindow


Package com.borland.primetime.util

Class com.borland.primetime.util.AssertionException implements Serializable

Class com.borland.primetime.util.VetoException implements Serializable


Package com.borland.primetime.vfs

Class com.borland.primetime.vfs.InvalidUrlException implements Serializable

Class com.borland.primetime.vfs.ReadOnlyException implements Serializable

Class com.borland.primetime.vfs.VFSException implements Serializable


Package com.borland.primetime.wizard

Class com.borland.primetime.wizard.BasicWizardPage implements Serializable

Serialized Fields

style

int style
Storage for the page style

wizardHost

WizardHost wizardHost
Storage for the WizardHost

largeIcon

javax.swing.Icon largeIcon
Storage for the large icon.

smallIcon

javax.swing.Icon smallIcon
Storage for the small icon.

iconPanel

javax.swing.JPanel iconPanel
Panel which holds the small or large icon.

gridbag

java.awt.GridBagLayout gridbag

mainPanel

javax.swing.JPanel mainPanel

instLabel

MessageLabel instLabel

instText

MessageLabel instText

building

boolean building

Class com.borland.primetime.wizard.WizardAction implements Serializable