|
Gridarta Editor
|
Inheritance diagram for net.sf.gridarta.action.AbstractSelectionAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:
Collaboration diagram for net.sf.gridarta.action.AbstractSelectionAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:Protected Member Functions | |
| boolean | doSelection (final boolean performAction, @NotNull final SelectionMode mode) |
Protected Member Functions inherited from net.sf.gridarta.action.AbstractMapCursorAction< G, A, R > | |
| MapCursor< G, A, R > | getActiveMapCursor () |
| MapView< G, A, R > | getActiveMapView () |
| abstract void | updateAction () |
Additional Inherited Members | |
Public Member Functions inherited from net.sf.gridarta.action.AbstractMapCursorAction< G, A, R > | |
| 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.