Package | Description |
---|---|
pub.vlsolutions.swing.docking |
Dockable windows framework
|
pub.vlsolutions.swing.docking.ui |
Dockable windows framework
|
Modifier and Type | Class and Description |
---|---|
class |
DetachedDockView
A DockView suitable for detached dockables (in their own window).
|
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 |
---|---|
protected void |
DockViewUI.installMaximizedDockableBorder(DockView v)
Installs a border when the DockView target is unique on the desktop (mamimized, or alone)
|
protected void |
DockViewUI.installSingleDockableBorder(DockView v)
Installs a border when the DockView target is a SingleDockableContainer
(not nested in a tabbed container )
|
protected void |
DockViewUI.installTabbedDockableBorder(DockView v)
Installs a border when the DockView target is included in a TabbedDockableContainer.
|
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.