Uses of Interface
com.iizix.IPluginDescriptor
Package
Description
Uses of IPluginDescriptor in com.iizigo.app
Modifier and TypeMethodDescriptionEclipseApplicationDistributor.loadPlugins
(String names) Loads required plug-in's.Uses of IPluginDescriptor in com.iizigo.plugin
Modifier and TypeFieldDescriptionfinal IPluginDescriptor<?>
PluginDescriptor.serverPluginDescriptor
The Server plug-in descriptor.ModifierConstructorDescriptionPluginDescriptor
(org.eclipse.ui.plugin.AbstractUIPlugin instance, IPluginInitialize callback, String pluginTitle, String pluginDescription, IPluginDescriptor<?> serverPluginDescriptor, String propertiesSchema, Class<? extends PropCnr> propertyClass) Constructor for data connector plug-in's.PluginDescriptor
(org.eclipse.ui.plugin.AbstractUIPlugin instance, IPluginInitialize callback, String pluginTitle, String pluginDescription, IPluginDescriptor<?> serverPluginDescriptor, String propertiesSchema, Class<? extends PropCnr> propertyClass, String fileExtension, org.eclipse.jface.resource.ImageDescriptor fileImageDescriptor, String fileTitle, String directory, org.eclipse.jface.resource.ImageDescriptor directoryImageDescriptor, String directoryTitle, String directoryDescription) Constructor for data connector plug-in's.Uses of IPluginDescriptor in com.iizix
Modifier and TypeFieldDescriptionstatic final IPluginDescriptor<?>
BaseModules.ASSETS
The Assets module.static final IPluginDescriptor<AbstractImageDefinition>
BaseModules.IMAGE
The Image module.static final IPluginDescriptor<UIContainer>
BaseModules.PANEL
The Panel module.static final IPluginDescriptor<Selector>
BaseModules.SELECTOR
The Selector module.static final IPluginDescriptor<AbstractStyles>
BaseModules.STYLE
The Style module.static final IPluginDescriptor<TextTable>
BaseModules.TEXT
The Text module.static final IPluginDescriptor<VirtualSpace>
BaseModules.VIRTUALSPACE
The VirtualSpace module.Modifier and TypeMethodDescriptionstatic IPluginDescriptor<?>[]
BaseModules.getBaseModules()
Gets the base modules as if they were plug-ins.Modifier and TypeMethodDescriptionstatic List<IPluginDescriptor<?>>
BaseModules.getBaseModulesList()
Gets the base modules as if they were plug-ins.Uses of IPluginDescriptor in com.iizix.app.builder
Modifier and TypeMethodDescriptionApplicationDistributor.loadPlugins
(String names) Loads required plug-in's.Uses of IPluginDescriptor in com.iizix.db.server
Modifier and TypeClassDescriptionclass
Plug-in descriptor used for the Server to load the plug-in's XML schema and get the appropriate class loader.Uses of IPluginDescriptor in com.iizix.prop
Modifier and TypeMethodDescriptionIPluginDescriptor<?>[]
PropFactory.getLoadedPlugins()
Gets a list of the loaded Server plug-in descriptors.Modifier and TypeMethodDescriptionPropFactory.getLoadedPlugins
(String names) Gets a list of the loaded Server plug-in descriptors.Modifier and TypeMethodDescriptionGProp.getModuleFolder
(IPluginDescriptor<?> descriptor) Gets the property container of specified type from the properties root.IGProp.getModuleFolder
(IPluginDescriptor<?> descriptor) Gets the property container of specified type from the properties root.void
PropFactory.registerPlugIn
(String name, URL url, ClassLoader classLoader, IPluginDescriptor<?> serverPluginDescriptor) Registers a plug-in.Uses of IPluginDescriptor in com.iizix.server
Modifier and TypeMethodDescriptionIAppLoader.loadPlugins
(String names) Loads required plug-in's.PluginLoader.loadPlugins
(String names) Loads required plug-in's.final List<IPluginDescriptor<?>>
ServerShell.loadPlugins
(String names) Loads required plug-in's.Uses of IPluginDescriptor in com.iizix.server.gyro
Modifier and TypeMethodDescription<T extends PropCnr>
VirtualsContainer<T>AppSessionGyro.getVirtuals
(IPluginDescriptor<T> serverPluginDescriptor) Gets the instance of the VirtualsContainer for the plug-in.Uses of IPluginDescriptor in com.iizix.term.server
Modifier and TypeClassDescriptionclass
Plug-in descriptor used for the Server to load the plug-in's XML schema and get the appropriate class loader.Uses of IPluginDescriptor in com.iizix.ws.server
Modifier and TypeClassDescriptionclass
Plug-in descriptor used for the Server to load the plug-in's XML schema and get the appropriate class loader.