Gridarta Editor
|
Protected Member Functions | |
boolean | doSelection (final boolean performAction, @NotNull final SelectionMode mode) |
![]() | |
MapCursor< G, A, R > | getActiveMapCursor () |
MapView< G, A, R > | getActiveMapView () |
abstract void | updateAction () |
Additional Inherited Members | |
![]() | |
void | activeMapViewChanged ( @Nullable final MapView< G, A, R > mapView) |
void | mapCursorChangedGameObject ( @Nullable final MapSquare< G, A, R > mapSquare, @Nullable final G gameObject) |
void | mapCursorChangedMode () |
void | mapCursorChangedPos ( @NotNull final Point location) |
void | mapCursorChangedSize () |
void | mapViewClosing ( @NotNull final MapView< G, A, R > mapView) |
void | mapViewCreated ( @NotNull final MapView< G, A, R > mapView) |
Abstract base class for actions that change the current selection.
Definition at line 33 of file AbstractSelectionAction.java.
|
protected |
Executes an action for changing the selection.
performAction | whether the action should be performed |
mode | the type of action to perform |
Definition at line 41 of file AbstractSelectionAction.java.