|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSDockKey | |
---|---|
com.vlsolutions.swing.docking.ws |
Uses of WSDockKey in com.vlsolutions.swing.docking.ws |
---|
Methods in com.vlsolutions.swing.docking.ws with parameters of type WSDockKey | |
---|---|
void |
WSDesktop.addDockable(WSDockKey key)
Adds the first dockable to this desktop. |
void |
WSDesktop.addDockable(WSDockKey compoundDockable,
WSDockKey childDockable)
Adds a dockable into a compound dockable |
void |
WSDesktop.addHiddenDockable(WSDockKey dockable,
RelativeDockablePosition dockedPosition)
Adds a new dockable (and stores its return-to-docked position) |
void |
WSDesktop.addToTabbedGroup(WSDockKey base,
WSDockKey newTab)
Registers a dockable as belonging to a tab group. |
void |
WSDesktop.createTab(WSDockKey baseTab,
WSDockKey newTab,
int order)
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,
java.awt.Rectangle windowRect,
RelativeDockablePosition returnPosition)
Adds a new floating dockable |
void |
WSDesktop.setMaximizedDockable(WSDockKey max)
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) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |