Class | Description |
---|---|
CreateFrameColumnMaker |
Base class for all "column makers" used by the CreateFrameExecutor to construct the frame.
|
CreateFrameExecutor |
This class carries out the frame creation job.
|
CreateFramePostprocessStep |
Base class for any "postprocessing" steps that should be undertaken after
the frame has been created using
CreateFrameColumnMaker s. |
CreateFrameRecipe<T extends CreateFrameRecipe<T>> |
Base class for all frame creation recipes.
|