Interface | Description |
---|---|
AsideAnswer |
The answer to an
AsideRequest . |
AsideRequest |
An
AsideRequest represents the action of generating a DockableProperty that is
"aside" another property, this includes modifying DockStation s and layouts to store
a placeholder for the new property.One AsideRequest is always tied to exactly one DockStation or Combiner ,
forwarding a request to another DockStation will produce very strange results. |
AsideRequestFactory |
A factory creating new
AsideRequest s. |
DefaultAsideRequest.Forward |
All the information required to create a new request and forward the call to a
new
DockStation or Combiner . |
Class | Description |
---|---|
DefaultAsideAnswer |
The
DefaultAsideAnswer is just a container for properties but does not modify them
in any way. |
DefaultAsideRequest |
The default implementation of an
AsideRequest , it does not modify any properties or
layouts. |
DefaultAsideRequest.CombinerForward |
An adapter mapping
Combiner to DefaultAsideRequest.Forward . |
DefaultAsideRequest.DockStationForward |
An adapter mapping
DockStation to DefaultAsideRequest.Forward . |
DefaultAsideRequestFactory |
This factory creates new instances of
DefaultAsideRequest . |