Package | Description |
---|---|
bibliothek.gui.dock.layout.location |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAsideAnswer
The
DefaultAsideAnswer is just a container for properties but does not modify them
in any way. |
Modifier and Type | Method and Description |
---|---|
protected AsideAnswer |
DefaultAsideRequest.execute()
Makes a call to
DockStation.aside(AsideRequest) or Combiner.aside(AsideRequest) . |
AsideAnswer |
AsideRequest.execute(DockStation station)
Executes this request calling the
aside method of station . |
AsideAnswer |
DefaultAsideRequest.execute(DockStation station) |
AsideAnswer |
AsideRequest.forward(Combiner combiner)
Calls the
Combiner.aside(AsideRequest) method of combiner with the
successor of the current location . |
AsideAnswer |
DefaultAsideRequest.forward(Combiner combiner) |
AsideAnswer |
AsideRequest.forward(Combiner combiner,
PlaceholderMap layout)
Calls the
Combiner.aside(AsideRequest) method of combiner with the
successor of the current location . |
AsideAnswer |
DefaultAsideRequest.forward(Combiner combiner,
PlaceholderMap layout) |
protected AsideAnswer |
DefaultAsideRequest.forward(DefaultAsideRequest.Forward forward) |
AsideAnswer |
AsideRequest.forward(DockStation station)
Calls the
DockStation.aside(AsideRequest) method of station with the
successor of the current location . |
AsideAnswer |
DefaultAsideRequest.forward(DockStation station) |