Package com.iizix.prop.ui.map
Class MapMarkerContentProvider
- java.lang.Object
- com.iizix.prop.content.AbstractContentProvider<MapMarkerProp,MapMarker>
- com.iizix.prop.ui.map.MapMarkerContentProvider
- All Implemented Interfaces:
IContentProvider<MapMarkerProp,MapMarker>
,IContentProviderAPI<MapMarkerProp,MapMarker>
public class MapMarkerContentProvider extends AbstractContentProvider<MapMarkerProp,MapMarker>
The marker content provider for the Map component. The content provider supports both VirtualSpace connection or API usage.- Author:
- Christopher Mindus
Field Summary
Fields inherited from class com.iizix.prop.content.AbstractContentProvider
cnr
Constructor Summary
Constructors Constructor Description MapMarkerContentProvider(int selectionType)
Constructor for the content provider.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MapMarker
createContentItem(VSRow row)
Creates a new content item for a VS row.Methods inherited from class com.iizix.prop.content.AbstractContentProvider
add, beginChanges, canModifyWithAPI, clearSelection, commitChanges, dispose, get, getAll, getColumns, getFirstSelectedIndex, getItemCount, getItemsContainer, getSelectedIndicies, getTable, indexOf, initialize, isEnabledStateSynchronized, isReadOnlyStateSynchronized, isVisibleStateSynchronized, onAdded, onRemoved, onSelectionChanged, onSelectionTypeChanged, refreshContent, refreshContentItemFromVS, reinitialize, remove, remove, removeAll, setSelection, setSelection, updateContents, updateContentsFromVS, useVSConnection
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.iizix.prop.content.IContentProviderAPI
add
Method Detail
createContentItem
protected MapMarker createContentItem(VSRow row)
Creates a new content item for a VS row.- Specified by:
createContentItem
in classAbstractContentProvider<MapMarkerProp,MapMarker>
- Parameters:
row
- The row.- Returns:
- The new content item associated with the row.