| Frames | No Frames |
Classes implementing com.vlsolutions.swing.docking.FloatingDockableContainer | |
| class | The floating jdialog for floatable dockables. |
Methods with parameter type com.vlsolutions.swing.docking.FloatingDockableContainer | |
| void | disposes a detached dockable, regardless of its type (frame or dialog) |
| JRootPane | returns the root pane used by this detached dockable container, regardless of its type (frame or dialog) |
| void | packs a detached dockable, regardless of its type (frame or dialog) |
| void | positions a detached dockable, regardless of its type (frame or dialog) |
| void | positions a detached dockable, regardless of its type (frame or dialog) |
| void | resizes a detached dockable, regardless of its type (frame or dialog) |
| void | shows a detached dockable, regardless of its type (frame or dialog) |
| void | validates a detached dockable, regardless of its type (frame or dialog) |
Methods with return type com.vlsolutions.swing.docking.FloatingDockableContainer | |
| FloatingDockableContainer | This method is called when a dockable is detached from the DockingDesktop and put
in the FLOATING state. |
| FloatingDockableContainer | DockableContainerFactory.createFloatingDockableContainer(Window owner) This method is called when a dockable is detached from the DockingDesktop and put
in the FLOATING state. |
| FloatingDockableContainer | Creates a floating JDialog to be used with this dockable. |
| FloatingDockableContainer | Creates a floating JDialog to be used for a whole TabbedDockableContainer. |