Serialized Form


Package com.borland.primetime.actions

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

Serialized Fields

action

javax.swing.Action action

ae

java.awt.event.ActionEvent ae

center

boolean center

dither

java.awt.Image dither

fixedHeight

int fixedHeight

fixedWidth

int fixedWidth

gapSize

int gapSize

glowStyle

boolean glowStyle

icon

javax.swing.Icon icon

icon_dis

javax.swing.Icon icon_dis

icon_roll

javax.swing.Icon icon_roll

longText

java.lang.String longText

mouseDown

boolean mouseDown

pcl

java.beans.PropertyChangeListener pcl

popping

boolean popping

popWidth

int popWidth

rollover

boolean rollover

shortText

java.lang.String shortText

showIcon

boolean showIcon

showRips

boolean showRips

showText

boolean showText

source

java.lang.Object source

tip

javax.swing.JToolTip tip

useSmallIcon

boolean useSmallIcon

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

aGroup

ActionGroup aGroup

bugfix

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

source

java.lang.Object source

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

action

javax.swing.Action action

source

java.lang.Object source

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

Serialized Fields

actionHash

java.util.HashMap actionHash

butSize

java.awt.Dimension butSize

pages

java.util.ArrayList pages

source

java.lang.Object source

tabs

javax.swing.JTabbedPane tabs

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

Serialized Fields

aGroup

ActionGroup aGroup

butSize

java.awt.Dimension butSize

contextGroup

ActionGroup contextGroup

dim_sep

java.awt.Dimension dim_sep

horizontal

boolean horizontal

pop

ActionPopupMenu pop

showIcons

boolean showIcons

showText

boolean showText

source

java.lang.Object source

useSmallIcon

boolean useSmallIcon

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

Serialized Fields

aGroup

ActionGroup aGroup

boldDefault

boolean boldDefault

bugfix

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

source

java.lang.Object source

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

Serialized Fields

action_scrollLeft

UpdateAction action_scrollLeft

action_scrollRight

UpdateAction action_scrollRight

aGroup

ActionGroup aGroup

but_scrollLeft

ActionButton but_scrollLeft

but_scrollRight

ActionButton but_scrollRight

buttonPane

com.borland.primetime.actions.ActionToolBar.ButtonPanel buttonPane

contextGroup

ActionGroup contextGroup

fixedButtonSize

java.awt.Dimension fixedButtonSize

glowStyle

boolean glowStyle

horizontal

boolean horizontal

img_left

java.awt.Image img_left

img_right

java.awt.Image img_right

pop

ActionPopupMenu pop

scrollButtonSize

int scrollButtonSize

scrollerPane

com.borland.primetime.actions.ActionToolBar.ScrollerPanel scrollerPane

scrollIndex

int scrollIndex

scrolling

boolean scrolling

showBars

boolean showBars

showIcons

boolean showIcons

showRips

boolean showRips

showText

boolean showText

source

java.lang.Object source

useSmallIcon

boolean useSmallIcon

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

Serialized Fields

contextGroup

ActionGroup contextGroup

flowLayout

java.awt.FlowLayout flowLayout

groups

java.util.ArrayList groups

horizontal

boolean horizontal

horzBorder

javax.swing.border.Border horzBorder

noBorder

javax.swing.border.Border noBorder

pop

ActionPopupMenu pop

prefSize

java.awt.Dimension prefSize

rebuilding

boolean rebuilding

source

java.lang.Object source

toolbarHash

java.util.HashMap toolbarHash

vertBorder

javax.swing.border.Border vertBorder

vertFlowLayout

VerticalFlowLayout vertFlowLayout

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


Package com.borland.primetime.editor

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

Serialized Fields

subKeymapName

java.lang.String subKeymapName

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.

markProcessedKeyPressed

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

masterKeymap

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

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.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.GotoBookmarkAction implements Serializable

Serialized Fields

bookmarkNumber

int bookmarkNumber

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

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

Serialized Fields

direction

int direction

select

boolean select

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

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.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.PrintAction implements Serializable

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

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

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

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

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.SetControlKAction implements Serializable

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.TestAction implements Serializable

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

Serialized Fields

lowerCase

EditorActions.LowerCaseAction lowerCase

upperCase

EditorActions.UpperCaseAction upperCase

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.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.EditorDocument implements Serializable

Serialized Fields

docRef

java.lang.ref.WeakReference docRef

markList

EditorDocument.MarkList markList

scanner

Scanner scanner

styleMap

BasicStyleMap styleMap

undoManager

JBUndoManager undoManager

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

Serialized Fields

runData

EditorDocument.RunInfo runData

stateFlags

int stateFlags

this$0

EditorDocument this$0

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

Serialized Fields

fontHeight

int fontHeight

fontMetrics

java.awt.FontMetrics fontMetrics

fontWidth

int fontWidth

highlightMark

EditorPane.HighlightMark highlightMark

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.

popupEnabled

boolean popupEnabled

processedKeyPressed

boolean processedKeyPressed

temporaryMark

LineMark temporaryMark

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

Serialized Fields

clickRow

int clickRow

doc

EditorDocument doc

editor

EditorPane editor

fontHeight

int fontHeight

gutterListeners

java.util.ArrayList gutterListeners

savedLineCount

int savedLineCount

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

Serialized Fields

endMark

int endMark

endPoint

int endPoint

startMark

int startMark

startPoint

int startPoint

this$0

JBUndoManager this$0

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

fontMap

java.util.HashMap fontMap

fontSearch

MasterStyleContext.FontKey fontSearch

fontSize

int fontSize

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.TextEditorKit implements Serializable

Serialized Fields

registeredKeymaps

java.util.Map registeredKeymaps

styleMap

BasicStyleMap styleMap

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

Serialized Fields

action

javax.swing.Action action

key

javax.swing.KeyStroke key


Package com.borland.primetime.ide

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

Serialized Fields

bList

java.util.Vector bList

browMessSplitter

Splitter browMessSplitter

browserNumber

int browserNumber

contentManager

ContentManager contentManager

lastOpenedUrl

Url lastOpenedUrl

leftContentSplitter

Splitter leftContentSplitter

mainMenuBar

BrowserMenuBar mainMenuBar

messageView

MessageView messageView

navIndex

int navIndex

navList

java.util.ArrayList navList

projectView

ProjectView projectView

projStructSplitter

Splitter projStructSplitter

statusView

StatusView statusView

structView

StructureView structView

tempStructureVisible

boolean tempStructureVisible

toolBarPane

BrowserToolBarPane toolBarPane

updateTimer

Browser.UpdateTimer updateTimer

waitTimers

java.util.ArrayList waitTimers

weakBrowser

java.lang.ref.WeakReference weakBrowser

wmWin

WaitMessageWindow wmWin

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

Serialized Fields

buttons

java.util.ArrayList buttons

this$0

Browser this$0

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

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

Serialized Fields

browser

Browser browser

contentViews

java.util.ArrayList contentViews

minSize

java.awt.Dimension minSize

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

Serialized Fields

blankViewer

javax.swing.JLabel blankViewer

browser

Browser browser

context

Context context

minSize

java.awt.Dimension minSize

requestingFocus

boolean requestingFocus

tabs

javax.swing.JTabbedPane tabs

updating

boolean updating

viewers

java.util.ArrayList viewers

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

Serialized Fields

action

javax.swing.Action action

masterKeymap

javax.swing.text.Keymap masterKeymap

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

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

Serialized Fields

activeContentView

ContentView activeContentView

desktop

javax.swing.JDesktopPane desktop

disposing

boolean disposing

interFrames

java.util.HashMap interFrames

maxmode

boolean maxmode

topleft

int topleft

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

Serialized Fields

ACTION_Clear

UpdateAction ACTION_Clear

ACTION_CopyContent

UpdateAction ACTION_CopyContent

ACTION_Hide

BrowserAction ACTION_Hide

ACTION_Remove

UpdateAction ACTION_Remove

ACTION_RemoveAll

UpdateAction ACTION_RemoveAll

browser

Browser browser

categoryListenerHash

java.util.HashMap categoryListenerHash

compHash

java.util.HashMap compHash

emptyLabel

javax.swing.JLabel emptyLabel

GROUP_Context

ActionGroup GROUP_Context

GROUP_ViewContext

ActionGroup GROUP_ViewContext

messageNodeHash

WeakValueHashMap messageNodeHash

minSize

java.awt.Dimension minSize

pop

ActionPopupMenu pop

tabs

javax.swing.JTabbedPane tabs

trees

java.util.HashMap trees

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

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

Serialized Fields

ab_Project

ActionButton ab_Project

activeProject

Project activeProject

browser

Browser browser

contextPopup

ActionPopupMenu contextPopup

GROUP_OpenProjects

ActionGroup GROUP_OpenProjects

GROUP_ToolBar

ActionGroup GROUP_ToolBar

minSize

java.awt.Dimension minSize

tempVisible

boolean tempVisible

toolbar

ActionToolBarPane toolbar

treePane

javax.swing.JPanel treePane

trees

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

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

Serialized Fields

browser

Browser browser

hint

boolean hint

hintLabel

javax.swing.JLabel hintLabel

low

javax.swing.border.Border low

psize

java.awt.Dimension psize

textLabel

javax.swing.JLabel textLabel

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

Serialized Fields

browser

Browser browser

emptyLabel

javax.swing.JLabel emptyLabel

minSize

java.awt.Dimension minSize

tempVisible

boolean tempVisible

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

Serialized Fields

emptyLabel

javax.swing.JPanel emptyLabel

pop

ActionPopupMenu pop

requestingFocus

boolean requestingFocus

tabs

javax.swing.JTabbedPane tabs

tabsUpdating

boolean tabsUpdating

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

Serialized Fields

activeContentView

ContentView activeContentView

contentPane

javax.swing.JPanel contentPane

emptyLabel

javax.swing.JPanel emptyLabel

nodeTabHash

WeakValueHashMap nodeTabHash

pop

ActionPopupMenu pop

tabModel

com.borland.jbcl.model.BasicVectorContainer tabModel

tabs

com.borland.jbcl.view.TabsetView tabs

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

Serialized Fields

activeContentView

ContentView activeContentView

contentPane

javax.swing.JPanel contentPane

emptyLabel

javax.swing.JPanel emptyLabel

group_tabSet

ActionGroup group_tabSet

showExts

boolean showExts

tabSet

ActionToolBar tabSet


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.runtime

Class com.borland.primetime.runtime.RunConfigurationListPanel implements Serializable

Serialized Fields

defaultConfiguration

RunConfiguration defaultConfiguration

nextConfigurationId

int nextConfigurationId

project

Project project


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

building

boolean building

gridbag

java.awt.GridBagLayout gridbag

iconPanel

javax.swing.JPanel iconPanel

instLabel

javax.swing.JLabel instLabel

instText

javax.swing.JTextArea instText

largeIcon

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

mainPanel

javax.swing.JPanel mainPanel

smallIcon

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

style

int style
Storage for the page style

wizardHost

WizardHost wizardHost
Storage for the WizardHost

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