Uses of Interface
org.gvsig.andami.plugins.IExtension
Packages that use IExtension
Package
Description
-
Uses of IExtension in org.gvsig.andami
Classes in org.gvsig.andami that implement IExtensionFields in org.gvsig.andami with type parameters of type IExtensionModifier and TypeFieldDescriptionprotected static HashMap<Class<? extends IExtension>, ExtensionDecorator> Launcher.classesExtensionsprotected static List<IExtension> Launcher.extensionsMethods in org.gvsig.andami that return IExtensionModifier and TypeMethodDescriptionLauncher.PluginMenuItem.getExtension()static IExtensionPluginServices.getExtension(Class extensionClass) Deprecated.PluginsManager.getExtension(Class<? extends IExtension> extension) Gets the instance of the extension whose class is provided.PluginsManager.getExtension(String extension) Gets the instance of the extension whose class name is provided.static IExtensionLauncher.getExtensionByName(String extensionName) Methods in org.gvsig.andami that return types with arguments of type IExtensionModifier and TypeMethodDescriptionPluginsManager.getExtensions()Return an iterator over al extensions loaded in the application.Method parameters in org.gvsig.andami with type arguments of type IExtensionModifier and TypeMethodDescriptionPluginsManager.getExtension(Class<? extends IExtension> extension) Gets the instance of the extension whose class is provided.org.gvsig.installer.lib.api.PackageInfoPluginsManager.getPackageInfo(Class<? extends IExtension> extension) Get the package info associated to the plugin of the extension.PluginsManager.getPlugin(Class<? extends IExtension> extension) Return the associated pluginServices to the extension class passed as parameter. -
Uses of IExtension in org.gvsig.andami.actioninfo
Methods in org.gvsig.andami.actioninfo that return IExtensionModifier and TypeMethodDescriptionActionInfo.getExtension()returns the extension asociated to the action.Methods in org.gvsig.andami.actioninfo with parameters of type IExtensionModifier and TypeMethodDescriptionActionInfoManager.createAction(IExtension extension, String name, String text, String command, String icon, String accelerator, long position, String tip) Method parameters in org.gvsig.andami.actioninfo with type arguments of type IExtensionModifier and TypeMethodDescriptionActionInfoManager.createAction(Class<? extends IExtension> extension, String name, String text, String command, String icon, String accelerator, long position, String tip) Create a new action and return. -
Uses of IExtension in org.gvsig.andami.actioninfo.impl
Methods in org.gvsig.andami.actioninfo.impl that return IExtensionModifier and TypeMethodDescriptionDefaultActionInfo.getExtension()TranslatedActionInfo.getExtension()Methods in org.gvsig.andami.actioninfo.impl with parameters of type IExtensionModifier and TypeMethodDescriptionDefaultActionInfoManager.createAction(IExtension extension, String name, String text, String command, String icon, String accelerator, long position, String tip) Method parameters in org.gvsig.andami.actioninfo.impl with type arguments of type IExtensionModifier and TypeMethodDescriptionDefaultActionInfoManager.createAction(Class<? extends IExtension> extension, String name, String text, String command, String icon, String accelerator, long position, String tip) -
Uses of IExtension in org.gvsig.andami.impl
Methods in org.gvsig.andami.impl that return IExtensionModifier and TypeMethodDescriptionDefaultPluginsManager.getExtension(Class<? extends IExtension> extension) DefaultPluginsManager.getExtension(String extension) Methods in org.gvsig.andami.impl that return types with arguments of type IExtensionMethod parameters in org.gvsig.andami.impl with type arguments of type IExtensionModifier and TypeMethodDescriptionDefaultPluginsManager.getExtension(Class<? extends IExtension> extension) org.gvsig.installer.lib.api.PackageInfoDefaultPluginsManager.getPackageInfo(Class<? extends IExtension> extension) DefaultPluginsManager.getPlugin(Class<? extends IExtension> extension) Return the associated pluginServices to the extension class passed as parameter. -
Uses of IExtension in org.gvsig.andami.plugins
Subinterfaces of IExtension in org.gvsig.andami.pluginsModifier and TypeInterfaceDescriptioninterfaceExtensions implementing this interface are able to take control over the user interface, by deciding which of the other extensions will be enabled/disabled or visible/hidden.interfaceExtending andami's classical extension this interface will support hidding or showing an extension on the fly.Classes in org.gvsig.andami.plugins that implement IExtensionModifier and TypeClassDescriptionclassExtensions are the way in which plugins extend Andami.classThis class extends the functionality of Extension class to let the programmer set an extension visible or not on-the-fly.Methods in org.gvsig.andami.plugins that return IExtensionMethods in org.gvsig.andami.plugins with parameters of type IExtensionModifier and TypeMethodDescriptionstatic booleanExtensionHelper.canQueryByAction(IExtension extension) static voidExtensionHelper.execute(IExtension extension, String command, Object[] args) Extension.getStatus(IExtension extension) ExtensionDecorator.getStatus(IExtension extension) IExtension.getStatus(IExtension extension) booleanExclusiveUIExtension.isEnabled(IExtension extension) This method is used when this extension is installed as ExclusiveUIExtension.static booleanExtensionHelper.isEnabled(IExtension extension, String action) booleanExclusiveUIExtension.isVisible(IExtension extension) This method is used when this extension is installed as ExclusiveUIExtension.static booleanExtensionHelper.isVisible(IExtension extension, String action) voidExtensionDecorator.setExtension(IExtension e) Constructors in org.gvsig.andami.plugins with parameters of type IExtension -
Uses of IExtension in org.gvsig.andami.plugins.status
Methods in org.gvsig.andami.plugins.status that return IExtensionModifier and TypeMethodDescriptionIUnsavedData.getExtension()Each IUnsavedData object is associated with one extension, which is in charge of this data.UnsavedData.getExtension()Constructors in org.gvsig.andami.plugins.status with parameters of type IExtensionModifierConstructorDescriptionUnsavedData(IExtension extension) Creates a new UnsavedData object which will be associated to the provided extension. -
Uses of IExtension in org.gvsig.andami.ui.mdiFrame
Method parameters in org.gvsig.andami.ui.mdiFrame with type arguments of type IExtensionModifier and TypeMethodDescriptionvoidMDIFrame.setClassesExtensions(Map<Class<? extends IExtension>, ExtensionDecorator> classesExtensions)