Uses of Class
javax.help.Map.ID
-
Packages that use Map.ID Package Description javax.help Supports presentation of online documentation with both content and contextual views of this information.javax.help.event Supports event changes in JavaHelp classes.javax.help.plaf.basic -
-
Uses of Map.ID in javax.help
Methods in javax.help that return Map.ID Modifier and Type Method Description static Map.IDMap.ID. create(java.lang.String id, HelpSet hs)A location within a HelpSet.Map.IDTOCView. getCategoryClosedImageID()Returns the default category closed image ID.Map.IDTOCView. getCategoryOpenImageID()Returns the default category open image ID.Map.IDFlatMap. getClosestID(java.net.URL url)Determines the ID that is "closest" to this URL (with a given anchor).Map.IDMap. getClosestID(java.net.URL url)Determines the ID that is "closest" to this URL (with a given anchor).Map.IDTryMap. getClosestID(java.net.URL url)Determines the ID that is "closest" to this URL (with a given anchor).Map.IDDefaultHelpBroker. getCurrentID()Determines which ID is displayed (if any).Map.IDDefaultHelpModel. getCurrentID()Gets the current ID.Map.IDHelpBroker. getCurrentID()Determines The currently displayed ID (if any).Map.IDHelpModel. getCurrentID()Gets the current ID.Map.IDPresentation. getCurrentID()Determines which ID is displayed (if any).Map.IDServletHelpBroker. getCurrentID()Determines which ID is displayed (if any).Map.IDHelpSet. getHomeID()Returns the ID to visit when the user makes a "go home" gesture.Map.IDTreeItem. getID()Returns the ID for the item.Map.IDFlatMap. getIDFromURL(java.net.URL url)Gets the ID for this URL.Map.IDMap. getIDFromURL(java.net.URL url)Determines the ID for this URL.Map.IDTryMap. getIDFromURL(java.net.URL url)Determines the ID for this URL.Map.IDHelpSet.Presentation. getImageID()Map.IDNavigatorView. getImageID()Returns Map ID of icons passed to this View.Map.IDTOCItem. getImageID()Returns the image for this TOCItem.Map.IDTOCView. getTopicImageID()Returns the topic image ID.Methods in javax.help with parameters of type Map.ID Modifier and Type Method Description protected voidDefaultHelpModel. fireIDChanged(java.lang.Object source, Map.ID id, java.net.URL url)protected voidDefaultHelpModel. fireIDChanged(java.lang.Object source, Map.ID id, java.net.URL url, java.lang.String historyName, JHelpNavigator navigator)java.net.URLFlatMap. getURLFromID(Map.ID iden)Gets the URL that corresponds to a given ID in the map.java.net.URLMap. getURLFromID(Map.ID id)Gets the URL that corresponds to a given ID in the Map.java.net.URLTryMap. getURLFromID(Map.ID id)Gets the URL that corresponds to a given ID in the Map.voidDefaultHelpBroker. setCurrentID(Map.ID id)Displays this ID--HelpVisitListeners are notified.voidDefaultHelpModel. setCurrentID(Map.ID ident)Sets the current ID.voidDefaultHelpModel. setCurrentID(Map.ID ident, java.lang.String historyName, JHelpNavigator navigator)Sets the current ID relative to some HelpSet HelpModelListeners and HelpVisitListeners are notifiedvoidHelpBroker. setCurrentID(Map.ID id)Displays this ID.voidHelpModel. setCurrentID(Map.ID id)Sets the current ID relative to some HelpSet HelpModelListeners and HelpVisitListeners are notifiedvoidHelpModel. setCurrentID(Map.ID id, java.lang.String historyName, JHelpNavigator navigator)Sets the current ID relative to some HelpSet HelpModelListeners and HelpVisitListeners are notifiedvoidJHelp. setCurrentID(Map.ID id)Visits a given ID.voidJHelp. setCurrentID(Map.ID id, java.lang.String historyName, JHelpNavigator navigator)Visits a given ID.voidJHelpContentViewer. setCurrentID(Map.ID id)Visits a given ID.voidPresentation. setCurrentID(Map.ID id)Displays this ID--HelpVisitListeners are notified.voidServletHelpBroker. setCurrentID(Map.ID id)Displays this ID--HelpVisitListeners are notified.voidTreeItem. setID(Map.ID id)Set the ID for the item.voidDefaultHelpBroker. showID(Map.ID id, java.lang.String presentation, java.lang.String presentationName)Show this ID.voidHelpBroker. showID(Map.ID id, java.lang.String presentation, java.lang.String presentationName)Displays this ID in a given presentationvoidServletHelpBroker. showID(Map.ID id, java.lang.String presentation, java.lang.String presentationName)Constructors in javax.help with parameters of type Map.ID Constructor Description IndexItem(Map.ID id, java.util.Locale locale)Create an IndexItem defaulting the HelpSet to that of its ID.IndexItem(Map.ID id, HelpSet hs, java.util.Locale locale)Create an IndexItem.Presentation(java.lang.String name, boolean displayViews, boolean displayViewImages, java.awt.Dimension size, java.awt.Point location, java.lang.String title, Map.ID imageID, boolean toolbar, java.util.Vector helpActions)SearchTOCItem(Map.ID id, Map.ID imageID, HelpSet hs, java.util.Locale locale)TOCItem(Map.ID id, Map.ID imageID, java.util.Locale locale)Creates a TOCItem with a default HelpSet based on its ID.TOCItem(Map.ID id, Map.ID imageID, HelpSet hs, java.util.Locale locale)Creates a TOCItem.TreeItem(Map.ID id, java.util.Locale locale)Creates a TreeItem.TreeItem(Map.ID id, HelpSet hs, java.util.Locale locale)Create an TreeItem. -
Uses of Map.ID in javax.help.event
Methods in javax.help.event that return Map.ID Modifier and Type Method Description Map.IDHelpModelEvent. getID()Returns the current ID in the HelpModel.Constructors in javax.help.event with parameters of type Map.ID Constructor Description HelpModelEvent(java.lang.Object source, Map.ID id, java.net.URL url)Represents a change in the JavaHelp in the current ID or URL.HelpModelEvent(java.lang.Object source, Map.ID id, java.net.URL url, java.lang.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.ID Modifier and Type Field Description protected Map.IDBasicFavoritesNavigatorUI.FavoritesTree. selectedID
-