Class MainFrame.FindNodeByXpathAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- com.puppycrawl.tools.checkstyle.gui.MainFrame.FindNodeByXpathAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- MainFrame
private class MainFrame.FindNodeByXpathAction extends javax.swing.AbstractAction
Handler for Find Node by Xpath Event.
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDA unique serial version identifier.
-
Constructor Summary
Constructors Modifier Constructor Description privateFindNodeByXpathAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent event)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
A unique serial version identifier.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FindNodeByXpathAction
private FindNodeByXpathAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
-
-