 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.action;
22 import javax.swing.Action;
28 import net.
sf.japi.swing.action.ActionMethod;
29 import org.jetbrains.annotations.NotNull;
30 import org.jetbrains.annotations.Nullable;
Base package of all Gridarta classes.
void subFromSelection()
Removes the current pre-selection from the selection.
void setAction(@NotNull final Action action, @NotNull final String name)
Sets the Action instance for this editor action.
SUB
All squares that are preselected get unselected.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
boolean doSelection(final boolean performAction, @NotNull final SelectionMode mode)
Executes an action for changing the selection.
An EditorAction that removes the current pre-selection from the selection.
Interface for MapArchObjects.
Modes that describe how squares get selected.
Abstract base class for actions that change the current selection.
Action action
The Action associated with this editor action.
boolean doSubFromSelection(final boolean performAction)
Executes the action.