bibliothek.gui.dock.layout.location
Interface DefaultAsideRequest.Forward

All Known Implementing Classes:
DefaultAsideRequest.CombinerForward, DefaultAsideRequest.DockStationForward
Enclosing class:
DefaultAsideRequest

protected static interface DefaultAsideRequest.Forward

All the information required to create a new request and forward the call to a new DockStation or Combiner.

Author:
Benjamin Sigg

Method Summary
 void execute(AsideRequest request)
          Calls the aside method of the item represented by this DefaultAsideRequest.Forward.
 PlaceholderMap getLayout()
          Gets the layout of the current station.
 DockStation getStation()
          Gets this as DockStation, if this represents a station.
 

Method Detail

getLayout

PlaceholderMap getLayout()
Gets the layout of the current station.

Returns:
the layout, may be null

getStation

DockStation getStation()
Gets this as DockStation, if this represents a station.

Returns:
the station or null

execute

void execute(AsideRequest request)
Calls the aside method of the item represented by this DefaultAsideRequest.Forward.

Parameters:
request - information about the location of an element and of its new neighbor