net.sourceforge.pmd.util.designer
public class CreateXMLRulePanel extends JPanel implements ActionListener
Constructor Summary | |
---|---|
CreateXMLRulePanel(JTextArea xpathQueryArea, CodeEditorTextPane codeEditorPane) |
Method Summary | |
---|---|
void | actionPerformed(ActionEvent exception)
We let our class implement the ActionListener interface
and use it to generate the xml code when the user presses
the "Create rule XML" button.
|