java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.SplitPaneUI
javax.swing.plaf.basic.BasicSplitPaneUI
org.gtk.java.swing.plaf.gtk.GtkSplitPaneUI
- public class GtkSplitPaneUI
- extends javax.swing.plaf.basic.BasicSplitPaneUI
- Version:
- 1.50 04/22/99
| Nested classes inherited from class javax.swing.plaf.basic.BasicSplitPaneUI |
javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager, javax.swing.plaf.basic.BasicSplitPaneUI.BasicVerticalLayoutManager, javax.swing.plaf.basic.BasicSplitPaneUI.FocusHandler, javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardDownRightHandler, javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardEndHandler, javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardHomeHandler, javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardResizeToggleHandler, javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardUpLeftHandler, javax.swing.plaf.basic.BasicSplitPaneUI.PropertyHandler |
| 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, getDivider, getDividerLocation, getInsets, getLastDragLocation, getMaximumDividerLocation, getMaximumSize, getMinimumDividerLocation, getMinimumSize, getNonContinuousLayoutDivider, getOrientation, getPreferredSize, getSplitPane, installKeyboardActions, installListeners, installUI, isContinuousLayout, paint, resetLayoutManager, resetToPreferredSizes, setContinuousLayout, setDividerLocation, setLastDragLocation, setNonContinuousLayoutDivider, setNonContinuousLayoutDivider, setOrientation, startDragging, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GtkSplitPaneUI
public GtkSplitPaneUI()
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
- Description copied from class:
javax.swing.plaf.basic.BasicSplitPaneUI
- This method creates a new BasicSplitPaneUI for the given JComponent.
installDefaults
protected void installDefaults()
- Description copied from class:
javax.swing.plaf.basic.BasicSplitPaneUI
- This method installs the defaults given by the Look and Feel.
createDefaultDivider
public javax.swing.plaf.basic.BasicSplitPaneDivider createDefaultDivider()
- Description copied from class:
javax.swing.plaf.basic.BasicSplitPaneUI
- This method creates the divider used normally with the JSplitPane.
getDividerBorderSize
protected int getDividerBorderSize()
- Description copied from class:
javax.swing.plaf.basic.BasicSplitPaneUI
- This method returns the width of one of the sides of the divider's border.
finishedPaintingChildren
public void finishedPaintingChildren(javax.swing.JSplitPane jc,
java.awt.Graphics g)
- Description copied from class:
javax.swing.plaf.basic.BasicSplitPaneUI
- This method is called after the children of the JSplitPane are painted.