Class SkinSeparatorUI


  • public final class SkinSeparatorUI
    extends javax.swing.plaf.basic.BasicSeparatorUI
    Skin SeparatorUI.
    Version:
    $Revision: 1.2 $, $Date: 2003/12/06 21:47:23 $
    Author:
    $Author: l2fprod $
    • Field Summary

      • Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI

        highlight, shadow
    • Constructor Summary

      Constructors 
      Constructor Description
      SkinSeparatorUI()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent x)
      Description of the Method
      java.awt.Dimension getPreferredSize​(javax.swing.JComponent c)
      Description of the Method
      void paint​(java.awt.Graphics g, javax.swing.JComponent c)
      Description of the Method
      • Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI

        getMaximumSize, getMinimumSize, installDefaults, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUI
      • 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
    • Constructor Detail

      • SkinSeparatorUI

        public SkinSeparatorUI()
    • 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.basic.BasicSeparatorUI
        Parameters:
        g - Description of Parameter
        c - Description of Parameter
      • getPreferredSize

        public java.awt.Dimension getPreferredSize​(javax.swing.JComponent c)
        Description of the Method
        Overrides:
        getPreferredSize in class javax.swing.plaf.basic.BasicSeparatorUI
        Parameters:
        c - Description of Parameter
      • createUI

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