Class PluginPopupManager

    • Constructor Detail

      • PluginPopupManager

        protected PluginPopupManager()
        Insert the method's description here. Creation date: (7.12.2001 14:00:41)
    • Method Detail

      • getInstance

        public static PluginPopupManager getInstance()
        Insert the method's description here. Creation date: (7.12.2001 14:01:03)
        Returns:
        com.cosylab.vdct.plugin.PluginExportManager
      • pluginAdded

        public void pluginAdded​(PluginObject plugin)
        Insert the method's description here. Creation date: (6.12.2001 22:23:57)
        Specified by:
        pluginAdded in interface PluginListener
        Parameters:
        plugin - plugin
      • pluginRemoved

        public void pluginRemoved​(PluginObject plugin)
        Insert the method's description here. Creation date: (6.12.2001 22:23:57)
        Specified by:
        pluginRemoved in interface PluginListener
        Parameters:
        plugin - plugin
      • getAllPluginItems

        public Vector getAllPluginItems​(Vector selectedObjects)
        This metod is called each time request of popup menu is gived to VisualDCT. PluginPopupManager then queries all popup plugins, asking them to return list of menus or menu items to be added to the default list of popup items. Creation date: (8.12.2001 12:45:31)
        Parameters:
        selectedObjects - selectedObjects
        Returns:
        java.util.Vector list of javax.swing.JMenuItems. This method never returns null.