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 voidactionPerformed()Load this bookmarkjava.lang.StringgetLabel()Get the label to use for this menu itembooleanisActive()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:
trueif it is active
-
actionPerformed
void actionPerformed()
Load this bookmark
-
-