|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSplitPane | |
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
javax.swing.plaf | Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. |
javax.swing.plaf.basic | Provides user interface objects built according to the Basic look-and-feel. |
javax.swing.plaf.multi | The multiplexing look and feel allows users to combine auxiliary look and feels with the default look and feel. |
Uses of JSplitPane in javax.swing |
Constructors in javax.swing with parameters of type JSplitPane | |
JSplitPane.AccessibleJSplitPane.JSplitPane.AccessibleJSplitPane()
|
Uses of JSplitPane in javax.swing.plaf |
Methods in javax.swing.plaf with parameters of type JSplitPane | |
abstract void |
SplitPaneUI.resetToPreferredSizes(JSplitPane jc)
Messaged to relayout the JSplitPane based on the preferred size of the children components. |
abstract void |
SplitPaneUI.setDividerLocation(JSplitPane jc,
int location)
Sets the location of the divider to location. |
abstract int |
SplitPaneUI.getDividerLocation(JSplitPane jc)
Returns the location of the divider. |
abstract int |
SplitPaneUI.getMinimumDividerLocation(JSplitPane jc)
Returns the minimum possible location of the divider. |
abstract int |
SplitPaneUI.getMaximumDividerLocation(JSplitPane jc)
Returns the maximum possible location of the divider. |
abstract void |
SplitPaneUI.finishedPaintingChildren(JSplitPane jc,
Graphics g)
Messaged after the JSplitPane the receiver is providing the look and feel for paints its children. |
Uses of JSplitPane in javax.swing.plaf.basic |
Fields in javax.swing.plaf.basic declared as JSplitPane | |
protected JSplitPane |
BasicSplitPaneDivider.splitPane
JSplitPane the receiver is contained in. |
protected JSplitPane |
BasicSplitPaneUI.splitPane
JSplitPane instance this instance is providing the look and feel for. |
Methods in javax.swing.plaf.basic that return JSplitPane | |
JSplitPane |
BasicSplitPaneUI.getSplitPane()
Returns the splitpane this instance is currently contained in. |
Methods in javax.swing.plaf.basic with parameters of type JSplitPane | |
void |
BasicSplitPaneUI.resetToPreferredSizes(JSplitPane jc)
Messaged to reset the preferred sizes. |
void |
BasicSplitPaneUI.setDividerLocation(JSplitPane jc,
int location)
Sets the location of the divider to location. |
int |
BasicSplitPaneUI.getDividerLocation(JSplitPane jc)
Returns the location of the divider. |
int |
BasicSplitPaneUI.getMinimumDividerLocation(JSplitPane jc)
Gets the minimum location of the divider. |
int |
BasicSplitPaneUI.getMaximumDividerLocation(JSplitPane jc)
Gets the maximum location of the divider. |
void |
BasicSplitPaneUI.finishedPaintingChildren(JSplitPane jc,
Graphics g)
Messaged after the JSplitPane the receiver is providing the look and feel for paints its children. |
Uses of JSplitPane in javax.swing.plaf.multi |
Methods in javax.swing.plaf.multi with parameters of type JSplitPane | |
void |
MultiSplitPaneUI.resetToPreferredSizes(JSplitPane a)
Call resetToPreferredSizes on each UI handled by this MultiUI. |
void |
MultiSplitPaneUI.setDividerLocation(JSplitPane a,
int b)
Call setDividerLocation on each UI handled by this MultiUI. |
int |
MultiSplitPaneUI.getDividerLocation(JSplitPane a)
Call getDividerLocation on each UI handled by this MultiUI. |
int |
MultiSplitPaneUI.getMinimumDividerLocation(JSplitPane a)
Call getMinimumDividerLocation on each UI handled by this MultiUI. |
int |
MultiSplitPaneUI.getMaximumDividerLocation(JSplitPane a)
Call getMaximumDividerLocation on each UI handled by this MultiUI. |
void |
MultiSplitPaneUI.finishedPaintingChildren(JSplitPane a,
Graphics b)
Call finishedPaintingChildren on each UI handled by this MultiUI. |
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |