Package org.openbp.jaspira.plugins

Examples of org.openbp.jaspira.plugins.PluginMgrPlugin


     * @return The event status code
     */
    public JaspiraEventHandlerCode pluginmanageropen(JaspiraActionEvent je)
    {
      // Create the plugin manager plugin
      PluginMgrPlugin plugin = new PluginMgrPlugin();
      plugin.initializePlugin();
      plugin.installPlugin();

      // The dialog will uninstall the plugin again when closed
      PluginDialog dialog = new PluginDialog(ApplicationUtil.getActiveWindow(), plugin, null, true);
      SwingUtil.show(dialog);

View Full Code Here

TOP

Related Classes of org.openbp.jaspira.plugins.PluginMgrPlugin

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.