com.vlsolutions.swing.docking.ws
public class WSDockKey extends Object
example :
if your application uses a dockable with DockKey k = new DockKey("testDockable");
than your corresponding WSDockKey will be wsdk = new WSDockKey("testDockable");
Design note : We use this class insted of DockKey because sometimes dockkeys are lazily created (at dockable creation) and thus aren't already available when specifying a workspace.
| Constructor Summary | |
|---|---|
| WSDockKey(String key) | |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| DockingConstants.Hide | getAutoHideBorder() Returns the autohide border of this dockable, or null if not set |
| String | getKey() returns the inner key of this object (which must match a DockKey's 'key' instance variable) |
| int | hashCode() returns this object's hashcode |
| void | setAutoHideBorder(DockingConstants.Hide border) Updates the autohide border property |
| String | toString() |