Serialized Form


Package javax.help

Class javax.help.BadIDException implements Serializable

Serialized Fields

map

Map map

id

java.lang.String id

hs

HelpSet hs

Class javax.help.DefaultHelpHistoryModel implements Serializable

Serialized Fields

history

java.util.Vector history

historyIndex

int historyIndex

helpModel

HelpModel helpModel

listenerList

EventListenerList listenerList

help

JHelp help

Class javax.help.DefaultHelpModel implements Serializable

Serialized Fields

helpset

HelpSet helpset

currentID

Map.ID currentID

currentURL

java.net.URL currentURL

navID

java.lang.String navID

highlights

java.util.Vector highlights

title

java.lang.String title

listenerList

EventListenerList listenerList

textListenerList

EventListenerList textListenerList

changes

java.beans.PropertyChangeSupport changes

Class javax.help.FavoritesItem implements Serializable

Serialized Fields

isFolder

boolean isFolder

parent

FavoritesItem parent

children

java.util.Vector children

url

java.lang.String url

target

java.lang.String target

title

java.lang.String title

emptyInitState

boolean emptyInitState

visible

boolean visible

Class javax.help.FavoritesNode implements Serializable

Serialized Fields

item

FavoritesItem item
FavoritesItem userObject of this node

Class javax.help.FavoritesView implements Serializable

Serialized Fields

hs

HelpSet hs
The HelpSet


enabledSave

boolean enabledSave
Determines wheter save action of favorites file is enabled or not

Class javax.help.FlatMap implements Serializable

Serialized Fields

base

java.net.URL base

resource

java.util.ResourceBundle resource

helpset

HelpSet helpset

Class javax.help.FlatMap.FlatMapResourceBundle implements Serializable

Serialized Fields

lookup

java.util.Hashtable lookup

startedmap

boolean startedmap

source

java.net.URL source

messages

java.util.Vector messages

validParse

boolean validParse

Class javax.help.GlossaryView implements Serializable

Class javax.help.HelpSet implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList

title

java.lang.String title

map

Map map

combinedMap

TryMap combinedMap

helpset

java.net.URL helpset

homeID

java.lang.String homeID

locale

java.util.Locale locale

views

java.util.Vector views

presentations

java.util.Vector presentations

defaultPresentation

HelpSet.Presentation defaultPresentation

helpsets

java.util.Vector helpsets

subHelpSets

java.util.Vector subHelpSets

localKeys

java.util.Hashtable localKeys

changes

java.beans.PropertyChangeSupport changes

Class javax.help.HelpSetException implements Serializable

Class javax.help.IndexItem implements Serializable

Class javax.help.IndexView implements Serializable

Class javax.help.InvalidHelpSetContextException implements Serializable

Serialized Fields

context

HelpSet context

hs

HelpSet hs

Class javax.help.InvalidNavigatorViewException implements Serializable

Serialized Fields

hs

HelpSet hs

name

java.lang.String name

label

java.lang.String label

locale

java.util.Locale locale

className

java.lang.String className

params

java.util.Hashtable params

Class javax.help.JHelp implements Serializable

Serialized Fields

helpModel

TextHelpModel helpModel

historyModel

HelpHistoryModel historyModel

navigators

java.util.Vector navigators

navDisplayed

boolean navDisplayed

toolbarDisplayed

boolean toolbarDisplayed

hsPres

HelpSet.Presentation hsPres

contentViewer

JHelpContentViewer contentViewer

debug

boolean debug
Debug code

Class javax.help.JHelp.AccessibleJHelp implements Serializable

Class javax.help.JHelpContentViewer implements Serializable

Serialized Fields

model

TextHelpModel model

synch

boolean synch
Mark this JHelpContentViewer as synchronized with navigators It is false for JHelpContentviewer used inside of glossary


kitRegistry

java.util.Hashtable kitRegistry
The local kitRegistry, indexed by mime type.


debug

boolean debug
Debug code

Class javax.help.JHelpContentViewer.AccessibleJHelpContentViewer implements Serializable

Class javax.help.JHelpFavoritesNavigator implements Serializable

Class javax.help.JHelpGlossaryNavigator implements Serializable

Class javax.help.JHelpIndexNavigator implements Serializable

Class javax.help.JHelpNavigator implements Serializable

Serialized Fields

helpModel

HelpModel helpModel

type

java.lang.String type

view

NavigatorView view

selectedItems

TreeItem[] selectedItems

Class javax.help.JHelpNavigator.AccessibleJHelpNavigator implements Serializable

Class javax.help.JHelpSearchNavigator implements Serializable

Serialized Fields

search

MergingSearchEngine search

Class javax.help.JHelpTOCNavigator implements Serializable

Class javax.help.Map.ID implements Serializable

Serialized Fields

id

java.lang.String id

hs

HelpSet hs

Class javax.help.NavigatorView implements Serializable

Serialized Fields

hs

HelpSet hs

name

java.lang.String name

label

java.lang.String label

locale

java.util.Locale locale

params

java.util.Hashtable params

imageID

Map.ID imageID

mergeType

java.lang.String mergeType

Class javax.help.SearchTOCItem implements Serializable

Serialized Fields

url

java.net.URL url

sivec

java.util.Vector sivec

inTOC

boolean inTOC

confidence

double confidence

Class javax.help.SearchView implements Serializable

Class javax.help.TOCItem implements Serializable

Serialized Fields

imageID

Map.ID imageID

Class javax.help.TOCView implements Serializable

Serialized Fields

categoryOpenImageID

Map.ID categoryOpenImageID

categoryClosedImageID

Map.ID categoryClosedImageID

topicImageID

Map.ID topicImageID

Class javax.help.TreeItem implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

name

java.lang.String name

id

Map.ID id

locale

java.util.Locale locale

mergeType

java.lang.String mergeType

expand

int expand

presentation

java.lang.String presentation

presentationName

java.lang.String presentationName

hs

HelpSet hs

Class javax.help.TryMap implements Serializable

Serialized Fields

maps

java.util.Vector maps

Class javax.help.UnsupportedOperationException implements Serializable


Package javax.help.search

Class javax.help.search.SearchEvent implements Serializable

Serialized Fields

params

java.lang.String params

searching

boolean searching

items

java.util.Vector items


Package javax.help.event

Class javax.help.event.EventListenerList implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException

Class javax.help.event.HelpHistoryModelEvent implements Serializable

Serialized Fields

next

boolean next

previous

boolean previous

Class javax.help.event.HelpModelEvent implements Serializable

Serialized Fields

id

Map.ID id

url

java.net.URL url

historyName

java.lang.String historyName

navigator

JHelpNavigator navigator

pos0

int pos0

pos1

int pos1

Class javax.help.event.HelpSetEvent implements Serializable

Serialized Fields

helpset

HelpSet helpset

action

int action

Class javax.help.event.TextHelpModelEvent implements Serializable


Package javax.help.plaf.basic

Class javax.help.plaf.basic.BasicContentViewerUI implements Serializable

Serialized Fields

theViewer

JHelpContentViewer theViewer

html

javax.swing.JEditorPane html

vp

javax.swing.JViewport vp

registry

java.util.Hashtable registry

loadingURL

boolean loadingURL

pendingHighlightsEvent

TextHelpModelEvent pendingHighlightsEvent

Class javax.help.plaf.basic.BasicFavoritesCellRenderer implements Serializable

Class javax.help.plaf.basic.BasicFavoritesNavigatorUI implements Serializable

Serialized Fields

favorites

JHelpFavoritesNavigator favorites

sp

javax.swing.JScrollPane sp

topNode

FavoritesNode topNode

tree

javax.swing.JTree tree

contentTitle

java.lang.String contentTitle

rbc

java.text.RuleBasedCollator rbc

oldText

java.lang.String oldText

currentFindNode

javax.swing.tree.DefaultMutableTreeNode currentFindNode

addAction

javax.swing.Action addAction

removeAction

javax.swing.Action removeAction

cutAction

javax.swing.Action cutAction

pasteAction

javax.swing.Action pasteAction

copyAction

javax.swing.Action copyAction

folderAction

javax.swing.Action folderAction

popup

javax.swing.JPopupMenu popup

dataMap

java.util.HashMap dataMap

favNode

FavoritesNode favNode

rootNode

FavoritesNode rootNode

locale

java.util.Locale locale

selectedNode

FavoritesNode selectedNode

selectedItem

FavoritesItem selectedItem

selectedTreePath

javax.swing.tree.TreePath selectedTreePath

selectedID

Map.ID selectedID

newFolderMI

javax.swing.JMenuItem newFolderMI

addMI

javax.swing.JMenuItem addMI

separatorMI

javax.swing.JSeparator separatorMI

cutMI

javax.swing.JMenuItem cutMI

copyMI

javax.swing.JMenuItem copyMI

pasteMI

javax.swing.JMenuItem pasteMI

removeMI

javax.swing.JMenuItem removeMI

hsMap

java.util.HashMap hsMap

connections

java.util.HashMap connections

nodeClipboard

java.util.Vector nodeClipboard
Vector of nodes used in CutAction

Class javax.help.plaf.basic.BasicFavoritesNavigatorUI.AddAction implements Serializable

Class javax.help.plaf.basic.BasicFavoritesNavigatorUI.CopyAction implements Serializable

Class javax.help.plaf.basic.BasicFavoritesNavigatorUI.CutAction implements Serializable

Class javax.help.plaf.basic.BasicFavoritesNavigatorUI.FavoritesTree implements Serializable

Serialized Fields

selectedID

Map.ID selectedID

dragSource

java.awt.dnd.DragSource dragSource

dragSourceContext

java.awt.dnd.DragSourceContext dragSourceContext

cursorLocation

java.awt.Point cursorLocation

pathSource

javax.swing.tree.TreePath pathSource

ghostImage

java.awt.image.BufferedImage ghostImage

offset

java.awt.Point offset

ptLast

java.awt.Point ptLast

ghostRect

java.awt.geom.Rectangle2D ghostRect

hashCandidate

Map.ID hashCandidate
Data object of selected FavoritesNode


dndCursor

java.awt.Cursor dndCursor
Custom cursor

Class javax.help.plaf.basic.BasicFavoritesNavigatorUI.FolderAction implements Serializable

Class javax.help.plaf.basic.BasicFavoritesNavigatorUI.PasteAction implements Serializable

Class javax.help.plaf.basic.BasicFavoritesNavigatorUI.RemoveAction implements Serializable

Class javax.help.plaf.basic.BasicGlossaryNavigatorUI implements Serializable

Serialized Fields

glossary

JHelpGlossaryNavigator glossary

sp

javax.swing.JScrollPane sp

topNode

javax.swing.tree.DefaultMutableTreeNode topNode

tree

javax.swing.JTree tree

searchField

javax.swing.JTextField searchField

rbc

java.text.RuleBasedCollator rbc

oldText

java.lang.String oldText

currentFindNode

javax.swing.tree.DefaultMutableTreeNode currentFindNode

viewer

JHelpContentViewer viewer

Class javax.help.plaf.basic.BasicHelpUI implements Serializable

Serialized Fields

help

JHelp help

toolbar

javax.swing.JToolBar toolbar

splitPane

javax.swing.JSplitPane splitPane

tabbedPane

javax.swing.JTabbedPane tabbedPane

navs

java.util.Vector navs

dividerLocation

int dividerLocation

dividerLocationRatio

double dividerLocationRatio
See Also:
Constant Field Values

favorites

JHelpFavoritesNavigator favorites

Class javax.help.plaf.basic.BasicIndexCellRenderer implements Serializable

Class javax.help.plaf.basic.BasicIndexNavigatorUI implements Serializable

Serialized Fields

index

JHelpIndexNavigator index

sp

javax.swing.JScrollPane sp

topNode

javax.swing.tree.DefaultMutableTreeNode topNode

tree

javax.swing.JTree tree

searchField

javax.swing.JTextField searchField

rbc

java.text.RuleBasedCollator rbc

oldText

java.lang.String oldText

currentFindNode

javax.swing.tree.DefaultMutableTreeNode currentFindNode

worker

com.sun.java.help.impl.SwingWorker worker

Class javax.help.plaf.basic.BasicNativeContentViewerUI implements Serializable

Serialized Fields

theViewer

JHelpContentViewer theViewer

html

org.jdesktop.jdic.browser.WebBrowser html

vp

javax.swing.JViewport vp

Class javax.help.plaf.basic.BasicSearchCellRenderer implements Serializable

Serialized Fields

selected

boolean selected
Is the value currently selected.


hasFocus

boolean hasFocus
True if has focus.


drawsFocusBorderAroundIcon

boolean drawsFocusBorderAroundIcon
True if draws focus border around icon as well.


textSelectionColor

java.awt.Color textSelectionColor
Color to use for the foreground for selected nodes.


textNonSelectionColor

java.awt.Color textNonSelectionColor
Color to use for the foreground for non-selected nodes.


backgroundSelectionColor

java.awt.Color backgroundSelectionColor
Color to use for the background when a node is selected.


backgroundNonSelectionColor

java.awt.Color backgroundNonSelectionColor
Color to use for the background when the node is not selected.


borderSelectionColor

java.awt.Color borderSelectionColor
Color to use for the background when the node is not selected.


map

Map map
Map to use for rendering included images.


hits

javax.help.plaf.basic.BasicSearchCellRenderer.ValueJLabel hits
Hits


quality

javax.help.plaf.basic.BasicSearchCellRenderer.ValueJLabel quality
Quality


title

javax.swing.JLabel title
Title

Class javax.help.plaf.basic.BasicSearchCellRenderer.ValueJLabel.AccessibleValueJLabel implements Serializable

Class javax.help.plaf.basic.BasicTOCCellRenderer implements Serializable

Serialized Fields

map

Map map

view

TOCView view

Class javax.help.plaf.basic.BasicTOCNavigatorUI implements Serializable

Serialized Fields

toc

JHelpTOCNavigator toc

sp

javax.swing.JScrollPane sp

topNode

javax.swing.tree.DefaultMutableTreeNode topNode

tree

javax.swing.JTree tree

inInstallUI

boolean inInstallUI

worker

com.sun.java.help.impl.SwingWorker worker


Package javax.help.tagext

Class javax.help.tagext.IndexItemTag implements Serializable

Serialized Fields

treeEnum

java.util.Enumeration treeEnum

topNode

javax.swing.tree.DefaultMutableTreeNode topNode

baseID

java.lang.String baseID

hb

HelpBroker hb

view

IndexView view

Class javax.help.tagext.NavigatorsTag implements Serializable

Serialized Fields

hb

HelpBroker hb

hs

HelpSet hs

curNav

java.lang.String curNav

views

NavigatorView[] views

i

int i

Class javax.help.tagext.SearchTOCItemTag implements Serializable

Serialized Fields

treeEnum

java.util.Enumeration treeEnum

nodes

java.util.Vector nodes

view

SearchView view

hb

HelpBroker hb

query

java.lang.String query

helpsearch

MergingSearchEngine helpsearch

searchquery

SearchQuery searchquery

searchFinished

boolean searchFinished

Class javax.help.tagext.TOCItemTag implements Serializable

Serialized Fields

treeEnum

java.util.Enumeration treeEnum

topNode

javax.swing.tree.DefaultMutableTreeNode topNode

baseID

java.lang.String baseID

hb

HelpBroker hb

view

TOCView view

Class javax.help.tagext.ValidateTag implements Serializable

Serialized Fields

helpBroker

HelpBroker helpBroker

invalidURLPath

java.lang.String invalidURLPath

hsName

java.lang.String hsName

id

java.lang.String id

merge

boolean merge


Class com.sun.java.help.impl.JHSecondaryViewer implements Serializable

Serialized Fields

myView

javax.swing.text.View myView

hs

HelpSet hs

textAttribs

javax.swing.text.SimpleAttributeSet textAttribs

base

java.net.URL base

doc

javax.swing.text.html.HTMLDocument doc

origCursor

java.awt.Cursor origCursor

viewerHeight

int viewerHeight
properties


viewerWidth

int viewerWidth

viewerX

int viewerX

viewerY

int viewerY

viewerName

java.lang.String viewerName

viewerActivator

int viewerActivator

viewerStyle

int viewerStyle

viewerIcon

javax.swing.Icon viewerIcon

content

java.lang.String content

ident

Map.ID ident