bibliothek.gui.dock.layout.location
Interface AsideRequestFactory
- All Known Implementing Classes:
- DefaultAsideRequestFactory
public interface AsideRequestFactory
A factory creating new AsideRequests.
- Author:
- Benjamin Sigg
createAsideRequest
AsideRequest createAsideRequest(DockableProperty location,
Dockable dockable)
- Creates a new
AsideRequest for dockable.
- Parameters:
location - the location whose neighbor is searcheddockable - the element whose new location is searched
- Returns:
- the request for
dockable