20 package net.sf.gridarta.gui.mapdesktop;
22 import javax.swing.Action;
23 import javax.swing.JMenu;
31 import org.jetbrains.annotations.NotNull;
32 import org.jetbrains.annotations.Nullable;
99 mapViewManager.addMapViewManagerListener(mapViewManagerListener);
107 menuWindow.add(aCloseAll);
112 menuWindow.addSeparator();
Graphical User Interface of Gridarta.
void addWindowAction(@NotNull final JMenu menu, @NotNull final MapView< G, A, R > mapView, final int index)
Adds an action for selecting this window to a menu.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
Interface for listeners interested in events related to MapViewManager instances. ...
Base classes for rendering maps.
A map view consists of a map grid and a map cursor, and is attached to a map control.
Interface for MapArchObjects.