Uses of Class
de.mhus.lib.core.MActivator
-
Packages that use MActivator Package Description de.mhus.lib.core.activator de.mhus.lib.core.io de.mhus.lib.core.pojo de.mhus.lib.core.system de.mhus.lib.form -
-
Uses of MActivator in de.mhus.lib.core.activator
Subclasses of MActivator in de.mhus.lib.core.activator Modifier and Type Class Description classDefaultActivator -
Uses of MActivator in de.mhus.lib.core.io
Methods in de.mhus.lib.core.io with parameters of type MActivator Modifier and Type Method Description voidMObjectInputStream. setActivator(MActivator activator)Constructors in de.mhus.lib.core.io with parameters of type MActivator Constructor Description MObjectInputStream(InputStream in, MActivator act) -
Uses of MActivator in de.mhus.lib.core.pojo
Methods in de.mhus.lib.core.pojo with parameters of type MActivator Modifier and Type Method Description static voidMPojo. xmlToPojo(Element from, Object to, MActivator act)static voidMPojo. xmlToPojo(Element from, Object to, PojoModelFactory factory, MActivator act) -
Uses of MActivator in de.mhus.lib.core.system
Methods in de.mhus.lib.core.system that return MActivator Modifier and Type Method Description MActivatorDefaultMApi. createActivator()MActivatorIApi. createActivator()MActivatorDefaultBase. getActivator() -
Uses of MActivator in de.mhus.lib.form
Fields in de.mhus.lib.form declared as MActivator Modifier and Type Field Description protected MActivatorActivatorAdapterProvider. activatorMethods in de.mhus.lib.form that return MActivator Modifier and Type Method Description MActivatorActivatorAdapterProvider. getActivator()Constructors in de.mhus.lib.form with parameters of type MActivator Constructor Description ActivatorAdapterProvider(MActivator activator)
-