| Home >> All >> org >> merlotxml >> merlot >> [ plugin Javadoc ] |
org.merlotxml.merlot.plugin: Javadoc index of package org.merlotxml.merlot.plugin.
Package Samples:
org.merlotxml.merlot.plugins.action.configeditor
org.merlotxml.merlot.plugins.configeditor
org.merlotxml.merlot.plugin.dtd
org.merlotxml.merlot.plugin.action
Classes:
PluginClassLoader: This classloader loads plugin classes and resources from merlot plugin jar files or plugin development directories. When loading a class or a resource from a jar file, it first looks in the jar directly (as the normal class loader does), then it checks the classes directory, and lastly, it checks for embedded jar files located in a lib directory within the plugin jar file. To load classes and resource from embedded jar files, the PluginClassLoader must write out jars in the lib directory to a temporary location to be used by ZipFile.
ConfigEditorCfgPanel: This is a generic node editing panel which provides a component for each attribute listed with the element it's created to edit, along with a text box for PCDATA. This class can be extended to change what the user sees for each attribute field. Typically the easiest methods to overload for this type of custom editors are getEditComponent() and sometimes save().
ConfigEditorRecordPanel: This is a generic node editing panel which provides a component for each attribute listed with the element it's created to edit, along with a text box for PCDATA. This class can be extended to change what the user sees for each attribute field. Typically the easiest methods to overload for this type of custom editors are getEditComponent() and sometimes save().
ActionPluginConfig: Merlot Action Plugin Configuration An action plugin can contain multiple actions. Similarly, an action plugin config can contain multiple action configs.
PluginManager: Merlot Plugin Manager Responsible for locating and loading all Merlot plugins, and keeping track of them.
PluginConfigException: Plugin Configuration Exception Wraps exceptions that are thrown by plugin configurations.
ConfigEditorActions: Actions used by the Config Editor Action plugin
GD_ActionPluginConfig: Handle GD_ActionConfig and ActionConfig
ActionConfig: GenDiapo Pluggable Action Configuration
AttributeViewConfig: GenDiapo Pluggable Action Configuration
StyleConfig: GenDiapo Pluggable Action Configuration
StyledViewConfig: GenDiapo Pluggable Action Configuration
ActionConfig: Merlot Pluggable Action Configuration
DefaultEditorConfig: Merlot Pluggable Editor Configuration
EditorConfig: Merlot Pluggable Editor Configuration
IconConfig: Merlot Pluggable Icon Configuration
DTDConfig: Merlot Pluggable DTD Configuration
Action: Merlot Pluggable Action Interface
GD_DTDPluginConfig: Merlot DTD Plugin Configuration
DTDPluginConfig: Merlot DTD Plugin Configuration
PluginConfig: Merlot Plugin Configuration
PluginDTDCacheEntry: Plugin DTD Cache Entry
| Home | Contact Us | Privacy Policy | Terms of Service |