Uses of Class
com.iizigo.plugin.PluginDescriptor
Uses of PluginDescriptor in com.iizigo.db
Modifier and TypeMethodDescriptionstatic PluginDescriptor
PluginActivator.getPluginDescriptor()
Gets the IIZI PluginDescriptor.Uses of PluginDescriptor in com.iizigo.plugin
Modifier and TypeMethodDescriptionstatic PluginDescriptor[]
PluginManager.getPlugins()
Gets the registered plug-ins sorted by name.ProjectPluginChooser.getPlugins()
Gets the plug-ins chosen.Modifier and TypeMethodDescriptionstatic void
PluginManager.register
(PluginDescriptor pd) Registers a plug-in.Uses of PluginDescriptor in com.iizigo.project
Modifier and TypeMethodDescriptionvoid
ModuleModel.addPlugin
(PluginDescriptor pd, boolean doCreateDir) Adds a plug-in to this Module project instance, without creating anything.static void
ModuleNature.associateNature
(org.eclipse.core.resources.IProject project, PluginDescriptor[] plugins, org.eclipse.core.runtime.IProgressMonitor monitor) Associating the IIZI Nature with a Project.ModuleModel.getModuleFolder
(PluginDescriptor pd) Gets the module folder for a plug-in.boolean
ModuleModel.isPluginActive
(PluginDescriptor pd) Checks if a plug-in is active in the Module project.int
ModuleModel.removePlugin
(PluginDescriptor pd) Removes the specified plug-in from this project.Uses of PluginDescriptor in com.iizigo.term
Modifier and TypeMethodDescriptionstatic PluginDescriptor
PluginActivator.getPluginDescriptor()
Gets the IIZI PluginDescriptor.Uses of PluginDescriptor in com.iizigo.ws
Modifier and TypeMethodDescriptionstatic PluginDescriptor
PluginActivator.getPluginDescriptor()
Gets the IIZI PluginDescriptor.