com.japisoft.framework.dockable
Class DockManager

java.lang.Object
  |
  +--com.japisoft.framework.dockable.DockManager

public class DockManager
extends java.lang.Object

This is a set of shortcut for handling your docked panel

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Constructor Summary
DockManager()
           
 
Method Summary
static void removeAllDockedFrame()
          It will "undock" all DockedPanel thus, no external frame will be visible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DockManager

public DockManager()
Method Detail

removeAllDockedFrame

public static void removeAllDockedFrame()
It will "undock" all DockedPanel thus, no external frame will be visible