Uses of Class
org.jdesktop.swingx.MultiSplitLayout.Divider

Packages that use MultiSplitLayout.Divider
org.jdesktop.swingx   
 

Uses of MultiSplitLayout.Divider in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return MultiSplitLayout.Divider
 MultiSplitLayout.Divider MultiSplitPane.activeDivider()
          Returns the Divider that's currently being moved, typically because the user is dragging it, or null.
 MultiSplitLayout.Divider MultiSplitLayout.dividerAt(int x, int y)
          Return the Divider whose bounds contain the specified point, or null if there isn't one.
 

Methods in org.jdesktop.swingx that return types with arguments of type MultiSplitLayout.Divider
 java.util.List<MultiSplitLayout.Divider> MultiSplitLayout.dividersThatOverlap(java.awt.Rectangle r)
          Return the Dividers whose bounds overlap the specified Rectangle.
 

Methods in org.jdesktop.swingx with parameters of type MultiSplitLayout.Divider
 void DefaultDividerPainter.paint(java.awt.Graphics g, MultiSplitLayout.Divider divider)
           
abstract  void DividerPainter.paint(java.awt.Graphics g, MultiSplitLayout.Divider divider)
          Paint a single Divider.
 



Copyright 2004-2004-2006 IME - USP. All Rights Reserved.