Uses of Class
com.iizigo.plugin.PluginDescriptor
Packages that use PluginDescriptor Package Description com.iizigo.db com.iizigo.plugin com.iizigo.project com.iizigo.term com.iizigo.ws Uses of PluginDescriptor in com.iizigo.db
Methods in com.iizigo.db that return PluginDescriptor Modifier and Type Method Description static PluginDescriptor
PluginActivator. getPluginDescriptor()
Gets the iizi PluginDescriptor.Uses of PluginDescriptor in com.iizigo.plugin
Methods in com.iizigo.plugin that return PluginDescriptor Modifier and Type Method Description static PluginDescriptor[]
PluginManager. getPlugins()
Gets the registered plug-ins sorted by name.PluginDescriptor[]
ProjectPluginChooser. getPlugins()
Gets the plug-ins chosen.Methods in com.iizigo.plugin with parameters of type PluginDescriptor Modifier and Type Method Description static void
PluginManager. register(PluginDescriptor pd)
Registers a plug-in.Uses of PluginDescriptor in com.iizigo.project
Methods in com.iizigo.project that return PluginDescriptor Modifier and Type Method Description PluginDescriptor[]
ModuleModel. getPlugins()
Gets the associated plug-ins.Methods in com.iizigo.project with parameters of type PluginDescriptor Modifier and Type Method Description void
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.ModuleFolder
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
Methods in com.iizigo.term that return PluginDescriptor Modifier and Type Method Description static PluginDescriptor
PluginActivator. getPluginDescriptor()
Gets the iizi PluginDescriptor.Uses of PluginDescriptor in com.iizigo.ws
Methods in com.iizigo.ws that return PluginDescriptor Modifier and Type Method Description static PluginDescriptor
PluginActivator. getPluginDescriptor()
Gets the iizi PluginDescriptor.