|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicSplitPaneDivider | |
---|---|
javax.swing.plaf.basic | Provides user interface objects built according to the Basic look and feel. |
javax.swing.plaf.metal | Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel. |
Uses of BasicSplitPaneDivider in javax.swing.plaf.basic |
---|
Fields in javax.swing.plaf.basic declared as BasicSplitPaneDivider | |
---|---|
protected BasicSplitPaneDivider |
BasicSplitPaneUI.divider
Instance of the divider for this JSplitPane. |
Methods in javax.swing.plaf.basic that return BasicSplitPaneDivider | |
---|---|
BasicSplitPaneDivider |
BasicSplitPaneUI.createDefaultDivider()
Creates the default divider. |
BasicSplitPaneDivider |
BasicSplitPaneUI.getDivider()
Returns the divider between the top Components. |
Uses of BasicSplitPaneDivider in javax.swing.plaf.metal |
---|
Methods in javax.swing.plaf.metal that return BasicSplitPaneDivider | |
---|---|
BasicSplitPaneDivider |
MetalSplitPaneUI.createDefaultDivider()
Creates the default divider. |
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2011, Oracle and/or its affiliates. All rights reserved.