public class OpenImagePlugin extends AbstractMDIPlugin { public OpenImagePlugin() { } public Configuration getPluginConfiguration() { return MyConfiguration.getInstance(); }
put methods in the Preferences classget methods in the Preferences class
MDIPluginConfig manifest property allows to specify the configuration or configurations associated with the Plugin. For example:MDIPluginClass: my.plugin.MyPluginClass MDIPluginConfig: myConfigIt must be a list of names separated by ";" characters. For example, the following declaration specifies two configurations:
MDIPluginClass: my.plugin.MyPluginClass MDIPluginConfig: myConfig;myConfig2
put methods in the Preferences class for each named configuration in the Pluginget methods in the Preferences class for each named configuration in the Plugin
Copyright 2006-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL v2 and Apache 2.0 licences