public class RecentMapMenuPreferences extends AbstractMapMenuPreferences
AbstractMapMenuPreferences implementation that manages recent menu
entries.| Constructor and Description |
|---|
RecentMapMenuPreferences(PathManager pathManager)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(MapMenuEntryMap mapMenuEntry)
Adds a new entry to the menu.
|
getMapMenupublic RecentMapMenuPreferences(@NotNull
PathManager pathManager)
pathManager - the path manager instancepublic void addEntry(@NotNull
MapMenuEntryMap mapMenuEntry)
mapMenuEntry - the entry to add