 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.gui.dialog.find;
22 import java.awt.Component;
29 import org.jetbrains.annotations.NotNull;
30 import org.jetbrains.annotations.Nullable;
76 mapViewManager.addMapViewManagerListener(mapViewManagerListener);
boolean findAgain(@NotNull final MapView< G, A, R > mapView, final boolean forward, final boolean performAction)
Re-executes the previous find operation.
void display(@NotNull final MapView< G, A, R > mapView)
Replace objects on the map.
Base package of all Gridarta classes.
Interface for listeners interested in events related to {} instances.
boolean findPrev(@NotNull final MapView< G, A, R > mapView, final boolean performAction)
Executes the "find next" action.
boolean findNext(@NotNull final MapView< G, A, R > mapView, final boolean performAction)
Executes the "find next" action.
Reflects a game object (object on a map).
void dispose(@NotNull final MapView< G, A, R > mapView)
Disposes the find dialog.
Graphical User Interface of Gridarta.
GameObjects are the objects based on Archetypes found on maps.
void disposeDialog(@NotNull final MapView< G, A, R > mapView)
Dispose the replace dialog.
Interface for MapArchObjects.
FindDialogManager(@NotNull final Component parent, @NotNull final MapViewManager< G, A, R > mapViewManager)
Creates a new instance.
A map view consists of a map grid and a map cursor, and is attached to a map control.
Creates and displays the find dialog.
FindDialog< G, A, R > instance
Singleton Instance.
void showDialog(@NotNull final MapView< G, A, R > mapView)
Displays the replace dialog.
Base classes for rendering maps.
final Component parent
The parent component for dialogs.