Uses of Interface
de.espirit.firstspirit.client.plugin.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
Modifier and TypeInterfaceDescriptioninterface
JavaClientExecutablePluginItem<C extends BaseContext>
Definition of an item providing an executable operation in the java client.interface
WebeditExecutablePluginItem<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
Modifier and TypeInterfaceDescriptioninterface
An executable item to be used in java client reports. -
Uses of ExecutablePluginItem in de.espirit.firstspirit.client.plugin.toolbar
Modifier and TypeInterfaceDescriptioninterface
Definition of an toolbar item that is executable and additionally provides sub-items.interface
An executable item to be used in a toolbar. -
Uses of ExecutablePluginItem in de.espirit.firstspirit.webedit.plugin.inlineedit
Modifier and TypeInterfaceDescriptioninterface
Item for inline editing providing an executable operation. -
Uses of ExecutablePluginItem in de.espirit.firstspirit.webedit.plugin.media
Modifier and TypeInterfaceDescriptioninterface
Definition of an item targeting media managing providing an executable operation. -
Uses of ExecutablePluginItem in de.espirit.firstspirit.webedit.plugin.report
Modifier and TypeInterfaceDescriptioninterface
An executable item to be used in web client reports. -
Uses of ExecutablePluginItem in de.espirit.firstspirit.webedit.plugin.toolbar
Modifier and TypeInterfaceDescriptioninterface
Toolbar menu item providing an executable operation.