Package help

Class CustomFavoritesView

java.lang.Object
javax.help.NavigatorView
javax.help.FavoritesView
help.CustomFavoritesView
All Implemented Interfaces:
Serializable

public class CustomFavoritesView extends javax.help.FavoritesView
This class allows us to change the renderer of the favorites tree.
See Also:
  • 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, String name, String label, Hashtable params)
     
    CustomFavoritesView(javax.help.HelpSet hs, String name, String label, Locale locale, Hashtable params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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 Details

    • CustomFavoritesView

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

      public CustomFavoritesView(javax.help.HelpSet hs, String name, String label, Locale locale, Hashtable params)
  • Method Details

    • createNavigator

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