Package docking.help

Class DockingHelpSet

java.lang.Object
javax.help.HelpSet
help.GHelpSet
docking.help.DockingHelpSet
All Implemented Interfaces:
Serializable

public class DockingHelpSet extends GHelpSet
An extension of the GHelpSet that allows Docking classes to be installed.
See Also:
  • Nested Class Summary Link icon

    Nested classes/interfaces inherited from class javax.help.HelpSet Link icon

    javax.help.HelpSet.DefaultHelpSetFactory, javax.help.HelpSet.Presentation
  • Field Summary Link icon

    Fields inherited from class javax.help.HelpSet Link icon

    helpBrokerClass, helpBrokerLoader, implRegistry, kitLoaderRegistry, kitTypeRegistry, listenerList, publicIDString, publicIDString_V2
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    DockingHelpSet(ClassLoader loader, URL helpset)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    javax.help.HelpBroker
     

    Methods inherited from class help.GHelpSet Link icon

    getCombinedMap, getLocalMap, toString

    Methods inherited from class javax.help.HelpSet Link icon

    add, addHelpSetListener, addPresentation, addSubHelpSet, addView, contains, createHelpBroker, findHelpSet, findHelpSet, findHelpSet, fireHelpSetAdded, fireHelpSetRemoved, getDefaultPresentation, getHelpSets, getHelpSetURL, getHomeID, getKeyData, getLoader, getLocale, getNavigatorView, getNavigatorViews, getPresentation, getPresentations, getTitle, parse, parseInto, remove, removeHelpSetListener, setHomeID, setKeyData, setLocalMap, setTitle

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details Link icon

    • DockingHelpSet Link icon

      public DockingHelpSet(ClassLoader loader, URL helpset) throws javax.help.HelpSetException
      Throws:
      javax.help.HelpSetException
  • Method Details Link icon