|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DockingConstants.Hide | |
|---|---|
| com.vlsolutions.swing.docking | The VL Docking Framework for JFC "Swing" applications. |
| com.vlsolutions.swing.docking.ws | |
| Uses of DockingConstants.Hide in com.vlsolutions.swing.docking |
|---|
| Fields in com.vlsolutions.swing.docking declared as DockingConstants.Hide | |
|---|---|
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 |
| Methods in com.vlsolutions.swing.docking that return DockingConstants.Hide | |
|---|---|
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) |
| Methods in com.vlsolutions.swing.docking with parameters of type DockingConstants.Hide | |
|---|---|
void |
DockKey.setAutoHideBorder(DockingConstants.Hide border)
Updates the autohide border property |
void |
AutoHidePolicy.setDefaultHideBorder(DockingConstants.Hide defaultHideBorder)
Updates the default hide border. |
| Constructors in com.vlsolutions.swing.docking with parameters of type DockingConstants.Hide | |
|---|---|
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. |
|
| Uses of DockingConstants.Hide in com.vlsolutions.swing.docking.ws |
|---|
| Methods in com.vlsolutions.swing.docking.ws that return DockingConstants.Hide | |
|---|---|
DockingConstants.Hide |
WSDockKey.getAutoHideBorder()
Returns the autohide border of this dockable, or null if not set |
| Methods in com.vlsolutions.swing.docking.ws with parameters of type DockingConstants.Hide | |
|---|---|
void |
WSDockKey.setAutoHideBorder(DockingConstants.Hide border)
Updates the autohide border property |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||