Package | Description |
---|---|
com.vldocking.swing.docking |
The VLDocking Framework for JFC "Swing" applications.
|
com.vldocking.swing.docking.ws |
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(String dockKey,
String name,
String tooltip,
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 2004-2013 Lilian Chamontin. All Rights Reserved.