buoyx.docking
Class DragManager.DetachedDockingContainer

java.lang.Object
  extended by buoy.event.EventSource
      extended by buoy.widget.Widget
          extended by buoy.widget.WidgetContainer
              extended by buoy.widget.WindowWidget
                  extended by buoy.widget.BDialog
                      extended by buoyx.docking.DragManager.DetachedDockingContainer
Enclosing class:
DragManager

public static class DragManager.DetachedDockingContainer
extends BDialog

This class is a dialog for holding DockableWidgets that have been detached from their parent window.


Constructor Summary
DragManager.DetachedDockingContainer(WindowWidget parentWindow)
           
 
Method Summary
 void dispose()
          Close the window, and dispose of all resources associated with it.
 DockingContainer getDockingContainer()
           
 
Methods inherited from class buoy.widget.BDialog
getChildCount, getChildren, getComponent, getMenuBar, getTitle, isModal, isResizable, pack, remove, removeAll, setMenuBar, setModal, setResizable, setTitle
 
Methods inherited from class buoy.widget.WindowWidget
getContent, getDefaultButton, isVisible, layoutChildren, setBounds, setContent, setDefaultButton, setVisible, toBack, toFront
 
Methods inherited from class buoy.widget.WidgetContainer
isOpaque, setOpaque
 
Methods inherited from class buoy.widget.Widget
addEventLink, dispatchEvent, getBackground, getBounds, getCursor, getFont, getMaximumSize, getMinimumSize, getName, getParent, getPreferredSize, hasFocus, isEnabled, isFocusable, repaint, requestFocus, setBackground, setCursor, setEnabled, setFocusable, setFont, setName
 
Methods inherited from class buoy.event.EventSource
addEventLink, addEventLink, removeEventLink
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragManager.DetachedDockingContainer

public DragManager.DetachedDockingContainer(WindowWidget parentWindow)
Method Detail

getDockingContainer

public DockingContainer getDockingContainer()

dispose

public void dispose()
Description copied from class: WindowWidget
Close the window, and dispose of all resources associated with it.

Overrides:
dispose in class WindowWidget


Written by Peter Eastman.