Serialized Form


Package javax.help

Class javax.help.BadIDException extends java.lang.IllegalArgumentException implements Serializable

Serialized Fields

map

Map map

id

java.lang.String id

hs

HelpSet hs

Class javax.help.DefaultHelpHistoryModel extends java.lang.Object 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 extends java.lang.Object 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 extends TreeItem 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 extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

item

FavoritesItem item
FavoritesItem userObject of this node

Class javax.help.FavoritesView extends NavigatorView 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 extends java.lang.Object implements Serializable

Serialized Fields

base

java.net.URL base

resource

java.util.ResourceBundle resource

helpset

HelpSet helpset

Class javax.help.FlatMap.FlatMapResourceBundle extends java.util.ResourceBundle 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 extends IndexView implements Serializable

Class javax.help.HelpSet extends java.lang.Object 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 extends java.lang.Exception implements Serializable

Class javax.help.IndexItem extends TreeItem implements Serializable

Class javax.help.IndexView extends NavigatorView implements Serializable

Class javax.help.InvalidHelpSetContextException extends java.lang.Exception implements Serializable

Serialized Fields

context

HelpSet context

hs

HelpSet hs

Class javax.help.InvalidNavigatorViewException extends java.lang.Exception 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 extends javax.swing.JComponent 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 extends javax.swing.JComponent.AccessibleJComponent implements Serializable

Class javax.help.JHelpContentViewer extends javax.swing.JComponent 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 extends javax.swing.JComponent.AccessibleJComponent implements Serializable

Class javax.help.JHelpFavoritesNavigator extends JHelpNavigator implements Serializable

Class javax.help.JHelpGlossaryNavigator extends JHelpNavigator implements Serializable

Class javax.help.JHelpIndexNavigator extends JHelpNavigator implements Serializable

Class javax.help.JHelpNavigator extends javax.swing.JComponent implements Serializable

Serialized Fields

helpModel

HelpModel helpModel

type

java.lang.String type

view

NavigatorView view

selectedItems

TreeItem[] selectedItems

Class javax.help.JHelpNavigator.AccessibleJHelpNavigator extends javax.swing.JComponent.AccessibleJComponent implements Serializable

Class javax.help.JHelpSearchNavigator extends JHelpNavigator implements Serializable

Serialized Fields

search

MergingSearchEngine search

Class javax.help.JHelpTOCNavigator extends JHelpNavigator implements Serializable

Class javax.help.Map.ID extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

hs

HelpSet hs

Class javax.help.NavigatorView extends java.lang.Object 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 extends TOCItem implements Serializable

Serialized Fields

url

java.net.URL url

sivec

java.util.Vector sivec

inTOC

boolean inTOC

confidence

double confidence

Class javax.help.SearchView extends NavigatorView implements Serializable

Class javax.help.TOCItem extends TreeItem implements Serializable

Serialized Fields

imageID

Map.ID imageID

Class javax.help.TOCView extends NavigatorView implements Serializable

Serialized Fields

categoryOpenImageID

Map.ID categoryOpenImageID

categoryClosedImageID

Map.ID categoryClosedImageID

topicImageID

Map.ID topicImageID

Class javax.help.TreeItem extends java.lang.Object 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 extends java.lang.Object implements Serializable

Serialized Fields

maps

java.util.Vector maps

Class javax.help.UnsupportedOperationException extends java.lang.RuntimeException implements Serializable


Package javax.help.search

Class javax.help.search.SearchEvent extends java.util.EventObject 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 extends java.lang.Object 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 extends java.util.EventObject implements Serializable

Serialized Fields

next

boolean next

previous

boolean previous

Class javax.help.event.HelpModelEvent extends java.util.EventObject 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 extends java.util.EventObject implements Serializable

Serialized Fields

helpset

HelpSet helpset

action

int action

Class javax.help.event.TextHelpModelEvent extends java.util.EventObject implements Serializable


Package javax.help.plaf.basic

Class javax.help.plaf.basic.BasicContentViewerUI extends HelpContentViewerUI 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 extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Class javax.help.plaf.basic.BasicFavoritesNavigatorUI extends HelpNavigatorUI 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 extends javax.swing.AbstractAction implements Serializable

Class javax.help.plaf.basic.BasicFavoritesNavigatorUI.CopyAction extends javax.swing.AbstractAction implements Serializable

Class javax.help.plaf.basic.BasicFavoritesNavigatorUI.CutAction extends javax.swing.AbstractAction implements Serializable

Class javax.help.plaf.basic.BasicFavoritesNavigatorUI.FavoritesTree extends javax.swing.JTree 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 extends javax.swing.AbstractAction implements Serializable

Class javax.help.plaf.basic.BasicFavoritesNavigatorUI.PasteAction extends javax.swing.AbstractAction implements Serializable

Class javax.help.plaf.basic.BasicFavoritesNavigatorUI.RemoveAction extends javax.swing.AbstractAction implements Serializable

Class javax.help.plaf.basic.BasicGlossaryNavigatorUI extends HelpNavigatorUI 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 extends HelpUI 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 extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Class javax.help.plaf.basic.BasicIndexNavigatorUI extends HelpNavigatorUI 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 extends HelpContentViewerUI 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 extends javax.swing.JPanel 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 extends javax.swing.JLabel.AccessibleJLabel implements Serializable

Class javax.help.plaf.basic.BasicTOCCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

map

Map map

view

TOCView view

Class javax.help.plaf.basic.BasicTOCNavigatorUI extends HelpNavigatorUI 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 extends javax.servlet.jsp.tagext.BodyTagSupport 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 extends javax.servlet.jsp.tagext.BodyTagSupport 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 extends javax.servlet.jsp.tagext.BodyTagSupport 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 extends javax.servlet.jsp.tagext.BodyTagSupport 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 extends javax.servlet.jsp.tagext.TagSupport 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 extends javax.swing.JButton 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