The Robot Application Programming Interface Delegate Project
|
The content provider class is responsible for providing objects to the view. More...
Public Member Functions | |
ViewContentProvider (RapidExampleModel model) | |
void | inputChanged (Viewer v, Object oldInput, Object newInput) |
void | dispose () |
Object[] | getElements (Object parent) |
Protected Attributes | |
RapidExampleModel | model |
It can wrap existing objects in adapters or simply return objects as-is. These objects may be sensitive to the current input of the view, or ignore it and always show the same content (like Task List, for example).
ViewContentProvider | ( | RapidExampleModel | model | ) |
void dispose | ( | ) |
Object [] getElements | ( | Object | parent | ) |
void inputChanged | ( | Viewer | v, |
Object | oldInput, | ||
Object | newInput | ||
) |
RapidExampleModel model [protected] |