com.jgoodies.looks.plastic
Class PlasticSeparatorUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.SeparatorUI
javax.swing.plaf.basic.BasicSeparatorUI
javax.swing.plaf.metal.MetalSeparatorUI
com.jgoodies.looks.plastic.PlasticSeparatorUI
public final class PlasticSeparatorUI
- extends javax.swing.plaf.metal.MetalSeparatorUI
The JGoodies Plastic L&F implementation of SeparatorUI
.
It differs from its superclass in that it uses a shared UI delegate.
Thanks to Andrej Golovnin for his feedback and suggestions.
- Version:
- $Revision: 1.8 $
- Author:
- Karsten Lentzsch
Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI |
highlight, shadow |
Method Summary |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
|
Methods inherited from class javax.swing.plaf.metal.MetalSeparatorUI |
getPreferredSize, installDefaults, paint |
Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI |
getMaximumSize, getMinimumSize, 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 |
PlasticSeparatorUI
public PlasticSeparatorUI()
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
Copyright © 2001-2012 JGoodies Karsten Lentzsch. All Rights Reserved.