|
Class Summary |
| Model |
Class Model is an abstract parent class for model classes in an MVP design. |
| Screen |
Class Screen is a toolkit-independent definition of the physical display
screen on which GUI widgets are displayed. |
| View |
Class View is an abstract parent class for view classes in an MVP design. |
| Widget |
Class Widget is a toolkit-independent definition of the most generic form of
interactive element in a GUI display. |
| Window |
Class Window is a toolkit-independent definition of a top-level window
displayed on the screen. |