Package | Description |
---|---|
pub.vlsolutions.swing.docking |
Dockable windows framework
|
Modifier and Type | Class and Description |
---|---|
class |
DockTabbedPane
A JTabbedPane customized for integration with the docking framework.
|
Modifier and Type | Method and Description |
---|---|
TabbedDockableContainer |
DefaultDockableContainerFactory.createTabbedDockableContainer()
Returns the container used for tabbed docking.
|
abstract TabbedDockableContainer |
DockableContainerFactory.createTabbedDockableContainer()
This method is called when a tab insertion is requested by the DockingDesktop.
|
static TabbedDockableContainer |
DockingUtilities.findTabbedDockableContainer(Dockable dockable)
Returns the first TabbedDockableContainer which is parent of this dockable component, or
null is there isn't any.
|
Modifier and Type | Method and Description |
---|---|
protected FloatingDockableContainer |
DockingDesktop.createFloatingDockableContainer(TabbedDockableContainer tdc)
Creates a floating JDialog to be used for a whole TabbedDockableContainer.
|
void |
FloatingDialog.setInitialTabbedDockableContainer(TabbedDockableContainer tdc) |
void |
FloatingDockableContainer.setInitialTabbedDockableContainer(TabbedDockableContainer tdc)
adds the initial tabbdeddockablecontainer to this top-level container.
|
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.