|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DockModel | |
---|---|
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. |
com.javadocking.model.codec |
Contains the functionality for decoding and encoding DockModel s and
DockingPathModel s. |
Uses of DockModel in com.javadocking |
---|
Methods in com.javadocking that return DockModel | |
---|---|
static DockModel |
DockingManager.getDockModel()
Gets the dock model that contains all the docks of the application. |
Methods in com.javadocking with parameters of type DockModel | |
---|---|
static void |
DockingManager.setDockModel(DockModel newDockModel)
Sets the dock model that contains all the docks of the application. |
Uses of DockModel in com.javadocking.model |
---|
Classes in com.javadocking.model that implement DockModel | |
---|---|
class |
DefaultDockModel
This is a basic dock model implementation. |
class |
FloatDockModel
This dock model adds for every owner window automatically a FloatDock
and a FloatExternalizer . |
Uses of DockModel in com.javadocking.model.codec |
---|
Methods in com.javadocking.model.codec that return DockModel | |
---|---|
DockModel |
DockModelPropertiesDecoder.decode(java.lang.String sourceName,
java.util.Map dockablesMap,
java.util.Map ownersMap,
java.util.Map visualizersMap)
|
DockModel |
DockModelDecoder.decode(java.lang.String sourceName,
java.util.Map dockablesMap,
java.util.Map ownersMap,
java.util.Map visualizersMap)
Creates a new dock model from the data found in the given data source, and adds the given dockables to the model. |
Methods in com.javadocking.model.codec with parameters of type DockModel | |
---|---|
boolean |
DockModelPropertiesEncoder.canExport(DockModel dockModel,
java.lang.String destinationName)
|
boolean |
DockModelEncoder.canExport(DockModel dockModel,
java.lang.String destinationName)
Checks whether this encoder can export the given dock model to a new specified location. |
boolean |
DockModelPropertiesEncoder.canSave(DockModel dockModel)
|
boolean |
DockModelEncoder.canSave(DockModel dockModel)
Checks whether this encoder can save the given dock model in the location, where it originally came from. |
void |
DockModelPropertiesEncoder.export(DockModel dockModel,
java.lang.String destinationName)
|
void |
DockModelEncoder.export(DockModel dockModel,
java.lang.String destinationName)
Exports the dock model to the specified location. |
void |
DockModelPropertiesEncoder.save(DockModel dockModel)
|
void |
DockModelEncoder.save(DockModel dockModel)
Saves the dock model in the location, where it originally came from. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |