Package | Description |
---|---|
pub.vlsolutions.swing.docking |
Dockable windows framework
|
pub.vlsolutions.swing.docking.ws |
Dockable windows framework
|
Modifier and Type | Field and Description |
---|---|
static RelativeDockablePosition |
RelativeDockablePosition.BOTTOM
convenience field referencing the BOTTOM border of the DockingDesktop
|
static RelativeDockablePosition |
RelativeDockablePosition.BOTTOM_CENTER
convenience field referencing the CENTER part of the BOTTOM border of the DockingDesktop
|
static RelativeDockablePosition |
RelativeDockablePosition.BOTTOM_LEFT
convenience field referencing the TOP-RIGHT corner of the DockingDesktop
|
static RelativeDockablePosition |
RelativeDockablePosition.BOTTOM_RIGHT
convenience field referencing the TOP-RIGHT corner of the DockingDesktop
|
static RelativeDockablePosition |
RelativeDockablePosition.LEFT
convenience field referencing the LEFT border of the DockingDesktop
|
static RelativeDockablePosition |
RelativeDockablePosition.LEFT_CENTER
convenience field referencing the CENTER part of the LEFT border of the DockingDesktop
|
static RelativeDockablePosition |
RelativeDockablePosition.RIGHT
convenience field referencing the RIGHT border of the DockingDesktop
|
static RelativeDockablePosition |
RelativeDockablePosition.RIGHT_CENTER
convenience field referencing the CENTER part of the RIGHT border of the DockingDesktop
|
static RelativeDockablePosition |
RelativeDockablePosition.TOP
convenience field referencing the TOP border of the DockingDesktop
|
static RelativeDockablePosition |
RelativeDockablePosition.TOP_CENTER
convenience field referencing the CENTER part of TOP border of the DockingDesktop
|
static RelativeDockablePosition |
RelativeDockablePosition.TOP_LEFT
convenience field referencing the TOP-LEFT corner of the DockingDesktop
|
static RelativeDockablePosition |
RelativeDockablePosition.TOP_RIGHT
convenience field referencing the TOP-RIGHT corner of the DockingDesktop
|
Modifier and Type | Method and Description |
---|---|
RelativeDockablePosition |
DockableState.getPosition()
Returns the relative restore position of the dockable when it is not shown (auto-hide
or closed).
|
Modifier and Type | Method and Description |
---|---|
void |
DockingDesktop.addDockable(Dockable dockable,
RelativeDockablePosition position)
Adds a dockable in the docking desktop, and tries to respect the relative
positionning provided.
|
void |
DockingDesktop.addHiddenDockable(Dockable dockable,
RelativeDockablePosition dockedPosition)
Registers and add a dockable on an auto-hide border.
|
Constructor and Description |
---|
DockableState(DockableState copy,
RelativeDockablePosition position)
Creates a dockable state based on an existing state, with another relative positionning
|
DockableState(DockingDesktop desktop,
Dockable dockable,
DockableState.Location location,
RelativeDockablePosition position) |
Modifier and Type | Method and Description |
---|---|
void |
WSDesktop.addHiddenDockable(WSDockKey dockable,
RelativeDockablePosition dockedPosition)
Adds a new dockable (and stores its return-to-docked position)
|
void |
WSDesktop.setFloating(WSDockKey dockable,
java.awt.Rectangle windowRect,
RelativeDockablePosition returnPosition)
Adds a new floating dockable
|
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.