Class SkinPanelUI


  • public final class SkinPanelUI
    extends javax.swing.plaf.basic.BasicPanelUI
    Description of the Class
    Author:
    fred
    • Constructor Summary

      Constructors 
      Constructor Description
      SkinPanelUI()  
    • 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)
      Description of the Method
      protected void installDefaults​(javax.swing.JPanel p)
      Description of the Method
      void paint​(java.awt.Graphics g, javax.swing.JComponent c)
      Description of the Method
      protected void uninstallDefaults​(javax.swing.JPanel p)  
      • Methods inherited from class javax.swing.plaf.basic.BasicPanelUI

        getBaseline, getBaselineResizeBehavior, installUI, uninstallUI
      • Methods inherited from class javax.swing.plaf.ComponentUI

        contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, update
      • Methods inherited from class java.lang.Object

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

      • SkinPanelUI

        public SkinPanelUI()
    • Method Detail

      • paint

        public void paint​(java.awt.Graphics g,
                          javax.swing.JComponent c)
        Description of the Method
        Overrides:
        paint in class javax.swing.plaf.ComponentUI
        Parameters:
        g - Description of Parameter
        c - Description of Parameter
      • installDefaults

        protected void installDefaults​(javax.swing.JPanel p)
        Description of the Method
        Overrides:
        installDefaults in class javax.swing.plaf.basic.BasicPanelUI
        Parameters:
        p - Description of Parameter
      • uninstallDefaults

        protected void uninstallDefaults​(javax.swing.JPanel p)
        Overrides:
        uninstallDefaults in class javax.swing.plaf.basic.BasicPanelUI
      • createUI

        public static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)
        Description of the Method
        Parameters:
        c - Description of Parameter
        Returns:
        Description of the Returned Value