Uses of Class
de.terrestris.shoguncore.model.map.MapControl
-
Packages that use MapControl Package Description de.terrestris.shoguncore.dao de.terrestris.shoguncore.model.module de.terrestris.shoguncore.rest de.terrestris.shoguncore.service -
-
Uses of MapControl in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type MapControl Modifier and Type Class Description classMapControlDao<E extends MapControl> -
Uses of MapControl in de.terrestris.shoguncore.model.module
Methods in de.terrestris.shoguncore.model.module that return types with arguments of type MapControl Modifier and Type Method Description Set<MapControl>Map. getMapControls()Method parameters in de.terrestris.shoguncore.model.module with type arguments of type MapControl Modifier and Type Method Description voidMap. setMapControls(Set<MapControl> mapControls) -
Uses of MapControl in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type MapControl Modifier and Type Class Description classMapControlRestController<E extends MapControl,D extends MapControlDao<E>,S extends MapControlService<E,D>> -
Uses of MapControl in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type MapControl Modifier and Type Class Description classMapControlService<E extends MapControl,D extends MapControlDao<E>>Service class for theModulemodel.
-