20 package net.sf.gridarta.gui.panel.connectionview;
27 import org.jetbrains.annotations.NotNull;
Abstract controller base class for map view controls.
Graphical User Interface of Gridarta.
Stores GameObjects related to key values.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
Base classes for rendering maps.
void doubleClick(@NotNull final Connection< Integer > connection)
The view of the connection view control.
Provides support for delayed notification of MapModel changes.
ConnectionControl(@NotNull final MapViewManager< G, A, R > mapViewManager, @NotNull final DelayedMapModelListenerManager< G, A, R > delayedMapModelListenerManager)
Create a new instance.
The controller of the connection view control.
Interface for MapArchObjects.