Get the menuItem or the sub menu that plugs into the context/popup menu for
the selected components. The functions on this menu should all operate on
the selection or individual component selecte.
the JMenu or JMenuItem or null if no menu is being provided.
Gets the dialog for this plugin. The dialog must be modal. Once dismissed
no further interaction with the plugin should take place
Parameters: applicationFrame - the main application fram the dialog
public int processCommand(int command, AWTEvent evt, boolean selected)(Code)
Process a menu commands for a plugin
Parameters: command - the command id Parameters: evt - the original event Parameters: selected - the selected state of the toolbar or menu item or false if no state exists