Package bibliothek.gui.dock.facile.mode
Interface ExternalizedModeBehavior
- All Known Implementing Classes:
DefaultExternalizedModeBehavior
public interface ExternalizedModeBehavior
This interface allows easy customization of some algorithms of the
ExternalizedMode.- Author:
- Benjamin Sigg
-
Method Summary
Modifier and TypeMethodDescriptionfindLocation(ExternalizedModeArea target, Dockable dockable) Finds a good location fordockablewhich was never in theExternalizedMode.
-
Method Details
-
findLocation
Finds a good location fordockablewhich was never in theExternalizedMode.- Parameters:
target- the area on whichdockablewill be droppeddockable- some element- Returns:
- a good location for
dockable, must not benull
-