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.FavoritesViewThis class allows us to change the renderer of the favorites tree.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ComponentcreateNavigator(javax.help.HelpModel model)- 
Methods inherited from class javax.help.FavoritesViewgetDataAsTree, getMergeType, parse, saveFavorites
 
- 
 
- 
- 
- 
Constructor Detail- 
CustomFavoritesViewpublic CustomFavoritesView(javax.help.HelpSet hs, java.lang.String name, java.lang.String label, java.util.Hashtable params)
 - 
CustomFavoritesViewpublic CustomFavoritesView(javax.help.HelpSet hs, java.lang.String name, java.lang.String label, java.util.Locale locale, java.util.Hashtable params)
 
- 
 
-