Package bibliothek.gui.dock.facile.mode
Class DefaultExternalizedModeBehavior
java.lang.Object
bibliothek.gui.dock.facile.mode.DefaultExternalizedModeBehavior
- All Implemented Interfaces:
ExternalizedModeBehavior
The default implementation of
ExternalizedMode.- Author:
- Benjamin Sigg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindLocation(ExternalizedModeArea target, Dockable dockable) Finds a good location fordockablewhich was never in theExternalizedMode.
-
Constructor Details
-
DefaultExternalizedModeBehavior
public DefaultExternalizedModeBehavior()
-
-
Method Details
-
findLocation
Description copied from interface:ExternalizedModeBehaviorFinds a good location fordockablewhich was never in theExternalizedMode.- Specified by:
findLocationin interfaceExternalizedModeBehavior- Parameters:
target- the area on whichdockablewill be droppeddockable- some element- Returns:
- a good location for
dockable, must not benull
-