GNU Classpath (0.17) | ||
Frames | No Frames |
Fields of type javax.swing.JSplitPane | |
JSplitPane | The JSplitPane containing this divider. |
JSplitPane | The JSplitPane that this UI draws. |
Methods with parameter type javax.swing.JSplitPane | |
void | This method is called after the children of the JSplitPane are painted.
|
int | This method returns the location of the divider.
|
int | This method returns the largest value possible for the location of the
divider.
|
int | This method returns the smallest value possible for the location of the
divider.
|
void | This method is called when JSplitPane's resetToPreferredSizes is called.
|
void | This method sets the location of the divider.
|
Methods with return type javax.swing.JSplitPane | |
JSplitPane | This method returns the JSplitPane that this BasicSplitPaneUI draws.
|
Methods with parameter type javax.swing.JSplitPane | |
void | Called by the JSplitPane after it has finished
painting its children.
|
int | Determines the current location of the divider.
|
int | Determines the maximum location of the divider.
|
int | Determines the minimum location of the divider.
|
void | Moves the divider to the location which best respects
the preferred sizes of the children.
|
void | Moves the divider to the specified location.
|
GNU Classpath (0.17) |