|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FloatDockFactory | |
---|---|
com.javadocking.model | Contains the functionality for dock models and docking path models. |
Uses of FloatDockFactory in com.javadocking.model |
---|
Classes in com.javadocking.model that implement FloatDockFactory | |
---|---|
class |
DefaultFloatDockFactory
This class creates a normal float dock with the constructor FloatDock.FloatDock(Window, DockFactory)
if the childDockFactory is not null. |
Methods in com.javadocking.model that return FloatDockFactory | |
---|---|
FloatDockFactory |
FloatDockModel.getFloatDockFactory()
Gets the factory of the float docks. |
Methods in com.javadocking.model with parameters of type FloatDockFactory | |
---|---|
void |
FloatDockModel.setFloatDockFactory(FloatDockFactory floatDockProvider)
Sets the factory of the float docks. |
Constructors in com.javadocking.model with parameters of type FloatDockFactory | |
---|---|
FloatDockModel(FloatDockFactory floatDockFactory)
Constructs a float dock model with the given factory for creating the default float docks of this model. |
|
FloatDockModel(java.lang.String source,
FloatDockFactory floatDockFactory)
Constructs a float dock model with the given source and the given factory for creating the default float docks of this model. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |