Uses of Interface
de.espirit.firstspirit.client.plugin.ExecutablePluginItem
Packages that use ExecutablePluginItem
Package
Description
Provides interfaces and types for client plugins.
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
public hotspot of FirstSpirit.Provides interfaces and types for java client context menu plugins.
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
public hotspot of FirstSpirit into the context menu of the java client.Provides interfaces and types for client toolbar plugins.
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
public hotspot of FirstSpirit into the toolbar of the java client.Provides interfaces and types for web client inline edit plugins.
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
public hotspot of FirstSpirit into the inline edit area of the web client.Provides interfaces and types for web client report plugins.
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
public hotspot of FirstSpirit into the reporting area of the web client.Provides interfaces and types for web client toolbar plugins.
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
public hotspot of FirstSpirit into the toolbar of the web client.-
Uses of ExecutablePluginItem in de.espirit.firstspirit.client.plugin
Subinterfaces of ExecutablePluginItem in de.espirit.firstspirit.client.pluginModifier and TypeInterfaceDescriptioninterfaceJavaClientExecutablePluginItem<C extends BaseContext>Definition of an item providing an executable operation in the java client.interfaceWebeditExecutablePluginItem<C extends BaseContext>Definition of an item providing an executable operation in the web client. -
Uses of ExecutablePluginItem in de.espirit.firstspirit.client.plugin.report
Subinterfaces of ExecutablePluginItem in de.espirit.firstspirit.client.plugin.reportModifier and TypeInterfaceDescriptioninterfaceAn executable item to be used in java client reports. -
Uses of ExecutablePluginItem in de.espirit.firstspirit.client.plugin.toolbar
Subinterfaces of ExecutablePluginItem in de.espirit.firstspirit.client.plugin.toolbarModifier and TypeInterfaceDescriptioninterfaceDefinition of an toolbar item that is executable and additionally provides sub-items.interfaceAn executable item to be used in a toolbar. -
Uses of ExecutablePluginItem in de.espirit.firstspirit.webedit.plugin.inlineedit
Subinterfaces of ExecutablePluginItem in de.espirit.firstspirit.webedit.plugin.inlineeditModifier and TypeInterfaceDescriptioninterfaceItem for inline editing providing an executable operation. -
Uses of ExecutablePluginItem in de.espirit.firstspirit.webedit.plugin.media
Subinterfaces of ExecutablePluginItem in de.espirit.firstspirit.webedit.plugin.mediaModifier and TypeInterfaceDescriptioninterfaceDefinition of an item targeting media managing providing an executable operation. -
Uses of ExecutablePluginItem in de.espirit.firstspirit.webedit.plugin.report
Subinterfaces of ExecutablePluginItem in de.espirit.firstspirit.webedit.plugin.reportModifier and TypeInterfaceDescriptioninterfaceAn executable item to be used in web client reports. -
Uses of ExecutablePluginItem in de.espirit.firstspirit.webedit.plugin.toolbar
Subinterfaces of ExecutablePluginItem in de.espirit.firstspirit.webedit.plugin.toolbarModifier and TypeInterfaceDescriptioninterfaceToolbar menu item providing an executable operation.