The Robot Application Programming Interface Delegate Project
RAPID Logo

RapidMessageExampleViewer.ViewContentProvider Class Reference

The content provider class is responsible for providing objects to the view. More...

Inheritance diagram for RapidMessageExampleViewer.ViewContentProvider:
Collaboration diagram for RapidMessageExampleViewer.ViewContentProvider:

List of all members.

Public Member Functions

 ViewContentProvider (RapidExampleModel model)
void inputChanged (Viewer v, Object oldInput, Object newInput)
void dispose ()
Object[] getElements (Object parent)

Protected Attributes

RapidExampleModel model

Detailed Description

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).


Constructor & Destructor Documentation


Member Function Documentation

void dispose ( )
Object [] getElements ( Object  parent)

Here is the call graph for this function:

void inputChanged ( Viewer  v,
Object  oldInput,
Object  newInput 
)

Member Data Documentation

RapidExampleModel model [protected]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines