Uses of Interface
de.xima.fc.entities.interfaces.IPluginEntity
-
Packages that use IPluginEntity Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.entities.interfaces Interfaces für Datenbankentitätende.xima.fc.gui.bean.plugin de.xima.fc.gui.model de.xima.fc.mdl.plugin de.xima.fc.plugin -
-
Uses of IPluginEntity in de.xima.fc.entities
Classes in de.xima.fc.entities with type parameters of type IPluginEntity Modifier and Type Class Description class
APluginFileEntity<T extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>>
Classes in de.xima.fc.entities that implement IPluginEntity Modifier and Type Class Description class
APluginEntity<T extends IPluginFileEntity<?,?,?>,J extends IFileDataEntity<T>,C extends IFileDataEntity<T>>
class
ClientPlugin
Entity for the binary data of an client-wide pluginclass
SystemPlugin
Entity for system-wide plugins -
Uses of IPluginEntity in de.xima.fc.entities.interfaces
Classes in de.xima.fc.entities.interfaces with type parameters of type IPluginEntity Modifier and Type Interface Description interface
IPluginFileEntity<E extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>>
-
Uses of IPluginEntity in de.xima.fc.gui.bean.plugin
Classes in de.xima.fc.gui.bean.plugin with type parameters of type IPluginEntity Modifier and Type Class Description class
BasicPluginBean<E extends IPluginEntity<?,?,?>>
-
Uses of IPluginEntity in de.xima.fc.gui.model
Classes in de.xima.fc.gui.model with type parameters of type IPluginEntity Modifier and Type Class Description class
PluginWrapperModel<E extends IPluginEntity<?,?,?>>
-
Uses of IPluginEntity in de.xima.fc.mdl.plugin
Constructors in de.xima.fc.mdl.plugin with parameters of type IPluginEntity Constructor Description PluginSyncData(IPluginEntity<?,?,?> pluginEntity)
PluginSyncData(IPluginEntity<?,?,?> pluginEntity, boolean delete)
-
Uses of IPluginEntity in de.xima.fc.plugin
Methods in de.xima.fc.plugin with parameters of type IPluginEntity Modifier and Type Method Description static void
PluginManager. install(IPluginEntity<?,?,?> pluginEntity)
-