Serialized Form
-
Package com.sun.java.help.impl
-
Class com.sun.java.help.impl.CustomKit extends javax.swing.text.html.HTMLEditorKit implements Serializable
-
Serialized Fields
-
mouseHandler
java.awt.event.MouseMotionListener mouseHandler
-
-
-
Class com.sun.java.help.impl.JHSecondaryViewer extends javax.swing.JButton implements Serializable
-
Serialized Fields
-
base
java.net.URL base
-
content
java.lang.String content
-
doc
javax.swing.text.html.HTMLDocument doc
-
hs
HelpSet hs
-
ident
Map.ID ident
-
myView
javax.swing.text.View myView
-
origCursor
java.awt.Cursor origCursor
-
textAttribs
javax.swing.text.SimpleAttributeSet textAttribs
-
viewerActivator
int viewerActivator
-
viewerHeight
int viewerHeight
properties -
viewerIcon
javax.swing.Icon viewerIcon
-
viewerName
java.lang.String viewerName
-
viewerStyle
int viewerStyle
-
viewerWidth
int viewerWidth
-
viewerX
int viewerX
-
viewerY
int viewerY
-
-
-
Class com.sun.java.help.impl.ParserEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
data
java.lang.String data
-
publicId
java.lang.String publicId
-
root
java.lang.String root
-
systemId
java.lang.String systemId
-
tag
Tag tag
-
target
java.lang.String target
-
text
java.lang.String text
-
-
-
-
Package javax.help
-
Class javax.help.BadIDException extends java.lang.IllegalArgumentException implements Serializable
-
Class javax.help.DefaultHelpHistoryModel extends java.lang.Object implements Serializable
-
Serialized Fields
-
help
JHelp help
-
helpModel
HelpModel helpModel
-
history
java.util.Vector history
-
historyIndex
int historyIndex
-
listenerList
EventListenerList listenerList
-
-
-
Class javax.help.DefaultHelpModel extends java.lang.Object implements Serializable
-
Serialized Fields
-
changes
java.beans.PropertyChangeSupport changes
-
currentID
Map.ID currentID
-
currentURL
java.net.URL currentURL
-
helpset
HelpSet helpset
-
highlights
java.util.Vector highlights
-
listenerList
EventListenerList listenerList
-
navID
java.lang.String navID
-
textListenerList
EventListenerList textListenerList
-
title
java.lang.String title
-
-
-
Class javax.help.FavoritesItem extends TreeItem implements Serializable
-
Serialized Fields
-
children
java.util.Vector children
-
emptyInitState
boolean emptyInitState
-
isFolder
boolean isFolder
-
parent
FavoritesItem parent
-
target
java.lang.String target
-
title
java.lang.String title
-
url
java.lang.String url
-
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
-
enabledSave
boolean enabledSave
Determines wheter save action of favorites file is enabled or not -
hs
HelpSet hs
The HelpSet
-
-
-
Class javax.help.FlatMap extends java.lang.Object implements Serializable
-
Serialized Fields
-
base
java.net.URL base
-
helpset
HelpSet helpset
-
resource
java.util.ResourceBundle resource
-
-
-
Class javax.help.FlatMap.FlatMapResourceBundle extends java.util.ResourceBundle implements Serializable
-
Serialized Fields
-
lookup
java.util.Hashtable lookup
-
messages
java.util.Vector messages
-
source
java.net.URL source
-
startedmap
boolean startedmap
-
validParse
boolean validParse
-
-
-
Class javax.help.GlossaryView extends IndexView implements Serializable
-
Class javax.help.HelpSet extends java.lang.Object implements Serializable
-
Serialized Fields
-
changes
java.beans.PropertyChangeSupport changes
-
combinedMap
TryMap combinedMap
-
defaultPresentation
HelpSet.Presentation defaultPresentation
-
helpset
java.net.URL helpset
-
helpsets
java.util.Vector helpsets
-
homeID
java.lang.String homeID
-
listenerList
EventListenerList listenerList
-
locale
java.util.Locale locale
-
localKeys
java.util.Hashtable localKeys
-
map
Map map
-
presentations
java.util.Vector presentations
-
subHelpSets
java.util.Vector subHelpSets
-
title
java.lang.String title
-
views
java.util.Vector views
-
-
-
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
-
Class javax.help.InvalidNavigatorViewException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
className
java.lang.String className
-
hs
HelpSet hs
-
label
java.lang.String label
-
locale
java.util.Locale locale
-
name
java.lang.String name
-
params
java.util.Hashtable params
-
-
-
Class javax.help.JHelp extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
contentViewer
JHelpContentViewer contentViewer
-
debug
boolean debug
Debug code -
helpModel
TextHelpModel helpModel
-
historyModel
HelpHistoryModel historyModel
-
hsPres
HelpSet.Presentation hsPres
-
navDisplayed
boolean navDisplayed
-
navigators
java.util.Vector navigators
-
toolbarDisplayed
boolean toolbarDisplayed
-
-
-
Class javax.help.JHelp.AccessibleJHelp extends javax.swing.JComponent.AccessibleJComponent implements Serializable
-
Class javax.help.JHelpContentViewer extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
debug
boolean debug
Debug code -
kitRegistry
java.util.Hashtable kitRegistry
The local kitRegistry, indexed by mime type. -
model
TextHelpModel model
-
synch
boolean synch
Mark this JHelpContentViewer as synchronized with navigators It is false for JHelpContentviewer used inside of glossary
-
-
-
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
-
selectedItems
TreeItem[] selectedItems
-
type
java.lang.String type
-
view
NavigatorView view
-
-
-
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
-
hs
HelpSet hs
-
id
java.lang.String id
-
-
-
Class javax.help.NavigatorView extends java.lang.Object implements Serializable
-
Class javax.help.SearchTOCItem extends TOCItem implements Serializable
-
Serialized Fields
-
confidence
double confidence
-
inTOC
boolean inTOC
-
sivec
java.util.Vector sivec
-
url
java.net.URL url
-
-
-
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
-
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
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
-
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.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
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
- 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
-
historyName
java.lang.String historyName
-
id
Map.ID id
-
navigator
JHelpNavigator navigator
-
pos0
int pos0
-
pos1
int pos1
-
url
java.net.URL url
-
-
-
Class javax.help.event.HelpSetEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
action
int action
-
helpset
HelpSet helpset
-
-
-
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
-
html
javax.swing.JEditorPane html
-
loadingURL
boolean loadingURL
-
pendingHighlightsEvent
TextHelpModelEvent pendingHighlightsEvent
-
registry
java.util.Hashtable registry
-
theViewer
JHelpContentViewer theViewer
-
vp
javax.swing.JViewport vp
-
-
-
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
-
addAction
javax.swing.Action addAction
-
addMI
javax.swing.JMenuItem addMI
-
connections
java.util.HashMap connections
-
contentTitle
java.lang.String contentTitle
-
copyAction
javax.swing.Action copyAction
-
copyMI
javax.swing.JMenuItem copyMI
-
currentFindNode
javax.swing.tree.DefaultMutableTreeNode currentFindNode
-
cutAction
javax.swing.Action cutAction
-
cutMI
javax.swing.JMenuItem cutMI
-
dataMap
java.util.HashMap dataMap
-
favNode
FavoritesNode favNode
-
favorites
JHelpFavoritesNavigator favorites
-
folderAction
javax.swing.Action folderAction
-
hsMap
java.util.HashMap hsMap
-
locale
java.util.Locale locale
-
newFolderMI
javax.swing.JMenuItem newFolderMI
-
nodeClipboard
java.util.Vector nodeClipboard
Vector of nodes used in CutAction -
oldText
java.lang.String oldText
-
pasteAction
javax.swing.Action pasteAction
-
pasteMI
javax.swing.JMenuItem pasteMI
-
popup
javax.swing.JPopupMenu popup
-
rbc
java.text.RuleBasedCollator rbc
-
removeAction
javax.swing.Action removeAction
-
removeMI
javax.swing.JMenuItem removeMI
-
rootNode
FavoritesNode rootNode
-
selectedID
Map.ID selectedID
-
selectedItem
FavoritesItem selectedItem
-
selectedNode
FavoritesNode selectedNode
-
selectedTreePath
javax.swing.tree.TreePath selectedTreePath
-
separatorMI
javax.swing.JSeparator separatorMI
-
sp
javax.swing.JScrollPane sp
-
topNode
FavoritesNode topNode
-
tree
javax.swing.JTree tree
-
-
-
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
-
cursorLocation
java.awt.Point cursorLocation
-
dndCursor
java.awt.Cursor dndCursor
Custom cursor -
dragSource
java.awt.dnd.DragSource dragSource
-
dragSourceContext
java.awt.dnd.DragSourceContext dragSourceContext
-
ghostImage
java.awt.image.BufferedImage ghostImage
-
ghostRect
java.awt.geom.Rectangle2D ghostRect
-
hashCandidate
Map.ID hashCandidate
Data object of selected FavoritesNode -
offset
java.awt.Point offset
-
pathSource
javax.swing.tree.TreePath pathSource
-
ptLast
java.awt.Point ptLast
-
selectedID
Map.ID selectedID
-
-
-
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
-
currentFindNode
javax.swing.tree.DefaultMutableTreeNode currentFindNode
-
glossary
JHelpGlossaryNavigator glossary
-
oldText
java.lang.String oldText
-
rbc
java.text.RuleBasedCollator rbc
-
searchField
javax.swing.JTextField searchField
-
sp
javax.swing.JScrollPane sp
-
topNode
javax.swing.tree.DefaultMutableTreeNode topNode
-
tree
javax.swing.JTree tree
-
viewer
JHelpContentViewer viewer
-
-
-
Class javax.help.plaf.basic.BasicHelpUI extends HelpUI implements Serializable
-
Serialized Fields
-
dividerLocation
int dividerLocation
-
dividerLocationRatio
double dividerLocationRatio
-
favorites
JHelpFavoritesNavigator favorites
-
help
JHelp help
-
navs
java.util.Vector navs
-
splitPane
javax.swing.JSplitPane splitPane
-
tabbedPane
javax.swing.JTabbedPane tabbedPane
-
toolbar
javax.swing.JToolBar toolbar
-
-
-
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
-
currentFindNode
javax.swing.tree.DefaultMutableTreeNode currentFindNode
-
index
JHelpIndexNavigator index
-
oldText
java.lang.String oldText
-
rbc
java.text.RuleBasedCollator rbc
-
searchField
javax.swing.JTextField searchField
-
sp
javax.swing.JScrollPane sp
-
topNode
javax.swing.tree.DefaultMutableTreeNode topNode
-
tree
javax.swing.JTree tree
-
worker
SwingWorker worker
-
-
-
Class javax.help.plaf.basic.BasicSearchCellRenderer extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
backgroundNonSelectionColor
java.awt.Color backgroundNonSelectionColor
Color to use for the background when the node is not selected. -
backgroundSelectionColor
java.awt.Color backgroundSelectionColor
Color to use for the background when a node is selected. -
borderSelectionColor
java.awt.Color borderSelectionColor
Color to use for the background when the node is not selected. -
drawsFocusBorderAroundIcon
boolean drawsFocusBorderAroundIcon
True if draws focus border around icon as well. -
hasFocus
boolean hasFocus
True if has focus. -
hits
javax.help.plaf.basic.BasicSearchCellRenderer.ValueJLabel hits
Hits -
map
Map map
Map to use for rendering included images. -
quality
javax.help.plaf.basic.BasicSearchCellRenderer.ValueJLabel quality
Quality -
selected
boolean selected
Is the value currently selected. -
textNonSelectionColor
java.awt.Color textNonSelectionColor
Color to use for the foreground for non-selected nodes. -
textSelectionColor
java.awt.Color textSelectionColor
Color to use for the foreground for selected nodes. -
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
-
Class javax.help.plaf.basic.BasicTOCNavigatorUI extends HelpNavigatorUI implements Serializable
-
Serialized Fields
-
inInstallUI
boolean inInstallUI
-
sp
javax.swing.JScrollPane sp
-
toc
JHelpTOCNavigator toc
-
topNode
javax.swing.tree.DefaultMutableTreeNode topNode
-
tree
javax.swing.JTree tree
-
worker
SwingWorker worker
-
-
-
-
Package javax.help.search
-
Class javax.help.search.SearchEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
items
java.util.Vector items
-
params
java.lang.String params
-
searching
boolean searching
-
-
-
-
Package javax.help.tagext
-
Class javax.help.tagext.IndexItemTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable
-
Serialized Fields
-
baseID
java.lang.String baseID
-
hb
HelpBroker hb
-
topNode
javax.swing.tree.DefaultMutableTreeNode topNode
-
treeEnum
java.util.Enumeration treeEnum
-
view
IndexView view
-
-
-
Class javax.help.tagext.NavigatorsTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable
-
Serialized Fields
-
curNav
java.lang.String curNav
-
hb
HelpBroker hb
-
hs
HelpSet hs
-
i
int i
-
views
NavigatorView[] views
-
-
-
Class javax.help.tagext.SearchTOCItemTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable
-
Serialized Fields
-
hb
HelpBroker hb
-
helpsearch
MergingSearchEngine helpsearch
-
nodes
java.util.Vector nodes
-
query
java.lang.String query
-
searchFinished
boolean searchFinished
-
searchquery
SearchQuery searchquery
-
treeEnum
java.util.Enumeration treeEnum
-
view
SearchView view
-
-
-
Class javax.help.tagext.TOCItemTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable
-
Serialized Fields
-
baseID
java.lang.String baseID
-
hb
HelpBroker hb
-
topNode
javax.swing.tree.DefaultMutableTreeNode topNode
-
treeEnum
java.util.Enumeration treeEnum
-
view
TOCView view
-
-
-
Class javax.help.tagext.ValidateTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable
-
Serialized Fields
-
helpBroker
HelpBroker helpBroker
-
hsName
java.lang.String hsName
-
id
java.lang.String id
-
invalidURLPath
java.lang.String invalidURLPath
-
merge
boolean merge
-
-
-