Package | Description |
---|---|
pub.vlsolutions.swing.docking |
Dockable windows framework
|
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 |
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 |
---|---|
SingleDockableContainer |
DockableContainerFactory.createDockableContainer(Dockable dockable,
boolean c)
Deprecated.
use the other createDockableContainer method (
#createDockableContainer(Dockable, int) |
SingleDockableContainer |
DefaultDockableContainerFactory.createDockableContainer(Dockable dockable,
DockableContainerFactory.ParentType parentType)
Returns the component used to modify the expand panel size when expanded from the top.
|
abstract SingleDockableContainer |
DockableContainerFactory.createDockableContainer(Dockable dockable,
DockableContainerFactory.ParentType parentType)
This method is called by the DockingDesktop whenever a dockable is inserted
in its containment hierachy.
|
SingleDockableContainer |
TabFactory.createDockableContainer(Dockable dockable,
DockableContainerFactory.ParentType parentType) |
static SingleDockableContainer |
DockingUtilities.findSingleDockableContainer(Dockable dockable)
returns the first DockableContainer which is parent of this dockable component
|
static SingleDockableContainer |
DockingUtilities.findSingleDockableContainerAncestor(java.awt.Component component)
A utility method to find the first single dockable container ancestor of the given component.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DockingDesktop.removeContainer(SingleDockableContainer dc)
Removes a dockable container.
|
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.