Uses of Class
net.infonode.docking.FloatingWindow

Packages that use FloatingWindow
net.infonode.docking Core classes for the docking windows framework. 
net.infonode.docking.util Utility classes for docking windows. 
 

Uses of FloatingWindow in net.infonode.docking
 

Methods in net.infonode.docking that return FloatingWindow
(package private)  FloatingWindow RootWindow.createFloatingWindow()
           
(package private)  FloatingWindow RootWindow.createFloatingWindow(DockingWindow window, java.awt.Point p)
           
 FloatingWindow RootWindow.createFloatingWindow(java.awt.Point location, java.awt.Dimension innerSize, DockingWindow window)
           Creates and shows a floating window with the given window as top-level window in the floating window or without any top-level window i.e. empty floating window.
 FloatingWindow DockingWindow.undock(java.awt.Point location)
          Undocks this window from it's window parent i.e. creates a FloatingWindow containing this window.
 FloatingWindow DockingWindow.undockWithAbort(java.awt.Point location)
          Same as DockingWindow.undock(Point), but the DockingWindowListener.windowUndocking(DockingWindow) method of the window listeners will be called before undocking the window, giving them the possibility to abort the undock operation.
 

Methods in net.infonode.docking with parameters of type FloatingWindow
(package private)  void RootWindow.removeFloatingWindow(FloatingWindow fw)
           
 

Uses of FloatingWindow in net.infonode.docking.util
 

Methods in net.infonode.docking.util that return FloatingWindow
static FloatingWindow DockingUtil.getFloatingWindowFor(DockingWindow window)
          Returns the FloatingWindow for a window if the window is undocked.