Gridarta Editor
Package net.sf.gridarta.action

Packages

package  exportmap
 Classes which implement the {} action.
 

Classes

class  AbstractMapCursorAction
 Abstract base class for actions that have to track the current map cursor. More...
 
class  AbstractMoveSquareAction
 Abstract base class for actions that move the selected game object in the SelectedSquareModel. More...
 
class  AbstractSelectionAction
 Abstract base class for actions that change the current selection. More...
 
class  AddBookmarkAction
 An EditorAction that creates a new bookmark for the current map. More...
 
class  AddToSelectionAction
 An EditorAction that adds the current pre-selection to the selection. More...
 
class  ArchAttributesAction
 An EditorAction that opens the game object attributes dialog for the currently selected game object. More...
 
class  BrowseArchetypesAction
 An EditorAction that displays the browse archetypes dialog. More...
 
class  CleanCompletelyBlockedSquaresAction
 
class  CloseAllMapsAction
 An EditorAction that closes all map windows. More...
 
class  CollectArchesAction
 An EditorAction that runs the archetype collection. More...
 
class  CollectSpellsAction
 
class  ControlClientAction
 
class  ControlServerAction
 
class  DeleteArchAction
 An EditorAction that deletes the currently selected game object. More...
 
class  DisplayArchetypeNamesAction
 
class  DisplayGameObjectNamesAction
 
class  DisplayIconsOnlyAction
 
class  EditScriptAction
 An EditorAction that edits or creates a script file. More...
 
class  ExitAction
 
class  FindArchetypesAction
 An EditorAction that displays the find archetypes dialog. More...
 
class  GcAction
 
class  GoLocationAction
 An EditorAction that openes the "go location" dialog. More...
 
class  GrowSelectionAction
 An EditorAction that grows the current selection by one map square. More...
 
class  InsertArchAction
 An EditorAction that inserts a new game object into the current map. More...
 
class  LightVisibleAction
 An EditorAction that toggles whether map lighting is visible. More...
 
class  ManageBookmarksAction
 An EditorAction that opens the bookmarks manager. More...
 
class  MoveSquareBottomAction
 An net.sf.gridarta.utils.EditorAction that moves the selected game object in the SelectedSquareModel to the bottom. More...
 
class  MoveSquareDownAction
 An net.sf.gridarta.utils.EditorAction that moves the selected game object in the SelectedSquareModel down. More...
 
class  MoveSquareEnvAction
 An net.sf.gridarta.utils.EditorAction that moves the selected game object in the SelectedSquareModel to its environment. More...
 
class  MoveSquareInvAction
 An net.sf.gridarta.utils.EditorAction that moves the selected game object in the SelectedSquareModel to its inventory. More...
 
class  MoveSquareNextAction
 An net.sf.gridarta.utils.EditorAction that selects the next game object in the SelectedSquareModel. More...
 
class  MoveSquarePrevAction
 An net.sf.gridarta.utils.EditorAction that selects the previous game object in the SelectedSquareModel. More...
 
class  MoveSquareTopAction
 An net.sf.gridarta.utils.EditorAction that moves the selected game object in the SelectedSquareModel to the top. More...
 
class  MoveSquareUpAction
 An net.sf.gridarta.utils.EditorAction that moves the selected game object in the SelectedSquareModel up. More...
 
class  NewMapAction
 An EditorAction that opens the "Create New Map" dialog. More...
 
class  OpenFileAction
 An EditorAction that edits or creates a map file. More...
 
class  OptionsAction
 
class  ReleaseDragAction
 An EditorAction that finishes a selection process when the mouse button is released. More...
 
class  ReloadFacesAction
 An EditorAction that reloads all images from disk. More...
 
class  SaveAllMapsAction
 An EditorAction that saves all modified maps. More...
 
class  SelectArchAboveAction
 An EditorAction that selects the game object above the current game object. More...
 
class  SelectArchBelowAction
 An EditorAction that selects the game object below the current game object. More...
 
class  SelectedSquareActionsTest
 Regression tests for AbstractMoveSquareAction implementations. More...
 
class  SelectSquareAction
 An EditorAction that toggles the current pre-selection in the selection. More...
 
class  ShortcutsAction
 
class  ShowHelpAction
 An EditorAction that shows the help dialog. More...
 
class  ShrinkSelectionAction
 An EditorAction that shrinks the current selection by one map square. More...
 
class  StartStopDragAction
 An EditorAction that toggles a selection process. More...
 
class  SubFromSelectionAction
 An EditorAction that removes the current pre-selection from the selection. More...
 
class  TipOfTheDayAction
 An EditorAction that shows the "tip of the day" dialog. More...
 
class  ValidateMapAction
 An EditorAction that runs the map validator on the current map. More...
 
class  ViewTreasurelistsAction
 An EditorAction tha shows the treasurelists dialog. More...
 
class  ZoomAction
 Shows an image of the current map and allows the user to save it. More...