Class PropertiesDialog.SearchAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.SearchAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- PropertiesDialog
class PropertiesDialog.SearchAction extends javax.swing.AbstractAction
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
sameType
-
Constructor Summary
Constructors Constructor Description SearchAction(boolean sameType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
sameType
private final boolean sameType
-
-
Constructor Detail
-
SearchAction
SearchAction(boolean sameType)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-