Class JosmMetalToolTipUI

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static JosmMetalToolTipUI sharedInstance  
      • Fields inherited from class javax.swing.plaf.metal.MetalToolTipUI

        padSpaceBetweenStrings
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)
      Returns an instance of the JosmMetalToolTipUI.
      void paint​(java.awt.Graphics g, javax.swing.JComponent c)  
      • Methods inherited from class javax.swing.plaf.metal.MetalToolTipUI

        getAcceleratorString, getPreferredSize, installUI, isAcceleratorHidden, uninstallUI
      • Methods inherited from class javax.swing.plaf.basic.BasicToolTipUI

        getMaximumSize, getMinimumSize, installDefaults, installListeners, uninstallDefaults, uninstallListeners
      • Methods inherited from class javax.swing.plaf.ComponentUI

        contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
      • Methods inherited from class java.lang.Object

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

      • createUI

        public static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)
        Returns an instance of the JosmMetalToolTipUI.
        Parameters:
        c - a component
        Returns:
        an instance of the JosmMetalToolTipUI.
      • paint

        public void paint​(java.awt.Graphics g,
                          javax.swing.JComponent c)
        Overrides:
        paint in class javax.swing.plaf.metal.MetalToolTipUI