Frames | No Frames |
Methods with parameter type com.vlsolutions.swing.docking.ws.WSDockKey | |
void | Adds the first dockable to this desktop. |
void | Adds a dockable into a compound dockable |
void | Adds a new dockable (and stores its return-to-docked position) |
void | Registers a dockable as belonging to a tab group. |
void | Creates a tab containing baseTab and newTab (if baseTab is already into a Tab, then
newTab will just be added at the "order" position. |
void | WSDesktop.setFloating(WSDockKey dockable, Rectangle windowRect, RelativeDockablePosition returnPosition) Adds a new floating dockable
|
void | Sets the maximized dockable of this desktop, (or null if no dockable maximized). |
void | WSDesktop.split(WSDockKey base, WSDockKey newDockable, DockingConstants.Split split, double splitLocation) Splits a dockable (with a given split location)
|