java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.SeparatorUI
javax.swing.plaf.basic.BasicSeparatorUI
- Direct Known Subclasses:
BasicPopupMenuSeparatorUI
,BasicToolBarSeparatorUI
,MetalSeparatorUI
A Basic L&F implementation of SeparatorUI. This implementation
is a "combined" view/controller.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
Returns a new instance ofBasicSeparatorUI
.protected void
Installs default properties.protected void
Registers listeners.protected void
Uninstalls default properties.protected void
Unregisters listeners.Methods declared in class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
Field Details
-
shadow
The color of the shadow. -
highlight
The color of the highlighting.
-
-
Constructor Details
-
BasicSeparatorUI
public BasicSeparatorUI()Constructs aBasicSeparatorUI
.
-
-
Method Details
-
createUI
Returns a new instance ofBasicSeparatorUI
.- Parameters:
c
- a component- Returns:
- a new instance of
BasicSeparatorUI
-
installDefaults
Installs default properties.- Parameters:
s
- an instance ofJSeparator
-
uninstallDefaults
Uninstalls default properties.- Parameters:
s
- an instance ofJSeparator
-
installListeners
Registers listeners.- Parameters:
s
- an instance ofJSeparator
-
uninstallListeners
Unregisters listeners.- Parameters:
s
- an instance ofJSeparator
-