Package 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
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 $
-
Field Summary
FieldsFields inherited from class javax.swing.plaf.basic.BasicSeparatorUI
highlight, shadow
-
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
separatorUI
Shared UI object.
-
-
Constructor Details
-
PlasticSeparatorUI
public PlasticSeparatorUI()
-
-
Method Details
-
createUI
-