 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.gui.misc;
32 import org.jetbrains.annotations.NotNull;
33 import org.jetbrains.annotations.Nullable;
55 public void mapCreated(@NotNull
final MapControl<G, A, R> mapControl,
final boolean interactive) {
59 if (mapFile !=
null) {
61 mapMenuPreferences.addEntry(mapMenuEntry);
77 mapManager.addMapManagerListener(mapManagerListener);
A MapModel reflects the data of a map.
A getMapArchObject()
Returns the Map Arch Object with the meta information about the map.
A MapManager manages all opened maps.
Base package of all Gridarta classes.
Interface for listeners listening to MapManager changes.
Reflects a game object (object on a map).
Graphical User Interface of Gridarta.
GameObjects are the objects based on Archetypes found on maps.
Interface for MapArchObjects.
The location of a map file with a map directory.
Currently nothing more than a marker interface for unification.
MapFile getMapFile()
Returns the map file.
RecentManager(@NotNull final MapManager< G, A, R > mapManager, @NotNull final MapMenuPreferences mapMenuPreferences)
Creates a new instance.