bibliothek.gui.dock.layout.location
Interface AsideRequestFactory

All Known Implementing Classes:
DefaultAsideRequestFactory

public interface AsideRequestFactory

A factory creating new AsideRequests.

Author:
Benjamin Sigg

Method Summary
 AsideRequest createAsideRequest(DockableProperty location, Dockable dockable)
          Creates a new AsideRequest for dockable.
 

Method Detail

createAsideRequest

AsideRequest createAsideRequest(DockableProperty location,
                                Dockable dockable)
Creates a new AsideRequest for dockable.

Parameters:
location - the location whose neighbor is searched
dockable - the element whose new location is searched
Returns:
the request for dockable