Class HelpNavigatorUI

    • Constructor Summary

      Constructors 
      Constructor Description
      HelpNavigatorUI()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.Action getAddAction()
      Returns an AddAction object.
      javax.swing.Icon getIcon()  
      javax.swing.ImageIcon getImageIcon​(NavigatorView view)
      Returns icon associated with the view.
      void merge​(NavigatorView view)
      Merges a Navigator View.
      void remove​(NavigatorView view)
      Removes a Navigator View.
      void setIcon​(javax.swing.Icon icon)
      Sets the icon for this HelpNavigator.
      • Methods inherited from class javax.swing.plaf.ComponentUI

        contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
      • Methods inherited from class java.lang.Object

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

      • HelpNavigatorUI

        public HelpNavigatorUI()
    • Method Detail

      • setIcon

        public void setIcon​(javax.swing.Icon icon)
        Sets the icon for this HelpNavigator.
        Parameters:
        icon - the Icon
      • getIcon

        public javax.swing.Icon getIcon()
        Returns:
        the Icon for this HelpNavigator
      • merge

        public void merge​(NavigatorView view)
        Merges a Navigator View.
      • remove

        public void remove​(NavigatorView view)
        Removes a Navigator View.
      • getImageIcon

        public javax.swing.ImageIcon getImageIcon​(NavigatorView view)
        Returns icon associated with the view.
        Parameters:
        view - the view
        Returns:
        the ImageIcon for the view
      • getAddAction

        public javax.swing.Action getAddAction()
        Returns an AddAction object. Has sense only for favorites navigator