Uses of Class
javax.swing.plaf.basic.BasicSplitPaneDivider
Package
Description
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
Synth is a skinnable look and feel in which all painting is delegated.
-
Uses of BasicSplitPaneDivider in javax.swing.plaf.basic
Modifier and TypeFieldDescriptionprotected BasicSplitPaneDivider
BasicSplitPaneUI.divider
Instance of the divider for this JSplitPane.Modifier and TypeMethodDescriptionBasicSplitPaneUI.createDefaultDivider()
Creates the default divider.BasicSplitPaneUI.getDivider()
Returns the divider between the top Components. -
Uses of BasicSplitPaneDivider in javax.swing.plaf.metal
Modifier and TypeMethodDescriptionMetalSplitPaneUI.createDefaultDivider()
Creates the default divider. -
Uses of BasicSplitPaneDivider in javax.swing.plaf.synth
Modifier and TypeMethodDescriptionSynthSplitPaneUI.createDefaultDivider()
Creates the default divider.