Package | Description |
---|---|
pub.vlsolutions.swing.docking |
Dockable windows framework
|
pub.vlsolutions.swing.docking.ws |
Dockable windows framework
|
Modifier and Type | Field and Description |
---|---|
static DockingConstants.Hide |
DockingConstants.HIDE_BOTTOM
A constant describing an auto-hide operation where the component
goes on the BOTTOM border
|
static DockingConstants.Hide |
DockingConstants.HIDE_LEFT
A constant describing an auto-hide operation where the component
goes on the LEFT border
|
static DockingConstants.Hide |
DockingConstants.HIDE_RIGHT
A constant describing an auto-hide operation where the component
goes on the RIGHT border
|
static DockingConstants.Hide |
DockingConstants.HIDE_TOP
A constant describing an auto-hide operation where the component
goes on the TOP border
|
Modifier and Type | Method and Description |
---|---|
DockingConstants.Hide |
DockKey.getAutoHideBorder()
Returns the autohide border of this dockable, or null if not set
|
DockingConstants.Hide |
AutoHidePolicy.getDefaultHideBorder()
Returns the default hide border (used when not specified in a DockKey)
|
Modifier and Type | Method and Description |
---|---|
void |
DockKey.setAutoHideBorder(DockingConstants.Hide border)
Updates the autohide border property
|
void |
AutoHidePolicy.setDefaultHideBorder(DockingConstants.Hide defaultHideBorder)
Updates the default hide border.
|
Constructor and Description |
---|
DockKey(java.lang.String dockKey,
java.lang.String name,
java.lang.String tooltip,
javax.swing.Icon icon,
DockingConstants.Hide hideBorder)
Constructs a DockKey with dockKey (unique key), a displayed name, a tooltip, an icon
and a default autohide border.
|
Modifier and Type | Method and Description |
---|---|
DockingConstants.Hide |
WSDockKey.getAutoHideBorder()
Returns the autohide border of this dockable, or null if not set
|
Modifier and Type | Method and Description |
---|---|
void |
WSDockKey.setAutoHideBorder(DockingConstants.Hide border)
Updates the autohide border property
|
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.