Attempts to dock the specified {@code Dockable} into the supplied{@code DockingPort} in the specified region. If docking is not possiblefor the specified parameters, then the method returns {@code false} andno action is taken. Since there is no {@code DragOperation} parameterpresent, this method implies programmatic docking as opposed to docking as a result of drag-events.
@param dockable the {@code Dockable} we wish to dock
@param dockingPort the {@code DockingPort} into which we wish to dock
@param dockingRegion the region of the specified {@code DockingPort} into which wewish to dock.
@return whether or not the docking operation was successful.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.