 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.gui.dialog.golocation;
28 import org.jetbrains.annotations.NotNull;
35 public class GoLocationDialogManager<G
extends GameObject<G, A, R>, A extends
MapArchObject<A>, R extends
Archetype<G, A, R>> extends
AbstractPerMapDialogManager<G, A, R, GoLocationDialog<G, A, R>> {
42 super(mapViewManager);
53 dialog.getDialog().toFront();
58 dialog.getDialog().dispose();
Base package of all Gridarta classes.
GoLocationDialogManager(@NotNull final MapViewManager< G, A, R > mapViewManager)
Creates a new instance.
GoLocationDialog< G, A, R > allocate(@NotNull final MapView< G, A, R > mapView)
Creates a new instance.
Manager for GoLocationDialog instances.
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.
void activate(@NotNull final GoLocationDialog< G, A, R > dialog)
A map view consists of a map grid and a map cursor, and is attached to a map control.
Maintains (dialog) instance associated to map view instances.
A dialog to ask the user for coordinates to move the cursor to.
Base classes for rendering maps.
void dispose(@NotNull final GoLocationDialog< G, A, R > dialog)