bibliothek.gui.dock.layout.location
Interface AsideAnswer

All Known Implementing Classes:
DefaultAsideAnswer

public interface AsideAnswer

The answer to an AsideRequest.

Author:
Benjamin Sigg

Method Summary
 PlaceholderMap getLayout()
          Gets the layout of a non-existent child station.
 DockableProperty getLocation()
          Gets the location generated by the child station.
 boolean isCanceled()
          Tells whether the request was canceled.
 

Method Detail

isCanceled

boolean isCanceled()
Tells whether the request was canceled.

Returns:
whether the request was canceled

getLocation

DockableProperty getLocation()
Gets the location generated by the child station. This location must not be set as successor. A value of null indicates the the child station did not produce a location.

Returns:
the location generated by the child or null

getLayout

PlaceholderMap getLayout()
Gets the layout of a non-existent child station. A value of null either indicates that the child station exists, or that it does not (no longer) have a layout worth saving.

Returns:
the layour of the non-existent child, can be null