Uses of Class
com.iizix.prop.ui.map.MapMarker
Packages that use MapMarker Package Description com.iizix.prop.ui.map Uses of MapMarker in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map that return MapMarker Modifier and Type Method Description protected MapMarker
MapMarkerContentProvider. createContentItem(VSRow row)
Creates a new content item for a VS row.MapMarker
MapMarkerProp. getContentItem(boolean createIfNotPresent)
Returns the content item that has initialized this property container.Methods in com.iizix.prop.ui.map that return types with arguments of type MapMarker Modifier and Type Method Description java.lang.Class<MapMarker>
MapMarkers. getItemContentClass()
Return the class of content items stored in the container.Methods in com.iizix.prop.ui.map with parameters of type MapMarker Modifier and Type Method Description protected MapMarkerProp
MapMarkers. createItem(Atom atom, MapMarker data)
Creates a new property item from an item data holder and initializes the property.