Frames | No Frames |
Methods with parameter type com.vlsolutions.swing.docking.DockingConstants.Hide | |
void | Updates the autohide border property |
Methods with return type com.vlsolutions.swing.docking.DockingConstants.Hide | |
DockingConstants.Hide | Returns the autohide border of this dockable, or null if not set |
Constructors with parameter type com.vlsolutions.swing.docking.DockingConstants.Hide | |
DockKey.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. |
Fields of type com.vlsolutions.swing.docking.DockingConstants.Hide | |
DockingConstants.Hide | A constant describing an auto-hide operation where the component
goes on the BOTTOM border |
DockingConstants.Hide | A constant describing an auto-hide operation where the component
goes on the LEFT border |
DockingConstants.Hide | A constant describing an auto-hide operation where the component
goes on the RIGHT border |
DockingConstants.Hide | A constant describing an auto-hide operation where the component
goes on the TOP border |
Methods with parameter type com.vlsolutions.swing.docking.DockingConstants.Hide | |
void | Updates the autohide border property |
void | Updates the default hide border. |
Methods with return type com.vlsolutions.swing.docking.DockingConstants.Hide | |
DockingConstants.Hide | Returns the autohide border of this dockable, or null if not set |
DockingConstants.Hide | Returns the default hide border (used when not specified in a DockKey) |