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 Details

    • findLocation

      ScreenDockProperty findLocation(ExternalizedModeArea target, Dockable dockable)
      Finds a good location for dockable which was never in the ExternalizedMode.
      Parameters:
      target - the area on which dockable will be dropped
      dockable - some element
      Returns:
      a good location for dockable, must not be null