|
Gridarta Editor
|
An AbstractMapMenuPreferences implementation that manages bookmark menu entries. More...
Inheritance diagram for net.sf.gridarta.gui.mapmenu.BookmarksMapMenuPreferences:
Collaboration diagram for net.sf.gridarta.gui.mapmenu.BookmarksMapMenuPreferences:Public Member Functions | |
| void | addEntry (@NotNull final MapMenuEntryMap mapMenuEntry) |
| Adds a new entry to the menu. More... | |
| BookmarksMapMenuPreferences (@NotNull final PathManager pathManager) | |
| Creates a new instance. More... | |
Public Member Functions inherited from net.sf.gridarta.gui.mapmenu.AbstractMapMenuPreferences | |
| MapMenu | getMapMenu () |
| Returns the managed MapMenu. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from net.sf.gridarta.gui.mapmenu.AbstractMapMenuPreferences | |
| AbstractMapMenuPreferences (@NotNull final String key, @NotNull final PathManager pathManager) | |
| Creates a new instance. More... | |
An AbstractMapMenuPreferences implementation that manages bookmark menu entries.
Definition at line 31 of file BookmarksMapMenuPreferences.java.
| net.sf.gridarta.gui.mapmenu.BookmarksMapMenuPreferences.BookmarksMapMenuPreferences | ( | @NotNull final PathManager | pathManager | ) |
Creates a new instance.
| pathManager | the path manager instance |
Definition at line 37 of file BookmarksMapMenuPreferences.java.
| void net.sf.gridarta.gui.mapmenu.BookmarksMapMenuPreferences.addEntry | ( | @NotNull final MapMenuEntryMap | mapMenuEntry | ) |
Adds a new entry to the menu.
| mapMenuEntry | the entry to add |
Implements net.sf.gridarta.gui.mapmenu.MapMenuPreferences.
Definition at line 42 of file BookmarksMapMenuPreferences.java.
References net.sf.gridarta.gui.mapmenu.AbstractMapMenuPreferences.getMapMenu(), net.sf.gridarta.gui.mapmenu.MapMenu.getRoot(), net.sf.gridarta.gui.mapmenu.MapMenu.insertNodeInto(), and net.sf.gridarta.gui.mapmenu.AbstractMapMenuPreferences.mapMenu.
Here is the call graph for this function: