public class DeleteArchAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> extends AbstractMapCursorAction<G,A,R> implements EditorAction
EditorAction
that deletes the currently selected game object.Constructor and Description |
---|
DeleteArchAction(@NotNull MapViewSettings mapViewSettings)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
deleteArch()
Action method for "delete arch".
|
void |
setAction(@NotNull javax.swing.Action action,
@NotNull java.lang.String name)
Sets the
Action instance for this editor action. |
protected void |
updateAction()
Called whenever the current map cursor has changed.
|
activeMapViewChanged, getActiveMapCursor, getActiveMapView, mapCursorChangedGameObject, mapCursorChangedMode, mapCursorChangedPos, mapCursorChangedSize, mapViewClosing, mapViewCreated
public DeleteArchAction(@NotNull @NotNull MapViewSettings mapViewSettings)
mapViewSettings
- the map view settings for querying optionspublic void setAction(@NotNull @NotNull javax.swing.Action action, @NotNull @NotNull java.lang.String name)
EditorAction
Action
instance for this editor action.setAction
in interface EditorAction
action
- the action instancename
- the name of the action@ActionMethod public void deleteArch()
protected void updateAction()
AbstractMapCursorAction
updateAction
in class AbstractMapCursorAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>>