Gridarta Editor
net.sf.gridarta.gui.mapmenu.AbstractMapMenuPreferences Class Referenceabstract

Abstract base class for MapMenuPreferences implementations. More...

+ Inheritance diagram for net.sf.gridarta.gui.mapmenu.AbstractMapMenuPreferences:
+ Collaboration diagram for net.sf.gridarta.gui.mapmenu.AbstractMapMenuPreferences:

Public Member Functions

MapMenu getMapMenu ()
 Returns the managed MapMenu. More...
 
- Public Member Functions inherited from net.sf.gridarta.gui.mapmenu.MapMenuPreferences
void addEntry (@NotNull MapMenuEntryMap mapMenuEntry)
 Adds a new entry to the menu. More...
 

Protected Member Functions

 AbstractMapMenuPreferences (@NotNull final String key, @NotNull final PathManager pathManager)
 Creates a new instance. More...
 

Private Attributes

final MapMenu mapMenu
 The managed MapMenu. More...
 

Detailed Description

Abstract base class for MapMenuPreferences implementations.

Author
Andreas Kirschbaum

Definition at line 29 of file AbstractMapMenuPreferences.java.

Constructor & Destructor Documentation

◆ AbstractMapMenuPreferences()

net.sf.gridarta.gui.mapmenu.AbstractMapMenuPreferences.AbstractMapMenuPreferences ( @NotNull final String  key,
@NotNull final PathManager  pathManager 
)
protected

Creates a new instance.

Parameters
keythe preferences key prefix
pathManagerthe path manager instance

Definition at line 42 of file AbstractMapMenuPreferences.java.

Member Function Documentation

◆ getMapMenu()

MapMenu net.sf.gridarta.gui.mapmenu.AbstractMapMenuPreferences.getMapMenu ( )

Member Data Documentation

◆ mapMenu


The documentation for this class was generated from the following file: