Package org.openstreetmap.josm.gui.layer
Interface ImageryLayer.OffsetMenuEntry
-
- All Known Implementing Classes:
AbstractTileSourceLayer.OffsetMenuBookmarkEntry
- Enclosing class:
- ImageryLayer
public static interface ImageryLayer.OffsetMenuEntry
An additional menu entry in the imagery offset menu.- Since:
- 13243
- See Also:
ImageryLayer.getOffsetMenuEntries()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
actionPerformed()
Load this bookmarkjava.lang.String
getLabel()
Get the label to use for this menu itemboolean
isActive()
Test whether this bookmark is currently active
-
-
-
Method Detail
-
getLabel
java.lang.String getLabel()
Get the label to use for this menu item- Returns:
- The label to display in the menu.
-
isActive
boolean isActive()
Test whether this bookmark is currently active- Returns:
true
if it is active
-
actionPerformed
void actionPerformed()
Load this bookmark
-
-