Serialized Form
-
Package com.sun.java.help.impl
-
Class com.sun.java.help.impl.CustomKit
class CustomKit extends HTMLEditorKit implements Serializable-
Serialized Fields
-
mouseHandler
MouseMotionListener mouseHandler
-
-
-
Class com.sun.java.help.impl.JHSecondaryViewer
class JHSecondaryViewer extends JButton implements Serializable-
Serialized Fields
-
base
URL base
-
content
String content
-
doc
HTMLDocument doc
-
hs
HelpSet hs
-
ident
Map.ID ident
-
myView
View myView
-
origCursor
Cursor origCursor
-
textAttribs
SimpleAttributeSet textAttribs
-
viewerActivator
int viewerActivator
-
viewerHeight
int viewerHeight
properties -
viewerIcon
Icon viewerIcon
-
viewerName
String viewerName
-
viewerStyle
int viewerStyle
-
viewerWidth
int viewerWidth
-
viewerX
int viewerX
-
viewerY
int viewerY
-
-
-
Class com.sun.java.help.impl.ParserEvent
class ParserEvent extends EventObject implements Serializable
-
-
Package javax.help
-
Exception javax.help.BadIDException
class BadIDException extends IllegalArgumentException implements Serializable -
Class javax.help.DefaultHelpHistoryModel
class DefaultHelpHistoryModel extends Object implements Serializable-
Serialized Fields
-
help
JHelp help
-
helpModel
HelpModel helpModel
-
history
Vector history
-
historyIndex
int historyIndex
-
listenerList
EventListenerList listenerList
-
-
-
Class javax.help.DefaultHelpModel
class DefaultHelpModel extends Object implements Serializable-
Serialized Fields
-
changes
PropertyChangeSupport changes
-
currentID
Map.ID currentID
-
currentURL
URL currentURL
-
helpset
HelpSet helpset
-
highlights
Vector highlights
-
listenerList
EventListenerList listenerList
-
navID
String navID
-
textListenerList
EventListenerList textListenerList
-
title
String title
-
-
-
Class javax.help.FavoritesItem
class FavoritesItem extends TreeItem implements Serializable-
Serialized Fields
-
children
Vector children
-
emptyInitState
boolean emptyInitState
-
isFolder
boolean isFolder
-
parent
FavoritesItem parent
-
target
String target
-
title
String title
-
url
String url
-
visible
boolean visible
-
-
-
Class javax.help.FavoritesNode
class FavoritesNode extends DefaultMutableTreeNode implements Serializable-
Serialized Fields
-
item
FavoritesItem item
FavoritesItem userObject of this node
-
-
-
Class javax.help.FavoritesView
class 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
class FlatMap extends Object implements Serializable-
Serialized Fields
-
base
URL base
-
helpset
HelpSet helpset
-
resource
ResourceBundle resource
-
-
-
Class javax.help.FlatMap.FlatMapResourceBundle
class FlatMapResourceBundle extends ResourceBundle implements Serializable -
Class javax.help.GlossaryView
class GlossaryView extends IndexView implements Serializable -
Class javax.help.HelpSet
class HelpSet extends Object implements Serializable-
Serialized Fields
-
changes
PropertyChangeSupport changes
-
combinedMap
TryMap combinedMap
-
defaultPresentation
HelpSet.Presentation defaultPresentation
-
helpset
URL helpset
-
helpsets
Vector helpsets
-
homeID
String homeID
-
listenerList
EventListenerList listenerList
-
locale
Locale locale
-
localKeys
Hashtable localKeys
-
map
Map map
-
presentations
Vector presentations
-
subHelpSets
Vector subHelpSets
-
title
String title
-
views
Vector views
-
-
-
Exception javax.help.HelpSetException
class HelpSetException extends Exception implements Serializable -
Class javax.help.IndexItem
class IndexItem extends TreeItem implements Serializable -
Class javax.help.IndexView
class IndexView extends NavigatorView implements Serializable -
Exception javax.help.InvalidHelpSetContextException
class InvalidHelpSetContextException extends Exception implements Serializable -
Class javax.help.JHelp
class JHelp extends 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
Vector navigators
-
toolbarDisplayed
boolean toolbarDisplayed
-
-
-
Class javax.help.JHelp.AccessibleJHelp
class AccessibleJHelp extends JComponent.AccessibleJComponent implements Serializable -
Class javax.help.JHelpContentViewer
class JHelpContentViewer extends JComponent implements Serializable-
Serialized Fields
-
debug
boolean debug
Debug code -
kitRegistry
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
class AccessibleJHelpContentViewer extends JComponent.AccessibleJComponent implements Serializable -
Class javax.help.Map.ID
class ID extends Object implements Serializable -
Class javax.help.SearchTOCItem
class SearchTOCItem extends TOCItem implements Serializable -
Class javax.help.SearchView
class SearchView extends NavigatorView implements Serializable -
Class javax.help.TOCItem
class TOCItem extends TreeItem implements Serializable-
Serialized Fields
-
imageID
Map.ID imageID
-
-
-
Class javax.help.TOCView
class TOCView extends NavigatorView implements Serializable -
Class javax.help.TreeItem
class TreeItem extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class javax.help.TryMap
class TryMap extends Object implements Serializable-
Serialized Fields
-
maps
Vector maps
-
-
-
Exception javax.help.UnsupportedOperationException
class UnsupportedOperationException extends RuntimeException implements Serializable
-
-
Package javax.help.event
-
Class javax.help.event.EventListenerList
class EventListenerList extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class javax.help.event.HelpHistoryModelEvent
class HelpHistoryModelEvent extends EventObject implements Serializable-
Serialized Fields
-
next
boolean next
-
previous
boolean previous
-
-
-
Class javax.help.event.HelpModelEvent
class HelpModelEvent extends EventObject implements Serializable-
Serialized Fields
-
historyName
String historyName
-
id
Map.ID id
-
navigator
JHelpNavigator navigator
-
pos0
int pos0
-
pos1
int pos1
-
url
URL url
-
-
-
Class javax.help.event.HelpSetEvent
class HelpSetEvent extends EventObject implements Serializable-
Serialized Fields
-
action
int action
-
helpset
HelpSet helpset
-
-
-
Class javax.help.event.TextHelpModelEvent
class TextHelpModelEvent extends EventObject implements Serializable
-
-
Package javax.help.plaf.basic
-
Class javax.help.plaf.basic.BasicContentViewerUI
class BasicContentViewerUI extends HelpContentViewerUI implements Serializable-
Serialized Fields
-
html
JEditorPane html
-
loadingURL
boolean loadingURL
-
pendingHighlightsEvent
TextHelpModelEvent pendingHighlightsEvent
-
registry
Hashtable registry
-
theViewer
JHelpContentViewer theViewer
-
vp
JViewport vp
-
-
-
Class javax.help.plaf.basic.BasicFavoritesCellRenderer
class BasicFavoritesCellRenderer extends DefaultTreeCellRenderer implements Serializable -
Class javax.help.plaf.basic.BasicHelpUI
class BasicHelpUI extends HelpUI implements Serializable-
Serialized Fields
-
dividerLocation
int dividerLocation
-
dividerLocationRatio
double dividerLocationRatio
-
favorites
JHelpFavoritesNavigator favorites
-
help
JHelp help
-
navs
Vector navs
-
splitPane
JSplitPane splitPane
-
tabbedPane
JTabbedPane tabbedPane
-
toolbar
JToolBar toolbar
-
-
-
Class javax.help.plaf.basic.BasicIndexCellRenderer
class BasicIndexCellRenderer extends DefaultTreeCellRenderer implements Serializable -
Class javax.help.plaf.basic.BasicSearchCellRenderer
class BasicSearchCellRenderer extends JPanel implements Serializable-
Serialized Fields
-
backgroundNonSelectionColor
Color backgroundNonSelectionColor
Color to use for the background when the node is not selected. -
backgroundSelectionColor
Color backgroundSelectionColor
Color to use for the background when a node is selected. -
borderSelectionColor
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
Color textNonSelectionColor
Color to use for the foreground for non-selected nodes. -
textSelectionColor
Color textSelectionColor
Color to use for the foreground for selected nodes. -
title
JLabel title
Title
-
-
-
Class javax.help.plaf.basic.BasicSearchCellRenderer.ValueJLabel.AccessibleValueJLabel
class AccessibleValueJLabel extends JLabel.AccessibleJLabel implements Serializable -
Class javax.help.plaf.basic.BasicTOCCellRenderer
class BasicTOCCellRenderer extends DefaultTreeCellRenderer implements Serializable
-
-
Package javax.help.search
-
Class javax.help.search.SearchEvent
class SearchEvent extends EventObject implements Serializable
-
-
Package javax.help.tagext
-
Class javax.help.tagext.IndexItemTag
class IndexItemTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable-
Serialized Fields
-
baseID
String baseID
-
hb
HelpBroker hb
-
topNode
DefaultMutableTreeNode topNode
-
treeEnum
Enumeration treeEnum
-
view
IndexView view
-
-
-
Class javax.help.tagext.SearchTOCItemTag
class SearchTOCItemTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable-
Serialized Fields
-
hb
HelpBroker hb
-
helpsearch
MergingSearchEngine helpsearch
-
nodes
Vector nodes
-
query
String query
-
searchFinished
boolean searchFinished
-
searchquery
SearchQuery searchquery
-
treeEnum
Enumeration treeEnum
-
view
SearchView view
-
-
-
Class javax.help.tagext.TOCItemTag
class TOCItemTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable-
Serialized Fields
-
baseID
String baseID
-
hb
HelpBroker hb
-
topNode
DefaultMutableTreeNode topNode
-
treeEnum
Enumeration treeEnum
-
view
TOCView view
-
-
-
Class javax.help.tagext.ValidateTag
class ValidateTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable-
Serialized Fields
-
helpBroker
HelpBroker helpBroker
-
hsName
String hsName
-
id
String id
-
invalidURLPath
String invalidURLPath
-
merge
boolean merge
-
-
-