Package | Description |
---|---|
pub.vlsolutions.swing.docking |
Dockable windows framework
|
Modifier and Type | Class and Description |
---|---|
class |
FloatingDialog
The floating jdialog for floatable dockables.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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)
|
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.