Package docking.help

Class CustomFavoritesView

  • All Implemented Interfaces:
    java.io.Serializable

    public class CustomFavoritesView
    extends javax.help.FavoritesView
    This class allows us to change the renderer of the favorites tree.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.help.FavoritesView

        javax.help.FavoritesView.DefaultFavoritesFactory
    • Field Summary

      • Fields inherited from class javax.help.FavoritesView

        publicIDString
    • Constructor Summary

      Constructors 
      Constructor Description
      CustomFavoritesView​(javax.help.HelpSet hs, java.lang.String name, java.lang.String label, java.util.Hashtable params)  
      CustomFavoritesView​(javax.help.HelpSet hs, java.lang.String name, java.lang.String label, java.util.Locale locale, java.util.Hashtable params)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Component createNavigator​(javax.help.HelpModel model)  
      • Methods inherited from class javax.help.FavoritesView

        getDataAsTree, getMergeType, parse, saveFavorites
      • Methods inherited from class javax.help.NavigatorView

        create, getHelpSet, getImageID, getLabel, getLabel, getLocale, getName, getParameters
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomFavoritesView

        public CustomFavoritesView​(javax.help.HelpSet hs,
                                   java.lang.String name,
                                   java.lang.String label,
                                   java.util.Hashtable params)
      • CustomFavoritesView

        public CustomFavoritesView​(javax.help.HelpSet hs,
                                   java.lang.String name,
                                   java.lang.String label,
                                   java.util.Locale locale,
                                   java.util.Hashtable params)
    • Method Detail

      • createNavigator

        public java.awt.Component createNavigator​(javax.help.HelpModel model)
        Overrides:
        createNavigator in class javax.help.FavoritesView