|
Gridarta Editor
|
An AbstractMapMenuPreferences implementation for regression tests. More...
Inheritance diagram for net.sf.gridarta.gui.mapmenu.TestMapMenuPreferences:
Collaboration diagram for net.sf.gridarta.gui.mapmenu.TestMapMenuPreferences:Public Member Functions | |
| void | addEntry (@NotNull final MapMenuEntryMap mapMenuEntry) |
| Adds a new entry to the menu. More... | |
| TestMapMenuPreferences (@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 for regression tests.
Definition at line 29 of file TestMapMenuPreferences.java.
| net.sf.gridarta.gui.mapmenu.TestMapMenuPreferences.TestMapMenuPreferences | ( | @NotNull final PathManager | pathManager | ) |
Creates a new instance.
| pathManager | the path manager instance |
Definition at line 35 of file TestMapMenuPreferences.java.
| void net.sf.gridarta.gui.mapmenu.TestMapMenuPreferences.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 40 of file TestMapMenuPreferences.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: