Uses of Class
com.javadocking.dock.BorderDock

Packages that use BorderDock
com.javadocking.dock.docker   
 

Uses of BorderDock in com.javadocking.dock.docker
 

Methods in com.javadocking.dock.docker that return BorderDock
 BorderDock BorderDocker.getBorderDock()
          Gets the dock in which the dockables with the minimized headers are docked.
 

Methods in com.javadocking.dock.docker with parameters of type BorderDock
 void BorderDocker.setBorderDock(BorderDock dock)
          Sets the dock in which the dockables are docked.