Uses of Interface
com.iizix.IPluginDescriptor
Packages that use IPluginDescriptor
Package
Description
Uses of IPluginDescriptor in com.iizigo.app
Methods in com.iizigo.app that return types with arguments of type IPluginDescriptorModifier and TypeMethodDescriptionEclipseApplicationDistributor.loadPlugins(String names) Loads required plug-in's.Uses of IPluginDescriptor in com.iizigo.plugin
Fields in com.iizigo.plugin declared as IPluginDescriptorModifier and TypeFieldDescriptionfinal IPluginDescriptor<?>PluginDescriptor.serverPluginDescriptorThe Server plug-in descriptor.Constructors in com.iizigo.plugin with parameters of type IPluginDescriptorModifierConstructorDescriptionPluginDescriptor(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
Fields in com.iizix declared as IPluginDescriptorModifier and TypeFieldDescriptionstatic final IPluginDescriptor<?>BaseModules.ASSETSThe Assets module.static final IPluginDescriptor<AbstractImageDefinition>BaseModules.IMAGEThe Image module.static final IPluginDescriptor<UIContainer>BaseModules.PANELThe Panel module.static final IPluginDescriptor<Selector>BaseModules.SELECTORThe Selector module.static final IPluginDescriptor<AbstractStyles>BaseModules.STYLEThe Style module.static final IPluginDescriptor<TextTable>BaseModules.TEXTThe Text module.static final IPluginDescriptor<VirtualSpace>BaseModules.VIRTUALSPACEThe VirtualSpace module.Methods in com.iizix that return IPluginDescriptorModifier and TypeMethodDescriptionstatic IPluginDescriptor<?>[]BaseModules.getBaseModules()Gets the base modules as if they were plug-ins.Methods in com.iizix that return types with arguments of type IPluginDescriptorModifier and TypeMethodDescriptionstatic List<IPluginDescriptor<?>>BaseModules.getBaseModulesList()Gets the base modules as if they were plug-ins.Uses of IPluginDescriptor in com.iizix.app.builder
Methods in com.iizix.app.builder that return types with arguments of type IPluginDescriptorModifier and TypeMethodDescriptionApplicationDistributor.loadPlugins(String names) Loads required plug-in's.Uses of IPluginDescriptor in com.iizix.db.server
Classes in com.iizix.db.server that implement IPluginDescriptorModifier and TypeClassDescriptionclassPlug-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
Methods in com.iizix.prop that return IPluginDescriptorModifier and TypeMethodDescriptionIPluginDescriptor<?>[]PropFactory.getLoadedPlugins()Gets a list of the loaded Server plug-in descriptors.Methods in com.iizix.prop that return types with arguments of type IPluginDescriptorModifier and TypeMethodDescriptionPropFactory.getLoadedPlugins(String names) Gets a list of the loaded Server plug-in descriptors.Methods in com.iizix.prop with parameters of type IPluginDescriptorModifier 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.voidPropFactory.registerPlugIn(String name, URL url, ClassLoader classLoader, IPluginDescriptor<?> serverPluginDescriptor) Registers a plug-in.Uses of IPluginDescriptor in com.iizix.server
Methods in com.iizix.server that return types with arguments of type IPluginDescriptorModifier 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
Methods in com.iizix.server.gyro with parameters of type IPluginDescriptorModifier 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
Classes in com.iizix.term.server that implement IPluginDescriptorModifier and TypeClassDescriptionclassPlug-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
Classes in com.iizix.ws.server that implement IPluginDescriptorModifier and TypeClassDescriptionclassPlug-in descriptor used for the Server to load the plug-in's XML schema and get the appropriate class loader.