|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Controller | |
org.scopemvc.controller.basic |
An implementation of Controller that
responds to Control s
issued by its View in response to user interaction,
or from child Controllers as a result of the hierarchical chain of responsiblity
(see
HMVC: The layered pattern for developing strong client tiers
for a general discussion of this pattern
). |
Uses of Controller in org.scopemvc.controller.basic |
Classes in org.scopemvc.controller.basic that implement Controller | |
class |
BasicController
Full implementation of Controller that
adds:
support for a View to notify its parent Controller when its bound
model object is replaced with another (implemented completely in SwingView ) via the
CHANGE_MODEL_CONTROL_ID ControlID. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |