|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FloatingDockableContainer | |
---|---|
com.vlsolutions.swing.docking | The VL Docking Framework for JFC "Swing" applications. |
Uses of FloatingDockableContainer in com.vlsolutions.swing.docking |
---|
Classes in com.vlsolutions.swing.docking that implement FloatingDockableContainer | |
---|---|
class |
FloatingDialog
The floating jdialog for floatable dockables. |
Methods in com.vlsolutions.swing.docking that return FloatingDockableContainer | |
---|---|
protected FloatingDockableContainer |
DockingDesktop.createFloatingDockableContainer(Dockable dockable)
Creates a floating JDialog to be used with this dockable. |
protected FloatingDockableContainer |
DockingDesktop.createFloatingDockableContainer(TabbedDockableContainer tdc)
Creates a floating JDialog to be used for a whole TabbedDockableContainer. |
abstract FloatingDockableContainer |
DockableContainerFactory.createFloatingDockableContainer(java.awt.Window owner)
This method is called when a dockable is detached from the DockingDesktop and put in the FLOATING state. |
FloatingDockableContainer |
DefaultDockableContainerFactory.createFloatingDockableContainer(java.awt.Window owner)
This method is called when a dockable is detached from the DockingDesktop and put in the FLOATING state. |
Methods in com.vlsolutions.swing.docking with parameters of type FloatingDockableContainer | |
---|---|
static void |
DockingUtilities.dispose(FloatingDockableContainer fdc)
disposes a detached dockable, regardless of its type (frame or dialog) |
static javax.swing.JRootPane |
DockingUtilities.getRootPane(FloatingDockableContainer fdc)
returns the root pane used by this detached dockable container, regardless of its type (frame or dialog) |
static void |
DockingUtilities.pack(FloatingDockableContainer fdc)
packs a detached dockable, regardless of its type (frame or dialog) |
static void |
DockingUtilities.setLocation(FloatingDockableContainer fdc,
java.awt.Point location)
positions a detached dockable, regardless of its type (frame or dialog) |
static void |
DockingUtilities.setLocationRelativeTo(FloatingDockableContainer fdc,
java.awt.Component rel)
positions a detached dockable, regardless of its type (frame or dialog) |
static void |
DockingUtilities.setSize(FloatingDockableContainer fdc,
java.awt.Dimension size)
resizes a detached dockable, regardless of its type (frame or dialog) |
static void |
DockingUtilities.setVisible(FloatingDockableContainer fdc,
boolean visible)
shows a detached dockable, regardless of its type (frame or dialog) |
static void |
DockingUtilities.validate(FloatingDockableContainer fdc)
validates a detached dockable, regardless of its type (frame or dialog) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |