Package docking.help

Class CustomSearchView

  • All Implemented Interfaces:
    java.io.Serializable

    public class CustomSearchView
    extends javax.help.SearchView
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CustomSearchView​(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.NavigatorView

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

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

      • CustomSearchView

        public CustomSearchView​(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.SearchView