com.jgoodies.plaf.plastic
Class PlasticSplitPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.SplitPaneUI
javax.swing.plaf.basic.BasicSplitPaneUI
com.jgoodies.plaf.plastic.PlasticSplitPaneUI
- public final class PlasticSplitPaneUI
- extends BasicSplitPaneUI
The JGoodies Plastic Look and Feel implementation of
SplitPaneUI
.
It can replace obsolete Border
s and uses a special divider,
that paints a single drag handle instead of many bumps.
- Author:
- Karsten Lentzsch
Fields inherited from class javax.swing.plaf.basic.BasicSplitPaneUI |
beginDragDividerLocation, divider, dividerResizeToggleKey, dividerSize, downKey, draggingHW, endKey, focusListener, homeKey, KEYBOARD_DIVIDER_MOVE_OFFSET, keyboardDownRightListener, keyboardEndListener, keyboardHomeListener, keyboardResizeToggleListener, keyboardUpLeftListener, layoutManager, leftKey, NON_CONTINUOUS_DIVIDER, nonContinuousLayoutDivider, propertyChangeListener, rightKey, splitPane, upKey |
Methods inherited from class javax.swing.plaf.basic.BasicSplitPaneUI |
createDefaultNonContinuousLayoutDivider, createFocusListener, createKeyboardDownRightListener, createKeyboardEndListener, createKeyboardHomeListener, createKeyboardResizeToggleListener, createKeyboardUpLeftListener, createPropertyChangeListener, dragDividerTo, finishDraggingTo, finishedPaintingChildren, getDivider, getDividerBorderSize, getDividerLocation, getInsets, getLastDragLocation, getMaximumDividerLocation, getMaximumSize, getMinimumDividerLocation, getMinimumSize, getNonContinuousLayoutDivider, getOrientation, getPreferredSize, getSplitPane, installDefaults, installKeyboardActions, installListeners, installUI, isContinuousLayout, resetLayoutManager, resetToPreferredSizes, setContinuousLayout, setDividerLocation, setLastDragLocation, setNonContinuousLayoutDivider, setNonContinuousLayoutDivider, setOrientation, startDragging, uninstallKeyboardActions, uninstallListeners, uninstallUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlasticSplitPaneUI
public PlasticSplitPaneUI()
createUI
public static ComponentUI createUI(JComponent x)
createDefaultDivider
public BasicSplitPaneDivider createDefaultDivider()
paint
public void paint(Graphics g,
JComponent c)
- Replaces the scrollpane's
Border
if appropriate,
then paints.
uninstallDefaults
protected void uninstallDefaults()
- Restores the original
Border
, in case we replaced it.
Copyright © 2001-2004 JGoodies Karsten Lentzsch. All Rights Reserved.