|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.SplitPaneUI
public abstract class SplitPaneUI
An abstract base class for delegates that implement the pluggable
look and feel for a JSplitPane
.
JSplitPane
Constructor Summary | |
---|---|
SplitPaneUI()
Constructs a new SplitPaneUI . |
Method Summary | |
---|---|
abstract void |
finishedPaintingChildren(JSplitPane pane,
Graphics g)
Called by the JSplitPane after it has finished
painting its children. |
abstract int |
getDividerLocation(JSplitPane pane)
Determines the current location of the divider. |
abstract int |
getMaximumDividerLocation(JSplitPane pane)
Determines the maximum location of the divider. |
abstract int |
getMinimumDividerLocation(JSplitPane pane)
Determines the minimum location of the divider. |
abstract void |
resetToPreferredSizes(JSplitPane pane)
Moves the divider to the location which best respects the preferred sizes of the children. |
abstract void |
setDividerLocation(JSplitPane pane,
int location)
Moves the divider to the specified location. |
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SplitPaneUI()
SplitPaneUI
.
Method Detail |
---|
public abstract void resetToPreferredSizes(JSplitPane pane)
pane
- the JSplitPane
for thich this
delegate provides the look and feel.public abstract void setDividerLocation(JSplitPane pane, int location)
pane
- the JSplitPane
for thich this
delegate provides the look and feel.location
- the new location of the divider.public abstract int getDividerLocation(JSplitPane pane)
pane
- the JSplitPane
for thich this
delegate provides the look and feel.
public abstract int getMinimumDividerLocation(JSplitPane pane)
pane
- the JSplitPane
for thich this
delegate provides the look and feel.
public abstract int getMaximumDividerLocation(JSplitPane pane)
pane
- the JSplitPane
for thich this
delegate provides the look and feel.
public abstract void finishedPaintingChildren(JSplitPane pane, Graphics g)
JSplitPane
after it has finished
painting its children.
pane
- the JSplitPane
for thich this
delegate provides the look and feel.g
- the Graphics used for painting.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |