AbstractMapView( @NotNull final MapModel< G, A, R > mapModel, @NotNull final MapGrid mapGrid, @NotNull final MapCursor< G, A, R > mapCursor) | net.sf.gridarta.gui.map.mapview.AbstractMapView< TestGameObject, TestMapArchObject, TestArchetype > | protected |
activate() | net.sf.gridarta.gui.map.mapview.TestMapView | |
centerMapView( @NotNull final Point centerSquare) | net.sf.gridarta.gui.map.mapview.AbstractMapView< TestGameObject, TestMapArchObject, TestArchetype > | |
closeNotify() | net.sf.gridarta.gui.map.mapview.AbstractMapView< TestGameObject, TestMapArchObject, TestArchetype > | |
getComponent() | net.sf.gridarta.gui.map.mapview.TestMapView | |
getInternalFrame() | net.sf.gridarta.gui.map.mapview.TestMapView | |
getMapControl() | net.sf.gridarta.gui.map.mapview.TestMapView | |
getMapCursor() | net.sf.gridarta.gui.map.mapview.AbstractMapView< TestGameObject, TestMapArchObject, TestArchetype > | |
getMapGrid() | net.sf.gridarta.gui.map.mapview.AbstractMapView< TestGameObject, TestMapArchObject, TestArchetype > | |
getRenderer() | net.sf.gridarta.gui.map.mapview.TestMapView | |
getScrollPane() | net.sf.gridarta.gui.map.mapview.TestMapView | |
getSelectedGameObject() | net.sf.gridarta.gui.map.mapview.AbstractMapView< TestGameObject, TestMapArchObject, TestArchetype > | |
getSelectedGameObjects() | net.sf.gridarta.gui.map.mapview.AbstractMapView< TestGameObject, TestMapArchObject, TestArchetype > | |
getSelectedSquares() | net.sf.gridarta.gui.map.mapview.AbstractMapView< TestGameObject, TestMapArchObject, TestArchetype > | |
getWindowTitle() | net.sf.gridarta.gui.map.mapview.TestMapView | |
mapControl | net.sf.gridarta.gui.map.mapview.TestMapView | private |
mapCursor | net.sf.gridarta.gui.map.mapview.AbstractMapView< TestGameObject, TestMapArchObject, TestArchetype > | private |
mapGrid | net.sf.gridarta.gui.map.mapview.AbstractMapView< TestGameObject, TestMapArchObject, TestArchetype > | private |
mapModel | net.sf.gridarta.gui.map.mapview.AbstractMapView< TestGameObject, TestMapArchObject, TestArchetype > | private |
mapModelListener | net.sf.gridarta.gui.map.mapview.AbstractMapView< TestGameObject, TestMapArchObject, TestArchetype > | private |
setCursorLocation( @NotNull final Point point) | net.sf.gridarta.gui.map.mapview.AbstractMapView< TestGameObject, TestMapArchObject, TestArchetype > | |
setViewPosition(@NotNull final Point viewPosition) | net.sf.gridarta.gui.map.mapview.TestMapView | |
TestMapView(@NotNull final MapControl< TestGameObject, TestMapArchObject, TestArchetype > mapControl, @NotNull final MapGrid mapGrid, @NotNull final MapCursor< TestGameObject, TestMapArchObject, TestArchetype > mapCursor) | net.sf.gridarta.gui.map.mapview.TestMapView | |