Package org.openstreetmap.josm.gui.layer
Class AbstractTileSourceLayer.ShowTileInfoAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.AbstractTileAction
-
- org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.ShowTileInfoAction
-
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
- Enclosing class:
- AbstractTileSourceLayer<T extends org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource>
private static final class AbstractTileSourceLayer.ShowTileInfoAction extends AbstractTileSourceLayer.AbstractTileAction
-
-
Field Summary
-
Fields inherited from class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.AbstractTileAction
layer, tile
-
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
-
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ShowTileInfoAction(AbstractTileSourceLayer<?> layer, org.openstreetmap.gui.jmapviewer.Tile tile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent ae)
private static String
getSizeString(int size)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
ShowTileInfoAction
private ShowTileInfoAction(AbstractTileSourceLayer<?> layer, org.openstreetmap.gui.jmapviewer.Tile tile)
-
-
Method Detail
-
getSizeString
private static String getSizeString(int size)
-
actionPerformed
public void actionPerformed(ActionEvent ae)
-
-