|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
VIEW - The controller the view interacts with.public interface Controller<VIEW>
This is the part of the controller used by the view. Contains all functions
the view needs to delegate to the controller.
Methods may not have any return values (except getControllerUI()).
TODO Is above restriction correct? This is a Swing issue and may not be a
problem for other frameworks!)!
| Method Summary | |
|---|---|
Object |
getControllerUI()
Returns the UI. |
| Method Detail |
|---|
Object getControllerUI()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||