Go to the documentation of this file.
20 package net.sf.gridarta.action;
22 import java.awt.Point;
31 import org.jetbrains.annotations.NotNull;
32 import org.jetbrains.annotations.Nullable;
38 public abstract class AbstractMapCursorAction<G
extends GameObject<G, A, R>, A extends
MapArchObject<A>, R extends
Archetype<G, A, R>> implements
MapCursorListener<G, A, R>,
MapViewManagerListener<G, A, R> {
void mapViewCreated(@NotNull final MapView< G, A, R > mapView)
MapView< G, A, R > getActiveMapView()
void mapCursorChangedGameObject(@Nullable final MapSquare< G, A, R > mapSquare, @Nullable final G gameObject)
void mapCursorChangedMode()
void mapCursorChangedPos(@NotNull final Point location)
abstract void updateAction()
void activeMapViewChanged(@Nullable final MapView< G, A, R > mapView)
void mapCursorChangedSize()
void mapViewClosing(@NotNull final MapView< G, A, R > mapView)
MapView< G, A, R > currentMapView
MapCursor< G, A, R > getActiveMapCursor()
daimonin editor devlib README txt This directory contains some files and libraries for development similar to indent for C http
MapCursor< G, A, R > getMapCursor()