Gridarta 9529
API Documentation
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

S

SameMapException - Exception in net.sf.gridarta.model.mappathnormalizer
Exception thrown if the destination path points to the source map.
SameMapException() - Constructor for exception net.sf.gridarta.model.mappathnormalizer.SameMapException
 
sanitize(File) - Static method in class net.sf.gridarta.utils.FileChooserUtils
Performs sanity checks on the given directory.
sanitizeCurrentDirectory(JFileChooser) - Static method in class net.sf.gridarta.utils.FileChooserUtils
Makes sure the current directory of a JFileChooser is valid.
save() - Method in class net.sf.gridarta.gui.mapfiles.MapFile
Saves this pickmap.
save() - Method in class net.sf.gridarta.gui.mapmenu.MapMenu
Saves the contents to preferences if modified since last save.
save(MapControl<G, A, R>) - Method in class net.sf.gridarta.gui.misc.DefaultFileControl
Save one map.
save(ObjectOutputStream) - Method in class net.sf.gridarta.model.index.AbstractIndex
Saves the state to an ObjectOutputStream.
save(ObjectOutputStream) - Method in interface net.sf.gridarta.model.index.Index
Saves the state to an ObjectOutputStream.
save(Appendable, G) - Method in class net.sf.gridarta.model.io.AbstractGameObjectParser
Write a game object object to a stream.
save(Appendable, G) - Method in interface net.sf.gridarta.model.io.GameObjectParser
Write a game object object to a stream.
save(Appendable, A) - Method in interface net.sf.gridarta.model.io.MapArchObjectParser
Write a map arch object to a stream.
save(Appendable, TestMapArchObject) - Method in class net.sf.gridarta.model.io.TestMapArchObjectParser
Write a map arch object to a stream.
save() - Method in class net.sf.gridarta.model.mapcontrol.DefaultMapControl
Saves the map to a file.
save() - Method in interface net.sf.gridarta.model.mapcontrol.MapControl
Saves the map to a file.
save(MapControl<G, A, R>) - Method in interface net.sf.gridarta.model.mapmanager.FileControl
Save one map.
save(MapControl<TestGameObject, TestMapArchObject, TestArchetype>) - Method in class net.sf.gridarta.model.mapmanager.TestFileControl
Save one map.
Save - Class in net.sf.gridarta.textedit.textarea.actions
Action listener for SAVE actions.
Save(ScriptEditControl) - Constructor for class net.sf.gridarta.textedit.textarea.actions.Save
Creates a new instance.
save(Appendable, MapArchObject) - Method in class net.sf.gridarta.var.atrinik.model.io.MapArchObjectParser
Write a map arch object to a stream.
save(Appendable, MapArchObject) - Method in class net.sf.gridarta.var.crossfire.model.io.MapArchObjectParser
Write a map arch object to a stream.
save(Appendable, MapArchObject) - Method in class net.sf.gridarta.var.daimonin.model.io.MapArchObjectParser
Write a map arch object to a stream.
saveActiveTab() - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditControl
Save the active script-tab to the stored file path.
saveAdjacentMaps(Iterable<MapControl<G, A, R>>) - Method in class net.sf.gridarta.actions.AttachTiledMaps
Saves adjacent maps.
saveAllMaps() - Method in class net.sf.gridarta.action.SaveAllMapsAction
Saves all modified maps.
saveAllMaps() - Method in class net.sf.gridarta.gui.misc.DefaultFileControl
Saves all maps.
saveAllMaps() - Method in interface net.sf.gridarta.model.mapmanager.FileControl
Saves all maps.
saveAllMaps() - Method in class net.sf.gridarta.model.mapmanager.TestFileControl
Saves all maps.
SaveAllMapsAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.action
An EditorAction that saves all modified maps.
SaveAllMapsAction(DefaultFileControl<G, A, R>) - Constructor for class net.sf.gridarta.action.SaveAllMapsAction
Creates a new instance.
saveAlphaType(int) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
saveAlphaType(int) - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
saveAlphaType(int) - Method in class net.sf.gridarta.model.mapviewsettings.TestMapViewSettings
saveAlways() - Method in class net.sf.gridarta.gui.mapmenu.MapMenu
Saves the contents to preferences.
saveAs(MapControl<G, A, R>) - Method in class net.sf.gridarta.gui.misc.DefaultFileControl
Asks the user for a filename, then saves the map.
saveAs(File) - Method in class net.sf.gridarta.model.mapcontrol.DefaultMapControl
Saves the file with the given file name.
saveAs(File) - Method in interface net.sf.gridarta.model.mapcontrol.MapControl
Saves the file with the given file name.
saveAs(MapControl<G, A, R>) - Method in interface net.sf.gridarta.model.mapmanager.FileControl
Asks the user for a filename, then saves the map.
saveAs(MapControl<TestGameObject, TestMapArchObject, TestArchetype>) - Method in class net.sf.gridarta.model.mapmanager.TestFileControl
Asks the user for a filename, then saves the map.
saveAsActiveTab() - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditControl
Open a file browser and prompt the user for a location/name to store this file.
saveAutoCreateExit(boolean) - Method in class net.sf.gridarta.model.exitconnector.AbstractExitConnectorModel
Sets the stored attribute value for AbstractExitConnectorModel.isAutoCreateExit().
saveAutoCreateExit(boolean) - Method in class net.sf.gridarta.model.exitconnector.DefaultExitConnectorModel
Sets the stored attribute value for AbstractExitConnectorModel.isAutoCreateExit().
saveAutoCreateExit(boolean) - Method in class net.sf.gridarta.model.exitconnector.TestExitConnectorModel
Sets the stored attribute value for AbstractExitConnectorModel.isAutoCreateExit().
saveAutojoin(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Saves the autojoin value.
saveAutojoin(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
Saves the autojoin value.
saveAutojoin(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.TestMapViewSettings
Saves the autojoin value.
saved(DefaultMapControl<G, A, R>) - Method in interface net.sf.gridarta.model.mapcontrol.MapControlListener
The map file has been saved.
saveDoubleFaces(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
saveDoubleFaces(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
saveDoubleFaces(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.TestMapViewSettings
savedSquares - Variable in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Records unchanged square contents for all squares in DefaultMapModel.changedSquares.
SavedSquares<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmodel
Records a set of changed map squares.
SavedSquares(GameObjectFactory<G, A, R>, GameObjectMatchers) - Constructor for class net.sf.gridarta.model.mapmodel.SavedSquares
Creates a new instance.
savedSquares - Variable in class net.sf.gridarta.model.mapmodel.SavedSquares
The saved squares.
savedSquares - Variable in class net.sf.gridarta.model.undo.UndoState
The affected map squares.
saveEnabled(String, boolean) - Method in class net.sf.gridarta.model.validation.DefaultValidatorPreferences
Saves the "enabled" attribute.
saveEnabled(String, boolean) - Method in class net.sf.gridarta.model.validation.TestValidatorPreferences
Saves the "enabled" attribute.
saveEnabled(String, boolean) - Method in interface net.sf.gridarta.model.validation.ValidatorPreferences
Saves the "enabled" attribute.
saveEntries(DefaultMutableTreeNode, int, String) - Method in class net.sf.gridarta.gui.mapmenu.MapMenu
Saves a TreeNode instance's contents to preferences.
saveEntry(int, String, String, String, MapMenuLoader.Type) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuLoader
Saves an entry to preferences.
saveExitArchetypeName(String) - Method in class net.sf.gridarta.model.exitconnector.AbstractExitConnectorModel
Sets the stored attribute value for AbstractExitConnectorModel.setExitArchetypeName(String).
saveExitArchetypeName(String) - Method in class net.sf.gridarta.model.exitconnector.DefaultExitConnectorModel
Sets the stored attribute value for AbstractExitConnectorModel.setExitArchetypeName(String).
saveExitArchetypeName(String) - Method in class net.sf.gridarta.model.exitconnector.TestExitConnectorModel
Sets the stored attribute value for AbstractExitConnectorModel.setExitArchetypeName(String).
saveGridVisible(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
saveGridVisible(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
saveGridVisible(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.TestMapViewSettings
saveImageFile(File, Image) - Method in class net.sf.gridarta.gui.mapimagecache.MapImageCacheEntry
Saves an PNG image file for a map file.
saveIndices() - Method in class net.sf.gridarta.model.settings.AbstractDefaultProjectSettings
Returns whether indices should be saved to disk.
saveIndices() - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Returns whether indices should be saved to disk.
saveIndices() - Method in class net.sf.gridarta.model.settings.TestProjectSettings
Returns whether indices should be saved to disk.
saveLightVisible(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
saveLightVisible(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
saveLightVisible(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.TestMapViewSettings
saveLocation() - Method in class net.sf.gridarta.gui.utils.GSplitPane
Saves the current divider location into the preferences.
saveLocked(boolean) - Method in class net.sf.gridarta.model.pickmapsettings.AbstractPickmapSettings
saveLocked(boolean) - Method in class net.sf.gridarta.model.pickmapsettings.DefaultPickmapSettings
saveMap() - Method in class net.sf.gridarta.gui.map.MapFileActions
Invoked when the user wants to save the map.
saveMapAs() - Method in class net.sf.gridarta.gui.map.MapFileActions
Invoked when the user wants to save the map to a file.
saveMapAs(MapControl<G, A, R>) - Method in class net.sf.gridarta.gui.misc.DefaultFileControl
Displays a "save as" dialog.
saveMapsIndex() - Method in class net.sf.gridarta.model.index.MapsIndexer
Saves MapsIndexer.mapsIndex to its cache file if modified.
saveNode(BufferedWriter, String, Map<String, String>) - Static method in class net.sf.gridarta.preferences.Storage
Save one node.
saveNumEntries(int) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuLoader
Sets the number of entries present in the preferences.
savePasteExitName(boolean) - Method in class net.sf.gridarta.model.exitconnector.AbstractExitConnectorModel
Sets the stored attribute value for AbstractExitConnectorModel.pasteExitName.
savePasteExitName(boolean) - Method in class net.sf.gridarta.model.exitconnector.DefaultExitConnectorModel
Sets the stored attribute value for AbstractExitConnectorModel.pasteExitName.
savePasteExitName(boolean) - Method in class net.sf.gridarta.model.exitconnector.TestExitConnectorModel
Sets the stored attribute value for AbstractExitConnectorModel.pasteExitName.
savePickmap() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Save current active pickmap.
savePlugin(Plugin<G, A, R>) - Method in class net.sf.gridarta.gui.dialog.plugin.PluginController
Saves one plugin.
savePlugin(Plugin<G, A, R>, File) - Method in class net.sf.gridarta.plugin.PluginModel
Saves a plugin to a given file.
savePluginAs(Plugin<G, A, R>, boolean) - Method in class net.sf.gridarta.gui.dialog.plugin.PluginController
Prompts the user for a file name to save a plugin.
savePlugins() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginController
Saves all unsaved plugins.
saveShortcuts() - Method in class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsManager
Saves all shortcuts to the preferences.
saveSmoothing(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
saveSmoothing(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
saveSmoothing(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.TestMapViewSettings
saveTextToFile(File, String) - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditControl
Write the given text into the specified file.
saveValues() - Method in class net.sf.gridarta.preferences.Storage
Save the values to the backing file.
sb - Variable in class net.sf.gridarta.gui.map.renderer.ToolTipAppender
 
sb - Variable in class net.sf.gridarta.model.mapmanager.TestFileControl
Collects the performed actions.
sb - Variable in class net.sf.gridarta.utils.WrappingStringBuilder
The StringBuilder holding the string data.
sb - Variable in class net.sf.gridarta.var.atrinik.gui.map.renderer.TestMapRenderer
The string builder that collects all paint operations.
sbForFormat - Variable in class net.sf.gridarta.gui.panel.connectionview.CellRenderer
The StringBuilder used to format entries.
scaleImage(File, Image, int, int) - Method in class net.sf.gridarta.gui.mapimagecache.MapImageCacheEntry
Scales an Image to the given size and updates the cache.
scaleImage(Image, int, int) - Static method in class net.sf.gridarta.utils.ImageUtils
Returns a scaled version of an Image.
scanGameObject(GameObject<G, A, R>) - Method in class net.sf.gridarta.gui.panel.connectionview.ConnectionView
Add the given game object as a connection if it has a "connected" field.
scanGameObject(GameObject<G, A, R>) - Method in class net.sf.gridarta.gui.panel.connectionview.LockedItemsView
Add the given game object as a connection if it has a "slaying" field.
scanGameObject(GameObject<G, A, R>) - Method in class net.sf.gridarta.gui.panel.connectionview.MonsterView
Add the given game object as a connection if it is a monster object.
scanGameObjectForConnections(G) - Method in class net.sf.gridarta.gui.panel.connectionview.ConnectionView
Scan the given game object for connections.
scanGameObjectForConnections(G) - Method in class net.sf.gridarta.gui.panel.connectionview.LockedItemsView
Scan the given game object for connections.
scanGameObjectForConnections(G) - Method in class net.sf.gridarta.gui.panel.connectionview.MonsterView
Scan the given game object for connections.
scanGameObjectForConnections(G) - Method in class net.sf.gridarta.gui.panel.connectionview.View
Scan the given game object for connections.
scanMapForConnections() - Method in class net.sf.gridarta.gui.panel.connectionview.View
Scans the current map (View.mapView) for the contained connections.
scanMapForConnections(Iterable<MapSquare<G, A, R>>) - Method in class net.sf.gridarta.gui.panel.connectionview.View
Scans the given map for the contained connections.
scanMapsDirectoryInt(File, String) - Method in class net.sf.gridarta.model.index.MapsIndexer
Scans a directory for files.
scheduleAllMapModels() - Method in class net.sf.gridarta.gui.delayedmapmodel.DelayedMapModelListenerManager
Schedules all MapModels as changed.
scheduledMapModels - Variable in class net.sf.gridarta.gui.delayedmapmodel.DelayedMapModelListenerManager
The MapModels having pending changes.
scheduleMapModel(MapModel<G, A, R>) - Method in class net.sf.gridarta.gui.delayedmapmodel.DelayedMapModelListenerManager
Schedules a MapModel which has been changed.
SCOPE_ABOVE_FLOOR - Static variable in class net.sf.gridarta.gui.panel.tools.DeletionTool
Index into DeletionTool.scopeComboBox: delete all objects above floors.
SCOPE_BELOW_FLOOR - Static variable in class net.sf.gridarta.gui.panel.tools.DeletionTool
Index into DeletionTool.scopeComboBox: delete all objects below floors.
SCOPE_FLOOR - Static variable in class net.sf.gridarta.gui.panel.tools.DeletionTool
Index into DeletionTool.scopeComboBox: delete all floor objects.
SCOPE_SELECTED_OBJECT - Static variable in class net.sf.gridarta.gui.panel.tools.DeletionTool
Index into DeletionTool.scopeComboBox: delete all objects matching the object chooser.
SCOPE_SQUARE - Static variable in class net.sf.gridarta.gui.panel.tools.DeletionTool
Index into DeletionTool.scopeComboBox: delete all objects.
SCOPE_WALL - Static variable in class net.sf.gridarta.gui.panel.tools.DeletionTool
Index into DeletionTool.scopeComboBox: delete all wall objects.
scopeComboBox - Variable in class net.sf.gridarta.gui.panel.tools.DeletionTool
The JComboBox for selecting the scope to delete.
script - Variable in class net.sf.gridarta.plugin.Plugin
Whether this plugin is a stand-alone plugin.
SCRIPT_PATH - Static variable in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEvent
The attribute that holds the script path.
SCRIPT_PATH - Static variable in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEvent
The attribute that holds the script path.
scriptArchData - Variable in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
The ScriptArchData instance to use.
ScriptArchData<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.scripts
Stores and manages information about scripted events.
scriptArchDataUtils - Variable in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
ScriptArchDataUtils<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.scripts
ScriptArchData related functions.
ScriptArchDataUtils(int, ScriptArchUtils, ScriptedEventFactory<G, A, R>, ScriptedEventEditor<G, A, R>) - Constructor for class net.sf.gridarta.gui.scripts.ScriptArchDataUtils
Creates a new instance.
scriptArchEditor - Variable in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
The ScriptArchEditor to use.
ScriptArchEditor<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.scripts
 
ScriptArchEditor(ScriptedEventFactory<G, A, R>, String, String, ScriptArchUtils, FileFilter, ProjectSettings, MapManager<?, ?, ?>, PathManager, ScriptEditControl) - Constructor for class net.sf.gridarta.gui.scripts.ScriptArchEditor
Creates a new instance.
scriptArchUtils - Variable in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
The ScriptArchUtils to use.
scriptArchUtils - Variable in class net.sf.gridarta.gui.scripts.ScriptArchDataUtils
The ScriptArchUtils instance to use.
scriptArchUtils - Variable in class net.sf.gridarta.gui.scripts.ScriptArchEditor
The ScriptArchUtils instance to use.
scriptArchUtils - Variable in class net.sf.gridarta.model.scripts.AbstractScriptedEventFactory
The ScriptArchUtils instance to use.
ScriptArchUtils - Interface in net.sf.gridarta.model.scripts
 
scriptArchUtils - Variable in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEvent
The ScriptArchUtils instance to use.
scriptArchUtils - Variable in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEventFactory
The script arch utils instance to use.
scriptArchUtils - Variable in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEvent
The ScriptArchUtils instance to use.
scriptArchUtils - Variable in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEventFactory
The script arch utils instance to use.
scriptArchUtils - Variable in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEvent
The ScriptArchUtils instance to use.
scriptArchUtils - Variable in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEventFactory
The script arch utils instance to use.
ScriptedEvent<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.scripts
Class which stores information about one scripted event.
scriptedEventEditor - Variable in class net.sf.gridarta.gui.scripts.ScriptArchDataUtils
ScriptedEventEditor<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.scripts
 
ScriptedEventEditor(ProjectSettings, ScriptEditControl) - Constructor for class net.sf.gridarta.gui.scripts.ScriptedEventEditor
Creates a new instance.
scriptedEventEditor - Variable in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEvent
scriptedEventEditor - Variable in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEventFactory
scriptedEventEditor - Variable in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEvent
scriptedEventEditor - Variable in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEventFactory
scriptedEventEditor - Variable in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEvent
scriptedEventEditor - Variable in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEventFactory
scriptedEventFactory - Variable in class net.sf.gridarta.gui.scripts.ScriptArchDataUtils
The ScriptedEventFactory instance to use.
scriptedEventFactory - Variable in class net.sf.gridarta.gui.scripts.ScriptArchEditor
The ScriptedEventFactory instance to use.
ScriptedEventFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.scripts
Factory for creating ScriptedEvent instances.
scriptEditClose() - Method in class net.sf.gridarta.textedit.scripteditor.Actions
Action for "close".
scriptEditCloseAll() - Method in class net.sf.gridarta.textedit.scripteditor.Actions
Action for "close all".
scriptEditControl - Variable in class net.sf.gridarta.action.ExitAction
 
scriptEditControl - Variable in class net.sf.gridarta.gui.misc.DefaultFileControl
The ScriptEditControl to forward to.
scriptEditControl - Variable in class net.sf.gridarta.gui.scripts.ScriptArchEditor
The ScriptEditControl to use.
scriptEditControl - Variable in class net.sf.gridarta.gui.scripts.ScriptedEventEditor
The ScriptEditControl to use.
scriptEditControl - Variable in class net.sf.gridarta.maincontrol.GUIMainControl
The ScriptEditControl instance.
ScriptEditControl - Class in net.sf.gridarta.textedit.scripteditor
ScriptEditControl - Manages events and data flow for the script editor entity.
ScriptEditControl(FileFilter, String, Frame, File, Preferences, Exiter) - Constructor for class net.sf.gridarta.textedit.scripteditor.ScriptEditControl
 
scriptEditControl - Variable in class net.sf.gridarta.textedit.textarea.actions.Save
The ScriptEditControl to forwards to.
scriptEditCopy() - Method in class net.sf.gridarta.textedit.scripteditor.Actions
Action for "copy".
scriptEditCut() - Method in class net.sf.gridarta.textedit.scripteditor.Actions
Action for "cut".
scriptEditFind() - Method in class net.sf.gridarta.textedit.scripteditor.Actions
Action for "find".
scriptEditFindAgain() - Method in class net.sf.gridarta.textedit.scripteditor.Actions
Action for "find again".
scriptEditNewScript() - Method in class net.sf.gridarta.textedit.scripteditor.Actions
Action for "new script".
scriptEditOpen() - Method in class net.sf.gridarta.textedit.scripteditor.Actions
Action for "open".
scriptEditPaste() - Method in class net.sf.gridarta.textedit.scripteditor.Actions
Action for "paste".
scriptEditRedo() - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditUndoActions
Action method for "redo".
scriptEditReplace() - Method in class net.sf.gridarta.textedit.scripteditor.Actions
Action for "replace".
scriptEditSave() - Method in class net.sf.gridarta.textedit.scripteditor.Actions
Action for "save".
scriptEditSaveAs() - Method in class net.sf.gridarta.textedit.scripteditor.Actions
Action for "save as".
scriptEditUndo() - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditUndoActions
Action method for "undo".
ScriptEditUndoActions - Class in net.sf.gridarta.textedit.scripteditor
Implements undo and redo actions.
ScriptEditUndoActions() - Constructor for class net.sf.gridarta.textedit.scripteditor.ScriptEditUndoActions
 
scriptEditUndoActions - Variable in class net.sf.gridarta.textedit.scripteditor.ScriptEditView
The undo related actions for the script editor.
ScriptEditView - Class in net.sf.gridarta.textedit.scripteditor
The script editor frame.
ScriptEditView(ScriptEditControl, Frame, Preferences, Exiter) - Constructor for class net.sf.gridarta.textedit.scripteditor.ScriptEditView
Builds a frame but keep it hidden (it is shown when first file is opened).
ScriptEditView.EditTabListener - Class in net.sf.gridarta.textedit.scripteditor
Inner class: Listener for ChangeEvents in the tabPane.
ScriptEditView.EditTabListener(ScriptEditView) - Constructor for class net.sf.gridarta.textedit.scripteditor.ScriptEditView.EditTabListener
 
scriptEnding - Variable in class net.sf.gridarta.gui.scripts.ScriptArchEditor
The ending for scripts.
scriptExtension - Variable in class net.sf.gridarta.gui.misc.DefaultFileControl
The file extension for script files.
scriptExtension - Variable in class net.sf.gridarta.maincontrol.GUIMainControl
The extensions of event script files.
scriptFileFilter - Variable in class net.sf.gridarta.gui.dialog.gameobjectattributes.AttributesPaneBuilder
The FileFilter to use for script files.
scriptFileFilter - Variable in class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialogFactory
The FileFilter to use for script files.
scriptFileFilter - Variable in class net.sf.gridarta.gui.misc.DefaultFileControl
The FileFilter for selecting script files.
scriptFileFilter - Variable in class net.sf.gridarta.gui.scripts.ScriptArchEditor
 
scriptFileFilter - Variable in class net.sf.gridarta.textedit.scripteditor.ScriptEditControl
 
scriptLayout - Variable in class net.sf.gridarta.gui.dialog.plugin.PluginManager
 
scriptPanel - Variable in class net.sf.gridarta.gui.dialog.plugin.PluginManager
 
scripts - Variable in class net.sf.gridarta.gui.dialog.plugin.PluginManager
 
SCRIPTS_DIR - Static variable in interface net.sf.gridarta.var.atrinik.IGUIConstants
The directory that contains all scripts.
SCRIPTS_DIR - Static variable in interface net.sf.gridarta.var.crossfire.IGUIConstants
The directory that contains all scripts.
SCRIPTS_DIR - Static variable in interface net.sf.gridarta.var.daimonin.IGUIConstants
The directory that contains all scripts.
scriptsFile - Variable in class net.sf.gridarta.project.ProjectModel
 
scriptSuffix - Variable in class net.sf.gridarta.textedit.scripteditor.ScriptEditControl
 
ScriptTask - Enum in net.sf.gridarta.gui.scripts
ScriptTask() - Constructor for enum net.sf.gridarta.gui.scripts.ScriptTask
 
ScriptUtils - Class in net.sf.gridarta.model.scripts
 
ScriptUtils() - Constructor for class net.sf.gridarta.model.scripts.ScriptUtils
Private constructor to prevent instantiation.
scrollBarsInitialized - Variable in class net.sf.gridarta.textedit.textarea.JEditTextArea
 
ScrollingTextPane - Class in net.sf.gridarta.gui.panel.gameobjecttexteditor
A JTextPane that always extends horizontally.
ScrollingTextPane() - Constructor for class net.sf.gridarta.gui.panel.gameobjecttexteditor.ScrollingTextPane
 
ScrollLayout - Class in net.sf.gridarta.textedit.textarea
 
ScrollLayout(Container) - Constructor for class net.sf.gridarta.textedit.textarea.ScrollLayout
 
scrollPane - Variable in class net.sf.gridarta.gui.dialog.findarchetypes.FindArchetypesDialog
The scroll pane which contains the search results table FindArchetypesDialog.resultTable.
scrollPane - Variable in class net.sf.gridarta.gui.map.mapview.MapCursorTracker
The JScrollPane for this instance.
scrollPane - Variable in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
The JScrollPane displaying all event.s
scrollRectToVisible(Rectangle) - Method in interface net.sf.gridarta.gui.map.renderer.MapRenderer
Ensures that a rectangular area is visible.
scrollTo(int, int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Ensures that the specified line and offset is visible by scrolling the text area if necessary.
scrollToCaret() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Ensures that the caret is visible by scrolling the text area if necessary.
ScrollToVisibleFocusListener - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
 
ScrollToVisibleFocusListener() - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.ScrollToVisibleFocusListener
 
second - Variable in class net.sf.gridarta.utils.Pair
The second value.
sectionName - Variable in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSection
This section's name.
select(Point, SelectionMode) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Selects or deselects a single square.
select - Variable in class net.sf.gridarta.textedit.textarea.actions.DocumentEnd
 
select - Variable in class net.sf.gridarta.textedit.textarea.actions.DocumentHome
 
select - Variable in class net.sf.gridarta.textedit.textarea.actions.End
 
select - Variable in class net.sf.gridarta.textedit.textarea.actions.Home
 
select - Variable in class net.sf.gridarta.textedit.textarea.actions.NextChar
 
select - Variable in class net.sf.gridarta.textedit.textarea.actions.NextLine
 
select - Variable in class net.sf.gridarta.textedit.textarea.actions.NextPage
 
select - Variable in class net.sf.gridarta.textedit.textarea.actions.NextWord
 
select - Variable in class net.sf.gridarta.textedit.textarea.actions.PrevChar
 
select - Variable in class net.sf.gridarta.textedit.textarea.actions.PrevLine
 
select - Variable in class net.sf.gridarta.textedit.textarea.actions.PrevPage
 
select - Variable in class net.sf.gridarta.textedit.textarea.actions.PrevWord
 
select(int, int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Selects from the start offset to the end offset.
selectAbove(boolean) - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Moves the selected GameObject.
selectAll() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.ArchComboBoxEditor
 
selectAll() - Method in class net.sf.gridarta.mainactions.MainActions
Invoked when the user wants to select all squares from a map.
selectAll() - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Marks all squares as selected.
selectAll() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Selects all text in the document.
selectArchAbove() - Method in class net.sf.gridarta.action.SelectArchAboveAction
Action method for "select arch above".
selectArchAbove() - Method in class net.sf.gridarta.action.SelectArchBelowAction
Action method for "select arch above".
SelectArchAboveAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.action
An EditorAction that selects the game object above the current game object.
SelectArchAboveAction(MapViewManager<G, A, R>) - Constructor for class net.sf.gridarta.action.SelectArchAboveAction
Creates a new instance.
SelectArchBelowAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.action
An EditorAction that selects the game object below the current game object.
SelectArchBelowAction(MapViewManager<G, A, R>) - Constructor for class net.sf.gridarta.action.SelectArchBelowAction
Creates a new instance.
selectArchetype(R) - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserControl
Select an archetype.
selectArchetype(R) - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypePanel
Selects an archetype.
selectArea(Point, Point, SelectionMode) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Selects or deselects all squares in an area.
selectBelow(boolean) - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Moves the selected GameObject.
selectButton(AbstractButton) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.ButtonList
Selects a button.
selectButton(AbstractButton, boolean) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.DoubleButtonList
Selects a button.
selectDocEnd - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
selectDocHome - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
selected - Variable in class net.sf.gridarta.gui.dialog.plugin.parameter.MapParameterComboBoxModel
 
selected - Variable in class net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction
Selected state.
selectedAction - Variable in class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsDialog
The selected Action or null.
selectedArchetype - Variable in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserFolder
The selected Archetype or null if none is selected.
selectedArchetypeChanged(R) - Method in interface net.sf.gridarta.model.archetypechooser.ArchetypeChooserFolderListener
The selected Archetype has changed.
selectedArchetypeChanged(R) - Method in interface net.sf.gridarta.model.archetypechooser.ArchetypeChooserModelListener
The selected archetype has changed.
selectedArchetypeChanged(R) - Method in interface net.sf.gridarta.model.archetypechooser.ArchetypeChooserPanelListener
The selected Archetype has changed.
selectedButtonChanged(AbstractButton, AbstractButton) - Method in interface net.sf.gridarta.gui.utils.tabbedpanel.ButtonListListener
The selected button has changed.
selectedButtons - Variable in class net.sf.gridarta.gui.utils.tabbedpanel.ButtonList
The currently selected buttons.
selectedFiles - Variable in class net.sf.gridarta.gui.map.MapPreviewAccessory
The currently selected files, or null if no file is selected.
selectedFolder - Variable in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserPanel
selectedFolderChanged(ArchetypeChooserFolder<G, A, R>) - Method in interface net.sf.gridarta.model.archetypechooser.ArchetypeChooserModelListener
The selected folder has changed.
selectedFolderChanged(ArchetypeChooserFolder<G, A, R>) - Method in interface net.sf.gridarta.model.archetypechooser.ArchetypeChooserPanelListener
The selected ArchetypeChooserFolder has changed.
selectedGameObject - Variable in class net.sf.gridarta.gui.mainwindow.GameObjectTextEditorTab
The currently selected game object.
selectedGameObject - Variable in class net.sf.gridarta.gui.panel.gameobjectattributes.AbstractGameObjectAttributesTab
The currently selected game object.
selectedGameObject - Variable in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
The currently selected game object.
selectedGameObject - Variable in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesControl
The currently selected game object.
selectedGameObject - Variable in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesModel
The selected game object.
selectedGameObject - Variable in class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareModel
The currently selected GameObject.
selectedGameObjectChanged(G) - Method in interface net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesModelListener
Called whenever the selected game object has changed.
selectedIndex - Variable in class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
The current state of selection.
selectedMapSquare - Variable in class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareModel
The currently selected MapSquare.
selectedPanel - Variable in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserModel
The selected ArchetypeChooserPanel.
selectedPanelChanged(ArchetypeChooserPanel<G, A, R>) - Method in interface net.sf.gridarta.model.archetypechooser.ArchetypeChooserModelListener
The selected panel has changed.
selectedRow - Variable in class net.sf.gridarta.gui.dialog.plugin.PluginEditor
 
SelectedSquareActionsTest - Class in net.sf.gridarta.action
Regression tests for AbstractMoveSquareAction implementations.
SelectedSquareActionsTest() - Constructor for class net.sf.gridarta.action.SelectedSquareActionsTest
 
selectedSquareModel - Variable in class net.sf.gridarta.action.AbstractMoveSquareAction
The SelectedSquareModel that is updated.
selectedSquareModel - Variable in class net.sf.gridarta.action.MoveSquareEnvAction
The SelectedSquareModel that is updated.
selectedSquareModel - Variable in class net.sf.gridarta.action.MoveSquareNextAction
The SelectedSquareModel that is updated.
selectedSquareModel - Variable in class net.sf.gridarta.action.MoveSquarePrevAction
The SelectedSquareModel that is updated.
selectedSquareModel - Variable in class net.sf.gridarta.gui.map.mapactions.MapActions
selectedSquareModel - Variable in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesControl
The SelectedSquareModel to update.
SelectedSquareModel<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.selectedsquare
The model component of the selected square control.
SelectedSquareModel() - Constructor for class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareModel
 
selectedSquareModel - Variable in class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareView
The model for this view.
selectedSquareModel - Variable in class net.sf.gridarta.gui.panel.tools.InsertionTool
selectedSquareModelListener - Variable in class net.sf.gridarta.action.AbstractMoveSquareAction
selectedSquareModelListener - Variable in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesControl
The listener to detect changes of the selected game object.
SelectedSquareModelListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.panel.selectedsquare
Interface for listeners interested in events of SelectedSquareModel instances.
selectedSquareModelListener - Variable in class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareView
SelectedSquareView<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.selectedsquare
The panel that displays the game objects of the currently selected map square.
SelectedSquareView(SelectedSquareModel<G, A, R>, GameObjectAttributesDialogFactory<G, A, R>, ObjectChooser<G, A, R>, MapViewManager<G, A, R>, MapViewSettings, ImageIcon, FaceObjectProviders, Icon, Action...) - Constructor for class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareView
Create a new instance.
selectedTool - Variable in class net.sf.gridarta.gui.panel.tools.ToolSelector
The currently selected tool.
selectedTreePath - Variable in class net.sf.gridarta.gui.dialog.bookmarks.ManageBookmarksDialog
The currently selected entry.
selectEnd - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
selectExit(MapView<G, A, R>, int) - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Selects an exit square.
selectHome - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
selecting() - Method in class net.sf.gridarta.model.mapcursor.MapCursorTest
Checks for correct behavior of MapGrid.GRID_FLAG_SELECTING flags during selecting.
selectionButtonGroup - Variable in class net.sf.gridarta.gui.panel.tools.ToolSelector
The ButtonGroup for the toggle buttons.
selectionChanged(BaseObject<G, A, R, ?>) - Method in interface net.sf.gridarta.gui.panel.objectchooser.ObjectChooserListener
selectionChanged(MapSquare<G, A, R>, G) - Method in interface net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareModelListener
The selected game object has changed.
selectionColor - Variable in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
selectionColor - Variable in class net.sf.gridarta.textedit.textarea.TextAreaPainter
The selection color.
selectionEnd - Variable in class net.sf.gridarta.textedit.textarea.JEditTextArea
 
selectionEndLine - Variable in class net.sf.gridarta.textedit.textarea.JEditTextArea
 
selectionForKey(char, ComboBoxModel) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.StringKeyManager
SelectionMode - Enum in net.sf.gridarta.model.mapgrid
Modes that describe how squares get selected.
SelectionMode() - Constructor for enum net.sf.gridarta.model.mapgrid.SelectionMode
 
selectionPane - Variable in class net.sf.gridarta.gui.panel.tools.ToolSelector
The pane with the selections.
selectionStart - Variable in class net.sf.gridarta.textedit.textarea.JEditTextArea
 
selectionStartLine - Variable in class net.sf.gridarta.textedit.textarea.JEditTextArea
 
SelectionTool<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.tools
Tool for Selection.
SelectionTool(ObjectChooser<G, A, R>, InsertionModeSet<G, A, R>) - Constructor for class net.sf.gridarta.gui.panel.tools.SelectionTool
Create a BasicAbstractTool.
selectionToolAutoFill - Variable in class net.sf.gridarta.gui.panel.tools.SelectionTool
Whether auto-fill is enabled.
selectionToolAutoFillChanged() - Method in class net.sf.gridarta.gui.panel.tools.SelectionTool
Updates the GUI state to reflect the current SelectionTool.selectionToolAutoFill state.
selectMapSquare() - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Selects the map square on the current map location.
selectMapSquares(Iterable<MapSquare<G, A, R>>) - Method in class net.sf.gridarta.gui.dialog.find.FindDialog
Selects a set of MapSquares on the map.
selectNextChar - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
selectNextLine - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
selectNextPage - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
selectNextWord - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
selectNoLetter(char, String) - Static method in class net.sf.gridarta.textedit.textarea.TextUtilities
Returns whether a character is not part of a word.
selectPrevChar - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
selectPrevLine - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
selectPrevPage - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
selectPrevWord - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
selectRow(int) - Method in class net.sf.gridarta.gui.dialog.findarchetypes.FindArchetypesDialog
Selects one row in the result table.
selectSquare() - Method in class net.sf.gridarta.action.SelectSquareAction
Toggles the current pre-selection in the selection.
SelectSquareAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.action
An EditorAction that toggles the current pre-selection in the selection.
SelectSquareAction(MapViewManager<G, A, R>) - Constructor for class net.sf.gridarta.action.SelectSquareAction
Creates a new instance.
selectTab(GameObjectAttributesTab<G, A, R>) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesControl
Selects a tab.
selectTableComponent(Component) - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditor
 
selectTopmostGameObject() - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Selects the last (top-most) GameObject on the current map square.
selectValue(String) - Method in class net.sf.gridarta.gui.treasurelist.CFTreasureListTree
Selects a value and closes the dialog.
selImg - Variable in class net.sf.gridarta.gui.map.renderer.GridMapSquarePainter
selImgEast - Variable in class net.sf.gridarta.gui.map.renderer.GridMapSquarePainter
selImgNorth - Variable in class net.sf.gridarta.gui.map.renderer.GridMapSquarePainter
selImgSouth - Variable in class net.sf.gridarta.gui.map.renderer.GridMapSquarePainter
selImgWest - Variable in class net.sf.gridarta.gui.map.renderer.GridMapSquarePainter
selRec - Variable in class net.sf.gridarta.gui.misc.ShiftProcessor
The selection rectangle to operate on.
semaphore - Variable in class net.sf.gridarta.gui.dialog.errorview.DefaultErrorView
The Semaphore used to wait for the dismissal of the error DefaultErrorView.dialog.
serialVersionUID - Static variable in exception net.sf.gridarta.actions.CannotLoadMapFileException
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.actions.CannotSaveMapFileException
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.actions.InvalidPathNameException
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.actions.MapSizeMismatchException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.data.NamedNodeTreeCellRenderer
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.bookmarks.BookmarkDirectoryDialog
The serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.bookmarks.EditBookmarkDialog
The serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.bookmarks.ManageBookmarksDialog
The serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesDialog
The serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesTableModel
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.errorview.ErrorEntry
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.find.FindDialog
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.findarchetypes.TableModel
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.gameobjectattributes.ArchetypeTypeListCellRenderer
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.gui.dialog.gameobjectattributes.InvalidAttributeException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.gameobjectattributes.MaskChangeAL
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.gameobjectattributes.ViewTreasurelistAL
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.goexit.MapListCellRenderer
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.golocation.GoLocationDialog
The serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.gomap.MapListCellRenderer
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.help.Help
Deprecated.
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.help.HtmlPane
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.newmap.AbstractMapsizeNewMapDialog
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.newmap.AbstractNewMapDialog
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.newmap.NewMapDialog
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.newmap.NewPickmapDialog
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.newmap.NewPickmapFolderDialog
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.plugin.CloseableTabbedPane
 
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.plugin.parameter.ArchComboBox
 
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.plugin.parameter.ArchComboBoxCellRenderer
 
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.plugin.parameter.ArchComboBoxModel
 
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.plugin.parameter.DoubleParameterView.TooltipSpinner
 
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.plugin.parameter.MapParameterCellRenderer
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.plugin.parameter.MapParameterComboBoxModel
 
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.plugin.parameter.ParameterDescriptionEditor
 
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.plugin.parameter.ParameterNameEditor
 
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.plugin.parameter.ParameterTypeEditor
 
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.plugin.parameter.TooltipSpinner
 
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.plugin.PluginViewPane
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.prefs.AppPreferences
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.prefs.DevPreferences
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.prefs.GUIPreferences
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.prefs.MapValidatorPreferences
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.prefs.MiscPreferences
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.prefs.NetPreferences
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.prefs.ResPreferences
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.prefs.UpdatePreferences
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.replace.ReplaceDialog
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.shortcuts.KeyStrokeDialog
The serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.shortcuts.KeyStrokeField
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsDialog
The serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialog
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.filter.FilterMenuEntry
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.map.event.MouseOpEvent
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.map.MapPreviewAccessory
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.map.maptilepane.AbstractMapTilePane
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.map.maptilepane.FlatMapTilePane
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.map.maptilepane.IsoMapTilePane
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.map.maptilepane.TilePanel.RASwitch
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.map.maptilepane.TilePanel
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.map.renderer.AbstractMapRenderer
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.map.renderer.IsoMapRenderer
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.map.renderer.IsoPickmapRenderer
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.map.renderer.SimpleIsoMapRenderer
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.map.renderer.TestMapRenderer
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.map.viewaction.ViewAction
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.mapdesktop.MapDesktop
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.mapdesktop.WindowAction
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.gui.mapfiles.DuplicateMapFolderException
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.gui.mapfiles.DuplicatePickmapException
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.gui.mapfiles.InvalidNameException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.mapfiles.MapFileNameComparator
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.gui.mapfiles.MapFolderNotEmptyException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.mapfiles.MapFolderTreeAction
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.mapmenu.AutoscrollJTree
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.mapmenu.MapMenuAction
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.mapmenu.MapMenuEntry
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.mapmenu.MapMenuEntryDir
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.mapmenu.MapMenuEntryMap
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.mapmenu.MapMenuEntryTreeCellRenderer
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.misc.MapPreview
The serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.misc.StatusBar
The serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserView
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeIconCellRenderer
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeNameCellRenderer
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypePanel
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.archetypechooser.DirectionPane
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.archetypechooser.DisplayNameCellRenderer
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.archetypechooser.FolderListCellRenderer
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.connectionview.CellRenderer
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.connectionview.ConnectionView.ConnectionCellRenderer
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.connectionview.ConnectionView
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.connectionview.LockedItemsView.LockedItemsCellRenderer
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.connectionview.LockedItemsView
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.connectionview.MonsterCellRenderer
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.connectionview.MonsterView.MonsterComparator
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.connectionview.MonsterView
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.connectionview.View
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.gameobjectattributes.ErrorListView
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesControl
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.gameobjecttexteditor.GameObjectTextEditor
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.gameobjecttexteditor.ScrollingTextPane
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.objectchoicedisplay.ObjectChoiceDisplay
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.selectedsquare.CellRenderer
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareView
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.tools.ToolPalette
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.tools.ToolSelector.SelectionAction
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.panel.tools.ToolSelector
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.treasurelist.CFTreasureListTree
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.treasurelist.TreasureCellRenderer
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.AnimationComponent
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.AnimTreeChooseAction
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.borderpanel.BorderPanel
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.borderpanel.BorderSplitPane
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.borderpanel.VerticalToggleButton
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.DirectionComponent
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.DirectionLayout
Serial Version.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.FaceComponent
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.FaceTreeChooseAction
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.GList
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.GSplitPane
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.JFileField
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.tabbedpanel.TabbedPanel
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.tabbedpanel.TabButtonAction
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.ToggleTristateCheckBox
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.TreeChooseAction
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.tristate.TristateButtonModel
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.gui.utils.tristate.TristateCheckBox
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.anim.AbstractAnimationObjects
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.anim.AnimationParseException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.anim.DefaultAnimationObject
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.anim.DefaultAnimationObjects
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.anim.DuplicateAnimationException
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.anim.IllegalAnimationException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.anim.TestAnimationObjects
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.archetype.AbstractArchetype
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.archetype.DuplicateArchetypeException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.archetype.TestDefaultArchetype
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.archetype.TestUndefinedArchetype
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.archetype.UndefinedArchetypeException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserFolder
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserModel
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserPanel
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.archetypechooser.DisplayMode
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.archetypetype.MissingAttributeException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.autojoin.AutojoinList
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.autojoin.AutojoinLists
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.autojoin.IllegalAutojoinListException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.baseobject.AbstractBaseObject
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.baseobject.GameObjectContainer
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.baseobject.GameObjectText
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.data.AbstractNamedObject
Serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.data.AbstractNamedObjects
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.data.IllegalNamedObjectException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.data.NamedTreeNode
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.exitconnector.ExitMatcher
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.face.AbstractFaceObjects
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.face.DefaultFaceObject
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.face.DefaultFaceObjects
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.face.DuplicateFaceException
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.face.IllegalFaceException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.face.TestFaceObjects
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.gameobject.AbstractGameObject
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.gameobject.MultiArchData
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.gameobject.NotInsideContainerException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.gameobject.TestGameObject
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.io.InvalidMapFormatException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.maparchobject.TestMapArchObject
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.mapgrid.MapGridEvent
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.maplocation.NoExitPathException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.mapmodel.AboveFloorInsertionMode
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.mapmodel.AutoInsertionMode
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.mapmodel.BelowFloorInsertionMode
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.mapmodel.BottommostInsertionMode
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.mapmodel.CannotInsertGameObjectException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.mapmodel.DefaultMapModel
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.mapmodel.FilterGameObjectIteratorTest.AcceptAllMatcher
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.mapmodel.FilterGameObjectIteratorTest.AcceptMatcher
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.mapmodel.MapSquare
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.mapmodel.MapSquareGrid
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.mapmodel.SavedSquares
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.mapmodel.TopmostInsertionMode
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.mappathnormalizer.InvalidPathException
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.mappathnormalizer.IOErrorException
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.mappathnormalizer.RelativePathOnUnsavedMapException
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.mappathnormalizer.SameMapException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.match.AndGameObjectMatcher
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.match.AttributeGameObjectMatcher
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.match.GameObjectMatchers
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.match.IntAttributeGameObjectMatcher
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.match.MutableNameGameObjectMatcher
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.match.MutableOrGameObjectMatcher
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.match.NamedGameObjectMatcher
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.match.NotGameObjectMatcher
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.match.OrGameObjectMatcher
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.match.ParsingException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.match.SetEnabledAction
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.match.StringAttributeGameObjectMatcher
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.match.TypeNrsGameObjectMatcher
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.scripts.UndefinedEventArchetypeException
Serial Version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.scripts.UndefinedEventArchetypeNameException
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.scripts.UndefinedEventArchetypeTypeException
Serial Version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.smoothface.DuplicateSmoothFaceException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.treasurelist.ArchTreasureObj
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.treasurelist.FolderTreasureObj
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.treasurelist.NoTreasureObj
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.treasurelist.TreasureListTreasureObj
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.treasurelist.TreasureObj
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.treasurelist.TreasureTreeNode
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.treasurelist.YesTreasureObj
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.validation.checks.InvalidCheckException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.checks.MapCheckerScriptFailureError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.checks.MapCheckerScriptIOError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.checks.MapCheckerScriptMapError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.checks.MapCheckerScriptMapSquareError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.checks.MapCheckerScriptMissingError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.checks.NonAbsoluteExitPathError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.DefaultErrorCollector
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.AttributeRangeError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.BlockedMobOrSpawnPointError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.BlockedSpawnPointError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.BlockedSquareError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.ConnectedInsideContainerError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.ConnectedPickableError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.ConnectionError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.ConnectionUnknownError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.ConnectionWithoutSinksError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.ConnectionWithoutSourcesError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.CustomTypeError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.DoubleLayerError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.DoubleTypeError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.EmptySpawnPointError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.EnvironmentInvError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.EnvironmentMapError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.EnvironmentSensorSlayingError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.ExitError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.GameObjectFormatter
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.GameObjectsValidationError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.GameObjectValidationError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.MapDifficultyError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.MapSquareFormatter
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.MapValidationError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.MobOutsideSpawnPointError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.PaidItemShopSquareError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.ShopSquare2Error
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.ShopSquareError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.SlayingError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.SquareValidationError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.SquareWithoutFloorError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.SysObjectNotOnLayerZeroError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.TilePathsError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.UndefinedAnimError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.UndefinedArchetypeError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.UndefinedFaceError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.UnsetSlayingError
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.errors.ValidationError
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.model.validation.NoSuchValidatorException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.model.validation.ValidationErrorComparator
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.plugin.parameter.NoSuchParameterException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.plugin.PluginConsole
The serial version UID.
serialVersionUID - Static variable in exception net.sf.gridarta.plugin.PluginExecException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.textedit.scripteditor.CFPythonPopup
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.textedit.scripteditor.CFPythonPopupMenu
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.textedit.scripteditor.ScriptEditView
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.textedit.textarea.actions.Replace.ReplaceDialog
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.textedit.textarea.JEditTextArea.CaretUndo
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.textedit.textarea.JEditTextArea.MutableCaretEvent
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.textedit.textarea.JEditTextArea
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.textedit.textarea.SyntaxDocument
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.textedit.textarea.TextAreaPainter
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.utils.EventListenerList2
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.utils.ProcessRunner
Serial Version.
serialVersionUID - Static variable in class net.sf.gridarta.utils.Size2D
Serial Version.
serialVersionUID - Static variable in exception net.sf.gridarta.utils.SyntaxErrorException
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.atrinik.gui.map.renderer.TestMapRenderer
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.atrinik.gui.mappropertiesdialog.MapPropertiesDialog
Serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.atrinik.model.archetype.DefaultArchetype
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.atrinik.model.archetype.UndefinedArchetype
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.atrinik.model.gameobject.GameObject
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Serial Version.
serialVersionUID - Static variable in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatMapRenderer
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatPickmapRenderer
Serial Version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.crossfire.gui.map.renderer.SimpleFlatMapRenderer
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.crossfire.gui.mappropertiesdialog.MapPropertiesDialog
Serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.crossfire.model.archetype.DefaultArchetype
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.crossfire.model.archetype.UndefinedArchetype
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.crossfire.model.gameobject.GameObject
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.daimonin.gui.mappropertiesdialog.MapPropertiesDialog
Serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.daimonin.model.archetype.DefaultArchetype
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.daimonin.model.archetype.UndefinedArchetype
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.daimonin.model.gameobject.GameObject
The serial version UID.
serialVersionUID - Static variable in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
The serial version UID.
SERVER_CMD_CONTROL - Static variable in class net.sf.gridarta.var.atrinik.actions.AtrinikServerActions
Command type.
serverDefault - Variable in class net.sf.gridarta.gui.dialog.prefs.AppPreferencesModel
The default value for the server setting.
serverField - Variable in class net.sf.gridarta.gui.dialog.prefs.AppPreferences
TextField for server executable.
setAction(Action, String) - Method in class net.sf.gridarta.action.AbstractMoveSquareAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.AddBookmarkAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.AddToSelectionAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.ArchAttributesAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.BrowseArchetypesAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.CleanCompletelyBlockedSquaresAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.CloseAllMapsAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.CollectArchesAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.CollectSpellsAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.ControlClientAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.ControlServerAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.DeleteArchAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.DisplayArchetypeNamesAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.DisplayGameObjectNamesAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.DisplayIconsOnlyAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.EditScriptAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.ExitAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.FindArchetypesAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.GcAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.GoLocationAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.GrowSelectionAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.InsertArchAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.LightVisibleAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.ManageBookmarksAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.NewMapAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.OpenFileAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.OptionsAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.ReleaseDragAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.ReloadFacesAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.SaveAllMapsAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.SelectArchAboveAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.SelectArchBelowAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.SelectSquareAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.ShortcutsAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.ShowHelpAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.ShrinkSelectionAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.StartStopDragAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.SubFromSelectionAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.TipOfTheDayAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.ValidateMapAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.ViewTreasurelistsAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.action.ZoomAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.actions.AbstractServerActions
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.gui.dialog.goexit.GoExitDialogManager
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.gui.dialog.gomap.GoMapDialogManager
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.gui.dialog.plugin.PluginController
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.gui.exitconnector.ExitConnectorController
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.gui.map.MapFileActions
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.gui.map.viewaction.ViewActions
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.gui.mapcursor.MapCursorActions
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.gui.mapdesktop.MapDesktop
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.gui.mapfiles.MapFolderTreeActions
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.gui.misc.About
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.gui.misc.MainViewActions
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.gui.undo.UndoControl
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.mainactions.MainActions
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditControl
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.updater.UpdaterManager
Sets the Action instance for this editor action.
setAction(Action, String) - Method in interface net.sf.gridarta.utils.EditorAction
Sets the Action instance for this editor action.
setActionNextFocus(JTextField, Component) - Static method in class net.sf.gridarta.gui.utils.TextComponentUtils
Transfers the focus to another component when ENTER is pressed.
setActionShortcut(Action, KeyStroke) - Static method in class net.sf.gridarta.utils.ActionUtils
Sets the shortcut of an Action.
setActive(boolean) - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserControl
Called whenever this tab becomes active or inactive.
setActive(boolean) - Method in interface net.sf.gridarta.gui.panel.objectchooser.ObjectChooserTab
Called whenever this tab becomes active or inactive.
setActive(boolean) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Called whenever this tab becomes active or inactive.
setActiveMapFolder(MapFolder<G, A, R>) - Method in class net.sf.gridarta.gui.mapfiles.MapFolderTree
Sets the active map folder.
setActiveMapView(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewManager
Sets the active map view.
setActivePickmap(MapFile<G, A, R>) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserView
Sets the active pickmap.
setActiveTab(int) - Method in class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
Records whether the archetype chooser or the pickmap chooser is active.
setAlgorithm(int) - Method in class net.sf.gridarta.gui.misc.MapPreview
Set the algorithm.
setAllBits(boolean) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.MaskChangeAL
Sets all bit-value check boxes to the given state.
setAlphaType(int, boolean) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Sets whether the specified edit type is to be shown transparent.
setAlphaType(int, boolean) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Sets whether the specified edit type is to be shown transparent.
setAlternativeLocation(boolean) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Sets whether the button is shown in the alternative location.
setAnimName(String) - Method in class net.sf.gridarta.gui.utils.AnimationComponent
Sets the current animation name.
setAnimName(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Sets object animation animation animName.
setArchDirectory(File) - Method in class net.sf.gridarta.model.settings.AbstractDefaultProjectSettings
Sets the archetype directory.
setArchDirectory(File) - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Sets the archetype directory.
setArchDirectory(File) - Method in class net.sf.gridarta.model.settings.TestProjectSettings
Sets the archetype directory.
setArchetype(R) - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Set the Archetype of this GameObject.
setArchetype(R) - Method in interface net.sf.gridarta.model.gameobject.GameObject
Set the Archetype of this GameObject.
setArchetypeName(String) - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Sets the name of this archetype.
setArchetypeName(String) - Method in interface net.sf.gridarta.model.archetype.Archetype
Sets the name of this archetype.
setArchNameField(String, Color) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ArchTab
Updates the value of the ArchTab.archNameField.
setArchTextArea(String, Color) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.MsgTextTab
Updates the value of the MsgTextTab.archTextArea.
setArmed(boolean) - Method in class net.sf.gridarta.gui.utils.tristate.TristateButtonModel
setArtifact() - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Converts this game object into an artifact.
setArtifact() - Method in interface net.sf.gridarta.model.archetype.Archetype
Converts this game object into an artifact.
setAttributeInt(String, int) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Sets an int value attribute.
setAttributeInt(String, int) - Method in interface net.sf.gridarta.model.baseobject.Attributes
Sets an int value attribute.
setAttributeString(String, String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Sets the String of an archetype attribute in the objectText.
setAttributeString(String, String) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Sets the String of an archetype attribute in the objectText.
setAttributeValue(String, boolean, String) - Method in class net.sf.gridarta.model.baseobject.GameObjectText
Updates an attribute's value.
setAutoBoot(boolean) - Method in class net.sf.gridarta.plugin.Plugin
Sets whether this plugin is run whenever the editor starts.
setAutoCreateExit(boolean) - Method in class net.sf.gridarta.model.exitconnector.AbstractExitConnectorModel
Sets whether exit game objects should be auto-created when needed.
setAutoCreateExit(boolean) - Method in interface net.sf.gridarta.model.exitconnector.ExitConnectorModel
Sets whether exit game objects should be auto-created when needed.
setAutoGeneratePreviews(boolean) - Method in class net.sf.gridarta.gui.map.MapPreviewAccessory
Switch automatic preview generation.
setAutoJoin(boolean) - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for "autoJoin".
setAutojoin(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Sets the "autojoin" state.
setAutojoin(boolean) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Sets the "autojoin" state.
setAutoSelectOnFocus(JTextComponent) - Static method in class net.sf.gridarta.gui.utils.TextComponentUtils
Selects all text of a JTextComponent when the component gains the focus.
setAutoUpdate(boolean) - Method in class net.sf.gridarta.gui.dialog.prefs.UpdatePreferences
Sets the auto-update state.
setBackgroundMusic(String) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the name of the background music.
setBackgroundMusic(String) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Sets the background music to play.
setBackgroundMusic(String) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Sets the name of the background music.
setBitmask(AttributeBitmask) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBitmask
 
setBorderOffset(int, int) - Method in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
Sets the offset to map borders (32 for std.
setButton(int) - Method in class net.sf.gridarta.gui.map.event.MouseOpEvent
Sets the mouse button that changed.
setCaretPosition(int) - Method in class net.sf.gridarta.textedit.scripteditor.CFPythonPopup
Set the caret position where this menu has been invoked.
setCaretPosition(int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Sets the caret position.
setCaretVisible(boolean) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Sets if the caret should be visible.
setChance(int) - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
Sets the chance attribute.
setChanged() - Method in class net.sf.gridarta.preferences.Storage
This function is called whenever the contents of Storage.values has changed.
setClickCount(int) - Method in class net.sf.gridarta.gui.map.event.MouseOpEvent
 
setClient(CharSequence) - Static method in class net.sf.gridarta.gui.dialog.prefs.AppPreferencesModel
Sets the client setting.
setCode(String) - Method in class net.sf.gridarta.plugin.Plugin
Sets the executable code of this plugin.
setCommand(String[]) - Method in class net.sf.gridarta.utils.ProcessRunner
Set the command to be executed by this ProcessRunner.
setComponent(Location, Component, boolean, int) - Method in class net.sf.gridarta.gui.utils.borderpanel.BorderPanel
Sets the optional Component for a location.
setConfigSourceName(String) - Method in class net.sf.gridarta.model.settings.AbstractDefaultProjectSettings
Sets the name of the configuration source.
setConfigSourceName(String) - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Sets the name of the configuration source.
setConfigSourceName(String) - Method in class net.sf.gridarta.model.settings.TestProjectSettings
Sets the name of the configuration source.
setContainer(GameObjectContainer<G, A, R>, int, int) - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Sets container of this GameObject.
setContainer(GameObjectContainer<G, A, R>, int, int) - Method in interface net.sf.gridarta.model.gameobject.GameObject
Sets container of this GameObject.
setCurrentDirectory(JFileChooser, File) - Static method in class net.sf.gridarta.utils.FileChooserUtils
setCurrentDocument(Document) - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditUndoActions
Sets the current document.
setCurrentLineIndex(int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Sets the currently painted line.
setCurrentLineTokens(List<Token>) - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Sets the tokens of the currently painted line.
setCurrentMap(MapControl<G, A, R>) - Method in class net.sf.gridarta.model.mapmanager.AbstractMapManager
Sets the given map as the current one.
setCurrentMap(MapControl<G, A, R>) - Method in interface net.sf.gridarta.model.mapmanager.MapManager
Sets the given map as the current one.
setCurrentMapView(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.exitconnector.ExitConnectorController
Updates ExitConnectorController.currentMapView, registering or de-registering listeners as needed.
setCurrentMapView(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.mapdesktop.MapDesktop
Sets the given level view as the current one.
setCurrentMapView(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.misc.StatusBar
 
setCurrentPickmap(MapFile<G, A, R>) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Set the currently active pickmap.
setCurrentSaveMapDirectory(File) - Method in class net.sf.gridarta.model.settings.DefaultVolatileSettings
Sets the default directory for saving maps.
setCurrentSaveMapDirectory(File) - Method in interface net.sf.gridarta.model.settings.VolatileSettings
Sets the default directory for saving maps.
setCursor(Point) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Highlights the given cursor position.
setCursorLocation(Point) - Method in class net.sf.gridarta.gui.map.mapview.AbstractMapView
Sets the cursor location.
setCursorLocation(Point) - Method in interface net.sf.gridarta.gui.map.mapview.MapView
Sets the cursor location.
setDarkness(int) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Sets the light / darkness of this map.
setDarkness(int) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Sets the light / darkness of this map.
setDefaultPreferencesValue(boolean) - Static method in class net.sf.gridarta.gui.autovalidator.AutoValidator
Set the default preferences value for AutoValidator.PREFERENCES_VALIDATOR_AUTO.
setDeletionToolExceptionsIgnoreFloors(boolean) - Method in class net.sf.gridarta.gui.panel.tools.DeletionTool
Sets whether floors should not be deleted.
setDeletionToolExceptionsIgnoreMonsters(boolean) - Method in class net.sf.gridarta.gui.panel.tools.DeletionTool
Sets whether monsters should not be deleted.
setDeletionToolExceptionsIgnoreWalls(boolean) - Method in class net.sf.gridarta.gui.panel.tools.DeletionTool
Sets whether walls should not be deleted.
setDescription(String) - Method in class net.sf.gridarta.plugin.parameter.AbstractPluginParameter
Sets the user-provided description of the value for the user interface.
setDescription(String) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameter
Sets the user-provided description of the value for the user interface.
setDifficulty(int) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Sets the map's difficulty.
setDifficulty(int) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Sets the map's difficulty.
setDifficulty(int) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the map's difficulty.
setDifficulty(int) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Sets the map's difficulty.
setDifficulty(int) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Sets the map's difficulty.
setDimensions(int, int) - Method in class net.sf.gridarta.model.face.DoubleImageFilter
setDirection(Integer) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserModel
Sets the default direction for game objects created from archetypes.
setDisplayMode(DisplayMode<G, A, R>) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserModel
Updates the display mode.
setDividerLocation(int) - Method in class net.sf.gridarta.gui.utils.GSplitPane
setDividerSize(int) - Method in class net.sf.gridarta.gui.utils.borderpanel.BorderSplitPane
Sets the new size of BorderSplitPane.splitPane.
setDividerSize2() - Method in class net.sf.gridarta.gui.utils.borderpanel.BorderSplitPane
Sets the new size of BorderSplitPane.splitPane2.
setDividerSizeInt(int) - Method in class net.sf.gridarta.gui.utils.borderpanel.BorderSplitPane
Sets the new size of BorderSplitPane.splitPane.
setDocument(SyntaxDocument) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Sets the document this text area is editing.
setDoubleFaces(boolean) - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Sets whether double faces on the current map should be shown.
setDoubleFaces(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Sets whether double faces should be drawn double height.
setDoubleFaces(boolean) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Sets whether double faces should be drawn double height.
setEditingFocus() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Sets the focus to this TextArea, so this component is instantly registered for key press events.
setEditor(CharSequence) - Static method in class net.sf.gridarta.gui.dialog.prefs.AppPreferencesModel
Sets the editor setting.
setEditorFolder(String) - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Set the editor folder.
setEditorFolder(String) - Method in interface net.sf.gridarta.model.archetype.Archetype
Set the editor folder.
setEditType(int) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Sets the edit type.
setEditType(int) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Sets the edit type.
setEditType(int) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Set the map view to show squares of the given type.
setEnabled(boolean) - Static method in class net.sf.gridarta.gui.autovalidator.AutoValidator
Set whether the auto-validator is enabled.
setEnabled(boolean) - Method in class net.sf.gridarta.gui.utils.AnimationComponent
setEnabled(boolean) - Method in class net.sf.gridarta.gui.utils.AnimTreeChooseAction
setEnabled(boolean) - Method in class net.sf.gridarta.gui.utils.DirectionComponent
setEnabled(boolean) - Method in class net.sf.gridarta.gui.utils.FaceComponent
setEnabled(boolean) - Method in class net.sf.gridarta.gui.utils.FaceTreeChooseAction
setEnabled(boolean) - Method in class net.sf.gridarta.gui.utils.tristate.TristateButtonModel
setEnabled(boolean) - Method in class net.sf.gridarta.model.filter.AbstractFilterConfig
Enables or disables the filter.
setEnabled(boolean) - Method in interface net.sf.gridarta.model.filter.FilterConfig
Enables or disables the filter.
setEnabled(boolean) - Method in class net.sf.gridarta.model.validation.AbstractValidator
Set whether this Validator should be enabled.
setEnabled(boolean) - Method in interface net.sf.gridarta.model.validation.Validator
Set whether this Validator should be enabled.
SetEnabledAction - Class in net.sf.gridarta.model.match
Action for adding / removing an GameObjectMatcher from this a MutableOrGameObjectMatcher.
SetEnabledAction(MutableOrGameObjectMatcher, GameObjectMatcher) - Constructor for class net.sf.gridarta.model.match.SetEnabledAction
Creates a SetEnabledAction.
setEncodedValue(String) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBitmask
Set the active bitmask value in external file representation.
setEnterX(int) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Sets the enter x coordinate.
setEnterX(int) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Sets the enter x coordinate.
setEnterY(int) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Sets the enter y coordinate.
setEnterY(int) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Sets the enter y coordinate.
setErroneousMapSquares(Map<MapSquare<G, A, R>, ValidationError<G, A, R>>) - Method in class net.sf.gridarta.gui.map.renderer.AbstractMapRenderer
Sets the MapSquares that are known to contain errors.
setError(int, int) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Sets the error flag at given coordinates.
setErrors(ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Sets the errors in this map.
setErrors(ErrorCollector<G, A, R>) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Sets the errors in this map.
setEventData(String, String, String) - Method in class net.sf.gridarta.model.scripts.AbstractScriptedEvent
 
setEventData(String, String, String) - Method in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEvent
setEventData(String, String, String) - Method in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEvent
setEventData(String, String, String) - Method in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEvent
setEventPanelButtonState(boolean, boolean, boolean, boolean) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
Sets the enable/disable states for the four buttons in the event panel.
setExitArchetypeName(String) - Method in class net.sf.gridarta.model.exitconnector.AbstractExitConnectorModel
Sets the archetype name for creating exit game objects.
setExitArchetypeName(String) - Method in interface net.sf.gridarta.model.exitconnector.ExitConnectorModel
Sets the archetype name for creating exit game objects.
setExitLocation(ExitLocation) - Method in class net.sf.gridarta.model.exitconnector.AbstractExitConnectorModel
Sets the remembered exit location.
setExitLocation(ExitLocation) - Method in interface net.sf.gridarta.model.exitconnector.ExitConnectorModel
Sets the remembered exit location.
setFaceName(String) - Method in class net.sf.gridarta.gui.utils.FaceComponent
Sets the current face name.
setFaceName(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Sets the face name.
setFaceObjName(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Sets the effective face name.
setFailure(String) - Method in class net.sf.gridarta.utils.CopyReader
Sets the failure reason.
setFalseText(String) - Method in class net.sf.gridarta.plugin.parameter.BooleanParameter
Sets the string representation of the "false" value.
setFile(File) - Method in class net.sf.gridarta.gui.utils.JFileField
Sets the currently selected file.
setFile(File) - Method in class net.sf.gridarta.plugin.parameter.AbstractPathParameter
Sets the current File.
setFile(File) - Method in class net.sf.gridarta.plugin.Plugin
Sets the location to save this plugin to.
setFileControl(FileControl<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
Deprecated.
setFileControl(FileControl<G, A, R>) - Method in class net.sf.gridarta.model.mapmanager.AbstractMapManager
Deprecated.
setFilter(String) - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.ArchComboBoxModel
 
setFilter(boolean) - Method in class net.sf.gridarta.plugin.Plugin
Sets whether this plugin is a filter.
setFirstLine(int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Sets the line displayed at the text area's origin without updating the scroll bars.
setFixedLogin(boolean) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the fixed login attribute.
setFixedLogin(boolean) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Sets the fixed login attribute.
setFixedReset(boolean) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Sets whether this map uses a fixed reset.
setFixedReset(boolean) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Sets whether this map uses a fixed reset.
setFixedResetTime(boolean) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the fixed reset time attribute.
setFlags(int, int, int, int, int) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Sets flags in a rectangle and generate a grid change event.
setFocus(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViews
Sets a MapView as the main view.
setFocus(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
Sets a MapView as the main view.
setFont(Font) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Set the TextArea font
setFont(Font) - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
setGameObject(G) - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Sets the selected GameObject.
setGraphicsFlags(Graphics, Font) - Method in class net.sf.gridarta.textedit.textarea.SyntaxStyle
Sets the text color and font of the specified graphics context to that specified in this style.
setGridVisible(boolean) - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Sets whether the grid of the current map should be visible.
setGridVisible(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Set the visibility of the grid.
setGridVisible(boolean) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Set the visibility of the grid.
setHasLoop(boolean) - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
Sets whether this treasure object contains itself.
setHighlightedSquare(int, boolean) - Method in class net.sf.gridarta.gui.filter.FilterState
Sets the highlighted state for a given path.
setHints(int) - Method in class net.sf.gridarta.model.face.DoubleImageFilter
setHorizontalOffset(int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Sets the horizontal offset of drawn lines.
setHumidity(int) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Sets the humidity.
setId(int) - Method in class net.sf.gridarta.gui.map.event.MouseOpEvent
Sets the event type.
setId(byte) - Method in class net.sf.gridarta.textedit.textarea.Token
Sets the id of this token.
setId(byte) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.Node
Sets the id to return for this node.
setImageDirectory(File) - Method in class net.sf.gridarta.model.settings.DefaultVolatileSettings
Sets the directory to save created image to.
setImageDirectory(File) - Method in interface net.sf.gridarta.model.settings.VolatileSettings
Sets the directory to save created image to.
setImageSet(String) - Method in class net.sf.gridarta.model.settings.AbstractDefaultProjectSettings
Sets the image set.
setImageSet(String) - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Sets the image set.
setImageSet(String) - Method in class net.sf.gridarta.model.settings.TestProjectSettings
 
setIndex(int) - Method in class net.sf.gridarta.gui.mapdesktop.WindowAction
Set the index of this action so this Action knows what Mnemonic and Accelerator to use.
setIndex(int) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.TabButtonAction
Sets the accelerator index.
setInside(boolean) - Method in class net.sf.gridarta.gui.mapuserlistener.MapKeyListener
Updates the "mouse is inside the window" flag for the current map view.
setInside() - Method in class net.sf.gridarta.model.mapcursor.MapCursorTest
Checks that settings the cursor within the map grid behaves as expected.
setInterpreterValues(Interpreter, PluginRunMode) - Method in class net.sf.gridarta.plugin.PluginParameters
Adds variables to a Interpreter instance.
setInvalidLinesPainted(boolean) - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Sets whether invalid lines are to be painted as red tildes.
setInverted(boolean) - Method in class net.sf.gridarta.model.filter.NamedFilterConfig
Sets whether the filter should match if all sub-filters match or if at least one sub-filter does not match.
setItem(Object) - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.ArchComboBoxEditor
 
setKeyStroke(KeyStroke) - Method in class net.sf.gridarta.gui.dialog.shortcuts.KeyStrokeField
Updates the current key stroke.
setLabel(String, int) - Method in class net.sf.gridarta.gui.utils.AsynchronousProgress
setLength(int) - Method in class net.sf.gridarta.textedit.textarea.Token
Sets the length of this token.
setLightRadius(MapSquare<G, A, R>, int) - Method in class net.sf.gridarta.model.mapmodel.LightMapModelTracker
Updates the light radius of a map square.
setLightRadius(int) - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Sets the maximum light radius of all light emitting objects within this map square.
setLightVisible(boolean) - Method in class net.sf.gridarta.action.LightVisibleAction
Sets whether the light of the current map should be visible.
setLightVisible(boolean) - Method in class net.sf.gridarta.gui.map.renderer.AbstractMapRenderer
If set, inverts the setting of MapViewSettings.isLightVisible().
setLightVisible(boolean) - Method in interface net.sf.gridarta.gui.map.renderer.MapRenderer
If set, inverts the setting of MapViewSettings.isLightVisible().
setLightVisible(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Set the visibility of the light.
setLightVisible(boolean) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Set the visibility of the light.
setListType(TreasureListTreasureObjType) - Method in class net.sf.gridarta.model.treasurelist.TreasureListTreasureObj
Sets the list type.
setLoadedFromArchive(boolean) - Method in interface net.sf.gridarta.model.archetypeset.ArchetypeSet
Sets whether Archetypes were loaded from an archive.
setLoadedFromArchive(boolean) - Method in class net.sf.gridarta.model.archetypeset.DefaultArchetypeSet
Sets whether Archetypes were loaded from an archive.
setLocation(Location) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Sets the tab's location.
setLocation(Point) - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Move cursor to a new location.
setLocationSafe(Point) - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Move cursor to a new location.
setLocationSafe() - Method in class net.sf.gridarta.model.mapcursor.MapCursorTest
setLockAllPickmaps(boolean) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Set whether all pickmaps are locked.
setLocked(boolean) - Method in class net.sf.gridarta.model.pickmapsettings.AbstractPickmapSettings
Sets whether pickmaps are immutable.
setLocked(boolean) - Method in interface net.sf.gridarta.model.pickmapsettings.PickmapSettings
Sets whether pickmaps are immutable.
setLore(String) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Sets the map lore.
setLoreText(CharSequence) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Sets the map lore.
setLoreText(CharSequence) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Sets the map lore.
setLoreText(CharSequence) - Method in class net.sf.gridarta.var.crossfire.model.archetype.DefaultArchetypeBuilder
 
setLowestPart(boolean) - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Sets whether this part has the smallest y coordinate when painting the image.
setLowestPart(boolean) - Method in interface net.sf.gridarta.model.archetype.Archetype
Sets whether this part has the smallest y coordinate when painting the image.
setMagic(int) - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
Sets the magic attribute.
setMagicCaretPosition(int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Sets the `magic' caret position.
setMapCursor(boolean, List<G>) - Method in class net.sf.gridarta.gui.dialog.find.FindDialog
Moves the cursor to the next or previous matching game object.
setMapCursor(MapModel<G, A, R>, MapCursor<G, A, R>) - Method in class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareView
 
setMapFile(File) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Sets the map file.
setMapFile(File) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Sets the map file.
setMapLocation(Point) - Method in class net.sf.gridarta.gui.map.event.MouseOpEvent
 
setMapModel(MapModel<G, A, R>) - Method in class net.sf.gridarta.action.AbstractMoveSquareAction
Called whether the current map has changed.
setMapName(String) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Sets the map name.
setMapName(String) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Sets the map name.
setMapsDirectory(File) - Method in class net.sf.gridarta.model.settings.AbstractDefaultProjectSettings
Sets the default maps directory.
setMapsDirectory(File) - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Sets the default maps directory.
setMapsDirectory(File) - Method in class net.sf.gridarta.model.settings.TestProjectSettings
Sets the default maps directory.
setMapsDirectoryInt(File, boolean) - Method in class net.sf.gridarta.model.settings.AbstractDefaultProjectSettings
setMapSize(Size2D) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Sets the map size.
setMapSize(Size2D) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Sets the map size.
setMapSizeDefault(boolean) - Method in class net.sf.gridarta.gui.dialog.newmap.NewMapDialog
Set whether to override the default map size.
setMapSizeEnabled(boolean) - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractMapsizeNewMapDialog
Enables or disables the map size input fields.
setMapSquare(MapSquare<G, A, R>) - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Sets the selected MapSquare.
setMapView(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.mapuserlistener.MapKeyListener
setMapX(int) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Sets the X coordinate of this GameObject on its map.
setMapX(int) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Sets the X coordinate of this GameObject on its map.
setMapY(int) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Sets the Y coordinate of this GameObject on its map.
setMapY(int) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Sets the Y coordinate of this GameObject on its map.
setMax(double) - Method in class net.sf.gridarta.plugin.parameter.DoubleParameter
Sets the maximal allowed value.
setMax(int) - Method in class net.sf.gridarta.plugin.parameter.IntegerParameter
Sets the maximal allowed value.
setMaxUndoStates(int) - Method in class net.sf.gridarta.gui.undo.UndoControl
Sets the maximum number of undo states saved for each map.
setMediaDirectory(File) - Method in class net.sf.gridarta.model.settings.AbstractDefaultProjectSettings
Sets the media directory.
setMediaDirectory(File) - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Sets the media directory.
setMediaDirectory(File) - Method in class net.sf.gridarta.model.settings.TestProjectSettings
Sets the media directory.
setMenu(JMenu) - Method in class net.sf.gridarta.gui.dialog.plugin.PluginView
Set the menu to add script commands to.
setMenu(Container) - Method in class net.sf.gridarta.gui.map.viewaction.ViewActions
Sets the menu to add the actions to.
setMenu(JMenu) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuManager
Sets the menu to update.
setMin(double) - Method in class net.sf.gridarta.plugin.parameter.DoubleParameter
Sets the minimal allowed value.
setMin(int) - Method in class net.sf.gridarta.plugin.parameter.IntegerParameter
Sets the minimal allowed value.
setModel(ButtonModel) - Method in class net.sf.gridarta.gui.utils.tristate.TristateCheckBox
setModified() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Marks this map arch object as changed.
setModified() - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Marks the map as being modified.
setModifiers(int) - Method in class net.sf.gridarta.gui.map.event.MouseOpEvent
 
setModifiers(int) - Method in class net.sf.gridarta.gui.mapuserlistener.MapKeyListener
Updates the active modifiers for the current map view.
setMsgText(String) - Method in class net.sf.gridarta.model.archetype.AbstractArchetypeBuilder
 
setMsgText(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Sets the message text.
setMsgText(String) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Sets the message text.
setMulti(MultiArchData<G, A, R, T>) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
setMulti(MultiArchData<G, A, R, T>) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
 
setMultiPartNr(int) - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Sets the multi part id.
setMultiPartNr(int) - Method in interface net.sf.gridarta.model.archetype.Archetype
Sets the multi part id.
setMultiPartNr(int) - Method in class net.sf.gridarta.var.atrinik.model.archetype.DefaultArchetypeBuilder
 
setMultiPartNr(int) - Method in class net.sf.gridarta.var.daimonin.model.archetype.DefaultArchetypeBuilder
 
setMultiShapeID(int) - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Sets the multi shape id.
setMultiShapeID(int) - Method in interface net.sf.gridarta.model.archetype.Archetype
Sets the multi shape id.
setMultiShapeID(int) - Method in class net.sf.gridarta.model.gameobject.MultiArchData
Set the shape ID of this object.
setMultiX(int) - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Sets the x-position of this part of a multi-part object.
setMultiX(int) - Method in class net.sf.gridarta.model.archetype.AbstractArchetypeBuilder
 
setMultiX(int) - Method in interface net.sf.gridarta.model.archetype.Archetype
Sets the x-position of this part of a multi-part object.
setMultiY(int) - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Sets the y-position of this part of a multi-part object.
setMultiY(int) - Method in class net.sf.gridarta.model.archetype.AbstractArchetypeBuilder
 
setMultiY(int) - Method in interface net.sf.gridarta.model.archetype.Archetype
Sets the y-position of this part of a multi-part object.
setName(V, long, String) - Method in class net.sf.gridarta.model.index.AbstractIndex
Associates a value with a name.
setName(V, long, String) - Method in interface net.sf.gridarta.model.index.Index
Associates a value with a name.
setName(String) - Method in class net.sf.gridarta.model.match.MutableNameGameObjectMatcher
Sets the archetype name to match.
setName(String) - Method in class net.sf.gridarta.plugin.parameter.AbstractPluginParameter
Sets the name of the parameter.
setName(String) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameter
Sets the name of the parameter.
setNoHarm(boolean) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the no harm attribute.
setNoHarm(boolean) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Sets the no harm attribute.
setNoMagic(boolean) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the no magic attribute.
setNoMagic(boolean) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Sets the no magic attribute.
setNoPriest(boolean) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the no priest attribute.
setNoPriest(boolean) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Sets the no priest attribute.
setNormal(FaceProvider) - Method in class net.sf.gridarta.model.face.FaceObjectProviders
Sets the normal FaceProvider.
setNoSave(boolean) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the no save attribute.
setNoSave(boolean) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Sets the no save attribute.
setNoSmooth(boolean) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Sets whether this map is no smooth.
setNoSummon(boolean) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the no summon attribute.
setNoSummon(boolean) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Sets the no summon attribute.
setNrof(int) - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
Sets the maximum number of generated items.
setObj(Object) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.LineInfo
 
setObjectChooser(ObjectChooser<G, A, R>) - Method in class net.sf.gridarta.gui.dialog.newmap.NewMapDialogFactory
Deprecated.
setObjectFace() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
We set here the real face of the objects, depending on the set face and the set animation.
setObjectFace() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
We set here the real face of the objects, depending on the set face and the set animation.
setObjectFace() - Method in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
We set here the real face of the objects, depending on the set face and the set animation.
setObjectText(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Sets objectText as object text of this GameObject.
setObjectText(String) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Sets objectText as object text of this GameObject.
setObjectText(String) - Method in class net.sf.gridarta.model.baseobject.GameObjectText
Sets the object text.
setObjName(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Sets the name of this object.
setOpen(boolean) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Sets the tab's open status.
setOptionalComponent(Component, boolean, int) - Method in class net.sf.gridarta.gui.utils.borderpanel.BorderSplitPane
Sets the optional Component.
setOptionalComponent(Component, boolean, int, boolean) - Method in class net.sf.gridarta.gui.utils.borderpanel.BorderSplitPane
Sets the optional Component.
setOptions(String) - Method in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEvent
 
setOptions(String) - Method in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEvent
 
setOptions(String) - Method in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEvent
 
setOrigin(int, int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
A fast way of changing both the first line and horizontal offset.
setOutdoor(boolean) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Sets whether the map is an "outdoor" map.
setOutdoor(boolean) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Sets whether the map is an "outdoor" map.
setOutside() - Method in class net.sf.gridarta.model.mapcursor.MapCursorTest
Checks that settings the cursor outside of the grid behaves as expected.
setOverwriteEnabled(boolean) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Sets if overwrite mode should be enabled.
setParent(FaceProvider) - Method in class net.sf.gridarta.model.face.FilterFaceProvider
Sets a new provider as parent.
setPasteExitName(boolean) - Method in class net.sf.gridarta.model.exitconnector.AbstractExitConnectorModel
Sets whether the exit name should be updated.
setPasteExitName(boolean) - Method in interface net.sf.gridarta.model.exitconnector.ExitConnectorModel
Sets whether the exit name should be updated.
setPath(String) - Method in class net.sf.gridarta.model.data.AbstractNamedObject
Set the path of this AbstractNamedObject.
setPath(String) - Method in interface net.sf.gridarta.model.data.NamedObject
Set the path of this AbstractNamedObject.
setPending(V) - Method in class net.sf.gridarta.model.index.AbstractIndex
Marks a value as pending.
setPending(V) - Method in interface net.sf.gridarta.model.index.Index
Marks a value as pending.
setPerformingRealChecks(boolean) - Static method in class net.sf.gridarta.utils.MapFileFilter
Set whether to actually perform real checks or just file endings.
setPermDeath(boolean) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Sets the permanent death attribute.
setPickmapFoldersMenu(JMenu) - Method in class net.sf.gridarta.gui.mapfiles.MapFolderTreeActions
Deprecated.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class net.sf.gridarta.model.face.DoubleImageFilter
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class net.sf.gridarta.model.face.DoubleImageFilter
setPlayerNoSave(boolean) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the player no save attribute.
setPluginEditorIsAutoRun(boolean) - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditor
Action method for option to run the editor script automatically.
setPluginIsEditorFilter(boolean) - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditor
Action method for option to run the editor script automatically.
setPluginIsScript(boolean) - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditor
Action method for option to add the script to the plugins menu.
setPluginName(String) - Method in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEvent
 
setPluginName(String) - Method in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEvent
 
setPluginName(String) - Method in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEvent
 
setPopupMenu(JPopupMenu) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Sets the popup menu to show.
setPopupMenu(JPopupMenu) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserView
Sets the popup menu to show.
setPressed(boolean) - Method in class net.sf.gridarta.gui.utils.tristate.TristateButtonModel
setPressure(int) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Sets the pressure.
setPreview(Image) - Method in class net.sf.gridarta.gui.map.MapPreviewAccessory
Updates the text and icon of MapPreviewAccessory.preview.
setPreview(String) - Method in class net.sf.gridarta.gui.map.MapPreviewAccessory
Updates the text and icon of MapPreviewAccessory.preview.
setProperty(String, String) - Method in class net.sf.gridarta.model.filter.NamedGameObjectMatcherFilterConfig
 
setPvp(boolean) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the pvp attribute.
setPvp(boolean) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Sets the pvp attribute.
setRandomFillSkipAdjacentSquares(boolean) - Method in class net.sf.gridarta.mainactions.RandomFillDialog
Action method for "skip adjacent squares" action.
setRegion(String) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the region attribute.
setRegion(String) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Sets the region the map is in.
setRepeatCount(int) - Method in class net.sf.gridarta.textedit.textarea.InputHandler
Sets the number of times the next action will be repeated.
setRepeatEnabled(boolean) - Method in class net.sf.gridarta.textedit.textarea.InputHandler
Sets the enabled state of repetition.
setResetTimeout(int) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Sets the reset timeout (in seconds).
setResetTimeout(int) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Sets the reset timeout (in seconds).
setSameLocation() - Method in class net.sf.gridarta.model.mapcursor.MapCursorTest
Checks that settings the cursor to the same location does not generate excess events.
setSavedSquares(SavedSquares<G, A, R>) - Method in class net.sf.gridarta.model.undo.UndoState
Records the affected map squares.
setScale(double) - Method in class net.sf.gridarta.gui.misc.MapPreview
Set the scale factor to be used for displaying the image.
setScale(int, int) - Method in class net.sf.gridarta.gui.misc.MapPreview
Set the scale factor to a specific size.
setScript(boolean) - Method in class net.sf.gridarta.plugin.Plugin
Sets whether this plugin is a stand-alone plugin.
setScriptPath(String) - Method in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEvent
 
setScriptPath(String) - Method in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEvent
 
setScriptPath(String) - Method in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEvent
 
setSelected(boolean) - Method in class net.sf.gridarta.gui.utils.tristate.TristateButtonModel
setSelected(boolean) - Method in class net.sf.gridarta.model.match.SetEnabledAction
setSelected(boolean) - Method in class net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction
Sets the selected state.
setSelectedAction(Action) - Method in class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsDialog
Updates the selected action.
setSelectedArchetype(R) - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypePanel
Sets the currently selected archetype in the list.
setSelectedArchetype(R) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserFolder
Sets the selected Archetype.
setSelectedFolder(ArchetypeChooserFolder<G, A, R>) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserPanel
Sets the selected ArchetypeChooserFolder.
setSelectedGameObject(G) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesModel
If a game object is selected, the MapArchPanels (bottom right windows) get updated.
setSelectedGameObject(G) - Method in class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareModel
Sets the currently selected GameObject.
setSelectedIndex(int) - Method in class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareView
Set the currently selected list index.
setSelectedItem(Object) - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.ArchComboBoxModel
 
setSelectedItem(Object) - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.MapParameterComboBoxModel
setSelectedMapSquare(MapSquare<G, A, R>, G) - Method in class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareModel
Sets the currently selected map square.
setSelectedPanel(ArchetypePanel<G, A, R>) - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserView
Selects an archetype panel.
setSelectedPanel(ArchetypeChooserPanel<G, A, R>) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserModel
Sets the selected ArchetypeChooserPanel.
setSelectedPanelInt(ArchetypePanel<G, A, R>) - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserView
setSelectedText(String) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Replaces the selection with the specified text.
setSelectedTool(Tool<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.ToolSelector
Makes a tool the currently selected tool to edit its options.
setSelectedTool(String) - Method in class net.sf.gridarta.gui.panel.tools.ToolSelector
Makes a tool the currently selected tool to edit its options.
setSelectionRectangular(boolean) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Sets if the selection should be rectangular.
setSelectionToolAutoFill(boolean) - Method in class net.sf.gridarta.gui.panel.tools.SelectionTool
Sets whether auto-fill is enabled.
setServer(CharSequence) - Static method in class net.sf.gridarta.gui.dialog.prefs.AppPreferencesModel
Sets the server setting.
setSeverity(Tab, Severity) - Static method in class net.sf.gridarta.gui.misc.MainView
Sets a Tab's Severity.
setSeverity(Severity) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Sets the tab's Severity.
setShopGreed(double) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Sets the greed of the shop.
setShopItems(String) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Sets the item spec for the shop.
setShopMax(int) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Sets the maximum price the shop will trade for.
setShopMin(int) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Sets the minimum price the shop will trade for.
setShopRace(String) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Sets the preferred race of the shop.
setShowMainToolbar(boolean) - Method in class net.sf.gridarta.model.settings.DefaultEditorSettings
Sets whether the main toolbar should be shown.
setShowMainToolbar(boolean) - Method in interface net.sf.gridarta.model.settings.EditorSettings
Sets whether the main toolbar should be shown.
setShrinkMapSizeDialogEast(boolean) - Method in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialog
Action method for "shrinkMapSizeDialogEast".
setShrinkMapSizeDialogSouth(boolean) - Method in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialog
Action method for "shrinkMapSizeDialogSouth".
setSize(Dimension) - Method in class net.sf.gridarta.gui.panel.gameobjecttexteditor.ScrollingTextPane
setSize(int) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Sets the tab's size.
setSky(int) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Sets the sky settings.
setSmoothing(boolean) - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Sets whether smoothing of the current map is active.
setSmoothing(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Sets the smoothing setting.
setSmoothing(boolean) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Sets the smoothing setting.
setSplitModeAction(ToggleAction) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Sets the ToggleAction to update if the "split mode" state changes.
setSplitPanePreferredSize(Dimension) - Method in class net.sf.gridarta.gui.utils.borderpanel.BorderSplitPane
Sets the preferred size of all shown optional components.
setState(MapsIndexer.State) - Method in class net.sf.gridarta.model.index.MapsIndexer
Sets a new value to MapsIndexer.state.
setState(A) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Resets the state of this object to the state of the given map arch object.
setState(A) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Resets the state of this object to the state of the given map arch object.
setState(MapArchObject) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Resets the state of this object to the state of the given map arch object.
setState(MapArchObject) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Resets the state of this object to the state of the given map arch object.
setState(MapArchObject) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Resets the state of this object to the state of the given map arch object.
setStatusText(String) - Method in class net.sf.gridarta.gui.misc.StatusBar
Sets the level status text, which usually displays arch numbers.
setStringValue(String) - Method in class net.sf.gridarta.plugin.parameter.AbstractStringPluginParameter
Updates the parameter value.
setStringValue(String) - Method in class net.sf.gridarta.plugin.parameter.BooleanParameter
Sets the parameter value from string representation.
setStringValue(String) - Method in class net.sf.gridarta.plugin.parameter.DoubleParameter
Sets the parameter value from string representation.
setStringValue(String) - Method in class net.sf.gridarta.plugin.parameter.IntegerParameter
Sets the parameter value from string representation.
setStringValue(String) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameter
Sets the parameter value from string representation.
setStringValue(String) - Method in class net.sf.gridarta.plugin.parameter.StringParameter
Sets the parameter value from string representation.
setStyles(SyntaxStyles) - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Sets the syntax styles used to paint colorized text.
setSubFilterEnabled(String, boolean) - Method in class net.sf.gridarta.model.filter.NamedFilterConfig
Sets whether a sub-filter is enabled.
setSwapTime(int) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Sets the swap time (in ticks).
setSwapTime(int) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Sets the swap time (in ticks).
setTabSeverity(Severity) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.AbstractGameObjectAttributesTab
Sets the tab severity.
setTabSeverity(GameObjectAttributesTab<G, A, R>, Severity) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesControl
Sets the tab color of a tab.
setTabSplitMode(boolean) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.MoveToActions
Action method set split mode.
setTabSplitMode(Tab, boolean) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.TabbedPanel
Toggles split mode for the given tab.
setTemperature(int) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Sets the temperature.
setTemplate(boolean) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Sets whether this map is a template map.
setText(String, boolean) - Method in class net.sf.gridarta.gui.map.maptilepane.TilePanel
Sets the text.
setText(String) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Sets the map text.
setText(String) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Sets the map text.
setText(String) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Sets the entire text of this text area.
setTextAreaDefaults(TextAreaDefaults) - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditControl
Deprecated.
setTextAreaDefaults(TextAreaDefaults) - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditView
Deprecated.
setThisContainer(G) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Sets a GameObject's container to this container.
setThisContainer(G) - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Sets a GameObject's container to this container.
setThisContainer(G) - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Sets a GameObject's container to this container.
setTilePath(Direction, String) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Sets a tile path.
setTilePath(Direction, String) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Sets a tile path.
setTilesetId(int) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the tileset id attribute.
setTilesetId(int) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Sets the tileset id.
setTilesetX(int) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the tileset x attribute.
setTilesetX(int) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Sets the tileset x coordinate.
setTilesetY(int) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the tileset y attribute.
setTilesetY(int) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Sets the tileset y coordinate.
setTileShow(boolean) - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for "tile show".
setTitle(String) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntry
Sets the entry's title.
setTitleAt(int, String) - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditView
Sets the title of the tab at specified index.
setToken(byte) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.LineInfo
 
setTokenMarker(TokenMarker) - Method in class net.sf.gridarta.textedit.textarea.SyntaxDocument
Sets the token marker that is to be used to split lines of this document up into tokens.
setToolTipProvider(ToolTipProvider<T>) - Method in class net.sf.gridarta.gui.utils.GList
Sets or clears the ToolTipProvider.
setToolTipText(String) - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.DoubleParameterView.TooltipSpinner
This override the JSpinner method to force the tooltip in all sub-components.
setToolTipText(String) - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.TooltipSpinner
This override the JSpinner method to force the tooltip in all sub-components.
setTristateState(TristateState) - Method in class net.sf.gridarta.gui.utils.tristate.TristateButtonModel
Sets the state.
setTrueText(String) - Method in class net.sf.gridarta.plugin.parameter.BooleanParameter
Sets the string representation of the "true" value.
setType(FindType) - Method in class net.sf.gridarta.textedit.textarea.actions.FindAgain
Set the operation to perform.
setTypeNo(int) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Sets the type number of this Archetype.
setUltimateDeath(boolean) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Sets the ultimate death attribute.
setUltraDeath(boolean) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Sets the ultra death attribute.
setUnique(boolean) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the unique save attribute.
setUnique(boolean) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Set whether this map is unique.
setUp() - Method in class net.sf.gridarta.actions.ExitConnectorActionsTest
Initializes the test case.
setUp() - Static method in class net.sf.gridarta.gui.mapmenu.MapMenuPreferencesTest
Initializes the test case.
setUp() - Static method in class net.sf.gridarta.gui.mapmenu.MapMenuTest
Initializes the test case.
setUp() - Static method in class net.sf.gridarta.gui.mapmenu.MapMenuUtilsTest
Initializes the test case.
setUp() - Method in class net.sf.gridarta.model.mapmodel.AutoInsertionModeTest
Initializes the tests.
setUp() - Method in class net.sf.gridarta.model.validation.AbstractValidatorTest
setUp() - Static method in class net.sf.gridarta.model.validation.checks.ValidatorFactoryTest
Initializes the action builder.
setUp() - Static method in class net.sf.gridarta.var.atrinik.model.io.ArchetypeParserTest
Initializes the test.
setUp() - Static method in class net.sf.gridarta.var.crossfire.model.io.ArchetypeParserTest
Initializes the test.
setUserName(String) - Method in class net.sf.gridarta.model.settings.AbstractDefaultProjectSettings
Sets the user name.
setUserName(String) - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Sets the user name.
setUserName(String) - Method in class net.sf.gridarta.model.settings.TestProjectSettings
Sets the user name.
setUsesDirection(boolean) - Method in interface net.sf.gridarta.model.archetype.TestArchetype
Sets the return value of BaseObject.usesDirection().
setUsesDirection(boolean) - Method in class net.sf.gridarta.model.archetype.TestDefaultArchetype
Sets the return value of BaseObject.usesDirection().
setUsesDirection(boolean) - Method in class net.sf.gridarta.model.archetype.TestUndefinedArchetype
Sets the return value of BaseObject.usesDirection().
setValue(Object) - Method in class net.sf.gridarta.gui.dialog.bookmarks.ManageBookmarksDialog
setValue(int) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBitmask
Set the active bitmask value.
setValue() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.MaskChangeAL
Sets the currently selected values to the default values.
setValue(Object) - Method in class net.sf.gridarta.gui.dialog.golocation.GoLocationDialog
setValue(Object) - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractNewMapDialog
setValue(Object) - Method in class net.sf.gridarta.gui.dialog.plugin.PluginViewPane
setValue(Object) - Method in class net.sf.gridarta.gui.dialog.shortcuts.KeyStrokeDialog
setValue(Object) - Method in class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsDialog
setValue(Object) - Method in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialog
setValue(int) - Method in class net.sf.gridarta.gui.utils.AsynchronousProgress
setValue(V) - Method in class net.sf.gridarta.plugin.parameter.AbstractValuePluginParameter
Updates the parameter value.
setValue(Double) - Method in class net.sf.gridarta.plugin.parameter.DoubleParameter
Updates the parameter value.
setValue(Integer) - Method in class net.sf.gridarta.plugin.parameter.IntegerParameter
Updates the parameter value.
setValue(Object) - Method in class net.sf.gridarta.var.atrinik.gui.mappropertiesdialog.MapPropertiesDialog
setValue(Object) - Method in class net.sf.gridarta.var.crossfire.gui.mappropertiesdialog.MapPropertiesDialog
setValue(Object) - Method in class net.sf.gridarta.var.daimonin.gui.mappropertiesdialog.MapPropertiesDialog
setValueToCurrent() - Method in class net.sf.gridarta.plugin.parameter.MapParameter
Selects the current map.
setWeather(String) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the weather attribute.
setWindDirection(int) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
sets the wind direction.
setWindSpeed(int) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Sets the wind speed.
severity - Variable in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesControl
The overall Severity.
Severity - Enum in net.sf.gridarta.gui.utils
Severity levels for colors of tabs.
Severity(Color, int) - Constructor for enum net.sf.gridarta.gui.utils.Severity
Creates a new instance.
severity - Variable in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
The tab's Severity.
severityChanged(Severity) - Method in interface net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesControlListener
The Severity has changed.
severityChanged(Severity) - Method in interface net.sf.gridarta.gui.utils.tabbedpanel.TabListener
Called whenever the tab's severity has changed.
sFaces - Variable in class net.sf.gridarta.var.crossfire.gui.map.renderer.SmoothingRenderer
 
shift(Direction) - Method in class net.sf.gridarta.gui.misc.ShiftProcessor
Shift the map contents by one square.
shift(Point, int) - Method in class net.sf.gridarta.gui.misc.ShiftProcessor
Shift one row.
shiftEast() - Method in class net.sf.gridarta.mainactions.MainActions
"Shift East" was selected from the Edit menu.
shiftNorth() - Method in class net.sf.gridarta.mainactions.MainActions
"Shift North" was selected from the Edit menu.
shiftNorthEast() - Method in class net.sf.gridarta.mainactions.MainActions
"Shift North East" was selected from the Edit menu.
shiftNorthWest() - Method in class net.sf.gridarta.mainactions.MainActions
"Shift North West" was selected from the Edit menu.
ShiftProcessor<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.misc
Performs a "shift" operation in a map: shift all selected squares into the given direction.
ShiftProcessor(MapViewSettings, MapView<G, A, R>, MapModel<G, A, R>, InsertionModeSet<G, A, R>) - Constructor for class net.sf.gridarta.gui.misc.ShiftProcessor
Create a new instance.
shiftSouth() - Method in class net.sf.gridarta.mainactions.MainActions
"Shift South" was selected from the Edit menu.
shiftSouthEast() - Method in class net.sf.gridarta.mainactions.MainActions
"Shift South East" was selected from the Edit menu.
shiftSouthWest() - Method in class net.sf.gridarta.mainactions.MainActions
"Shift South West" was selected from the Edit menu.
shiftWest() - Method in class net.sf.gridarta.mainactions.MainActions
"Shift West" was selected from the Edit menu.
shopGreed - Variable in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
The greed of the shop.
shopItems - Variable in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
The item spec for the shop, if there is one.
shopMatcher - Variable in class net.sf.gridarta.model.validation.checks.PaidItemShopSquareChecker
The GameObjectMatcher for finding shop squares.
shopMatcher - Variable in class net.sf.gridarta.model.validation.checks.ShopSquareChecker
The GameObjectMatcher for finding shop squares.
shopMax - Variable in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
The maximum price the shop will trade for.
shopMin - Variable in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
The minimum price the shop will trade for.
shopRace - Variable in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
The preferred race of the shop.
ShopSquare2Error<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.errors
A SquareValidationError for shop tiles that have an adjacent map square that is not blocked and does allow spells or prayers.
ShopSquare2Error(MapSquare<G, A, R>) - Constructor for class net.sf.gridarta.model.validation.errors.ShopSquare2Error
Creates a new instance.
ShopSquareChecker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
A MapValidator to detect shop squares which allow magic or prayers.
ShopSquareChecker(ValidatorPreferences, GameObjectMatcher, GameObjectMatcher, GameObjectMatcher) - Constructor for class net.sf.gridarta.model.validation.checks.ShopSquareChecker
Creates a new instance.
ShopSquareError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.errors
A SquareValidationError for shop tiles that allow spells or prayers.
ShopSquareError(MapSquare<G, A, R>) - Constructor for class net.sf.gridarta.model.validation.errors.ShopSquareError
Creates a new instance.
shortcuts() - Method in class net.sf.gridarta.action.ShortcutsAction
The action method for "shortcuts".
ShortcutsAction - Class in net.sf.gridarta.action
 
ShortcutsAction(ShortcutsManager, Component) - Constructor for class net.sf.gridarta.action.ShortcutsAction
Creates a new instance.
shortcutsDefaults() - Method in class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsDialog
Action method for restore to defaults.
ShortcutsDialog - Class in net.sf.gridarta.gui.dialog.shortcuts
 
ShortcutsDialog(Component, ShortcutsManager) - Constructor for class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsDialog
Creates a new instance.
shortcutsManager - Variable in class net.sf.gridarta.action.ShortcutsAction
 
shortcutsManager - Variable in class net.sf.gridarta.gui.dialog.shortcuts.KeyStrokeDialog
The ShortcutsManager for checking conflicts.
shortcutsManager - Variable in class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsDialog
The ShortcutsManager to affect.
ShortcutsManager - Class in net.sf.gridarta.gui.dialog.shortcuts
Manager for shortcuts of all Actions in an ActionBuilder instance.
ShortcutsManager(ActionBuilder) - Constructor for class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsManager
Creates a new instance.
shortcutsOkay() - Method in class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsDialog
Action method for okay.
shortcutsSetShortcut() - Method in class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsDialog
The action method for the "set shortcut" button.
shortcutsUnsetShortcut() - Method in class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsDialog
The action method for the "set shortcut" button.
show() - Method in class net.sf.gridarta.gui.dialog.findarchetypes.FindArchetypesDialog
Shows the dialog.
show() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginManager
Shows the plugin manager window.
SHOW_MAIN_TOOLBAR_DEFAULT - Static variable in interface net.sf.gridarta.model.settings.EditorSettings
Default value for whether the main window's toolbar is shown.
SHOW_MAIN_TOOLBAR_KEY - Static variable in class net.sf.gridarta.model.settings.DefaultEditorSettings
Key for info whether the main window's toolbar is shown.
showAttributeDialog(G) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialogFactory
Shows the game object attributes dialog for a given GameObject instance.
showBitmaskDialog() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.MaskChangeAL
Open a popup frame to select bitmask-entries via choose boxes.
showConsoleFrame() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginView
 
showDialog() - Method in class net.sf.gridarta.gui.dialog.bookmarks.BookmarkDirectoryDialog
Opens the dialog.
showDialog() - Method in class net.sf.gridarta.gui.dialog.bookmarks.EditBookmarkDialog
Opens the dialog.
showDialog(Component) - Method in class net.sf.gridarta.gui.dialog.bookmarks.ManageBookmarksDialog
Opens the dialog.
showDialog() - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesDialog
Opens the dialog.
showDialog() - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesDialogManager
Displays the dialog.
showDialog(ErrorEntry, ErrorEntry) - Method in class net.sf.gridarta.gui.dialog.errorview.DefaultErrorView
Shows a dialog showing the object tree.
showDialog(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.dialog.find.FindDialogManager
Displays the replace dialog.
showDialog() - Method in class net.sf.gridarta.gui.dialog.findarchetypes.FindArchetypesDialogManager
Displays the dialog.
showDialog() - Method in class net.sf.gridarta.gui.dialog.goexit.GoExitDialog
Opens the dialog.
showDialog() - Method in class net.sf.gridarta.gui.dialog.gomap.GoMapDialog
Opens the dialog.
showDialog(Component, Frame, MapModel<G, A, R>, FileFilter) - Method in interface net.sf.gridarta.gui.dialog.mapproperties.MapPropertiesDialogFactory
Show a dialog querying the user for map properties.
showDialog(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.dialog.replace.ReplaceDialogManager
Displays the replace dialog.
showDialog(Component) - Method in class net.sf.gridarta.gui.dialog.shortcuts.KeyStrokeDialog
Opens the dialog.
showDialog(Component) - Method in class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsDialog
Opens the dialog.
showDialog(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialogManager
Shows a dialog to shrink the map size.
showDialog(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.AbstractPerMapDialogManager
Show a dialog for positioning the cursor of a map.
showDialog(JTextComponent, Component) - Method in class net.sf.gridarta.gui.treasurelist.CFTreasureListTree
Shows the dialog window containing this tree.
showDialog() - Method in class net.sf.gridarta.gui.utils.AbstractDialogManager
Displays the dialog.
showDialog(Frame) - Method in class net.sf.gridarta.utils.ProcessRunner
Show a dialog if not already visible.
showDialog(Component, Frame, MapModel<GameObject, MapArchObject, Archetype>, FileFilter) - Method in class net.sf.gridarta.var.atrinik.gui.mappropertiesdialog.DefaultMapPropertiesDialogFactory
Show a dialog querying the user for map properties.
showDialog(Component) - Method in class net.sf.gridarta.var.atrinik.gui.mappropertiesdialog.MapPropertiesDialog
Creates and displays the map properties dialog.
showDialog(Component, Frame, MapModel<GameObject, MapArchObject, Archetype>, FileFilter) - Method in class net.sf.gridarta.var.crossfire.gui.mappropertiesdialog.DefaultMapPropertiesDialogFactory
Show a dialog querying the user for map properties.
showDialog(Component) - Method in class net.sf.gridarta.var.crossfire.gui.mappropertiesdialog.MapPropertiesDialog
Creates and displays the map properties dialog.
showDialog(Component, Frame, MapModel<GameObject, MapArchObject, Archetype>, FileFilter) - Method in class net.sf.gridarta.var.daimonin.gui.mappropertiesdialog.DefaultMapPropertiesDialogFactory
Show a dialog querying the user for map properties.
showDialog(Component) - Method in class net.sf.gridarta.var.daimonin.gui.mappropertiesdialog.MapPropertiesDialog
Creates and displays the map properties dialog.
showDialogInt(ErrorEntry, ErrorEntry) - Method in class net.sf.gridarta.gui.dialog.errorview.DefaultErrorView
Shows a dialog showing the object tree.
showHelp() - Method in class net.sf.gridarta.action.ShowHelpAction
Shows the help dialog.
ShowHelpAction - Class in net.sf.gridarta.action
An EditorAction that shows the help dialog.
ShowHelpAction(Frame) - Constructor for class net.sf.gridarta.action.ShowHelpAction
Creates a new instance.
showing - Variable in class net.sf.gridarta.gui.utils.borderpanel.BorderSplitPane
Whether this component is visible.
showLocation(MapView<G, A, R>, Point) - Method in class net.sf.gridarta.gui.map.mapactions.EnterMap
Scrolls a map view to make a give tile visible.
showMainToolbar - Variable in class net.sf.gridarta.gui.dialog.prefs.GUIPreferences
Whether to show the main window's toolbar.
showMainToolbarChanged(boolean) - Method in interface net.sf.gridarta.model.settings.EditorSettingsListener
Called whenever the visibility of the main toolbar has changed.
showMapDifficulty - Variable in class net.sf.gridarta.gui.dialog.newmap.NewMapDialog
Whether to show the "mapDifficulty" field.
showMapDifficulty - Variable in class net.sf.gridarta.gui.dialog.newmap.NewMapDialogFactory
Whether to show the "mapSizeDefault" checkbox.
showMapSizeDefault - Variable in class net.sf.gridarta.gui.dialog.newmap.NewMapDialog
Whether to show the "mapSizeDefault" checkbox.
showMapSizeDefault - Variable in class net.sf.gridarta.gui.dialog.newmap.NewMapDialogFactory
Whether to show the "mapDifficulty" field.
showMessage(String, String, int) - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditView
Shows the given message in the UI.
showMessage(String, String) - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditView
 
showNewMapDialog() - Method in class net.sf.gridarta.gui.dialog.newmap.NewMapDialogFactory
Shows a dialog for creating a new map.
showNewPickmapDialog() - Method in class net.sf.gridarta.gui.dialog.newmap.NewMapDialogFactory
Shows a dialog for creating a new pickmap.
showNewPickmapFolderDialog(MapFolderTree<G, A, R>, MapFolder<G, A, R>) - Method in class net.sf.gridarta.gui.dialog.newmap.NewMapDialogFactory
Shows a dialog for creating a new pickmap folder.
showNodeChooserDialog(Component, String, FaceObjectProviders, NamedObjects<E>) - Static method in class net.sf.gridarta.gui.data.NamedObjectsUtils
Show a dialog for choosing from the object tree.
showObjectChooserQuickObject(BaseObject<?, ?, ?, ?>, boolean) - Method in class net.sf.gridarta.gui.panel.objectchoicedisplay.ObjectChoiceDisplay
Displays information about the selected game object.
showRandomFillDialog(Component) - Method in class net.sf.gridarta.mainactions.RandomFillDialog
Displays the random fill dialog.
showScript(Plugin<G, A, R>) - Method in class net.sf.gridarta.gui.dialog.plugin.PluginManager
 
showShortcutsDialog(Component) - Method in class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsManager
Displays a dialog to edit shortcuts.
SHRINK_EAST - Static variable in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeUtils
Flag value: remove empty space from east border.
SHRINK_SOUTH - Static variable in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeUtils
Flag value: remove empty space from south border.
shrinkMap(MapModel<?, ?, ?>, int) - Static method in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeUtils
Removes empty squares from a map's border.
shrinkMapSize() - Method in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialog
Shrinks the map model.
shrinkMapSize() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for "shrink map size".
ShrinkMapSizeDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.shrinkmapsize
Dialog to ask which empty borders to remove from a map.
ShrinkMapSizeDialog(ShrinkMapSizeDialogManager<G, A, R>, MapView<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialog
Creates a new instance.
shrinkMapSizeDialogCancel() - Method in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialog
Action method for cancel.
shrinkMapSizeDialogManager - Variable in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialog
The manager for this dialog.
ShrinkMapSizeDialogManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.shrinkmapsize
Manager for ShrinkMapSizeDialog instances.
ShrinkMapSizeDialogManager(MapViewManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialogManager
Creates a new instance.
shrinkMapSizeDialogManager - Variable in class net.sf.gridarta.gui.map.mapactions.MapActions
shrinkMapSizeDialogOk() - Method in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialog
Action method for ok.
ShrinkMapSizeUtils - Class in net.sf.gridarta.gui.dialog.shrinkmapsize
Utility class to remove empty squares from a map's border.
ShrinkMapSizeUtils() - Constructor for class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeUtils
Private constructor to prevent instantiation.
shrinkSelection() - Method in class net.sf.gridarta.action.GrowSelectionAction
Grows the current map selection by one map square.
shrinkSelection() - Method in class net.sf.gridarta.action.ShrinkSelectionAction
Grows the current map selection by one map square.
ShrinkSelectionAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.action
An EditorAction that shrinks the current selection by one map square.
ShrinkSelectionAction(MapViewManager<G, A, R>) - Constructor for class net.sf.gridarta.action.ShrinkSelectionAction
Creates a new instance.
SimpleFlatMapRenderer - Class in net.sf.gridarta.var.crossfire.gui.map.renderer
Renders maps without MapGrid.
SimpleFlatMapRenderer(MapModel<GameObject, MapArchObject, Archetype>, ResourceIcons, SmoothingRenderer) - Constructor for class net.sf.gridarta.var.crossfire.gui.map.renderer.SimpleFlatMapRenderer
Creates a new instance.
SimpleIsoMapRenderer<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.renderer
Renders maps without MapGrid or validation errors.
SimpleIsoMapRenderer(int, MapModel<G, A, R>, MultiPositionData, IsoMapSquareInfo, ImageIcon) - Constructor for class net.sf.gridarta.gui.map.renderer.SimpleIsoMapRenderer
Creates a new instance.
SINGLE_QUOTE - Static variable in class net.sf.gridarta.textedit.textarea.tokenmarker.LuaTokenMarker
 
singleChangeListener - Variable in class net.sf.gridarta.gui.dialog.gameobjectattributes.MaskChangeAL
The ChangeListener attached to all single-bit check boxes.
SinglePngCommand - Class in net.sf.gridarta.commands
Run in single png mode.
SinglePngCommand(File, File, ImageCreator<?, ?, ?>) - Constructor for class net.sf.gridarta.commands.SinglePngCommand
Creates a new instance.
sink2GameObjectMatcher - Variable in class net.sf.gridarta.model.validation.checks.ConnectionChecker
The GameObjectMatcher for matching sinks.
sinkGameObjectMatcher - Variable in class net.sf.gridarta.model.validation.checks.ConnectionChecker
The GameObjectMatcher for matching sinks.
sinkGameObjects - Variable in class net.sf.gridarta.model.validation.checks.ConnectionChecker.Rec
The sink game objects in this connection set.
size() - Method in class net.sf.gridarta.gui.mapmenu.MapMenu
Returns the number of entries in this menu.
size(TreeNode) - Method in class net.sf.gridarta.gui.mapmenu.MapMenu
Returns the number of entries in a sub-tree.
size - Variable in class net.sf.gridarta.gui.utils.borderpanel.BorderSplitPane
The pending size of BorderSplitPane.splitPane.
size() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeList
Returns the number of entries.
SIZE - Static variable in class net.sf.gridarta.model.autojoin.AutojoinList
The number of archetypes in an autojoin list.
size() - Method in class net.sf.gridarta.model.data.AbstractNamedObjects
Get the number of objects.
size() - Method in interface net.sf.gridarta.model.data.NamedObjects
Get the number of objects.
size() - Method in class net.sf.gridarta.model.face.ArchFaceProvider
Returns the number of faces.
size - Variable in class net.sf.gridarta.model.face.DefaultFaceObject
The size in the file the face was loaded from.
size() - Method in class net.sf.gridarta.model.index.AbstractIndex
Returns the number of values in this cache.
size() - Method in interface net.sf.gridarta.model.index.Index
Returns the number of values in this cache.
size() - Method in class net.sf.gridarta.model.spells.Spells
Return the number of existing spell objects.
size2 - Variable in class net.sf.gridarta.gui.utils.borderpanel.BorderSplitPane
The pending size of BorderSplitPane.splitPane2.
size2Changed(Location, int) - Method in interface net.sf.gridarta.gui.utils.borderpanel.BorderPanelListener
The position of a the inner split pane has changed.
size2Changed(int) - Method in interface net.sf.gridarta.gui.utils.borderpanel.BorderSplitPaneListener
The size of the inner split pane separating two optional components has changed.
Size2D - Class in net.sf.gridarta.utils
The class Size2D represents a 2d rectangular area.
Size2D(int, int) - Constructor for class net.sf.gridarta.utils.Size2D
Create a new Size2D.
Size2DTest - Class in net.sf.gridarta.utils
Test for Size2D.
Size2DTest() - Constructor for class net.sf.gridarta.utils.Size2DTest
 
SIZE_TESTER - Static variable in class net.sf.gridarta.gui.dialog.plugin.parameter.ArchComboBoxCellRenderer
 
sizeChanged(Component, int) - Method in interface net.sf.gridarta.gui.utils.borderpanel.BorderPanelListener
The size of a Component has changed.
sizeChanged(Component, int) - Method in interface net.sf.gridarta.gui.utils.borderpanel.BorderSplitPaneListener
The size of the split pane has changed.
skipAdjacentSquares - Variable in class net.sf.gridarta.mainactions.RandomFillDialog
Whether adjacent squares are checked.
skipSpecialNames() - Method in class net.sf.gridarta.model.io.FlatFileIterator
Skips special files that should be always ignored.
sky - Variable in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Weather variable: sky settings.
SLAYING - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The name of the "slaying" attribute.
SlayingChecker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
An GameObjectValidator to assert that game objects do not have critical slaying strings.
SlayingChecker(ValidatorPreferences, Pattern) - Constructor for class net.sf.gridarta.model.validation.checks.SlayingChecker
Creates a new instance.
SlayingError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.errors
Validation error that's used when the SlayingChecker detected a possible error on the map.
SlayingError(G) - Constructor for class net.sf.gridarta.model.validation.errors.SlayingError
Create a MobOutsideSpawnPointError.
sLevels - Variable in class net.sf.gridarta.var.crossfire.gui.map.renderer.SmoothingRenderer
 
SMART_HOME_END_PROPERTY - Static variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
If this client property is set to Boolean.TRUE on the text area, the home/end keys will support 'smart' BRIEF-like behaviour (one press = start/end of line, two presses = start/end of view screen, three presses = start/end of document).
SMOOTH_FILE - Static variable in interface net.sf.gridarta.var.crossfire.IGUIConstants
 
SmoothFace - Class in net.sf.gridarta.model.smoothface
Smoothing information for one face name.
SmoothFace(String, String) - Constructor for class net.sf.gridarta.model.smoothface.SmoothFace
Creates a new instance.
SMOOTHFACE - Static variable in class net.sf.gridarta.var.crossfire.model.io.ArchetypeParser
The tag for smoothing information.
SMOOTHFACE_SPACE - Static variable in class net.sf.gridarta.var.crossfire.model.io.ArchetypeParser
The tag for smoothing information, including a trailing space.
smoothFaces - Variable in class net.sf.gridarta.model.collectable.SmoothFacesCollectable
The SmoothFaces being collected.
SmoothFaces - Class in net.sf.gridarta.model.smoothface
Collection of all smoothing information.
SmoothFaces(FaceObjects) - Constructor for class net.sf.gridarta.model.smoothface.SmoothFaces
Creates a new instance.
smoothFaces - Variable in class net.sf.gridarta.model.smoothface.SmoothFaces
The defined SmoothFaces.
smoothFaces - Variable in class net.sf.gridarta.project.ProjectModel
 
smoothFaces - Variable in class net.sf.gridarta.var.crossfire.gui.map.renderer.DefaultRendererFactory
The SmoothFaces to use.
smoothFaces - Variable in class net.sf.gridarta.var.crossfire.gui.map.renderer.SmoothingRenderer
The SmoothFaces to use.
smoothFaces - Variable in class net.sf.gridarta.var.crossfire.model.io.ArchetypeParser
The SmoothFaces instance to update.
smoothFaces - Variable in class net.sf.gridarta.var.crossfire.resource.CollectedResourcesReader
The smooth faces to update.
smoothFaces - Variable in class net.sf.gridarta.var.crossfire.resource.DefaultResources
The SmoothFaces instance.
SmoothFacesCollectable - Class in net.sf.gridarta.model.collectable
A Collectable that creates the Crossfire specific smooth faces file.
SmoothFacesCollectable(SmoothFaces, String) - Constructor for class net.sf.gridarta.model.collectable.SmoothFacesCollectable
Creates a new instance.
SmoothFacesLoader - Class in net.sf.gridarta.model.smoothface
Loader for smooth files.
SmoothFacesLoader() - Constructor for class net.sf.gridarta.model.smoothface.SmoothFacesLoader
Private constructor to prevent instantiation.
smoothFile - Variable in class net.sf.gridarta.model.collectable.SmoothFacesCollectable
The smooth file to write to.
smoothing - Variable in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Whether smoothing display is active.
SMOOTHING_KEY - Static variable in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
Key for saving AbstractMapViewSettings.smoothing state in preferences.
smoothingChanged(boolean) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettingsListener
This event handler is called when the smoothing setting has changed.
smoothingRenderer - Variable in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatMapRenderer
The SmoothingRenderer for rendering smoothed faces.
smoothingRenderer - Variable in class net.sf.gridarta.var.crossfire.gui.map.renderer.SimpleFlatMapRenderer
The SmoothingRenderer for rendering smoothed faces.
SmoothingRenderer - Class in net.sf.gridarta.var.crossfire.gui.map.renderer
Renderer for smoothed faces as used by Crossfire.
SmoothingRenderer(MapModel<GameObject, MapArchObject, Archetype>, SmoothFaces, FaceObjectProviders) - Constructor for class net.sf.gridarta.var.crossfire.gui.map.renderer.SmoothingRenderer
Creates a new instance.
SMOOTHLEVEL - Static variable in class net.sf.gridarta.var.crossfire.model.gameobject.GameObject
The name of the "smoothlevel" attribute.
sort() - Method in class net.sf.gridarta.model.spells.Spells
Sort the added spells after loading is finished.
sorted - Variable in class net.sf.gridarta.model.validation.DefaultErrorCollector
Whether DefaultErrorCollector.errors is sorted.
sorting - Variable in class net.sf.gridarta.gui.dialog.findarchetypes.TableModel
Reflects the current sorting of the model's contents.
sortLines(CharSequence) - Static method in class net.sf.gridarta.utils.StringUtils
Sorts newline separated lines in a string.
sortTable() - Method in class net.sf.gridarta.gui.dialog.findarchetypes.TableModel
Sort the table contents by name.
sourceGameObjectMatcher - Variable in class net.sf.gridarta.model.validation.checks.ConnectionChecker
The GameObjectMatcher for matching sources.
sourceGameObjects - Variable in class net.sf.gridarta.model.validation.checks.ConnectionChecker.Rec
The source game objects in this connection set.
SOUTH - Static variable in class net.sf.gridarta.model.autojoin.AutojoinList
 
southCheckBox - Variable in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialog
Checkbox to remove empty squares at the south edge.
SP - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The attribute name of the "sp" attribute.
SPACE - Static variable in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Additional space before and after the buttons' text.
SPACE_PICKMAP_ARCHETYPE_TOP - Static variable in class net.sf.gridarta.utils.CommonConstants
The height of rigid area between the two tab-panes on the pickmap- and archetype-panel.
spawnPointTypeNo - Variable in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
The game object type number of spawn points.
spawnPointTypeNo - Variable in class net.sf.gridarta.gui.map.renderer.SimpleIsoMapRenderer
The game object type number of spawn points.
Spec - Class in net.sf.gridarta.textedit.textarea.tokenmarker
Describes a command (excluding the command name).
Spec(byte, Parameter...) - Constructor for class net.sf.gridarta.textedit.textarea.tokenmarker.Spec
Creates a new instance.
SPECIAL_SECTION - Static variable in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSection
The name of the "Special" section.
Spell - Class in net.sf.gridarta.model.spells
Describes an in-game spell.
Spell(String) - Constructor for class net.sf.gridarta.model.spells.Spell
Create a new instance.
SPELL_FILE - Static variable in interface net.sf.gridarta.var.atrinik.IGUIConstants
Name of the files the spell information (names and numbers).
SPELL_FILE - Static variable in interface net.sf.gridarta.var.daimonin.IGUIConstants
Name of the files the spell information (names and numbers).
SPELL_LIST_H_FILE_FILTER - Static variable in class net.sf.gridarta.gui.spells.SpellsUtils
File filter for filtering spellist.h files.
spellComparator - Static variable in class net.sf.gridarta.model.spells.Spells
A comparator to sort spells by name.
spellFile - Variable in class net.sf.gridarta.gui.spells.SpellsUtils
The spell file name.
Spells<S extends Spell> - Class in net.sf.gridarta.model.spells
Common base class for spells and spell lists.
Spells() - Constructor for class net.sf.gridarta.model.spells.Spells
 
spells - Variable in class net.sf.gridarta.model.spells.Spells
All defined spells.
spellsUtils - Variable in class net.sf.gridarta.action.CollectSpellsAction
 
SpellsUtils - Class in net.sf.gridarta.gui.spells
 
SpellsUtils(String) - Constructor for class net.sf.gridarta.gui.spells.SpellsUtils
Creates a new instance.
splitModeAction - Variable in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
The ToggleAction to update if the "split mode" state changes.
splitPane - Variable in class net.sf.gridarta.gui.utils.borderpanel.BorderSplitPane
splitPane2 - Variable in class net.sf.gridarta.gui.utils.borderpanel.BorderSplitPane
The JSplitPane to separate both elements of BorderSplitPane.optionalComponents.
splitPanes - Variable in class net.sf.gridarta.gui.utils.borderpanel.BorderPanel
The BorderSplitPanes showing the optional components.
SQUARE_CURSOR - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
SQUARE_EMPTY - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
SQUARE_HEIGHT - Static variable in interface net.sf.gridarta.var.crossfire.IGUIConstants
The height of a square in pixels.
SQUARE_ISO_X_LEN - Static variable in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
The horizontal size of a map square.
SQUARE_ISO_X_LEN - Static variable in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
The horizontal size of a map square.
SQUARE_ISO_X_LEN2 - Static variable in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
The horizontal center of a map square.
SQUARE_ISO_X_LEN2 - Static variable in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
The horizontal center of a map square.
SQUARE_ISO_Y_LEN - Static variable in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
The vertical size of a map square.
SQUARE_ISO_Y_LEN - Static variable in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
The vertical size of a map square.
SQUARE_ISO_Y_LEN2 - Static variable in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
The vertical center of a map square.
SQUARE_ISO_Y_LEN2 - Static variable in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
The vertical center of a map square.
SQUARE_LIGHT - Static variable in class net.sf.gridarta.utils.ResourceIcons
The name of the image for highlighting map squares that are affected by nearby light emitting game objects.
SQUARE_NO_ARCH - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
SQUARE_NO_FACE - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
SQUARE_PRE_SELECTED_SQUARE - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
SQUARE_SELECTED_SQUARE - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
SQUARE_SELECTED_SQUARE_EAST - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
SQUARE_SELECTED_SQUARE_NORTH - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
SQUARE_SELECTED_SQUARE_SOUTH - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
SQUARE_SELECTED_SQUARE_WEST - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
SQUARE_UNKNOWN - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
SQUARE_WARNING - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
SQUARE_WIDTH - Static variable in interface net.sf.gridarta.var.crossfire.IGUIConstants
The width of a square in pixels.
SquareValidationError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.errors
Class for validation errors on a MapSquare.
SquareValidationError(MapSquare<G, A, R>) - Constructor for class net.sf.gridarta.model.validation.errors.SquareValidationError
Create a SquareValidationError.
SquareValidator<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.validation
Interface for Square Validators.
SquareWithoutFloorChecker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
A SquareValidator to assert that squares have a floor.
SquareWithoutFloorChecker(ValidatorPreferences, Integer...) - Constructor for class net.sf.gridarta.model.validation.checks.SquareWithoutFloorChecker
Create a new instance.
SquareWithoutFloorError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.errors
A MapValidator that checks for squares without a floor.
SquareWithoutFloorError(MapSquare<G, A, R>) - Constructor for class net.sf.gridarta.model.validation.errors.SquareWithoutFloorError
Create a SquareWithoutFloorError.
StackLayout - Class in net.sf.gridarta.gui.dialog.plugin
A layoutManager which stacks components one on top of the other, regardless of their size.
StackLayout(int) - Constructor for class net.sf.gridarta.gui.dialog.plugin.StackLayout
Create a StackLayout.
start() - Method in class net.sf.gridarta.commands.Collector
Starts collecting.
start() - Method in class net.sf.gridarta.gui.delayedmapmodel.DelayedMapModelListenerManager
Starts execution.
start - Variable in class net.sf.gridarta.gui.map.mapactions.ExitIterator
The starting exit game object or null.
start() - Method in class net.sf.gridarta.model.index.MapsIndexer
Starts indexing.
start - Variable in class net.sf.gridarta.textedit.textarea.JEditTextArea.CaretUndo
 
start() - Method in class net.sf.gridarta.utils.CopyReader
Starts reading.
start(InputStream) - Method in class net.sf.gridarta.utils.ProcessRunner.CopyOutput
Start running.
START_ARCH_NAME - Static variable in interface net.sf.gridarta.model.io.ArchetypeParser
Name of the system-archetype containing path of starting map.
startStopDrag() - Method in class net.sf.gridarta.action.StartStopDragAction
Action method for "start stop drag".
StartStopDragAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.action
An EditorAction that toggles a selection process.
StartStopDragAction(MapViewManager<G, A, R>) - Constructor for class net.sf.gridarta.action.StartStopDragAction
Creates a new instance.
startup() - Method in class net.sf.gridarta.updater.UpdaterManager
Eventually perform an update during startup.
state - Variable in class net.sf.gridarta.gui.utils.tristate.TristateButtonModel
The current state.
state - Variable in class net.sf.gridarta.model.index.MapsIndexer
The indexer state.
state - Variable in class net.sf.gridarta.utils.DelayedChangeManager
The FSM's current state.
stateChanged(ChangeEvent) - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditView.EditTabListener
 
status - Variable in class net.sf.gridarta.gui.misc.StatusBar
The label that shows the one line text message.
statusBar - Variable in class net.sf.gridarta.action.GcAction
 
StatusBar<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.misc
StatusBar implements the main status bar of the application.
StatusBar(MapManager<G, A, R>, MapViewManager<G, A, R>, ArchetypeSet<G, A, R>, NamedObjects<FaceObject>) - Constructor for class net.sf.gridarta.gui.misc.StatusBar
Constructs a status bar that has the given main controller object set as its controller.
statusBarUpdate - Variable in class net.sf.gridarta.gui.misc.StatusBar
The action listener which is registered to periodically update the status bar.
stderr - Variable in class net.sf.gridarta.utils.ProcessRunner
CopyOutput for stderr.
stdout - Variable in class net.sf.gridarta.utils.ProcessRunner
CopyOutput for stdout.
stdtxt - Variable in class net.sf.gridarta.utils.ProcessRunner
JTextArea with log.
stop() - Method in class net.sf.gridarta.model.index.MapsIndexer
Stops indexing.
stop() - Method in class net.sf.gridarta.utils.CopyReader
Stops reading.
stopped - Variable in class net.sf.gridarta.utils.CopyReader
Whether the worker thread was stopped.
storage - Variable in class net.sf.gridarta.preferences.FilePreferences
The Storage instance used for loading/saving values.
Storage - Class in net.sf.gridarta.preferences
Maintains a set of preference values.
Storage(String, File) - Constructor for class net.sf.gridarta.preferences.Storage
Create a new instance.
StringAttributeGameObjectMatcher - Class in net.sf.gridarta.model.match
A AttributeGameObjectMatcher that compares attributes values using "string" type.
StringAttributeGameObjectMatcher(String, Operation, String, boolean) - Constructor for class net.sf.gridarta.model.match.StringAttributeGameObjectMatcher
Creates an AttributeGameObjectMatcher.
stringBuilder - Variable in class net.sf.gridarta.model.index.MapsIndexTest.Listener
The recorded events in text representation.
StringKeyManager - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
KeySelectionManager to manage the select-per-keystroke in a JComboBox (The default KeySelectionManager fails because all strings start with whitespace ' ').
StringKeyManager(JComboBox) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.StringKeyManager
Creates a new instance.
StringParameter<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.plugin.parameter
A PluginParameter that holds a string value.
StringParameter() - Constructor for class net.sf.gridarta.plugin.parameter.StringParameter
Creates a new instance.
StringParameterBuilder - Class in net.sf.gridarta.utils
Replaces placeholders in strings.
StringParameterBuilder() - Constructor for class net.sf.gridarta.utils.StringParameterBuilder
 
StringParameterView<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.plugin.parameter
 
StringParameterView(StringParameter<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.plugin.parameter.StringParameterView
 
StringUtils - Class in net.sf.gridarta.utils
Utility class for string manipulation.
StringUtils() - Constructor for class net.sf.gridarta.utils.StringUtils
Private constructor to prevent instantiation.
StringUtilsTest - Class in net.sf.gridarta.utils
Test for StringUtils.
StringUtilsTest() - Constructor for class net.sf.gridarta.utils.StringUtilsTest
 
stringValue - Variable in class net.sf.gridarta.plugin.parameter.AbstractStringPluginParameter
The current value.
styles - Variable in class net.sf.gridarta.textedit.textarea.SyntaxStyles
The styles; maps token id to style.
styles - Variable in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
The syntax styles used to paint colorized text.
styles - Variable in class net.sf.gridarta.textedit.textarea.TextAreaPainter
The syntax styles used to paint colorized text.
SubDirectoryCacheFiles - Class in net.sf.gridarta.model.io
A CacheFiles implementation that stores all files in sub-directories right next to the original files.
SubDirectoryCacheFiles(String) - Constructor for class net.sf.gridarta.model.io.SubDirectoryCacheFiles
Creates a new instance.
subFilters - Variable in class net.sf.gridarta.model.filter.NamedFilter
The sub-filters.
subFromSelection() - Method in class net.sf.gridarta.action.SubFromSelectionAction
Removes the current pre-selection from the selection.
SubFromSelectionAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.action
An EditorAction that removes the current pre-selection from the selection.
SubFromSelectionAction(MapViewManager<G, A, R>) - Constructor for class net.sf.gridarta.action.SubFromSelectionAction
Creates a new instance.
SUBTYPE_EVENT_CONNECTOR_TRIGGER - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
subtypeAttribute - Variable in class net.sf.gridarta.gui.scripts.AbstractScriptArchUtils
The attribute name for the subtype field.
subtypeAttribute - Variable in class net.sf.gridarta.model.scripts.DefaultScriptArchData
The attribute name for the subtype field.
subtypeAttribute - Variable in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEvent
The attribute name for the subtype field.
subtypeAttribute - Variable in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEventFactory
The attribute name for the subtype field.
subtypeAttribute - Variable in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEvent
The attribute name for the subtype field.
subtypeAttribute - Variable in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEventFactory
The attribute name for the subtype field.
subtypeAttribute - Variable in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEvent
The attribute name for the subtype field.
subtypeAttribute - Variable in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEventFactory
The attribute name for the subtype field.
success - Variable in class net.sf.gridarta.plugin.BshThread
Whether the plugin has been executed successfully.
suffix - Variable in class net.sf.gridarta.model.io.DirectoryCacheFiles
An option suffix string.
suite() - Static method in class net.sf.gridarta.model.mapcursor.MapCursorTest
Returns a new test suite containing this test.
summaryAction - Variable in class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialog
The Action for switching to the summary.
summaryEditButton - Variable in class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialog
The Button for toggling the summary.
summaryTextPane - Variable in class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialog
The text pane where the summary is displayed.
summaryTextStyle - Variable in class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialog
 
swapTime - Variable in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
The number of ticks that must elapse after tha map has not been used before it gets swapped out.
SwingUtils - Class in net.sf.gridarta.gui.utils
Utility class for Swing related functions.
SwingUtils() - Constructor for class net.sf.gridarta.gui.utils.SwingUtils
Private constructor to prevent instantiation.
sync - Variable in class net.sf.gridarta.gui.delayedmapmodel.DelayedMapModelListenerManager
The object used for synchronization.
sync - Variable in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesDialogManager
The synchronization object for accessing BrowseArchetypesDialogManager.browseArchetypesDialog.
sync - Variable in class net.sf.gridarta.gui.dialog.findarchetypes.FindArchetypesDialogManager
The synchronization object for accessing FindArchetypesDialogManager.findArchetypesDialog.
sync - Variable in class net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory
The synchronization object.
sync - Variable in class net.sf.gridarta.gui.dialog.plugin.PluginView
The object used for synchronization.
sync - Variable in class net.sf.gridarta.gui.mapfiles.MapFile
The synchronization object for accessed to MapFile.pickmap and MapFile.pickmapView.
sync - Variable in class net.sf.gridarta.gui.mapfiles.MapFolder
The synchronization object for accesses to MapFolder.mapFiles.
sync - Variable in class net.sf.gridarta.gui.misc.About
The synchronization object.
sync - Variable in class net.sf.gridarta.model.index.AbstractIndex
Objects used to synchronize accesses to other fields.
sync() - Method in class net.sf.gridarta.preferences.FilePreferences
sync(boolean) - Method in class net.sf.gridarta.preferences.Storage
Save changes to the underlying file.
sync - Variable in class net.sf.gridarta.utils.CopyReader
The synchronization object for accessing CopyReader.stopped, CopyReader.failure, and CopyReader.charArrayWriter.
syncLock - Variable in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Sync Lock Object.
syncMapsDirectory - Variable in class net.sf.gridarta.model.index.MapsIndexer
The object for synchronizing access to MapsIndexer.mapsDirectory and MapsIndexer.newMapsDirectory.
syncSpi() - Method in class net.sf.gridarta.preferences.FilePreferences
syncState - Variable in class net.sf.gridarta.model.index.MapsIndexer
The object for synchronizing access to MapsIndexer.state.
SyntaxDocument - Class in net.sf.gridarta.textedit.textarea
A document implementation that can be tokenized by the syntax highlighting system.
SyntaxDocument() - Constructor for class net.sf.gridarta.textedit.textarea.SyntaxDocument
 
SyntaxErrorException - Exception in net.sf.gridarta.utils
Exception thrown for incorrect arguments.
SyntaxErrorException(String) - Constructor for exception net.sf.gridarta.utils.SyntaxErrorException
Creates a new instance.
SyntaxStyle - Class in net.sf.gridarta.textedit.textarea
A simple text style class.
SyntaxStyle(Color, boolean, boolean) - Constructor for class net.sf.gridarta.textedit.textarea.SyntaxStyle
Creates a new instance.
SyntaxStyles - Class in net.sf.gridarta.textedit.textarea
A set of SyntaxStyle instances for painting colorized text.
SyntaxStyles(SyntaxStyle[]) - Constructor for class net.sf.gridarta.textedit.textarea.SyntaxStyles
Creates a new instance.
SyntaxUtilities - Class in net.sf.gridarta.textedit.textarea
Class with several utility functions used by jEdit's syntax colorizing subsystem.
SyntaxUtilities() - Constructor for class net.sf.gridarta.textedit.textarea.SyntaxUtilities
Private constructor to prevent instantiation.
SYS_OBJECT - Static variable in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
The name of the "sys_object" attribute.
SysObjectNotOnLayerZeroChecker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
A GameObjectValidator to assert that sys objects are only in layer 0.
SysObjectNotOnLayerZeroChecker(ValidatorPreferences) - Constructor for class net.sf.gridarta.model.validation.checks.SysObjectNotOnLayerZeroChecker
Creates a new instance.
SysObjectNotOnLayerZeroError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.errors
ValidationError that's used if an GameObject that is a SysObject is found on a layer other than 0.
SysObjectNotOnLayerZeroError(G) - Constructor for class net.sf.gridarta.model.validation.errors.SysObjectNotOnLayerZeroError
Create a SysObjectNotOnLayerZeroError.
SYSTEM_DIR - Static variable in class net.sf.gridarta.utils.ResourceIcons
The directory that contains the system icons.
systemExit - Variable in class net.sf.gridarta.gui.dialog.prefs.DevPreferences
Use System.exit() for exiting the program.
systemGameObjectMatcher - Variable in class net.sf.gridarta.model.mapmodel.AutoInsertionModeTest
A GameObjectMatcher that matches system objects.
systemMatcher - Variable in class net.sf.gridarta.model.match.NamedGameObjectMatcher
Whether this matcher is a system matcher.
systemObjectGameObjectMatcher - Variable in class net.sf.gridarta.model.mapmodel.AutoInsertionMode
A GameObjectMatcher matching system objects that should stay on top.
systemRoot - Static variable in class net.sf.gridarta.preferences.FilePreferencesFactory
The system preferences as returned by FilePreferencesFactory.userRoot().
systemRoot() - Method in class net.sf.gridarta.preferences.FilePreferencesFactory
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Gridarta 9529
API Documentation

SourceForge.net Logo Support This Project freshmeat.net Valid CSS! Feedback: webmaster