Package | Description |
---|---|
pub.vlsolutions.swing.docking |
Dockable windows framework
|
Modifier and Type | Interface and Description |
---|---|
interface |
SingleDockableContainer
A SingleDockableContainer is a DockableContainer that can display
a single
Dockable component. |
interface |
TabbedDockableContainer
Interface describing a container that can be used to display more than
one Dockable in a Tabbed Pane fashion.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoHideExpandPanel
A component used to show the currently expanded view.
|
class |
DetachedDockView
A DockView suitable for detached dockables (in their own window).
|
class |
DockTabbedPane
A JTabbedPane customized for integration with the docking framework.
|
class |
DockView
DefaultImplementation of the SingleDockableContainer.
|
class |
DockViewAsTab
This component is used to display single dockables like if they were in a tabbed pane.
|
class |
MaximizedDockView
A dockView suitable for maximized dockables
|
class |
MaximizedDockViewAsTab
A maximized view to use with the TabFactory.
|
class |
TabbedDockView
A DockView that can be nested into a TabbedDockableContainer
|
Modifier and Type | Method and Description |
---|---|
static DockableContainer |
DockingUtilities.findDockableContainer(Dockable dockable)
returns the first DockableContainer which is parent of this dockable component
|
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.