Uses of Class
com.iizix.prop.ui.map.MapMarkerProp
Packages that use MapMarkerProp Package Description com.iizigo.panel.prop.map com.iizix.prop.ui.map Uses of MapMarkerProp in com.iizigo.panel.prop.map
Subclasses of MapMarkerProp in com.iizigo.panel.prop.map Modifier and Type Class Description class
EMapMarkerProp
The Editor version of a map marker.Methods in com.iizigo.panel.prop.map that return MapMarkerProp Modifier and Type Method Description protected MapMarkerProp
EMapMarkers. createMarker(Atom atom)
Create the map marker.Uses of MapMarkerProp in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map that return MapMarkerProp Modifier and Type Method Description MapMarkerProp
MapMarkerProp. clone()
Clones the property.protected MapMarkerProp
MapMarkers. createItem(Atom atom, MapMarker data)
Creates a new property item from an item data holder and initializes the property.protected MapMarkerProp
MapMarkers. createMarker(Atom atom)
Create the map marker.MapMarkerProp
MapMarker. getItemProp()
Returns the property that was used to update this data content.Methods in com.iizix.prop.ui.map that return types with arguments of type MapMarkerProp Modifier and Type Method Description java.lang.Class<MapMarkerProp>
MapMarkers. getItemClass()
Return the class of items stored in the container.Methods in com.iizix.prop.ui.map with parameters of type MapMarkerProp Modifier and Type Method Description void
MapMarker. addMappings(VSMappings mappings, java.lang.String uiRef, MapMarkerProp item)
Adds the mappings of a VirtualSpace to the panel components.void
MapMarker. initialize(MapMarkerProp item)
Initializes the item property from the content data.