Package org.openstreetmap.josm.plugins
Class PluginHandler.PluginInformationAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.plugins.PluginHandler.PluginInformationAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- PluginHandler
static final class PluginHandler.PluginInformationAction extends javax.swing.AbstractAction
-
-
Field Summary
Fields Modifier and Type Field Description private PluginInformationinfo
-
Constructor Summary
Constructors Constructor Description PluginInformationAction(PluginInformation info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent event)java.lang.StringgetText()Returns plugin information text.-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
info
private final PluginInformation info
-
-
Constructor Detail
-
PluginInformationAction
PluginInformationAction(PluginInformation info)
-
-
Method Detail
-
getText
public java.lang.String getText()
Returns plugin information text.- Returns:
- plugin information text
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
-
-