protected HashMap<String,Image> mImageMap;
protected Object[] mElements;
public ModelPreparator(MediaView pMediaView, IPersonalBookMark pBookMark) {
STATUS_INCOMPLETE_COLOR = new Color(Display
.getDefault(), 251, 251, 192);
STATUS_SCHEDULED_COLOR = new Color(Display.getDefault(), 245,
174, 249);
LOCAL_ODD_BACKGROUND_COLOR = new Color(Display
.getDefault(), 253, 221, 164);
APP_FONT3_COLOR = new Color(Display.getDefault(),
96, 96, 96);
FEED_TITLE_COLOR = new Color(Display.getDefault(), 0,
57, 163);
TABLE_ODD_BACKGROUND_COLOR = new Color(Display
.getDefault(), 250, 250, 237);
mMediaView = pMediaView;
mBookMark = pBookMark;