|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DockingPathModel | |
|---|---|
| com.javadocking | Contains the interfaces and implementations of the Java Docking library. |
| com.javadocking.model | Contains the functionality for dock models and docking path models. |
| Uses of DockingPathModel in com.javadocking |
|---|
| Methods in com.javadocking that return DockingPathModel | |
|---|---|
static DockingPathModel |
DockingManager.getDockingPathModel()
Gets the docking path model of the application. |
| Methods in com.javadocking with parameters of type DockingPathModel | |
|---|---|
static void |
DockingManager.setDockingPathModel(DockingPathModel newDockingPathModel)
Sets the docking path model of the application. |
| Uses of DockingPathModel in com.javadocking.model |
|---|
| Classes in com.javadocking.model that implement DockingPathModel | |
|---|---|
class |
DefaultDockingPathModel
This is an implementation for DockingPathModel that uses a java.util.HashMap. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||