Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gtk.java.swing.plaf.gtk
Class GtkSplitPaneUI  view GtkSplitPaneUI download GtkSplitPaneUI.java

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.SplitPaneUI
          extended byjavax.swing.plaf.basic.BasicSplitPaneUI
              extended byorg.gtk.java.swing.plaf.gtk.GtkSplitPaneUI

public class GtkSplitPaneUI
extends javax.swing.plaf.basic.BasicSplitPaneUI

Version:
1.50 04/22/99

Nested Class Summary
 
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
 
Field Summary
 
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
 
Constructor Summary
GtkSplitPaneUI()
           
 
Method Summary
 javax.swing.plaf.basic.BasicSplitPaneDivider createDefaultDivider()
          This method creates the divider used normally with the JSplitPane.
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
          This method creates a new BasicSplitPaneUI for the given JComponent.
 void finishedPaintingChildren(javax.swing.JSplitPane jc, java.awt.Graphics g)
          This method is called after the children of the JSplitPane are painted.
protected  int getDividerBorderSize()
          This method returns the width of one of the sides of the divider's border.
protected  void installDefaults()
          This method installs the defaults given by the Look and Feel.
 
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 javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GtkSplitPaneUI

public GtkSplitPaneUI()
Method Detail

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.