T
- subclass of Portrayablepublic interface ProvidesPortrayable<T extends Portrayable>
For example, a class contains a grid which is used internally only but the object itself is needed to be portrayed in GUI. A portrayable is provided containing an accessor for the grid, which intent is then clearly marked.
Modifier and Type | Method and Description |
---|---|
T |
providePortrayable() |
T providePortrayable()
Portrayable
of the object