net.sourceforge.pmd.util.viewer.gui.menu
public class XPathFragmentAddingItem extends JMenuItem implements ActionListener
Version: $Id: XPathFragmentAddingItem.java 4217 2006-02-10 14:15:31Z tomcopeland $
| Constructor Summary | |
|---|---|
| XPathFragmentAddingItem(String caption, ViewerModel model, String fragment)
constructs the item
| |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent e) |
Parameters: caption menu item's caption model model to refer to fragment XPath expression fragment to be added upon action
See Also: java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)