Skip navigation links
A C D E G I O S 

A

AActionPlugin - Class in org.pfsw.tools.cda.ui.xpi
The purpose of this abstract plugin implementation is to provide default implementations of methods that may be overridden by subclasses.
AActionPlugin() - Constructor for class org.pfsw.tools.cda.ui.xpi.AActionPlugin
 
AModelExporterUIPlugin - Class in org.pfsw.tools.cda.ui.plugin.export.spi
The purpose of this abstract exporter plugin is to provide default implementations of methods that may be overridden by subclasses.
AModelExporterUIPlugin() - Constructor for class org.pfsw.tools.cda.ui.plugin.export.spi.AModelExporterUIPlugin
 
ASubWindowPlugin - Class in org.pfsw.tools.cda.ui.plugin.spi
This abstract class specifies the methods to be implemented by all subclasses that are intended to provide a sub-window to the main application.
ASubWindowPlugin() - Constructor for class org.pfsw.tools.cda.ui.plugin.spi.ASubWindowPlugin
Initialize the new instance with default values.

C

close() - Method in class org.pfsw.tools.cda.ui.plugin.spi.ASubWindowPlugin
This method must be called in order to close this plug-in with its window and automatically inform its controller.
createExporter(PluginConfiguration) - Method in class org.pfsw.tools.cda.ui.plugin.export.spi.AModelExporterUIPlugin
Returns a new instance of an exporter.
createFrame(IExplorationModelObject) - Method in class org.pfsw.tools.cda.ui.plugin.spi.ASubWindowPlugin
This method must be implemented to create the whole UI of the new window.

D

dispose() - Method in class org.pfsw.tools.cda.ui.plugin.spi.ASubWindowPlugin
This method will be called right before the plug-in gets closed.

E

EMPTY_ARRAY - Static variable in interface org.pfsw.tools.cda.ui.xpi.IPluginActionInfo
 

G

getActionText(Locale, IExplorationModelObject) - Method in interface org.pfsw.tools.cda.ui.xpi.IPluginActionInfo
This method must return the text to display in UI elements (e.g menu item, button) on the given object.
getConfiguration(Frame) - Method in class org.pfsw.tools.cda.ui.plugin.export.spi.AModelExporterUIPlugin
Returns the configuration data that might be necessary to execute the plugin's functionality
getConfiguration(Frame) - Method in class org.pfsw.tools.cda.ui.plugin.spi.ASubWindowPlugin
Returns the configuration data that might be necessary to execute the plugin's functionality
getConfiguration(Frame) - Method in interface org.pfsw.tools.cda.ui.xpi.IPluginActionInfo
The method gets called to allow the plug-in collecting configuration parameters if necessary for execution.
getDisabledIconFilename(IExplorationModelObject) - Method in class org.pfsw.tools.cda.ui.xpi.AActionPlugin
Returns the name of an icon file that should be shown in the UI when the plug-in cannot be used.
getDisabledIconFilename(IExplorationModelObject) - Method in interface org.pfsw.tools.cda.ui.xpi.IPluginActionInfo
Returns the name of an icon file that should be shown in the UI when the plug-in cannot be used.
getEnabledIconFilename(IExplorationModelObject) - Method in class org.pfsw.tools.cda.ui.xpi.AActionPlugin
Returns the filename of an icon image to that should be shown if the plug-in can be used.
getEnabledIconFilename(IExplorationModelObject) - Method in interface org.pfsw.tools.cda.ui.xpi.IPluginActionInfo
Returns the filename of an icon image to that should be shown if the plug-in can be used.
getIntegrationService() - Method in class org.pfsw.tools.cda.ui.plugin.spi.ASubWindowPlugin
Returns the integration service that is the interface to the main application.
getToolTipText(Locale, IExplorationModelObject) - Method in class org.pfsw.tools.cda.ui.xpi.AActionPlugin
Returns the text that should be shown as tooltip for this plug-in.
getToolTipText(Locale, IExplorationModelObject) - Method in interface org.pfsw.tools.cda.ui.xpi.IPluginActionInfo
Returns the text that should be shown as tooltip for this action.

I

initialize(PluginConfiguration) - Method in class org.pfsw.tools.cda.ui.plugin.spi.ASubWindowPlugin
This method will be called right after the plug-in has been created and connected to the internal structures.
IPluginActionInfo - Interface in org.pfsw.tools.cda.ui.xpi
Defines the methods that provide meta data about a plug-in action.

O

org.pfsw.tools.cda.ui.plugin.export.spi - package org.pfsw.tools.cda.ui.plugin.export.spi
UI Export Service Provider Interface
org.pfsw.tools.cda.ui.plugin.spi - package org.pfsw.tools.cda.ui.plugin.spi
UI Service Provider Interface
org.pfsw.tools.cda.ui.xpi - package org.pfsw.tools.cda.ui.xpi
Extension Point Interface

S

setIntegrationService(IIntegrationService) - Method in class org.pfsw.tools.cda.ui.plugin.spi.ASubWindowPlugin
Do NOT call this method.
A C D E G I O S 
Skip navigation links