Uses of Class
javax.help.Map.ID
Packages that use Map.ID
Package
Description
Supports presentation of online documentation with both
content and contextual views of this information.
Supports event changes in JavaHelp classes.
-
Uses of Map.ID in javax.help
Methods in javax.help that return Map.IDModifier and TypeMethodDescriptionstatic Map.ID
A location within a HelpSet.TOCView.getCategoryClosedImageID()
Returns the default category closed image ID.TOCView.getCategoryOpenImageID()
Returns the default category open image ID.FlatMap.getClosestID
(URL url) Determines the ID that is "closest" to this URL (with a given anchor).Map.getClosestID
(URL url) Determines the ID that is "closest" to this URL (with a given anchor).TryMap.getClosestID
(URL url) Determines the ID that is "closest" to this URL (with a given anchor).DefaultHelpBroker.getCurrentID()
Determines which ID is displayed (if any).DefaultHelpModel.getCurrentID()
Gets the current ID.HelpBroker.getCurrentID()
Determines The currently displayed ID (if any).HelpModel.getCurrentID()
Gets the current ID.Presentation.getCurrentID()
Determines which ID is displayed (if any).ServletHelpBroker.getCurrentID()
Determines which ID is displayed (if any).HelpSet.getHomeID()
Returns the ID to visit when the user makes a "go home" gesture.TreeItem.getID()
Returns the ID for the item.FlatMap.getIDFromURL
(URL url) Gets the ID for this URL.Map.getIDFromURL
(URL url) Determines the ID for this URL.TryMap.getIDFromURL
(URL url) Determines the ID for this URL.HelpSet.Presentation.getImageID()
NavigatorView.getImageID()
Returns Map ID of icons passed to this View.TOCItem.getImageID()
Returns the image for this TOCItem.TOCView.getTopicImageID()
Returns the topic image ID.Methods in javax.help with parameters of type Map.IDModifier and TypeMethodDescriptionprotected void
DefaultHelpModel.fireIDChanged
(Object source, Map.ID id, URL url) protected void
DefaultHelpModel.fireIDChanged
(Object source, Map.ID id, URL url, String historyName, JHelpNavigator navigator) FlatMap.getURLFromID
(Map.ID iden) Gets the URL that corresponds to a given ID in the map.Map.getURLFromID
(Map.ID id) Gets the URL that corresponds to a given ID in the Map.TryMap.getURLFromID
(Map.ID id) Gets the URL that corresponds to a given ID in the Map.void
DefaultHelpBroker.setCurrentID
(Map.ID id) Displays this ID--HelpVisitListeners are notified.void
DefaultHelpModel.setCurrentID
(Map.ID ident) Sets the current ID.void
DefaultHelpModel.setCurrentID
(Map.ID ident, String historyName, JHelpNavigator navigator) Sets the current ID relative to some HelpSet HelpModelListeners and HelpVisitListeners are notifiedvoid
HelpBroker.setCurrentID
(Map.ID id) Displays this ID.void
HelpModel.setCurrentID
(Map.ID id) Sets the current ID relative to some HelpSet HelpModelListeners and HelpVisitListeners are notifiedvoid
HelpModel.setCurrentID
(Map.ID id, String historyName, JHelpNavigator navigator) Sets the current ID relative to some HelpSet HelpModelListeners and HelpVisitListeners are notifiedvoid
JHelp.setCurrentID
(Map.ID id) Visits a given ID.void
JHelp.setCurrentID
(Map.ID id, String historyName, JHelpNavigator navigator) Visits a given ID.void
JHelpContentViewer.setCurrentID
(Map.ID id) Visits a given ID.void
Presentation.setCurrentID
(Map.ID id) Displays this ID--HelpVisitListeners are notified.void
ServletHelpBroker.setCurrentID
(Map.ID id) Displays this ID--HelpVisitListeners are notified.void
Set the ID for the item.void
Show this ID.void
Displays this ID in a given presentationvoid
Constructors in javax.help with parameters of type Map.IDModifierConstructorDescriptionCreate an IndexItem defaulting the HelpSet to that of its ID.Create an IndexItem.Presentation
(String name, boolean displayViews, boolean displayViewImages, Dimension size, Point location, String title, Map.ID imageID, boolean toolbar, Vector helpActions) SearchTOCItem
(Map.ID id, Map.ID imageID, HelpSet hs, Locale locale) Creates a TOCItem with a default HelpSet based on its ID.Creates a TOCItem.Creates a TreeItem.Create an TreeItem. -
Uses of Map.ID in javax.help.event
Methods in javax.help.event that return Map.IDModifier and TypeMethodDescriptionHelpModelEvent.getID()
Returns the current ID in the HelpModel.Constructors in javax.help.event with parameters of type Map.IDModifierConstructorDescriptionHelpModelEvent
(Object source, Map.ID id, URL url) Represents a change in the JavaHelp in the current ID or URL.HelpModelEvent
(Object source, Map.ID id, URL url, String historyName, JHelpNavigator navigator) Represents a change in the JavaHelp in the current ID or URL. -
Uses of Map.ID in javax.help.plaf.basic
Fields in javax.help.plaf.basic declared as Map.IDModifier and TypeFieldDescriptionprotected Map.ID
BasicFavoritesNavigatorUI.FavoritesTree.selectedID