org.grinvin.help
Class GraphFactoryMap
java.lang.Object
org.grinvin.help.GraphFactoryMap
- Map
public class GraphFactoryMap
extends java.lang.Object
implements Map
Provides the mapping of the context-sensitive help ID of graphfactories and
the URL for their help page.
getAllIDs
public Enumeration getAllIDs()
getClosestID
public Map.ID getClosestID(URL uRL)
getGraphFactoryNameForID
public String getGraphFactoryNameForID(String id)
getIDFromURL
public Map.ID getIDFromURL(URL uRL)
getIDs
public Enumeration getIDs(URL uRL)
getURLFromID
public URL getURLFromID(Map.ID iD)
throws MalformedURLException
isID
public boolean isID(URL uRL)
isValidID
public boolean isValidID(String string,
HelpSet helpSet)