Interface | Description |
---|---|
IModelControlAdapter<TStrategyDropListItem,TPaintDropListItem> |
Adapter that the view uses to communicate to the model for non-repetitive control tasks such as manipulating strategies.
|
IModelUpdateAdapter |
This interface is used for repetitive, fast updating communications to the model
such as those used in processing a repaint.
|
Class | Description |
---|---|
BallGUI<TStrategyDropListItem,TPaintDropListItem> |
A subclass of JFrame containing the various GUI components specified in the
program behavior specification.
|