Package docking.help
Class CustomFavoritesView
- java.lang.Object
-
- javax.help.NavigatorView
-
- javax.help.FavoritesView
-
- docking.help.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
-
-
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
-
-
-
-
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)
-
-