|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
FloatingWindow |
RootWindow.createFloatingWindow(Point location,
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(Point location)
Undocks this window from it's window parent i.e. creates a FloatingWindow containing this window. |
FloatingWindow |
DockingWindow.undockWithAbort(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. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |