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 BasicSeparatorUI
highlight, shadow -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MetalSeparatorUI
getPreferredSize, installDefaults, paintMethods inherited from class BasicSeparatorUI
getMaximumSize, getMinimumSize, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUIMethods inherited from class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
-
Field Details
-
separatorUI
Shared UI object.
-
-
Constructor Details
-
PlasticSeparatorUI
public PlasticSeparatorUI()
-
-
Method Details
-
createUI
-