Class ListingMergePanelPlugin

    • Constructor Detail

      • ListingMergePanelPlugin

        public ListingMergePanelPlugin​(PluginTool tool,
                                       ListingMergePanel mergePanel)
        Constructor
        Parameters:
        tool - merge tool
        mergeManager - merge manager
    • Method Detail

      • dispose

        public void dispose()
        Description copied from class: Plugin
        Tells a plugin that it is no longer needed. The plugin should release any resources that it has. All actions, components, services will automatically be cleaned up.
        Overrides:
        dispose in class Plugin
      • getDescription

        public static java.lang.String getDescription()
      • getDescriptiveName

        public static java.lang.String getDescriptiveName()
      • getCategory

        public static java.lang.String getCategory()
      • processEvent

        public void processEvent​(PluginEvent event)
        Description copied from class: Plugin
        Method called to process a plugin event. Plugins should override this method if the plugin processes PluginEvents;
        Overrides:
        processEvent in class Plugin
        Parameters:
        event - plugin to process