com.jaxfront.swing.ui.tools
Class InternalFrameManager

java.lang.Object
  extended by com.jaxfront.swing.ui.tools.InternalFrameManager

public class InternalFrameManager
extends java.lang.Object


Constructor Summary
InternalFrameManager()
           
 
Method Summary
static void cascadeWindows(javax.swing.JDesktopPane desktop)
           
static void cascadeWindows2(javax.swing.JDesktopPane desktop)
           
static void selectNextWindow(javax.swing.JDesktopPane desktop)
           
static void setDragOutline(javax.swing.JDesktopPane desktop, boolean dragOutLine)
           
static void tileWindows(javax.swing.JDesktopPane desktop)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalFrameManager

public InternalFrameManager()
Method Detail

cascadeWindows2

public static void cascadeWindows2(javax.swing.JDesktopPane desktop)

cascadeWindows

public static void cascadeWindows(javax.swing.JDesktopPane desktop)

tileWindows

public static void tileWindows(javax.swing.JDesktopPane desktop)

selectNextWindow

public static void selectNextWindow(javax.swing.JDesktopPane desktop)

setDragOutline

public static void setDragOutline(javax.swing.JDesktopPane desktop,
                                  boolean dragOutLine)