Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

A

About - Class in net.sf.gridarta.gui.misc
The about dialog.
About(Component) - Constructor for class net.sf.gridarta.gui.misc.About
Creates a new instance.
about() - Method in class net.sf.gridarta.gui.misc.About
Action method for about.
AboveFloorInsertionMode<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmodel
Insert right above the topmost floor square.
AboveFloorInsertionMode(GameObjectMatcher) - Constructor for class net.sf.gridarta.model.mapmodel.AboveFloorInsertionMode
Initializes the class.
AbsoluteMapPath - Class in net.sf.gridarta.model.mapmodel
A MapPath that is absolute, that is, it starts with a "/".
AbsoluteMapPath() - Constructor for class net.sf.gridarta.model.mapmodel.AbsoluteMapPath
Creates a new instance.
AbsoluteMapPath(AbsoluteMapPath, String) - Constructor for class net.sf.gridarta.model.mapmodel.AbsoluteMapPath
Creates a new map path based on a parent map path.
absoluteToRelative(String, String) - Static method in class net.sf.gridarta.model.io.PathManagerUtils
Converts an absolute path to a relative path.
AbstractAnimationObjects - Class in net.sf.gridarta.model.anim
Abstract base class for AnimationObjects implementations.
AbstractAnimationObjects(String) - Constructor for class net.sf.gridarta.model.anim.AbstractAnimationObjects
Creates a new instance.
AbstractArchetype<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.archetype
Abstract base class for Archetype implementations.
AbstractArchetype(String, FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.model.archetype.AbstractArchetype
Creates a new instance.
AbstractArchetypeAttributeInvSpell - Class in net.sf.gridarta.model.archetypetype
Abstract base class for ArchetypeAttributes for inventory spells.
AbstractArchetypeAttributeInvSpell(String, String, String, int) - Constructor for class net.sf.gridarta.model.archetypetype.AbstractArchetypeAttributeInvSpell
Creates a new instance.
AbstractArchetypeAttributeList - Class in net.sf.gridarta.model.archetypetype
Abstract base class for ArchetypeAttributes for lists.
AbstractArchetypeAttributeList(String, String, String, int) - Constructor for class net.sf.gridarta.model.archetypetype.AbstractArchetypeAttributeList
Creates a new instance.
AbstractArchetypeAttributeSpell - Class in net.sf.gridarta.model.archetypetype
Abstract base class for ArchetypeAttributes for spells.
AbstractArchetypeAttributeSpell(String, String, String, int) - Constructor for class net.sf.gridarta.model.archetypetype.AbstractArchetypeAttributeSpell
Creates a new instance.
AbstractArchetypeBuilder<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.archetype
Creates Archetype instances.
AbstractArchetypeBuilder(GameObjectFactory<G, A, R>) - Constructor for class net.sf.gridarta.model.archetype.AbstractArchetypeBuilder
Creates a new instance.
AbstractArchetypeParser<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,B extends AbstractArchetypeBuilder<G,A,R>> - Class in net.sf.gridarta.model.io
Abstract base implementation of ArchetypeParser.
AbstractArchetypeParser(B, AnimationObjects, ArchetypeSet<G, A, R>) - Constructor for class net.sf.gridarta.model.io.AbstractArchetypeParser
Creates an ArchetypeParser.
AbstractArchetypeSetCollectable<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.collectable
Abstract base class for Collectables that create the "archetypes" file.
AbstractArchetypeSetCollectable(ArchetypeSet<G, A, R>, String) - Constructor for class net.sf.gridarta.model.collectable.AbstractArchetypeSetCollectable
Creates a new instance.
AbstractBaseObject<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,T extends BaseObject<G,A,R,T>> - Class in net.sf.gridarta.model.baseobject
Default implementation for GameObject implementing classes.
AbstractBaseObject(FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.model.baseobject.AbstractBaseObject
Creates a new instance.
AbstractCollectedResourcesReader<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.resource
Abstract base class for AbstractResourcesReaders that read from collected files.
AbstractCollectedResourcesReader(File, String, ArchetypeSet<G, A, R>, AbstractArchetypeParser<G, A, R, ?>, AnimationObjects, FaceObjects, String, String) - Constructor for class net.sf.gridarta.model.resource.AbstractCollectedResourcesReader
Creates a new instance.
AbstractConfigSource - Class in net.sf.gridarta.model.configsource
Abstract base class for ConfigSource implementations.
AbstractConfigSource() - Constructor for class net.sf.gridarta.model.configsource.AbstractConfigSource
 
AbstractDefaultProjectSettings - Class in net.sf.gridarta.model.settings
Default implementation of ProjectSettings.
AbstractDefaultProjectSettings(EditorSettings) - Constructor for class net.sf.gridarta.model.settings.AbstractDefaultProjectSettings
Creates a new instance.
AbstractDialogManager - Class in net.sf.gridarta.gui.utils
Abstract base class for classes managing a single dialog instance.
AbstractDialogManager() - Constructor for class net.sf.gridarta.gui.utils.AbstractDialogManager
 
AbstractEditorSettings - Class in net.sf.gridarta.model.settings
Abstract base class for EditorSettings implementations.
AbstractEditorSettings() - Constructor for class net.sf.gridarta.model.settings.AbstractEditorSettings
 
AbstractExitConnectorModel - Class in net.sf.gridarta.model.exitconnector
Stores information needed by the exit connector.
AbstractExitConnectorModel() - Constructor for class net.sf.gridarta.model.exitconnector.AbstractExitConnectorModel
 
AbstractFaceObjects - Class in net.sf.gridarta.model.face
Abstract base class for FaceObjects implementations.
AbstractFaceObjects(String) - Constructor for class net.sf.gridarta.model.face.AbstractFaceObjects
Creates a new instance.
AbstractFaceProvider - Class in net.sf.gridarta.model.face
Abstract Base class for FaceProviders which implements a memory sensitive cache.
AbstractFaceProvider() - Constructor for class net.sf.gridarta.model.face.AbstractFaceProvider
 
AbstractFilesResourcesReader<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.resource
Abstract base class for AbstractResourcesReaders that read from individual files.
AbstractFilesResourcesReader(File, ArchetypeSet<G, A, R>, AbstractArchetypeParser<G, A, R, ?>, ArchFaceProvider, File, String, AnimationObjects, FaceObjects) - Constructor for class net.sf.gridarta.model.resource.AbstractFilesResourcesReader
Creates a new instance.
AbstractFilterConfig<F extends Filter<F,C>,C extends FilterConfig<F,C>> - Class in net.sf.gridarta.model.filter
Abstract base class for filter configurations.
AbstractFilterConfig(F) - Constructor for class net.sf.gridarta.model.filter.AbstractFilterConfig
Creates a new instance.
AbstractFlatMapRenderer - Class in net.sf.gridarta.var.crossfire.gui.map.renderer
This is the default renderer of a map.
AbstractFlatMapRenderer(MapViewSettings, MapModel<GameObject, MapArchObject, Archetype>, MapGrid, int, GridMapSquarePainter, GameObjectParser<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Creates a new instance.
AbstractGameObject<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.gameobject
Abstract base class of GameObject implementations.
AbstractGameObject(R, FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.model.gameobject.AbstractGameObject
Creates a new instance.
AbstractGameObjectAttributesTab<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.gameobjectattributes
Base class for GameObjectAttributesTab implementations.
AbstractGameObjectAttributesTab(GameObjectAttributesModel<G, A, R>) - Constructor for class net.sf.gridarta.gui.panel.gameobjectattributes.AbstractGameObjectAttributesTab
Creates a new instance.
AbstractGameObjectFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.gameobject
Abstract base class for GameObjectFactory implementations.
AbstractGameObjectFactory() - Constructor for class net.sf.gridarta.model.gameobject.AbstractGameObjectFactory
 
AbstractGameObjectParser<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.io
Abstract base class for classes implementing GameObjectParsers.
AbstractGameObjectParser(GameObjectFactory<G, A, R>, ArchetypeSet<G, A, R>) - Constructor for class net.sf.gridarta.model.io.AbstractGameObjectParser
Create a new instance.
AbstractIndex<V extends java.io.Serializable> - Class in net.sf.gridarta.model.index
Abstract base class for Index implementations.
AbstractIndex() - Constructor for class net.sf.gridarta.model.index.AbstractIndex
 
AbstractIsoGameObjectFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.gameobject
Abstract base class for a GameObjectFactory that creates GameObjects.
AbstractIsoGameObjectFactory() - Constructor for class net.sf.gridarta.model.gameobject.AbstractIsoGameObjectFactory
 
AbstractIsoMapRenderer<G extends DefaultIsoGameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.renderer
A MapRenderer that renders isometric squares.
AbstractIsoMapRenderer(int, MapViewSettings, MapModel<G, A, R>, MapGrid, int, int, MultiPositionData, IsoMapSquareInfo, GridMapSquarePainter, GameObjectParser<G, A, R>, Icon) - Constructor for class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
Creates a new instance.
AbstractMapArchObject<A extends MapArchObject<A>> - Class in net.sf.gridarta.model.maparchobject
Base implementation of MapArchObject that covers similarities between Crossfire maps and Daimonin maps.
AbstractMapArchObject() - Constructor for class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Creates a new instance.
AbstractMapArchObject(AbstractMapArchObject<A>) - Constructor for class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Creates a new instance as a copy of another map arch object.
AbstractMapArchObjectParser<A extends MapArchObject<A>> - Class in net.sf.gridarta.model.io
Abstract base class for classes implementing MapArchObjectParsers.
AbstractMapArchObjectParser() - Constructor for class net.sf.gridarta.model.io.AbstractMapArchObjectParser
 
AbstractMapCursorAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.action
Abstract base class for actions that have to track the current map cursor.
AbstractMapCursorAction() - Constructor for class net.sf.gridarta.action.AbstractMapCursorAction
 
AbstractMapManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmanager
Abstract base class for MapManager implementations.
AbstractMapManager(MapReaderFactory<G, A>, ProjectSettings, FaceObjectProviders, PathManager) - Constructor for class net.sf.gridarta.model.mapmanager.AbstractMapManager
Create a new map manager.
AbstractMapMenuPreferences - Class in net.sf.gridarta.gui.mapmenu
Abstract base class for MapMenuPreferences implementations.
AbstractMapMenuPreferences(String, PathManager) - Constructor for class net.sf.gridarta.gui.mapmenu.AbstractMapMenuPreferences
Creates a new instance.
AbstractMapRenderer<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.renderer
Abstract base class for classes implementing MapRenderer.
AbstractMapRenderer(MapModel<G, A, R>, GameObjectParser<G, A, R>) - Constructor for class net.sf.gridarta.gui.map.renderer.AbstractMapRenderer
Creates a new instance.
AbstractMapsizeNewMapDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.newmap
An abstract base class implementing a AbstractNewMapDialog supporting map size input fields.
AbstractMapsizeNewMapDialog(String, String, int, int) - Constructor for class net.sf.gridarta.gui.dialog.newmap.AbstractMapsizeNewMapDialog
Creates a new instance.
AbstractMapTilePane<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.maptilepane
A Panel for managing the tiling of maps.
AbstractMapTilePane(MapManager<G, A, R>, ProjectSettings, MapModel<G, A, R>, MapLink[][], Direction[], int[], FileFilter) - Constructor for class net.sf.gridarta.gui.map.maptilepane.AbstractMapTilePane
Create an AbstractMapTilePane.
AbstractMapView<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.mapview
Abstract base class for MapView implementations.
AbstractMapView(MapModel<G, A, R>, MapGrid, MapCursor<G, A, R>) - Constructor for class net.sf.gridarta.gui.map.mapview.AbstractMapView
Creates a new instance.
AbstractMapViewSettings - Class in net.sf.gridarta.model.mapviewsettings
Abstract base class for MapViewSettings implementations.
AbstractMapViewSettings() - Constructor for class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
 
AbstractMoveSquareAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.action
Abstract base class for actions that move the selected game object in the SelectedSquareModel.
AbstractMoveSquareAction(SelectedSquareModel<G, A, R>, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.action.AbstractMoveSquareAction
Creates a new instance.
AbstractNamedObject - Class in net.sf.gridarta.model.data
An AbstractNamedObject has a name and tree position source and provides an icon for display.
AbstractNamedObject(String) - Constructor for class net.sf.gridarta.model.data.AbstractNamedObject
Create a AbstractNamedObject.
AbstractNamedObjects<E extends NamedObject> - Class in net.sf.gridarta.model.data
This class manages NamedObjects, managing their tree as well as providing a method for showing a dialog for browsing their tree and selecting one from it.
AbstractNamedObjects(String) - Constructor for class net.sf.gridarta.model.data.AbstractNamedObjects
Create a NamedObjects instance.
AbstractNewMapDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.newmap
Dialog used to ask the user the properties for the new level.
AbstractNewMapDialog() - Constructor for class net.sf.gridarta.gui.dialog.newmap.AbstractNewMapDialog
Constructs a new map dialog.
AbstractPathParameter<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.plugin.parameter
Base class for PluginParameters that hold a File value.
AbstractPathParameter(File) - Constructor for class net.sf.gridarta.plugin.parameter.AbstractPathParameter
Creates a new instance.
AbstractPerMapDialogManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,D> - Class in net.sf.gridarta.gui.map
Maintains (dialog) instance associated to map view instances.
AbstractPerMapDialogManager(MapViewManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.map.AbstractPerMapDialogManager
Creates a new instance.
AbstractPickmapSettings - Class in net.sf.gridarta.model.pickmapsettings
Abstract base class for PickmapSettings implementations.
AbstractPickmapSettings() - Constructor for class net.sf.gridarta.model.pickmapsettings.AbstractPickmapSettings
 
AbstractPluginParameter<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,V> - Class in net.sf.gridarta.plugin.parameter
Parameter for a Plugin.
AbstractPluginParameter() - Constructor for class net.sf.gridarta.plugin.parameter.AbstractPluginParameter
Creates a new instance.
AbstractProjectSettings - Class in net.sf.gridarta.model.settings
Abstract base class for ProjectSettings implementations.
AbstractProjectSettings() - Constructor for class net.sf.gridarta.model.settings.AbstractProjectSettings
 
AbstractResources<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.resource
Maintains resources.
AbstractResources(GameObjectParser<G, A, R>, ArchetypeSet<G, A, R>) - Constructor for class net.sf.gridarta.model.resource.AbstractResources
Creates a new instance.
AbstractResourcesReader<G extends GameObject<G,?,?>> - Class in net.sf.gridarta.model.resource
Abstract base class for archetype set loader classes.
AbstractResourcesReader(File, String, AnimationObjects, FaceObjects) - Constructor for class net.sf.gridarta.model.resource.AbstractResourcesReader
Creates a new instance.
AbstractScriptArchUtils - Class in net.sf.gridarta.gui.scripts
 
AbstractScriptArchUtils(Iterable<Pair<Integer, String>>, String, int) - Constructor for class net.sf.gridarta.gui.scripts.AbstractScriptArchUtils
Creates a new instance.
AbstractScriptedEvent<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.scripts
Class which stores information about one scripted event.
AbstractScriptedEvent() - Constructor for class net.sf.gridarta.model.scripts.AbstractScriptedEvent
 
AbstractScriptedEventFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.scripts
Abstract base class forScriptedEventFactory implementations.
AbstractScriptedEventFactory(ScriptArchUtils, GameObjectFactory<G, A, R>, ArchetypeSet<G, A, R>) - Constructor for class net.sf.gridarta.model.scripts.AbstractScriptedEventFactory
Creates a new instance.
AbstractSelectionAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.action
Abstract base class for actions that change the current selection.
AbstractSelectionAction() - Constructor for class net.sf.gridarta.action.AbstractSelectionAction
 
AbstractServerActions<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.actions
Actions that require a connection to a game server.
AbstractServerActions(FileControl<G, A, R>) - Constructor for class net.sf.gridarta.actions.AbstractServerActions
Creates a new instance.
AbstractShopSquareChecker<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, or which have adjacent squares that allow magic or prayers.
AbstractShopSquareChecker(ValidatorPreferences) - Constructor for class net.sf.gridarta.model.validation.checks.AbstractShopSquareChecker
Creates a new instance.
AbstractSimpleIsoMapRenderer<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.renderer
Abstract base class for ISO MapRenderers.
AbstractSimpleIsoMapRenderer(MapModel<G, A, R>, IsoMapSquareInfo) - Constructor for class net.sf.gridarta.gui.map.renderer.AbstractSimpleIsoMapRenderer
Creates a new instance.
AbstractStringPluginParameter<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,V> - Class in net.sf.gridarta.plugin.parameter
Abstract base class for PluginParameter implementations for which the value is calculated from the string representation.
AbstractStringPluginParameter(String) - Constructor for class net.sf.gridarta.plugin.parameter.AbstractStringPluginParameter
Creates a new instance.
AbstractTool<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.tools
Base class for tools.
AbstractTool() - Constructor for class net.sf.gridarta.gui.panel.tools.AbstractTool
Create an AbstractTool.
AbstractValidator<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation
This is the base class for validators.
AbstractValidator(ValidatorPreferences) - Constructor for class net.sf.gridarta.model.validation.AbstractValidator
Create an AbstractMapValidator.
AbstractValidator(ValidatorPreferences, String) - Constructor for class net.sf.gridarta.model.validation.AbstractValidator
Create an AbstractMapValidator.
AbstractValuePluginParameter<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,V> - Class in net.sf.gridarta.plugin.parameter
Abstract base class for PluginParameter implementations for which the string representation of the value is calculated from the value.
AbstractValuePluginParameter(V) - Constructor for class net.sf.gridarta.plugin.parameter.AbstractValuePluginParameter
Creates a new instance.
accept(FilterConfigVisitor) - Method in interface net.sf.gridarta.model.filter.FilterConfig
Visits the appropriate visit() function of a FilterConfigVisitor.
accept(FilterConfigVisitor) - Method in class net.sf.gridarta.model.filter.NamedFilterConfig
Visits the appropriate visit() function of a FilterConfigVisitor.
accept(FilterConfigVisitor) - Method in class net.sf.gridarta.model.filter.NamedGameObjectMatcherFilterConfig
Visits the appropriate visit() function of a FilterConfigVisitor.
accept(File) - Method in class net.sf.gridarta.utils.HideFileFilterProxy
First checks whether the file should be hidden, if not, checks the other FileFilter.
accept(File) - Method in class net.sf.gridarta.utils.MapFileFilter
acquire() - Method in class net.sf.gridarta.model.mapcontrol.DefaultMapControl
Increases the use counter.
acquire() - Method in interface net.sf.gridarta.model.mapcontrol.MapControl
Increases the use counter.
ActionBuilderUtils - Class in net.sf.gridarta.utils
Utility class for ActionBuilder related functions.
ActionFactory - Class in net.sf.gridarta.gui.mapmenu
A factory for creating MapMenuAction instances.
ActionFactory(MapViewsManager<?, ?, ?>, FileControl<?, ?, ?>, MapImageCache<?, ?, ?>) - Constructor for class net.sf.gridarta.gui.mapmenu.ActionFactory
Creates a new instance.
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.MaskChangeAL
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.ViewTreasurelistAL
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.gui.map.viewaction.ViewAction
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.gui.mapdesktop.WindowAction
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.gui.mapfiles.MapFolderTreeAction
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuAction
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.gui.utils.AnimTreeChooseAction
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.gui.utils.FaceTreeChooseAction
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.TabButtonAction
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.gui.utils.TreeChooseAction
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.model.match.SetEnabledAction
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.Backspace
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.BackspaceWord
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.Copy
Copy current selection into the system clipboard.
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.Cut
Copy current selection into the system clipboard, then delete the selected text.
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.Delete
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.DeleteWord
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.DocumentEnd
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.DocumentHome
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.End
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.Find
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.FindAgain
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.FunctionMenu
Get content of the system clipboard and insert it at caret position.
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.Home
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.InsertBreak
 
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.InsertChar
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.InsertTab
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.NextChar
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.NextLine
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.NextPage
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.NextWord
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.Overwrite
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.Paste
Get content of the system clipboard and insert it at caret position.
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.PrevChar
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.PrevLine
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.PrevPage
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.PrevWord
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.Repeat
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.Replace
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.Save
Save the currently active tab
actionPerformed(ActionEvent) - Method in class net.sf.gridarta.textedit.textarea.actions.ToggleRectangle
Actions - Class in net.sf.gridarta.textedit.scripteditor
Actions used by the script editor.
Actions(ScriptEditControl) - Constructor for class net.sf.gridarta.textedit.scripteditor.Actions
Create a new instance.
ActionUtils - Class in net.sf.gridarta.utils
Utility class implementing Action related functions.
activate(GoLocationDialog<G, A, R>) - Method in class net.sf.gridarta.gui.dialog.golocation.GoLocationDialogManager
Activates an existing instance.
activate(D) - Method in class net.sf.gridarta.gui.map.AbstractPerMapDialogManager
Activates an existing instance.
activate() - Method in class net.sf.gridarta.gui.map.mapview.DefaultMapView
Activate this map view.
activate() - Method in interface net.sf.gridarta.gui.map.mapview.MapView
Activate this map view.
activate() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ArchTab
Sets the focus to this component.
activate() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
Sets the focus to this component.
activate() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.FaceTab
Sets the focus to this component.
activate() - Method in interface net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesTab
Sets the focus to this component.
activate() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.MsgTextTab
Sets the focus to this component.
activate() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.TextEditorTab
Sets the focus to this component.
activate() - Method in class net.sf.gridarta.gui.panel.gameobjecttexteditor.GameObjectTextEditor
Activates this component.
activateMapView(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewManager
Activates a map view.
activateTextField() - Method in class net.sf.gridarta.gui.map.maptilepane.TilePanel
Activates the text input field.
activeMapFolderChanged(MapFolder<G, A, R>) - Method in interface net.sf.gridarta.gui.mapfiles.MapFolderTreeListener
The active folder has changed.
activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.action.AbstractMapCursorAction
This event handler is called when the current map view has changed.
activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.action.AddBookmarkAction
This event handler is called when the current map view has changed.
activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.action.ArchAttributesAction
This event handler is called when the current map view has changed.
activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.action.GrowSelectionAction
This event handler is called when the current map view has changed.
activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.action.ShrinkSelectionAction
This event handler is called when the current map view has changed.
activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.actions.AbstractServerActions
This event handler is called when the current map view has changed.
activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.exitconnector.ExitConnectorController
This event handler is called when the current map view has changed.
activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
This event handler is called when the current map view has changed.
activeMapViewChanged(MapView<G, A, R>) - Method in interface net.sf.gridarta.gui.map.mapview.MapViewManagerListener
This event handler is called when the current map view has changed.
activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.mapcursor.MapCursorActions
This event handler is called when the current map view has changed.
activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.mainactions.MainActions
This event handler is called when the current map view has changed.
activePickmapChanged(PickmapState<G, A, R>) - Method in interface net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserModelListener
Notifies that the active pickmap has changed.
add(MutableTreeNode) - Method in class net.sf.gridarta.gui.dialog.errorview.ErrorEntry
 
add(R) - Method in class net.sf.gridarta.gui.dialog.findarchetypes.TableModel
Add an archetype to the model.
add(Tool<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.ToolSelector
Adds a tool to this tool selector.
add(ArchetypeAttributeDefinition) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributesDefinition
add(ArchetypeAttribute) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSection
add(int, String) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeList
Adds an entry.
add(V, long) - Method in class net.sf.gridarta.model.index.AbstractIndex
Adds a value to the cache.
add(V, long) - Method in interface net.sf.gridarta.model.index.Index
Adds a value to the cache.
add(SmoothFace) - Method in class net.sf.gridarta.model.smoothface.SmoothFaces
Adds a SmoothFace instance.
add(S) - Method in class net.sf.gridarta.model.spells.Spells
Add a spell.
add(int, String, String, int, int) - Method in class net.sf.gridarta.model.validation.checks.AttributeRangeChecker
Adds an attribute to check.
add(GameObjectMatcher, String, String, int, int) - Method in class net.sf.gridarta.model.validation.checks.AttributeRangeChecker
Adds an attribute to check.
add(String, String, Range) - Method in class net.sf.gridarta.model.validation.checks.Type
Add an attribute to check.
add(CharSequence, byte) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.KeywordMap
Adds a key-value mapping.
add(T) - Method in class net.sf.gridarta.utils.EventListenerList2
Adds a listener.
addAction(JComponent, Action) - Static method in class net.sf.gridarta.gui.utils.SwingUtils
Adds an accelerator key for a component.
addActionListener(ActionListener) - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxEditor
 
addActiveEditType(int) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Add edit type to the bitmask of active types.
addActiveEditType(int) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Add edit type to the bitmask of active types.
addAll(ArchetypeAttributeSection) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSection
Adds all ArchetypeAttributes of another archetype attributes to this archetype attributes.
addAllowedValue(String) - Method in class net.sf.gridarta.model.validation.checks.UnsetSlayingChecker
Adds a value which does not trigger a warning.
addAnimationObject(String, String, String) - Method in class net.sf.gridarta.model.anim.AbstractAnimationObjects
Adds a new animation object.
addAnimationObject(String, String, String) - Method in interface net.sf.gridarta.model.anim.AnimationObjects
Add an animation object.
addArchetype(R) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserFolder
Adds an Archetype to this folder.
addArchetype(String, String, R) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserModel
Adds an Archetype to this model.
addArchetype(String, R) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserPanel
Adds an Archetype to this panel.
addArchetype(R) - Method in interface net.sf.gridarta.model.archetypeset.ArchetypeSet
Adds an Archetype to this Set.
addArchetype(R) - Method in class net.sf.gridarta.model.archetypeset.DefaultArchetypeSet
Adds an Archetype to this Set.
addArchetypeAttribute(String, ArchetypeAttribute) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSections
Adds an ArchetypeAttribute to this archetype type.
addArchetypeAttribute(String, ArchetypeAttribute) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
Adds an ArchetypeAttribute to this archetype type.
addArchetypeChooserFolderListener(ArchetypeChooserFolderListener<G, A, R>) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserFolder
Adds a listener to be notified of changes.
addArchetypeChooserModelListener(ArchetypeChooserModelListener<G, A, R>) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserModel
Adds a listener to be notified of changes.
addArchetypeChooserPanelListener(ArchetypeChooserPanelListener<G, A, R>) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserPanel
Adds a listener to be notified of changes.
addArchetypeSetListener(ArchetypeSetListener<G, A, R>) - Method in interface net.sf.gridarta.model.archetypeset.ArchetypeSet
Registers an ArchetypeSetListener.
addArchetypeSetListener(ArchetypeSetListener<G, A, R>) - Method in class net.sf.gridarta.model.archetypeset.DefaultArchetypeSet
Register an ArchetypeSetListener.
addArchetypeType(ArchetypeType) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
Adds an ArchetypeType instance.
addArchObjectMatcher(GameObjectMatcher) - Method in class net.sf.gridarta.model.match.MutableOrGameObjectMatcher
addArchObjectMatcher(GameObjectMatcher) - Method in class net.sf.gridarta.model.match.ViewGameObjectMatcherManager
addAttribute(String) - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesTableModel
Adds a column for an attribute to the table.
addAttributeOrder(String) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
Adds an attribute name for attribute ordering when saving.
addAttributeSection(ArchetypeAttributeSection) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
addAutoApply(Component) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.AbstractGameObjectAttributesTab
Registers a component that auto-applies when the focus is lost.
addAutojoinList(AutojoinList<G, A, R>) - Method in class net.sf.gridarta.model.autojoin.AutojoinLists
Adds a new autojoin list.
addBitmask(String, AttributeBitmask) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
Adds a bitmask definition.
addBitName(int, String) - Method in class net.sf.gridarta.model.archetypetype.AttributeBitmask
Defines a bit name for a bit value.
addBookmark() - Method in class net.sf.gridarta.action.AddBookmarkAction
Action method for "addBookmark".
AddBookmarkAction<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 creates a new bookmark for the current map.
AddBookmarkAction(AbstractMapMenuPreferences) - Constructor for class net.sf.gridarta.action.AddBookmarkAction
Creates a new instance.
addButton(AbstractButton) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.ButtonList
Adds a button.
addButton(AbstractButton, boolean) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.DoubleButtonList
Adds a button.
addButtonListListener(ButtonListListener) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.ButtonList
Adds a ButtonListListener to be notified.
addButtonListListener(ButtonListListener) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.DoubleButtonList
Adds a ButtonListListener to be notified.
addChangeListener(ChangeListener) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserView
Adds a ChangeListener to be notified when the selected pickmap tab changes.
addChecks(ArchetypeTypeSet, AttributeRangeChecker<G, A, R>, EnvironmentChecker<G, A, R>) - Static method in class net.sf.gridarta.model.validation.checks.ArchetypeTypeChecks
Adds attribute range checks for all defined attributes.
addCollectable(Collectable) - Method in class net.sf.gridarta.model.resource.CollectedResourcesWriter
Adds a Collectable resource.
addComponent(Component) - Method in class net.sf.gridarta.gui.dialog.prefs.PreferencesHelper
Adds a component to the container.
addConfigChangeListener(FilterConfigListener) - Method in class net.sf.gridarta.model.filter.AbstractFilterConfig
Adds a FilterConfigListener to be notified about changes.
addConfigChangeListener(FilterConfigListener) - Method in interface net.sf.gridarta.model.filter.FilterConfig
Adds a FilterConfigListener to be notified about changes.
addConfigListener(FilterConfigListener) - Method in class net.sf.gridarta.gui.filter.DefaultFilterControl
Adds a FilterConfigListener to be notified about changes.
addConfigListener(FilterConfigListener) - Method in interface net.sf.gridarta.gui.filter.FilterControl
Adds a FilterConfigListener to be notified about changes.
addConnection(K, GameObject<G, A, R>) - Method in class net.sf.gridarta.gui.panel.connectionview.View
 
addDefaultKeyBindings() - Method in class net.sf.gridarta.textedit.textarea.DefaultInputHandler
Sets up the default key bindings.
addDefaultKeyBindings() - Method in class net.sf.gridarta.textedit.textarea.InputHandler
Adds the default key bindings to this input handler.
addDelayedMapModelListener(DelayedMapModelListener<G, A, R>) - Method in class net.sf.gridarta.gui.delayedmapmodel.DelayedMapModelListenerManager
Adds a DelayedMapModelListener to be notified.
addDocument(Document) - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditUndoActions
Adds a document.
addDocumentListener(JTextComponent) - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractNewMapDialog
Watches for text changes in a text component and enables the "OK" button accordingly.
addDocumentListener(DocumentListener) - Method in class net.sf.gridarta.gui.utils.JFileField
Adds a DocumentListener to the text input field.
addEditorSettingsListener(EditorSettingsListener) - Method in class net.sf.gridarta.model.settings.AbstractEditorSettings
Adds a EditorSettingsListener to be notified of changes.
addEditorSettingsListener(EditorSettingsListener) - Method in interface net.sf.gridarta.model.settings.EditorSettings
Adds a EditorSettingsListener to be notified of changes.
addEditType(int) - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
Calculate a new type for all opened maps.
addEntry(MapMenuEntryMap) - Method in class net.sf.gridarta.gui.mapmenu.BookmarksMapMenuPreferences
Adds a new entry to the menu.
addEntry(MapMenuEntryMap) - Method in interface net.sf.gridarta.gui.mapmenu.MapMenuPreferences
Adds a new entry to the menu.
addEntry(MapMenuEntryMap) - Method in class net.sf.gridarta.gui.mapmenu.RecentMapMenuPreferences
Adds a new entry to the menu.
addError(ErrorViewCategory, String) - Method in class net.sf.gridarta.gui.dialog.errorview.ConsoleErrorView
Adds an error message.
addError(ErrorViewCategory, int, String) - Method in class net.sf.gridarta.gui.dialog.errorview.ConsoleErrorView
Adds an error message.
addError(ErrorViewCategory, String) - Method in class net.sf.gridarta.gui.dialog.errorview.DefaultErrorView
Adds an error message.
addError(ErrorViewCategory, int, String) - Method in class net.sf.gridarta.gui.dialog.errorview.DefaultErrorView
Adds an error message.
addError(ErrorViewCategory, String) - Method in interface net.sf.gridarta.model.errorview.ErrorView
Adds an error message.
addError(ErrorViewCategory, int, String) - Method in interface net.sf.gridarta.model.errorview.ErrorView
Adds an error message.
addError(ErrorViewCategory) - Method in class net.sf.gridarta.model.errorview.ErrorViewCollector
Adds an error message.
addError(ErrorViewCategory, String) - Method in class net.sf.gridarta.model.errorview.ErrorViewCollector
Adds an error message.
addError(ErrorViewCategory, int, String) - Method in class net.sf.gridarta.model.errorview.ErrorViewCollector
Adds an error message.
addErrorListViewListener(ErrorListViewListener) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ErrorListView
Adds an ErrorListViewListener to be notified about changes.
addEventScript(G, ScriptArchData<G, A, R>, Frame) - Method in class net.sf.gridarta.gui.scripts.ScriptArchEditor
A popup is opened and the user can create a new scripting event which gets attached to this gameObject.
addEventsToJList(JList, Iterable<? extends GameObject<?, ?, ?>>) - Method in class net.sf.gridarta.gui.scripts.AbstractScriptArchUtils
Set all ScriptedEvents to appear in the given JList This method should be fast because it may be executed when user clicks on map objects.
addEventsToJList(JList, Iterable<? extends GameObject<?, ?, ?>>) - Method in interface net.sf.gridarta.model.scripts.ScriptArchUtils
Set all ScriptedEvents to appear in the given JList This method should be fast because it may be executed when user clicks on map objects.
addExitConnectorModelListener(ExitConnectorModelListener) - Method in class net.sf.gridarta.model.exitconnector.AbstractExitConnectorModel
Adds an ExitConnectorModelListener to be notified of changes.
addExitConnectorModelListener(ExitConnectorModelListener) - Method in interface net.sf.gridarta.model.exitconnector.ExitConnectorModel
Adds an ExitConnectorModelListener to be notified of changes.
addExiterListener(ExiterListener) - Method in class net.sf.gridarta.mainactions.DefaultExiter
Adds an ExiterListener to be notified.
addExiterListener(ExiterListener) - Method in interface net.sf.gridarta.utils.Exiter
Adds an ExiterListener to be notified.
addFaceObject(String, String, int, int) - Method in class net.sf.gridarta.model.face.AbstractFaceObjects
Adds a new face object.
addFaceObject(String, String, int, int) - Method in interface net.sf.gridarta.model.face.FaceObjects
Adds a new face object.
addFaceObjectProvidersListener(FaceObjectProvidersListener) - Method in class net.sf.gridarta.model.face.FaceObjectProviders
Adds a FaceObjectProvidersListener to be notified about changes.
addFields(JPanel, GridBagConstraints, GridBagConstraints) - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractMapsizeNewMapDialog
Adds additional fields to the dialog.
addFields(JPanel, GridBagConstraints, GridBagConstraints) - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractNewMapDialog
Adds additional fields to the dialog.
addFields(JPanel, GridBagConstraints, GridBagConstraints) - Method in class net.sf.gridarta.gui.dialog.newmap.NewMapDialog
Adds additional fields to the dialog.
addFields(JPanel, GridBagConstraints, GridBagConstraints) - Method in class net.sf.gridarta.gui.dialog.newmap.NewPickmapFolderDialog
Adds additional fields to the dialog.
addFilter(String, Filter<?, ?>) - Method in class net.sf.gridarta.gui.filter.DefaultFilterControl
addFilter(String, FilterConfig<?, ?>) - Method in class net.sf.gridarta.gui.filter.FilterComponent
 
addFilter(String, Filter<?, ?>) - Method in interface net.sf.gridarta.gui.filter.FilterControl
 
addFilter(String, Filter<?, ?>) - Method in class net.sf.gridarta.model.filter.NamedFilter
Adds a sub-Filter.
addFilterListener(NamedFilterListener) - Method in class net.sf.gridarta.model.filter.NamedFilter
Adds a NamedFilterListener to be notified about changes.
addFirst(G) - Method in interface net.sf.gridarta.model.archetype.Archetype
Adds the given GameObject at the beginning of this Container.
addFirst(G) - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Add the given GameObject at the end of this Container.
addFirst(G) - Method in interface net.sf.gridarta.model.gameobject.GameObject
Add the given GameObject at the beginning of this Container.
addFirst(GameObject) - Method in class net.sf.gridarta.var.atrinik.model.gameobject.GameObject
Add the given GameObject at the end of this Container.
addFirst(GameObject) - Method in class net.sf.gridarta.var.daimonin.model.gameobject.GameObject
Add the given GameObject at the end of this Container.
addFolderListener(MapFolderListener<G, A, R>) - Method in class net.sf.gridarta.gui.mapfiles.MapFolder
Adds a MapFolderListener to be notified of events.
addGameObject(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.gui.panel.connectionview.Connection
Add a game object.
addGameObject(G) - Method in class net.sf.gridarta.model.validation.errors.DoubleLayerError
Adds an erroneous GameObject.
addGameObject(G) - Method in class net.sf.gridarta.model.validation.errors.DoubleTypeError
Adds an erroneous GameObject.
addGameObject(G) - Method in class net.sf.gridarta.model.validation.errors.ValidationError
Adds an erroneous GameObject.
addGameObjectAttributesControlListener(GameObjectAttributesControlListener) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesControl
addGameObjectAttributesModelListener(GameObjectAttributesModelListener<G, A, R>) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesModel
Adds a listener to be notified.
addGameObjectAttributesTabListener(GameObjectAttributesTabListener<G, A, R>) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.AbstractGameObjectAttributesTab
Adds a listener.
addGameObjectAttributesTabListener(GameObjectAttributesTabListener<G, A, R>) - Method in interface net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesTab
Adds a listener.
addGameObjectMatcher(NamedGameObjectMatcher) - Method in class net.sf.gridarta.model.match.GameObjectMatchers
Adds a new GameObjectMatcher.
addGameObjectToMap(G, Point, InsertionMode<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Add a gameObject to the map.
addGameObjectToMap(G, Point, InsertionMode<G, A, R>) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Add a gameObject to the map.
addIgnore(int, int) - Method in class net.sf.gridarta.model.validation.checks.CustomTypeChecker
Adds an allowed type change.
addIgnore(int, int, int) - Method in class net.sf.gridarta.model.validation.checks.CustomTypeChecker
Adds an allowed type change.
addIndexListener(IndexListener<V>) - Method in class net.sf.gridarta.model.index.AbstractIndex
Adds an IndexListener to be notified of changes.
addIndexListener(IndexListener<V>) - Method in interface net.sf.gridarta.model.index.Index
Adds an IndexListener to be notified of changes.
addInfo(String, String) - Method in class net.sf.gridarta.model.face.ArchFaceProvider
Report position of a face for loading it later.
addInfo(String, int, int) - Method in class net.sf.gridarta.model.face.CollectedFaceProvider
Report position and size of a face for loading it later.
addInv(ArchetypeType, int[]) - Method in class net.sf.gridarta.model.validation.checks.EnvironmentChecker
Sets the allowed environment game object types for an ArchetypeType.
addKeyStrokeListener(KeyStrokeFieldListener) - Method in class net.sf.gridarta.gui.dialog.shortcuts.KeyStrokeField
Adds a KeyStrokeFieldListener to be notified about changes.
addLast(G) - Method in class net.sf.gridarta.model.archetype.AbstractArchetypeBuilder
 
addLast(G) - Method in interface net.sf.gridarta.model.archetype.Archetype
Adds the given GameObject at the end of this Container.
addLast(G) - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Add the given GameObject at the end of this Container.
addLast(G) - Method in interface net.sf.gridarta.model.gameobject.GameObject
Add the given GameObject at the end of this Container.
addLast(GameObject) - Method in class net.sf.gridarta.var.atrinik.model.gameobject.GameObject
Add the given GameObject at the end of this Container.
addLast(GameObject) - Method in class net.sf.gridarta.var.daimonin.model.gameobject.GameObject
Add the given GameObject at the end of this Container.
addLayoutComponent(String, Component) - Method in class net.sf.gridarta.gui.dialog.plugin.StackLayout
addLayoutComponent(Component, Object) - Method in class net.sf.gridarta.gui.utils.DirectionLayout
addLayoutComponent(String, Component) - Method in class net.sf.gridarta.gui.utils.DirectionLayout
addLayoutComponent(String, Component) - Method in class net.sf.gridarta.textedit.textarea.ScrollLayout
addLightSource(MapSquare<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Adds a light emitting game object that affects this map square.
addLine(Document, AttributeSet, String, String) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttribute
Appends a line to a Document.
addList(String, ArchetypeTypeList) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
Adds a list definition.
addListMouseListener(MouseListener) - Method in class net.sf.gridarta.gui.panel.connectionview.View
Register a MouseListener for the connection list.
addListSelectionListener(ListSelectionListener) - Method in class net.sf.gridarta.gui.panel.connectionview.View
Register a ListSelectionListener for the connection list.
addLore(String) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Appends text to the map lore.
addMapArchObjectListener(MapArchObjectListener) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Registers an event listener.
addMapArchObjectListener(MapArchObjectListener) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Registers an event listener.
addMapControlListener(MapControlListener<G, A, R>) - Method in class net.sf.gridarta.model.mapcontrol.DefaultMapControl
Registers a MapControlListener.
addMapControlListener(MapControlListener<G, A, R>) - Method in interface net.sf.gridarta.model.mapcontrol.MapControl
Registers a MapControlListener.
addMapCursorListener(MapCursorListener<G, A, R>) - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Register a MapCursorListener.
addMapFile(PickmapState<G, A, R>) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserModel
Adds a map file.
addMapFolder(MapFolder<G, A, R>) - Method in class net.sf.gridarta.gui.mapfiles.MapFolderTree
Adds a map folder to this model.
addMapGridListener(MapGridListener) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Registers a MapGridListener.
addMapImageCacheListener(MapImageCacheListener<G, A, R>) - Method in class net.sf.gridarta.gui.mapimagecache.MapImageCache
Adds a MapImageCacheListener to be notified.
addMapManager(MapManager<G, A, R>) - Method in class net.sf.gridarta.gui.mapuserlistener.MapUserListenerManager
Registers a MapManager to track.
addMapManagerListener(MapManagerListener<G, A, R>) - Method in class net.sf.gridarta.model.mapmanager.AbstractMapManager
Adds a MapManagerListener to be notified.
addMapManagerListener(MapManagerListener<G, A, R>) - Method in interface net.sf.gridarta.model.mapmanager.MapManager
Adds a MapManagerListener to be notified.
addMapMenuEntry(String, MapMenuEntry) - Method in class net.sf.gridarta.gui.mapmenu.MapMenu
Adds a MapMenuEntry to this menu.
addMapMenuEntry(String, DefaultMutableTreeNode) - Method in class net.sf.gridarta.gui.mapmenu.MapMenu
Adds a DefaultMutableTreeNode to this menu.
addMapModelListener(MapModelListener<G, A, R>) - Method in class net.sf.gridarta.gui.copybuffer.CopyBuffer
Adds a MapModelListener to be notified about changes of the cut/copied game objects.
addMapModelListener(MapModelListener<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Register a map listener.
addMapModelListener(MapModelListener<G, A, R>) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Register a map listener.
addMapSquare(MapSquare<G, A, R>) - Method in class net.sf.gridarta.model.validation.errors.ValidationError
Adds an erroneous MapSquare.
addMapTransactionListener(MapTransactionListener<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Registers a map transaction listener.
addMapTransactionListener(MapTransactionListener<G, A, R>) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Registers a map transaction listener.
addMapView(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewManager
Adds a map view.
addMapViewManagerListener(MapViewManagerListener<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewManager
Adds a listener to be notified.
addMapViewSettingsListener(MapViewSettingsListener) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Register a MapViewSettingsListener.
addMapViewSettingsListener(MapViewSettingsListener) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Register a MapViewSettingsListener.
addMapViewsListener(MapViewsListener<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViews
Adds a MapViewsListener to be notified of events.
addMapViewsListener(MapControl<G, A, R>, MapViewsListener<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
Adds a MapViewsListener to be notified of events.
addMatcher(GameObjectMatcher, Pattern) - Method in class net.sf.gridarta.model.validation.checks.SlayingChecker
Adds a matcher to check.
addModelListener(MapFolderTreeListener<G, A, R>) - Method in class net.sf.gridarta.gui.mapfiles.MapFolderTree
Adds a MapFolderTreeListener to be informed about changes.
addModifiedFields(G, Map<String, String>) - Method in class net.sf.gridarta.model.io.AbstractGameObjectParser
Adds the modified fields of a GameObject to a map.
addModifiedFields(G, Map<String, String>) - Method in interface net.sf.gridarta.model.io.GameObjectParser
Adds the modified fields of a GameObject to a map.
addMouseListener(MouseListener) - Method in interface net.sf.gridarta.gui.map.renderer.MapRenderer
 
addMouseMotionListener(MouseMotionListener) - Method in interface net.sf.gridarta.gui.map.renderer.MapRenderer
Adds a MouseMotionListener to be notified about mouse events.
addMsgTextLine(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Adds a line of message text.
addMsgTextLine(String) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Adds a line of message text.
addName(String, int) - Method in class net.sf.gridarta.model.archetypetype.AttributeBitmask
Adds a readable name for a bit value.
addNamedValue(String, int) - Method in class net.sf.gridarta.model.archetypetype.AttributeBitmask
Adds a name for external encoding of a value.
addNewPickmap() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Invoked when user wants to open a new pickmap.
addNoMap(ArchetypeType) - Method in class net.sf.gridarta.model.validation.checks.EnvironmentChecker
Marks an ArchetypeType to not be allowed directly on maps.
addObjectChooserListener(ObjectChooserListener<G, A, R>) - Method in class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
Adds a listener to be notified.
addObjectChooserListener(ObjectChooserListener<G, A, R>) - Method in interface net.sf.gridarta.gui.panel.objectchooser.ObjectChooser
Adds a listener to be notified.
addObjectListToMap(Iterable<G>) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Adds a list of GameObjects to this map.
addObjectListToMap(Iterable<G>) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Adds a list of GameObjects to this map.
addObjectText(String) - Method in class net.sf.gridarta.model.archetype.AbstractArchetypeBuilder
 
addObjectText(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Appends text to the object text of this GameObject.
addObjectText(String) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Appends text to the object text of this GameObject.
addObjectText(String, AbstractBaseObject<?, ?, ?, ?>) - Method in class net.sf.gridarta.model.baseobject.GameObjectText
Appends a line to the object text.
addParameter(PluginParameter<G, A, R, ?>) - Method in class net.sf.gridarta.plugin.Plugin
Adds a plugin parameter to this plugin.
addParameter(String, String) - Method in class net.sf.gridarta.utils.StringParameterBuilder
Adds a parameter key/value pair.
addPart(T) - Method in class net.sf.gridarta.model.gameobject.MultiArchData
Add a part to this multi-part object.
addPickmap(String, MapReaderFactory<G, A>, MapManager<G, A, R>) - Method in class net.sf.gridarta.gui.mapfiles.MapFolder
Adds a new PickmapState to this folder.
addPickmapChooserListener(PickmapChooserModelListener<G, A, R>) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserModel
Adds a PickmapChooserModelListener to be notified.
addPickmapSettingsListener(PickmapSettingsListener) - Method in class net.sf.gridarta.model.pickmapsettings.AbstractPickmapSettings
Adds a PickmapSettingsListener to be notified about changes.
addPickmapSettingsListener(PickmapSettingsListener) - Method in interface net.sf.gridarta.model.pickmapsettings.PickmapSettings
Adds a PickmapSettingsListener to be notified about changes.
addPlugin(Plugin<G, A, R>) - Method in class net.sf.gridarta.plugin.PluginModel
Add a new plugin.
addPlugin(File) - Method in class net.sf.gridarta.plugin.PluginModel
 
addPluginListener(PluginListener) - Method in class net.sf.gridarta.plugin.Plugin
Adds a PluginListener to be notified about changes.
addPluginModelListener(PluginModelListener<G, A, R>) - Method in class net.sf.gridarta.plugin.PluginModel
Adds a listener to be informed of changes.
addPluginParameter(String, Object) - Method in class net.sf.gridarta.plugin.PluginParameters
Defines a variable to be passed to plugins.
addPluginParameterListener(PluginParameterListener) - Method in class net.sf.gridarta.plugin.parameter.AbstractPluginParameter
Adds a listener to be notified.
addPluginParameterListener(PluginParameterListener) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameter
Adds a listener to be notified.
addPNGFace(String, String, String, ErrorView, ArchFaceProvider) - Method in class net.sf.gridarta.model.resource.AbstractResourcesReader
Loads a png from the file, convert it to IconImage and attach it to the face list.
addProjectSettingsListener(ProjectSettingsListener) - Method in class net.sf.gridarta.model.settings.AbstractProjectSettings
Adds a ProjectSettingsListener to be notified of changes.
addProjectSettingsListener(ProjectSettingsListener) - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Adds a ProjectSettingsListener to be notified of changes.
addSection(ArchetypeAttributeSection) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSections
addSelectedSquareListener(SelectedSquareModelListener<G, A, R>) - Method in class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareModel
Adds a SelectedSquareModelListener to be notified.
addTab(String, Component) - Method in class net.sf.gridarta.gui.dialog.plugin.CloseableTabbedPane
addTab(Tab) - Method in class net.sf.gridarta.gui.misc.MainView
Adds a tab.
addTab(GameObjectAttributesTab<G, A, R>) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesControl
Adds a tab.
addTab(Tab) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.ButtonLists
Adds a Tab to the button list associated with the tab's location.
addTab(Tab) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.TabbedPanel
Adds a tab.
addTab(String, File) - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditView
Adds a new TextArea Panel to the TabbedPane.
addTabListener(TabListener) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Adds a TabListener to be notified.
addTailPart(T) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Appends a tail to this GameObject.
addTailPart(T) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Appends a tail to this GameObject.
addText(String) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Appends 'text' to the map text.
addText(String) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Appends 'text' to the map text.
addTextFieldActionListener(ActionListener) - Method in class net.sf.gridarta.gui.map.maptilepane.TilePanel
Adds an ActionListener to the text input field.
addToCache(String, ImageIcon) - Method in class net.sf.gridarta.utils.ResourceIcons
Add an image to the cache.
addToken(int, byte) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.TokenMarker
Adds a token to the token list.
addToPanel(boolean, String, R) - Method in class net.sf.gridarta.model.io.AbstractArchetypeParser
Returns whether an archetype should be added to the archetype chooser.
addToPanel(boolean, String, Archetype) - Method in class net.sf.gridarta.var.atrinik.model.io.ArchetypeParser
Returns whether an archetype should be added to the archetype chooser.
addToPanel(boolean, String, Archetype) - Method in class net.sf.gridarta.var.crossfire.model.io.ArchetypeParser
Returns whether an archetype should be added to the archetype chooser.
addToPanel(boolean, String, Archetype) - Method in class net.sf.gridarta.var.daimonin.model.io.ArchetypeParser
Returns whether an archetype should be added to the archetype chooser.
addToSelection() - Method in class net.sf.gridarta.action.AddToSelectionAction
Adds the current pre-selection to the selection.
AddToSelectionAction<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 adds the current pre-selection to the selection.
AddToSelectionAction() - Constructor for class net.sf.gridarta.action.AddToSelectionAction
 
addUndoableEdit(UndoableEdit) - Static method in class net.sf.gridarta.textedit.textarea.SyntaxDocument
Adds an undoable edit to this document's undo list.
addValidator(Validator<G, A, R>) - Method in class net.sf.gridarta.model.validation.DelegatingMapValidator
Add a Validator that might to be queried.
addWarning(ErrorViewCategory, String) - Method in class net.sf.gridarta.gui.dialog.errorview.ConsoleErrorView
Adds a warning message.
addWarning(ErrorViewCategory, int, String) - Method in class net.sf.gridarta.gui.dialog.errorview.ConsoleErrorView
Adds a warning message.
addWarning(ErrorViewCategory, String) - Method in class net.sf.gridarta.gui.dialog.errorview.DefaultErrorView
Adds a warning message.
addWarning(ErrorViewCategory, int, String) - Method in class net.sf.gridarta.gui.dialog.errorview.DefaultErrorView
Adds a warning message.
addWarning(ErrorViewCategory, String) - Method in interface net.sf.gridarta.model.errorview.ErrorView
Adds a warning message.
addWarning(ErrorViewCategory, int, String) - Method in interface net.sf.gridarta.model.errorview.ErrorView
Adds a warning message.
addWarning(ErrorViewCategory) - Method in class net.sf.gridarta.model.errorview.ErrorViewCollector
Adds a warning message.
addWarning(ErrorViewCategory, String) - Method in class net.sf.gridarta.model.errorview.ErrorViewCollector
Adds a warning message.
addWarning(ErrorViewCategory, int, String) - Method in class net.sf.gridarta.model.errorview.ErrorViewCollector
Adds a warning message.
addWindowAction(JMenu, MapView<G, A, R>, int) - Method in class net.sf.gridarta.gui.mapdesktop.MapDesktop
Adds an action for selecting this window to a menu.
ALIGN - Static variable in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
The name of the "align" attribute.
allocate(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.dialog.golocation.GoLocationDialogManager
Creates a new instance.
allocate(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.AbstractPerMapDialogManager
Creates a new instance.
allowsChildren() - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntry
Returns whether this entry is a directory.
allowsChildren() - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntryDir
Returns whether this entry is a directory.
allowsChildren() - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntryMap
Returns whether this entry is a directory.
ALPHA - Static variable in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
The name of the "alpha" attribute.
ALPHA_FILTER - Static variable in class net.sf.gridarta.utils.AlphaImageFilterInstance
The singleton AlphaImageFilter instance for creating transparent images.
AlphaImageFilter - Class in net.sf.gridarta.utils
An image filter creating transparent images.
AlphaImageFilter() - Constructor for class net.sf.gridarta.utils.AlphaImageFilter
 
AlphaImageFilterInstance - Class in net.sf.gridarta.utils
Utility class holding the singleton AlphaImageFilter instance.
alphaTypeChanged(int) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettingsListener
This event handler is called when the alpha type setting has changed.
AndGameObjectMatcher - Class in net.sf.gridarta.model.match
A GameObjectMatcher that And-combines other GameObjectMatchers.
AndGameObjectMatcher(Collection<GameObjectMatcher>) - Constructor for class net.sf.gridarta.model.match.AndGameObjectMatcher
Creates an AndGameObjectMatcher.
ANIM_FILE_FILTER - Static variable in class net.sf.gridarta.utils.FileFilters
Swing FileFilter for .anim files.
ANIM_SPEED - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The name of the "anim_speed" attribute.
ANIMATION - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The attribute name of the object's animation.
AnimationComponent - Class in net.sf.gridarta.gui.utils
A JPanel that allows the user to select an animation name.
AnimationComponent(String, AnimationObjects, FaceObjectProviders, ImageIcon, ImageIcon) - Constructor for class net.sf.gridarta.gui.utils.AnimationComponent
Creates a new instance.
AnimationObject - Interface in net.sf.gridarta.model.anim
An AnimationObject reflects the animation ("anim\n" ...
AnimationObjects - Interface in net.sf.gridarta.model.anim
AnimationObjects is a container for AnimationObjects.
AnimationObjectsCollectable - Class in net.sf.gridarta.model.collectable
a Collectable that creates the "animations" file.
AnimationObjectsCollectable(AnimationObjects, String) - Constructor for class net.sf.gridarta.model.collectable.AnimationObjectsCollectable
Creates a new instance.
AnimationObjectsReader - Class in net.sf.gridarta.model.io
Utility class for reading AnimationObjects from files.
AnimationParseException - Exception in net.sf.gridarta.model.anim
This exception is thrown when parsing an animation definition file (arch/animations and arch/**.anim) revealed that such a file contains an error.
AnimationParseException(String, String, int) - Constructor for exception net.sf.gridarta.model.anim.AnimationParseException
Create an AnimationParseException.
AnimationValidator - Class in net.sf.gridarta.model.anim
Utility class for validating AnimationObject instances.
AnimationValidator(FaceObjects, ErrorView) - Constructor for class net.sf.gridarta.model.anim.AnimationValidator
Creates a new instance.
ANIMTREE_FILE - Static variable in interface net.sf.gridarta.var.atrinik.IGUIConstants
File to store the animation tree information after arch collection.
ANIMTREE_FILE - Static variable in interface net.sf.gridarta.var.crossfire.IGUIConstants
File to store the animation tree information after arch collection.
ANIMTREE_FILE - Static variable in interface net.sf.gridarta.var.daimonin.IGUIConstants
File to store the animation tree information after arch collection.
AnimTreeChooseAction - Class in net.sf.gridarta.gui.utils
A TreeChooseAction that updates an animation label.
AnimTreeChooseAction(String, JTextComponent, AbstractButton, AnimationObjects, FaceObjectProviders, ImageIcon, ImageIcon) - Constructor for class net.sf.gridarta.gui.utils.AnimTreeChooseAction
Create a TreeChooseAction.
APP_ICON - Static variable in class net.sf.gridarta.utils.ResourceIcons
Application icon definitions (icon-dir).
append(NamedObject) - Method in class net.sf.gridarta.model.data.NamedTreeNode
Append a node.
append(AbsoluteMapPath, MapPath) - Static method in class net.sf.gridarta.model.mapmodel.MapPathUtils
Appends a map path to another map path.
append(RelativeMapPath, RelativeMapPath) - Static method in class net.sf.gridarta.model.mapmodel.MapPathUtils
Appends a map path to another map path.
append(String) - Method in class net.sf.gridarta.utils.WrappingStringBuilder
Append a word.
append(int) - Method in class net.sf.gridarta.utils.WrappingStringBuilder
Append an integer value.
appendGameObject(G, boolean, String) - Method in class net.sf.gridarta.gui.map.renderer.ToolTipAppender
 
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttribute
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeAnimationName
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBitmask
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBool
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBoolSpec
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeFaceName
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeFloat
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeInt
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeInvSpell
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeList
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeList2
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeLong
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeMapPath
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeScriptFile
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeSpell
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeString
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeText
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeTreasure
Appends a summary line for this attribute to a Document.
appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeZSpell
Appends a summary line for this attribute to a Document.
appendToString(StringBuilder) - Method in class net.sf.gridarta.model.treasurelist.ArchTreasureObj
Appends a description of this treasure object to a StringBuilder.
appendToString(StringBuilder) - Method in class net.sf.gridarta.model.treasurelist.FolderTreasureObj
Appends a description of this treasure object to a StringBuilder.
appendToString(StringBuilder) - Method in class net.sf.gridarta.model.treasurelist.NoTreasureObj
Appends a description of this treasure object to a StringBuilder.
appendToString(StringBuilder) - Method in class net.sf.gridarta.model.treasurelist.TreasureListTreasureObj
Appends a description of this treasure object to a StringBuilder.
appendToString(StringBuilder) - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
Appends a description of this treasure object to a StringBuilder.
appendToString(StringBuilder) - Method in class net.sf.gridarta.model.treasurelist.YesTreasureObj
Appends a description of this treasure object to a StringBuilder.
appendValidationError(ValidationError<G, ?, ?>) - Method in class net.sf.gridarta.gui.map.renderer.ToolTipAppender
 
appExitNotify() - Method in interface net.sf.gridarta.utils.ExiterListener
Called when the application exits.
apply() - Method in class net.sf.gridarta.gui.dialog.prefs.AppPreferences
apply() - Method in class net.sf.gridarta.gui.dialog.prefs.DevPreferences
apply() - Method in class net.sf.gridarta.gui.dialog.prefs.GUIPreferences
apply() - Method in class net.sf.gridarta.gui.dialog.prefs.MapValidatorPreferences
apply() - Method in class net.sf.gridarta.gui.dialog.prefs.MiscPreferences
apply() - Method in class net.sf.gridarta.gui.dialog.prefs.NetPreferences
apply() - Method in class net.sf.gridarta.gui.dialog.prefs.ResPreferences
apply() - Method in class net.sf.gridarta.gui.dialog.prefs.UpdatePreferences
apply() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.AbstractGameObjectAttributesTab
Applies the current settings.
apply(G) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.AbstractGameObjectAttributesTab
Applies settings to the given game object.
apply(G) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ArchTab
Applies settings to the given game object.
apply(G) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
Applies settings to the given game object.
apply(G) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.FaceTab
Applies settings to the given game object.
apply() - Method in interface net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesTab
Applies the current settings.
apply() - Method in interface net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesTabListener
Makes the listener apply all tabs.
apply(G) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.MsgTextTab
Applies settings to the given game object.
apply(G) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.TextEditorTab
Applies settings to the given game object.
applyChanges(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.gui.panel.gameobjecttexteditor.GameObjectTextEditor
Updates a GameObject's attributes from the input field.
applyChanges(MapModel<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.SavedSquares
Applies the saved squares to the given map model.
applyMassChange(Integer[], Integer[], String) - Method in interface net.sf.gridarta.model.gameobject.GameObject
Applies mass changes to the specified object if all the match conditions are met.
applyMassChange(Integer[], Integer[], String) - Method in class net.sf.gridarta.var.atrinik.model.gameobject.GameObject
Applies mass changes to the specified object if all the match conditions are met.
applyMassChange(Integer[], Integer[], String) - Method in class net.sf.gridarta.var.crossfire.model.gameobject.GameObject
Applies mass changes to the specified object if all the match conditions are met.
applyMassChange(Integer[], Integer[], String) - Method in class net.sf.gridarta.var.daimonin.model.gameobject.GameObject
Applies mass changes to the specified object if all the match conditions are met.
AppPreferences - Class in net.sf.gridarta.gui.dialog.prefs
Preferences Module for application preferences.
AppPreferences(AppPreferencesModel) - Constructor for class net.sf.gridarta.gui.dialog.prefs.AppPreferences
Creates a new instance.
AppPreferencesModel - Class in net.sf.gridarta.gui.dialog.prefs
Maintains the application preferences state.
AppPreferencesModel(String, String, String) - Constructor for class net.sf.gridarta.gui.dialog.prefs.AppPreferencesModel
Creates a new instance.
ARC_FILE_FILTER - Static variable in class net.sf.gridarta.utils.FileFilters
Swing FileFilter for .arc files.
ARCH_FILE - Static variable in interface net.sf.gridarta.var.atrinik.IGUIConstants
 
ARCH_FILE - Static variable in interface net.sf.gridarta.var.crossfire.IGUIConstants
 
ARCH_FILE - Static variable in interface net.sf.gridarta.var.daimonin.IGUIConstants
 
archAttributes() - Method in class net.sf.gridarta.action.ArchAttributesAction
Action method for "arch attributes".
ArchAttributesAction<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 opens the game object attributes dialog for the currently selected game object.
ArchAttributesAction(GameObjectAttributesDialogFactory<G, A, R>) - Constructor for class net.sf.gridarta.action.ArchAttributesAction
Creates a new instance.
ArchComboBoxCellRenderer - Class in net.sf.gridarta.gui.dialog.plugin.parameter.archetype
 
ArchComboBoxCellRenderer(FaceObjectProviders) - Constructor for class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxCellRenderer
Creates a new instance.
ArchComboBoxEditor<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.archetype
 
ArchComboBoxEditor(JComboBox, ArchComboBoxModel<G, A, R>, ObjectChooser<G, A, R>, GameObjectAttributesModel<G, A, R>, FaceObjectProviders) - Constructor for class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxEditor
Creates a new instance.
ArchComboBoxModel<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.archetype
 
ArchComboBoxModel(ArchetypeSet<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxModel
 
ARCHDEF_FILE - Static variable in interface net.sf.gridarta.var.atrinik.IGUIConstants
 
ARCHDEF_FILE - Static variable in interface net.sf.gridarta.var.daimonin.IGUIConstants
 
Archetype<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.archetype
Reflects an Archetype.
Archetype - Interface in net.sf.gridarta.var.atrinik.model.archetype
Implements Atrinik archetypes.
Archetype - Interface in net.sf.gridarta.var.crossfire.model.archetype
Implements Crossfire archetypes.
Archetype - Interface in net.sf.gridarta.var.daimonin.model.archetype
Implements Daimonin archetypes.
ArchetypeAttribute - Class in net.sf.gridarta.model.archetypetype
This Class contains the data of one archetype attribute.
ArchetypeAttribute(String, String, String, int) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttribute
Creates a new instance.
ArchetypeAttributeAnimationName - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute for selecting animation names.
ArchetypeAttributeAnimationName(String, String, String, int) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeAnimationName
Creates a new instance.
ArchetypeAttributeBitmask - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute for selecting bitmask values.
ArchetypeAttributeBitmask(String, String, String, int, String) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeBitmask
Creates a new instance.
ArchetypeAttributeBool - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute for selecting boolean values.
ArchetypeAttributeBool(String, String, String, int) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeBool
Creates a new instance.
ArchetypeAttributeBoolSpec - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute for selecting boolean values having specific "true" and "false" values.
ArchetypeAttributeBoolSpec(String, String, String, int, String, String) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeBoolSpec
Creates a new instance.
ArchetypeAttributeDefinition - Class in net.sf.gridarta.model.archetypetype
Holds the key/value pair of an archetype attribute definition.
ArchetypeAttributeDefinition(String, String) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeDefinition
Creates a new instance.
ArchetypeAttributeFaceName - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute for selecting face names.
ArchetypeAttributeFaceName(String, String, String, int) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeFaceName
Creates a new instance.
ArchetypeAttributeFactory - Interface in net.sf.gridarta.model.archetypetype
Interface for classes implementing ArchetypeAttribute factories.
ArchetypeAttributeFixed - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute displaying a fixed string.
ArchetypeAttributeFixed(String, String, String, int) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeFixed
Creates a new instance.
ArchetypeAttributeFloat - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute for selecting floating point values.
ArchetypeAttributeFloat(String, String, String, int) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeFloat
Creates a new instance.
ArchetypeAttributeInt - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute for selecting integer values.
ArchetypeAttributeInt(String, String, String, int, int, int, int, int) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeInt
Creates a new instance.
ArchetypeAttributeInvSpell - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute for selecting a spell encoded as an inventory game object.
ArchetypeAttributeInvSpell(boolean, String, String, String, int) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeInvSpell
Creates a new instance.
ArchetypeAttributeList - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute for selecting a value from a list.
ArchetypeAttributeList(String, String, String, int, String) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeList
Creates a new instance.
ArchetypeAttributeList2 - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute for selecting a value from two lists.
ArchetypeAttributeList2(String, String, String, int, String, String) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeList2
Creates a new instance.
ArchetypeAttributeLong - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute for selecting long integer values.
ArchetypeAttributeLong(String, String, String, int) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeLong
Creates a new instance.
ArchetypeAttributeMapPath - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute for selecting map path names.
ArchetypeAttributeMapPath(String, String, String, int) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeMapPath
Creates a new instance.
ArchetypeAttributeParser - Class in net.sf.gridarta.model.archetypetype
Utility class for parsing ArchetypeAttributes.
ArchetypeAttributeParser(ArchetypeAttributeFactory) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeParser
Creates a new instance.
ArchetypeAttributeScriptFile - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute for selecting script files.
ArchetypeAttributeScriptFile(String, String, String, int) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeScriptFile
Creates a new instance.
ArchetypeAttributesDefinition - Class in net.sf.gridarta.model.archetypetype
ArchetypeAttributesDefinition() - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributesDefinition
 
ArchetypeAttributeSection - Class in net.sf.gridarta.model.archetypetype
ArchetypeAttributeSection(String) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSection
Creates a new instance.
ArchetypeAttributeSections - Class in net.sf.gridarta.model.archetypetype
A list of ArchetypeAttributeSection instances.
ArchetypeAttributeSections() - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSections
Creates a new instance.
ArchetypeAttributeSpell - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute for selecting spells encoded as in integer attribute.
ArchetypeAttributeSpell(String, String, String, int) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSpell
Creates a new instance.
ArchetypeAttributeString - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute for selecting string values.
ArchetypeAttributeString(String, String, String, int) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeString
Creates a new instance.
ArchetypeAttributeText - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute for selecting text fields.
ArchetypeAttributeText(String, String, String, String, int, String) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeText
Creates a new instance.
ArchetypeAttributeTreasure - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute representing a treasurelist.
ArchetypeAttributeTreasure(String, String, String, int) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeTreasure
Creates a new instance.
ArchetypeAttributeVisitor - Interface in net.sf.gridarta.model.archetypetype
Interface for visitors of ArchetypeAttributes.
ArchetypeAttributeZSpell - Class in net.sf.gridarta.model.archetypetype
An ArchetypeAttribute for selecting an optional spell encoded as an integer attribute.
ArchetypeAttributeZSpell(String, String, String, int) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeZSpell
Creates a new instance.
ArchetypeChooserControl<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.archetypechooser
That control of the archetype chooser.
ArchetypeChooserControl(ArchetypeChooserModel<G, A, R>, ArchetypeChooserView<G, A, R>) - Constructor for class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserControl
Creates a new instance.
ArchetypeChooserFolder<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.archetypechooser
A named folder within the ArchetypeChooserModel.
ArchetypeChooserFolder(String) - Constructor for class net.sf.gridarta.model.archetypechooser.ArchetypeChooserFolder
Creates a new instance.
ArchetypeChooserFolderListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.archetypechooser
Interface for listeners interested in ArchetypeChooserFolder related events.
ArchetypeChooserModel<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.archetypechooser
The view of the archetype chooser.
ArchetypeChooserModel() - Constructor for class net.sf.gridarta.model.archetypechooser.ArchetypeChooserModel
 
ArchetypeChooserModelListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.archetypechooser
Interface for listeners interested in ArchetypeChooserModel related events.
ArchetypeChooserPanel<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.archetypechooser
A named panel within the ArchetypeChooserModel.
ArchetypeChooserPanel(String) - Constructor for class net.sf.gridarta.model.archetypechooser.ArchetypeChooserPanel
Creates a new instance.
ArchetypeChooserPanelListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.archetypechooser
Interface for listeners interested in ArchetypeChooserPanel related events.
ArchetypeChooserView<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.archetypechooser
The view of the archetype chooser.
ArchetypeChooserView(boolean, ArchetypeChooserModel<G, A, R>, FaceObjectProviders, Action, Action, Action, DisplayMode<G, A, R>, DisplayMode<G, A, R>, DisplayMode<G, A, R>) - Constructor for class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserView
Creates a new instance.
ArchetypeFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.archetype
A factory for creating Archetype instances.
ArchetypeIconCellRenderer<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.archetypechooser
A DisplayMode showing archetypes as images only.
ArchetypeIconCellRenderer(FaceObjectProviders) - Constructor for class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeIconCellRenderer
Creates a new instance.
ArchetypeNameCellRenderer<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.archetypechooser
A DisplayMode showing archetypes as images and archetype name.
ArchetypeNameCellRenderer(FaceObjectProviders) - Constructor for class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeNameCellRenderer
Creates a new instance.
ArchetypeNameMatchCriteria<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.select
A MatchCriteria that matches by archetype name.
ArchetypeNameMatchCriteria(String) - Constructor for class net.sf.gridarta.model.select.ArchetypeNameMatchCriteria
Creates a new instance.
ArchetypePanel<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.archetypechooser
A panel showing a set of archetypes.
ArchetypePanel(ArchetypeChooserModel<G, A, R>, ArchetypeChooserPanel<G, A, R>) - Constructor for class net.sf.gridarta.gui.panel.archetypechooser.ArchetypePanel
Creates a new instance.
ArchetypeParameter<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 an Archetype value.
ArchetypeParameter(ArchetypeSet<G, A, R>) - Constructor for class net.sf.gridarta.plugin.parameter.ArchetypeParameter
Creates a new instance.
ArchetypeParameterView<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.archetype
ArchetypeParameterView(ArchetypeParameter<G, A, R>, GameObjectAttributesModel<G, A, R>, ArchetypeSet<G, A, R>, ObjectChooser<G, A, R>, FaceObjectProviders) - Constructor for class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchetypeParameterView
Creates a new instance.
ArchetypeParser<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.io
Common interface for ArchetypeParsers.
ArchetypeParser - Class in net.sf.gridarta.var.atrinik.model.io
Handles the parsing of arches.
ArchetypeParser(GameObjectParser<GameObject, MapArchObject, Archetype>, AnimationObjects, ArchetypeSet<GameObject, MapArchObject, Archetype>, GameObjectFactory<GameObject, MapArchObject, Archetype>, MultiPositionData) - Constructor for class net.sf.gridarta.var.atrinik.model.io.ArchetypeParser
Creates an ArchetypeParser.
ArchetypeParser - Class in net.sf.gridarta.var.crossfire.model.io
Handles the parsing of arches.
ArchetypeParser(GameObjectParser<GameObject, MapArchObject, Archetype>, AnimationObjects, ArchetypeSet<GameObject, MapArchObject, Archetype>, GameObjectFactory<GameObject, MapArchObject, Archetype>, SmoothFaces) - Constructor for class net.sf.gridarta.var.crossfire.model.io.ArchetypeParser
Creates an ArchetypeParser.
ArchetypeParser - Class in net.sf.gridarta.var.daimonin.model.io
Handles the parsing of arches.
ArchetypeParser(AnimationObjects, ArchetypeSet<GameObject, MapArchObject, Archetype>, GameObjectFactory<GameObject, MapArchObject, Archetype>, MultiPositionData) - Constructor for class net.sf.gridarta.var.daimonin.model.io.ArchetypeParser
Creates an ArchetypeParser.
ArchetypeSet<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.archetypeset
Interface that captures similarities between different ArchetypeSet implementations.
ArchetypeSetListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.archetype
Interface for listeners listening to ArchetypeSet changes.
ArchetypeSetSpellLoader<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.spells
Extract spell definitions from an archetype set.
ArchetypeSetSpellLoader(GameObjectFactory<G, A, R>) - Constructor for class net.sf.gridarta.model.spells.ArchetypeSetSpellLoader
Creates a new instance.
ArchetypeType - Class in net.sf.gridarta.model.archetypetype
Contains the data of one Gridarta Object-Type.
ArchetypeType(String, int, String, boolean, int[], boolean, String, String, ArchetypeAttributesDefinition) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeType
Creates a new instance.
ArchetypeTypeChecks - Class in net.sf.gridarta.model.validation.checks
Creates checks from ArchetypeTypes.
ArchetypeTypeList - Class in net.sf.gridarta.model.archetypetype
A list definition.
ArchetypeTypeList() - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeTypeList
 
ArchetypeTypeListCellRenderer - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
A ListCellRenderer implementation that displays ArchetypeTypes.
ArchetypeTypeListCellRenderer() - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.ArchetypeTypeListCellRenderer
 
ArchetypeTypeParser - Class in net.sf.gridarta.model.archetypetype
Utility class for parsing ArchetypeType instances.
ArchetypeTypeParser(ArchetypeAttributeParser) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeTypeParser
Creates a new instance.
ArchetypeTypeSet - Class in net.sf.gridarta.model.archetypetype
Manages ArchetypeType instances, list, and bitmask definitions.
ArchetypeTypeSet() - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
 
ArchetypeTypeSetParser - Class in net.sf.gridarta.model.archetypetype
Parser for ArchetypeTypeSets ("types.xml" files).
ArchetypeTypeSetParser(ArchetypeTypeParser) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeTypeSetParser
Creates a new instance.
ArchetypeValidator - Class in net.sf.gridarta.model.archetypeset
Utility class for validating ArchetypeSet instances.
ArchetypeValidator(AnimationObjects, FaceObjects, ErrorView) - Constructor for class net.sf.gridarta.model.archetypeset.ArchetypeValidator
Creates a new instance.
ArchFaceProvider - Class in net.sf.gridarta.model.face
Implementation of FaceProvider which reads images from the arch directory.
ArchFaceProvider() - Constructor for class net.sf.gridarta.model.face.ArchFaceProvider
 
ArchTab<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.gameobjectattributes
The "Arch" tab in the archetype chooser.
ArchTab(ArchetypeTypeSet, GameObjectAttributesModel<G, A, R>) - Constructor for class net.sf.gridarta.gui.panel.gameobjectattributes.ArchTab
Creates a new instance.
ArchTreasureObj - Class in net.sf.gridarta.model.treasurelist
A TreasureObj representing an "arch" entry.
ArchTreasureObj(String) - Constructor for class net.sf.gridarta.model.treasurelist.ArchTreasureObj
Creates a new instance.
ArrayUtils - Class in net.sf.gridarta.utils
Utility class for array related functions.
ArtifactParser<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.artifact
Parser for artifact definitions.
ArtifactParser(ArchetypeSet<G, A, R>, ErrorView, AbstractArchetypeParser<G, A, R, ?>) - Constructor for class net.sf.gridarta.model.artifact.ArtifactParser
Creates a new instance.
ARTIFACTS_FILE - Static variable in interface net.sf.gridarta.var.atrinik.IGUIConstants
 
ARTIFACTS_FILE - Static variable in interface net.sf.gridarta.var.daimonin.IGUIConstants
 
asGameObject() - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Returns this instance as a GameObject or null if this instance is not a game object.
asGameObject() - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Returns this instance as a GameObject or null if this instance is not a game object.
asGameObject() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Returns this instance as a GameObject or null if this instance is not a game object.
asGameObject() - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Returns this instance as a GameObject or null if this instance is not a game object.
askConfirm(String, String) - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditView
Shows the given confirmation message as popup frame.
askConfirmErrors(String, Component) - Static method in class net.sf.gridarta.gui.dialog.gameobjectattributes.ConfirmErrorsDialog
Open a popup dialog and ask the user to confirm (or modify) the encountered syntax errors.
AsynchronousProgress - Class in net.sf.gridarta.gui.utils
Implements a Progress that forwards to another Progress instance but can be used from threads other than EDT.
AsynchronousProgress(Progress) - Constructor for class net.sf.gridarta.gui.utils.AsynchronousProgress
Creates a new instance.
AtrinikArchetypeSetCollectable - Class in net.sf.gridarta.var.atrinik.model.collectable
A Collectable that creates the Atrinik specific "archetypes" file.
AtrinikArchetypeSetCollectable(ArchetypeSet<GameObject, MapArchObject, Archetype>, GameObjectParser<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.atrinik.model.collectable.AtrinikArchetypeSetCollectable
Creates a new instance.
AtrinikDefaultProjectSettings - Class in net.sf.gridarta.var.atrinik.model.settings
Maintains path names to resources.
AtrinikDefaultProjectSettings(EditorSettings) - Constructor for class net.sf.gridarta.var.atrinik.model.settings.AtrinikDefaultProjectSettings
Creates a new instance.
AtrinikEditor - Class in net.sf.gridarta.var.atrinik.maincontrol
Main class, launches the level editor application.
AtrinikServerActions - Class in net.sf.gridarta.var.atrinik.actions
The AbstractServerActions implementation for connecting to an Atrinik server.
AtrinikServerActions(FileControl<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.atrinik.actions.AtrinikServerActions
Creates a new instance.
AttachTiledMaps<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.actions
Attaches maps to adjacent tiled maps.
AttachTiledMaps(MapManager<G, A, R>, TileLink[]) - Constructor for class net.sf.gridarta.actions.AttachTiledMaps
Creates a new instance.
attachTiledMaps(MapModel<G, A, R>, String[], File, boolean) - Method in class net.sf.gridarta.actions.AttachTiledMaps
Updates tile paths of a map.
attribApply() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialog
Action method for apply.
attribCancel() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialog
Action method for cancel.
attribEdit() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialog
Turns the summary off.
attribHelp() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialog
Action method for help.
attribOk() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialog
Action method for ok.
attribSummary() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialog
Action method for summary.
AttributeBitmask - Class in net.sf.gridarta.model.archetypetype
This class manages bitmask values which appear in Gridarta archetype attributes.
AttributeBitmask(boolean) - Constructor for class net.sf.gridarta.model.archetypetype.AttributeBitmask
Constructor of a bitmask from XML element.
AttributeGameObjectMatcher - Class in net.sf.gridarta.model.match
An GameObjectMatcher that matches an attribute value.
AttributeGameObjectMatcher(Operation) - Constructor for class net.sf.gridarta.model.match.AttributeGameObjectMatcher
Creates an AttributeGameObjectMatcher.
AttributeListUtils - Class in net.sf.gridarta.model.io
Utility class for archetype attribute related functions.
AttributeOtherValueMatchCriteria<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.select
A MatchCriteria that matches attribute values of all but a set of attributes.
AttributeOtherValueMatchCriteria(String, String...) - Constructor for class net.sf.gridarta.model.select.AttributeOtherValueMatchCriteria
Creates a new instance.
AttributeRangeChecker<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 validator that checks for suspicious attribute values.
AttributeRangeChecker(ValidatorPreferences) - Constructor for class net.sf.gridarta.model.validation.checks.AttributeRangeChecker
Creates a new instance.
AttributeRangeError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.errors
Indicate an attribute value that is out of range.
AttributeRangeError(G, String, String, String, String) - Constructor for class net.sf.gridarta.model.validation.errors.AttributeRangeError
Create a new instance.
Attributes - Interface in net.sf.gridarta.model.baseobject
A set of key/value pairs.
AttributesPaneBuilder<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
Builder for game object attribute panels.
AttributesPaneBuilder(Attributes, Component, ArchetypeTypeSet, CFTreasureListTree, FaceObjectProviders, AnimationObjects, ProjectSettings, FileFilter, FileFilter, FaceObjects, Spells<GameObjectSpell<G, A, R>>, Spells<NumberSpell>, int, TreasureTree, ImageIcon, ImageIcon, TextAreaDefaults) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.AttributesPaneBuilder
Creates a new instance.
AttributeValueMatchCriteria<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.select
A MatchCriteria that matches an attribute value.
AttributeValueMatchCriteria(String, String) - Constructor for class net.sf.gridarta.model.select.AttributeValueMatchCriteria
Creates a new instance.
AUTO_CHECK_DEFAULT - Static variable in class net.sf.gridarta.updater.UpdaterManager
Preferences default value for AUTO_CHECK_KEY.
AUTO_CHECK_KEY - Static variable in class net.sf.gridarta.updater.UpdaterManager
Preferences key whether to automatically check for updates.
AUTO_CREATE_EXIT_DEFAULT - Static variable in interface net.sf.gridarta.model.exitconnector.ExitConnectorModel
AUTO_RUN_SMALL_ICON - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
autoCreateExitChanged(boolean) - Method in interface net.sf.gridarta.model.exitconnector.ExitConnectorModelListener
Called whenever the setting "automatically create exits" has changed.
AutoInsertionMode<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmodel
Automatically guess the insertion position.
AutoInsertionMode(GameObjectMatcher, GameObjectMatcher, GameObjectMatcher, GameObjectMatcher) - Constructor for class net.sf.gridarta.model.mapmodel.AutoInsertionMode
Initializes the class.
autojoinChanged(boolean) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettingsListener
The autojoin value has changed.
AutojoinList<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.autojoin
Contains a list of (typically wall-)arches which do autojoining.
AutojoinList(Iterable<List<R>>) - Constructor for class net.sf.gridarta.model.autojoin.AutojoinList
Create an AutojoinList.
AutojoinLists<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.autojoin
Manages a mapping between archetypes to AutojoinLists.
AutojoinLists() - Constructor for class net.sf.gridarta.model.autojoin.AutojoinLists
 
AutojoinListsParser - Class in net.sf.gridarta.model.autojoin
Loader for AutojoinLists instances from files.
autoscroll(Point) - Method in class net.sf.gridarta.gui.mapmenu.AutoscrollJTree
AutoscrollJTree - Class in net.sf.gridarta.gui.mapmenu
A JTree that supports auto-scrolling while drag and drop is active.
AutoscrollJTree(TreeModel) - Constructor for class net.sf.gridarta.gui.mapmenu.AutoscrollJTree
Creates a new instance.
AutoValidator<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.autovalidator
Implements the auto-validator for map validation.
AutoValidator(DelegatingMapValidator<G, A, R>, boolean, DelayedMapModelListenerManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.autovalidator.AutoValidator
Create a new instance.

B

Backspace - Class in net.sf.gridarta.textedit.textarea.actions
 
Backspace() - Constructor for class net.sf.gridarta.textedit.textarea.actions.Backspace
 
backspace - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
BackspaceWord - Class in net.sf.gridarta.textedit.textarea.actions
 
BackspaceWord() - Constructor for class net.sf.gridarta.textedit.textarea.actions.BackspaceWord
 
backspaceWord - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
BaseObject<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,T extends BaseObject<G,A,R,T>> - Interface in net.sf.gridarta.model.baseobject
 
BaseObjectVisitor<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.baseobject
 
BasicAbstractTool<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.tools
Base class for the default provided tools.
BasicAbstractTool(String) - Constructor for class net.sf.gridarta.gui.panel.tools.BasicAbstractTool
Create a BasicAbstractTool.
BatchPngCommand - Class in net.sf.gridarta.commands
Run in batch png mode.
BatchPngCommand(List<String>, ImageCreator<?, ?, ?>) - Constructor for class net.sf.gridarta.commands.BatchPngCommand
Creates a new instance.
begin() - Method in class net.sf.gridarta.gui.mapmenu.ActionFactory
Begins a lookup sequence.
beginCompoundEdit() - Static method in class net.sf.gridarta.textedit.textarea.SyntaxDocument
Starts a compound edit that can be undone in one operation.
beginGameObjectChange() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Records that this game object is about to change.
beginGameObjectChange(G) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Method to notify the model that a game object is about to change.
beginGameObjectChange(G) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Method to notify the model that a game object is about to change.
beginSquareChange(MapSquare<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Method to notify the model that a map square is about to change.
beginSquareChange(MapSquare<G, A, R>) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Method to notify the model that a map square is about to change.
beginSquareChange() - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Method to notify the model that a map square is about to change.
beginTransaction() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Starts a new transaction.
beginTransaction() - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Starts a new transaction.
beginTransaction() - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Start a new transaction.
beginTransaction() - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Starts a new transaction.
beginTransaction(String) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Starts a new transaction.
beginTransaction(String) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Starts a new transaction.
beginTransaction(String) - Method in interface net.sf.gridarta.model.mapmodel.MapTransactionListener
A map transaction has started.
beginUpdate() - Method in class net.sf.gridarta.model.index.AbstractIndex
Starts an update.
beginUpdate() - Method in interface net.sf.gridarta.model.index.Index
Starts an update.
BelowFloorInsertionMode<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmodel
Insert right below the bottommost floor square.
BelowFloorInsertionMode(GameObjectMatcher) - Constructor for class net.sf.gridarta.model.mapmodel.BelowFloorInsertionMode
Initializes the class.
BG_COLOR - Static variable in class net.sf.gridarta.utils.CommonConstants
Background Color (for the Panels).
blinkCaret() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Blinks the caret.
blinkCaret() - Method in class net.sf.gridarta.textedit.textarea.TextAreaCaret
Blinks the caret.
BlockedMatrix<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
Determines whether a map square is blocked.
BlockedMatrix(MapModel<G, A, R>) - Constructor for class net.sf.gridarta.model.validation.checks.BlockedMatrix
Creates a new instance.
BlockedMobOrSpawnPointChecker<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 mobs or spawn points aren't on blocked squares.
BlockedMobOrSpawnPointChecker(ValidatorPreferences, Integer...) - Constructor for class net.sf.gridarta.model.validation.checks.BlockedMobOrSpawnPointChecker
Create a new instance.
BlockedMobOrSpawnPointError<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 BlockedMobOrSpawnPointChecker detected a possible error on the map.
BlockedMobOrSpawnPointError(MapSquare<G, A, R>, Collection<G>, Collection<G>) - Constructor for class net.sf.gridarta.model.validation.errors.BlockedMobOrSpawnPointError
Create a BlockedMobOrSpawnPointError.
BlockedSpawnPointChecker<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 assert that mobs or spawn points aren't on blocked squares.
BlockedSpawnPointChecker(ValidatorPreferences, Integer...) - Constructor for class net.sf.gridarta.model.validation.checks.BlockedSpawnPointChecker
Creates a new instance.
BlockedSpawnPointError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.errors
Indicates a spawn point that has can never spawn a mob because all possible destinations are blocked.
BlockedSpawnPointError(G) - Constructor for class net.sf.gridarta.model.validation.errors.BlockedSpawnPointError
Create a new instance.
BlockedSquareChecker<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 assert that a square that's blocked and no_pass is not surrounded by blocked and no_pass only.
BlockedSquareChecker(ValidatorPreferences) - Constructor for class net.sf.gridarta.model.validation.checks.BlockedSquareChecker
Creates a new instance.
BlockedSquareError<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 ValidationError that refers to a completely blocked map square.
BlockedSquareError(MapSquare<G, A, R>) - Constructor for class net.sf.gridarta.model.validation.errors.BlockedSquareError
Creates a new instance.
BLOCKSVIEW - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The name of the "blocksview" attribute.
BLUE_MASK - Static variable in class net.sf.gridarta.model.face.ColourFilter
The mask for selecting the blue bits.
bookmarkDirectoryCancel() - Method in class net.sf.gridarta.gui.dialog.bookmarks.BookmarkDirectoryDialog
Action method for cancel.
BookmarkDirectoryDialog - Class in net.sf.gridarta.gui.dialog.bookmarks
A dialog that queries a bookmark directory name.
BookmarkDirectoryDialog(Component, String) - Constructor for class net.sf.gridarta.gui.dialog.bookmarks.BookmarkDirectoryDialog
Creates a new instance.
bookmarkDirectoryOkay() - Method in class net.sf.gridarta.gui.dialog.bookmarks.BookmarkDirectoryDialog
Action method for okay.
BookmarksMapMenuPreferences - Class in net.sf.gridarta.gui.mapmenu
An AbstractMapMenuPreferences implementation that manages bookmark menu entries.
BookmarksMapMenuPreferences(PathManager) - Constructor for class net.sf.gridarta.gui.mapmenu.BookmarksMapMenuPreferences
Creates a new instance.
BooleanParameter<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 boolean value.
BooleanParameter() - Constructor for class net.sf.gridarta.plugin.parameter.BooleanParameter
Creates a new instance.
BooleanParameterView<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
BooleanParameterView(Component, BooleanParameter<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.plugin.parameter.BooleanParameterView
Creates a new instance.
BorderPanel - Class in net.sf.gridarta.gui.utils.borderpanel
A Component that permanently displays another Component and optionally displays more components on the borders.
BorderPanel(Component, BorderPanelListener) - Constructor for class net.sf.gridarta.gui.utils.borderpanel.BorderPanel
Creates a new instance.
BorderPanelListener - Interface in net.sf.gridarta.gui.utils.borderpanel
Interface for listeners interested in BorderPanel related events.
BorderSplitPane - Class in net.sf.gridarta.gui.utils.borderpanel
A Component that permanently shows another component and optionally displays a JSplitPane and one or two other components.
BorderSplitPane(Component, Location, BorderSplitPaneListener, int) - Constructor for class net.sf.gridarta.gui.utils.borderpanel.BorderSplitPane
Creates a new instance.
BorderSplitPaneListener - Interface in net.sf.gridarta.gui.utils.borderpanel
Interface for listeners interested in BorderSplitPane related events.
BOTTOM - Static variable in class net.sf.gridarta.textedit.textarea.ScrollLayout
 
BottommostInsertionMode<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmodel
Insert bottommost.
BottommostInsertionMode() - Constructor for class net.sf.gridarta.model.mapmodel.BottommostInsertionMode
 
browseArchetypes() - Method in class net.sf.gridarta.action.BrowseArchetypesAction
Shows the browse archetypes dialog.
BrowseArchetypesAction<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 displays the browse archetypes dialog.
BrowseArchetypesAction(Component, ArchetypeChooserControl<G, A, R>, ObjectChooser<G, A, R>, ArchetypeSet<G, A, R>, ImageIcon) - Constructor for class net.sf.gridarta.action.BrowseArchetypesAction
Creates a new instance.
browseArchetypesAddAttribute() - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesDialog
Action method for "add attribute".
BrowseArchetypesDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.browsearchetypes
A dialog that displays archetypes.
BrowseArchetypesDialog(Component, ArchetypeChooserControl<G, A, R>, ObjectChooser<G, A, R>, ArchetypeSet<G, A, R>, ImageIcon) - Constructor for class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesDialog
Creates a new instance.
BrowseArchetypesDialogManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.browsearchetypes
A dialog manager for the browse archetypes dialog.
BrowseArchetypesDialogManager(Component, ArchetypeChooserControl<G, A, R>, ObjectChooser<G, A, R>, ArchetypeSet<G, A, R>, ImageIcon) - Constructor for class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesDialogManager
Creates a new instance.
browseArchetypesSave() - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesDialog
Action method for saving the current list to a CSV file.
BrowseArchetypesTableModel<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.browsearchetypes
A TableModel that displays a selected set of attributes within a list of archetypes.
BrowseArchetypesTableModel(ArchetypeSet<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesTableModel
Creates a new instance.
BshThread<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.plugin
A BshThread.
BshThread(String, Plugin<G, A, R>, Interpreter) - Constructor for class net.sf.gridarta.plugin.BshThread
Creates a new instance.
BtnPopup - Class in net.sf.gridarta.gui.filter
 
BtnPopup(JMenu, String) - Constructor for class net.sf.gridarta.gui.filter.BtnPopup
 
buildAttribute(Attributes, Iterable<ArchetypeAttributeSection>) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.AttributesPaneBuilder
Constructs the central part of the attribute dialog, containing the object's attributes.
ButtonList - Class in net.sf.gridarta.gui.utils.tabbedpanel
A list of buttons where at most one button is active at any time.
ButtonList(Location) - Constructor for class net.sf.gridarta.gui.utils.tabbedpanel.ButtonList
Creates a new instance.
ButtonListListener - Interface in net.sf.gridarta.gui.utils.tabbedpanel
Interface for listeners interested in ButtonList related events.
ButtonLists - Class in net.sf.gridarta.gui.utils.tabbedpanel
Maintains a set of ButtonLists for Locations of Tabs.
ButtonLists(ButtonListsListener) - Constructor for class net.sf.gridarta.gui.utils.tabbedpanel.ButtonLists
Creates a new instance.
ButtonListsListener - Interface in net.sf.gridarta.gui.utils.tabbedpanel
Interface for listeners interested in ButtonLists related events.

C

CacheFiles - Interface in net.sf.gridarta.model.io
Creates derived files for caching files.
calculateNewCursorLocation(Point, Size2D, Direction) - Static method in class net.sf.gridarta.gui.map.mapactions.EnterMap
Calculate the map cursor location for the new viewport.
calculateOrigin() - Method in class net.sf.gridarta.gui.map.renderer.AbstractSimpleIsoMapRenderer
The origin which is located in the NORTH_WEST-corner of the map is calculated.
calculateTilePath(Direction, MapFile) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Calculate a single tile path in a particular direction.
calculateTilePath(Direction, MapFile) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Calculate a single tile path in a particular direction.
calculateTilePaths(MapFile, File) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Calculates tiled paths for the map automatically.
calculateTilePaths(MapFile, File) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Calculates tiled paths for the map automatically.
callExit(int) - Static method in class net.sf.gridarta.mainactions.DefaultExiter
Calls System.exit(int) or does nothing depending on the user's settings.
canApply() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ArchTab
Returns whether a selected game object exists and the current value differs from the initially set value.
canApply() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
Returns whether a selected game object exists and the current value differs from the initially set value.
canApply() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.FaceTab
Returns whether a selected game object exists and the current value differs from the initially set value.
canApply() - Method in interface net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesTab
Returns whether a selected game object exists and the current value differs from the initially set value.
canApply() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.MsgTextTab
Returns whether a selected game object exists and the current value differs from the initially set value.
canApply() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.TextEditorTab
Returns whether a selected game object exists and the current value differs from the initially set value.
canApplyChanges() - Method in class net.sf.gridarta.gui.panel.gameobjecttexteditor.GameObjectTextEditor
Returns whether the current text field differs from the initial value.
cancelButton() - Method in class net.sf.gridarta.textedit.textarea.actions.Replace.ReplaceDialog
Action method for cancel.
canExit() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginController
Prompts the user for all unsaved plugins.
canExit() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Invoked when the user wants to exit the application.
CannotLoadMapFileException - Exception in net.sf.gridarta.actions
Exception thrown if a map file cannot be loaded.
CannotLoadMapFileException(String, Throwable) - Constructor for exception net.sf.gridarta.actions.CannotLoadMapFileException
Creates a new instance.
CannotSaveMapFileException - Exception in net.sf.gridarta.actions
Exception thrown if a map file cannot be saved.
CannotSaveMapFileException(File, Throwable) - Constructor for exception net.sf.gridarta.actions.CannotSaveMapFileException
Creates a new instance.
canRedo() - Method in class net.sf.gridarta.model.undo.UndoModel
Return whether a "redo" operation is possible.
canShift(Direction) - Method in class net.sf.gridarta.gui.misc.ShiftProcessor
Check whether shifting is possible.
canShow(G) - Method in class net.sf.gridarta.gui.filter.DefaultFilterControl
canShow(G) - Method in interface net.sf.gridarta.gui.filter.FilterControl
 
canShow(GameObject<?, ?, ?>, NamedFilterConfig) - Method in class net.sf.gridarta.model.filter.NamedFilter
Returns whether this filter matches a GameObject.
canUndo() - Method in class net.sf.gridarta.model.undo.UndoModel
Return whether an "undo" operation is possible.
canWriteCollected() - Method in class net.sf.gridarta.model.resource.AbstractResources
Whether the resources can be written in collected form.
CellRenderer<K> - Class in net.sf.gridarta.gui.panel.connectionview
A DefaultListCellRenderer for rendering Connection objects in a list.
CellRenderer() - Constructor for class net.sf.gridarta.gui.panel.connectionview.CellRenderer
Creates a new instance.
CellRenderer<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.selectedsquare
CellRenderer for rendering ArchObjects on a certain map square in a list.
CellRenderer(FaceObjectProviders, Icon) - Constructor for class net.sf.gridarta.gui.panel.selectedsquare.CellRenderer
Creates a new instance.
CENTER - Static variable in class net.sf.gridarta.textedit.textarea.ScrollLayout
 
CFPythonPopup - Class in net.sf.gridarta.textedit.scripteditor
This class implements a popup window which shows all python methods in the 'CFPython' package.
CFPythonPopup(ScriptEditControl, MenuEntries) - Constructor for class net.sf.gridarta.textedit.scripteditor.CFPythonPopup
Creates a new instance.
CFPythonPopupMenu - Class in net.sf.gridarta.textedit.scripteditor
MenuHelper class, inherits from JPopupMenu.
CFPythonPopupMenu(JComboBox) - Constructor for class net.sf.gridarta.textedit.scripteditor.CFPythonPopupMenu
 
CFTreasureListTree - Class in net.sf.gridarta.gui.treasurelist
The CFTreasureListTree class fully manages treasurelists.
CFTreasureListTree(TreasureTree, Frame, ArchetypeSet<?, ?, ?>, FaceObjectProviders, ResourceIcons) - Constructor for class net.sf.gridarta.gui.treasurelist.CFTreasureListTree
Creates a new instance.
change() - Method in interface net.sf.gridarta.utils.DelayedChangeListener
Called for forwarded change events.
change() - Method in class net.sf.gridarta.utils.DelayedChangeManager
Delivers a change event to the associated DelayedChangeListener.
changed() - Method in class net.sf.gridarta.plugin.parameter.AbstractPluginParameter
Notifies all listeners that this plugin parameter has changed.
changed() - Method in interface net.sf.gridarta.plugin.parameter.PluginParameterListener
A value of the plugin parameter has changed.
children() - Method in class net.sf.gridarta.model.data.NamedTreeNode
children() - Method in class net.sf.gridarta.model.treasurelist.TreasureTreeNode
childrenNames(String) - Method in class net.sf.gridarta.preferences.Storage
Return the names of the children of a node.
childrenNamesSpi() - Method in class net.sf.gridarta.preferences.FilePreferences
childSpi(String) - Method in class net.sf.gridarta.preferences.FilePreferences
chooseDefaultScriptName(File, String, String, PathManager) - Static method in class net.sf.gridarta.model.scripts.ScriptUtils
Try to create a reasonable default script name for lazy users.
cleanCompletelyBlockedSquares() - Method in class net.sf.gridarta.action.CleanCompletelyBlockedSquaresAction
The action method for "cleanCompletelyBlockedSquares".
CleanCompletelyBlockedSquaresAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.action
 
CleanCompletelyBlockedSquaresAction(MapManager<G, A, R>) - Constructor for class net.sf.gridarta.action.CleanCompletelyBlockedSquaresAction
Creates a new instance.
clear(MapView<G, A, R>, Rectangle) - Method in class net.sf.gridarta.gui.copybuffer.CopyBuffer
Executing the Clear command.
clear() - Method in class net.sf.gridarta.gui.dialog.findarchetypes.TableModel
Clear the model's contents.
clear() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserModel
Removes all map files.
clear() - Method in class net.sf.gridarta.mainactions.MainActions
"Clear" was selected from the Edit menu.
clear() - Method in class net.sf.gridarta.model.index.AbstractIndex
Clears all values from the index.
clear() - Method in interface net.sf.gridarta.model.index.Index
Clears all values from the index.
clear() - Method in class net.sf.gridarta.model.mapmodel.SavedSquares
Forgets all saved squares.
clear() - Method in class net.sf.gridarta.textedit.textarea.TextAreaBrackets
Clears the highlighted bracket.
clearAlpha() - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Clear the transparency.
clearAlpha() - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Clear the transparency.
clearBackground(Graphics) - Method in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
Clears the window to background color if necessary.
clearBackground(Graphics) - Method in class net.sf.gridarta.gui.map.renderer.IsoMapRenderer
Clears the window to background color if necessary.
clearBackground(Graphics) - Method in class net.sf.gridarta.gui.map.renderer.IsoPickmapRenderer
Clears the window to background color if necessary.
clearErrors() - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Clears all error flags.
clearMap() - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Clears this map completely.
clearMap() - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Clears this map completely.
clearMap() - Method in class net.sf.gridarta.model.mapmodel.MapSquareGrid
This implementation is very safe by recreating every single MapSquare as new empty square with the trade-off of some strain of the garbage-collector.
clicked(MouseOpEvent<G, A, R>) - Method in interface net.sf.gridarta.gui.map.event.MouseOpListener
Mouse was clicked.
clicked(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.DeletionTool
Mouse was clicked.
clicked(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.InsertionTool
Mouse was clicked.
clicked(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.SelectionTool
Mouse was clicked.
clicked(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.VoidTool
Mouse was clicked.
clone() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.MaskChangeAL
clone() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.ViewTreasurelistAL
clone() - Method in class net.sf.gridarta.gui.map.viewaction.ViewAction
clone() - Method in class net.sf.gridarta.gui.mapdesktop.WindowAction
clone() - Method in class net.sf.gridarta.gui.mapfiles.MapFolderTreeAction
clone() - Method in class net.sf.gridarta.gui.mapmenu.MapMenuAction
clone() - Method in class net.sf.gridarta.gui.utils.AnimTreeChooseAction
clone() - Method in class net.sf.gridarta.gui.utils.FaceTreeChooseAction
clone() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.TabButtonAction
clone() - Method in class net.sf.gridarta.gui.utils.TreeChooseAction
clone() - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
clone() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
clone() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Creates a clone of this base object.
clone() - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
clone() - Method in class net.sf.gridarta.model.face.ColourFilter
clone() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
clone() - Method in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
clone() - Method in class net.sf.gridarta.model.mapmodel.MapSquare
clone() - Method in class net.sf.gridarta.model.match.SetEnabledAction
clone() - Method in class net.sf.gridarta.utils.AlphaImageFilter
clone() - Method in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
Creates a clone of this base object.
clone() - Method in class net.sf.gridarta.var.atrinik.model.archetype.DefaultArchetype
clone() - Method in class net.sf.gridarta.var.atrinik.model.archetype.UndefinedArchetype
clone() - Method in class net.sf.gridarta.var.atrinik.model.gameobject.GameObject
clone() - Method in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
Creates a clone of this base object.
clone() - Method in class net.sf.gridarta.var.crossfire.model.archetype.DefaultArchetype
clone() - Method in class net.sf.gridarta.var.crossfire.model.archetype.UndefinedArchetype
clone() - Method in class net.sf.gridarta.var.crossfire.model.gameobject.GameObject
clone() - Method in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
Creates a clone of this base object.
clone() - Method in class net.sf.gridarta.var.daimonin.model.archetype.DefaultArchetype
clone() - Method in class net.sf.gridarta.var.daimonin.model.archetype.UndefinedArchetype
clone() - Method in class net.sf.gridarta.var.daimonin.model.gameobject.GameObject
cloneAndClear() - Method in class net.sf.gridarta.model.mapmodel.SavedSquares
Creates a new instance having the same contents as this instance, then forgets all saves squares in this instance.
cloneGameObject(G) - Method in class net.sf.gridarta.model.gameobject.AbstractIsoGameObjectFactory
Creates a copy of a game object.
cloneGameObject(G) - Method in interface net.sf.gridarta.model.gameobject.GameObjectFactory
Creates a copy of a game object.
cloneGameObject(GameObject) - Method in class net.sf.gridarta.var.crossfire.model.gameobject.DefaultGameObjectFactory
Creates a copy of a game object.
cloneMultiGameObject(G) - Method in class net.sf.gridarta.model.gameobject.AbstractGameObjectFactory
Creates a copy of a game object, including tail parts.
cloneMultiGameObject(G) - Method in interface net.sf.gridarta.model.gameobject.GameObjectFactory
Creates a copy of a game object, including tail parts.
clonePlugin() - Method in class net.sf.gridarta.plugin.Plugin
Returns a clone copy of this plugin.
CLOSE_TAB_SMALL_ICON - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
CloseableTabbedPane - Class in net.sf.gridarta.gui.dialog.plugin
 
CloseableTabbedPane(ImageIcon) - Constructor for class net.sf.gridarta.gui.dialog.plugin.CloseableTabbedPane
Creates a new instance.
closeActiveTab() - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditControl
Close the active script-tab.
closeActiveTab() - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditView
Closes the active script-tab.
closeAllMaps() - Method in class net.sf.gridarta.action.CloseAllMapsAction
Closes all open map windows.
closeAllMaps() - Method in class net.sf.gridarta.gui.misc.DefaultFileControl
Invoked when the user wants to close all maps.
closeAllMaps() - Method in interface net.sf.gridarta.model.mapmanager.FileControl
Invoked when the user wants to close all maps.
CloseAllMapsAction<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 closes all map windows.
CloseAllMapsAction(DefaultFileControl<G, A, R>) - Constructor for class net.sf.gridarta.action.CloseAllMapsAction
Creates a new instance.
closeAllTabs() - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditControl
Close all opened script-tabs.
closeAllViews() - Method in class net.sf.gridarta.gui.map.mapview.MapViews
Closes all views of a MapControl.
closeMap() - Method in class net.sf.gridarta.gui.map.MapFileActions
Invoked when the user wants to close the map.
closeMap(MapControl<G, A, R>) - Method in class net.sf.gridarta.model.mapmanager.AbstractMapManager
Closes the given map, ignoring modified status.
closeMap(MapControl<G, A, R>) - Method in interface net.sf.gridarta.model.mapmanager.MapManager
Closes the given map, ignoring modified status.
closeMapView(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
Invoked when the user wants to close a map view.
closeNotify() - Method in class net.sf.gridarta.gui.map.MapFileActions
Unregister all registered listeners.
closeNotify() - Method in class net.sf.gridarta.gui.map.mapview.DefaultMapView
This function must be called when the view is closed.
closeNotify() - Method in class net.sf.gridarta.gui.map.mapview.ErroneousMapSquares
Must be called when this instance is not used anymore.
closeNotify() - Method in class net.sf.gridarta.gui.map.mapview.MapCursorTracker
Must be called when this instance is not used anymore.
closeNotify() - Method in interface net.sf.gridarta.gui.map.mapview.MapView
This function must be called when the view is closed.
closeNotify() - Method in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
Must be called when this renderer is not used anymore.
closeNotify() - Method in class net.sf.gridarta.gui.map.renderer.AbstractMapRenderer
Must be called when this renderer is not used anymore.
closeNotify() - Method in class net.sf.gridarta.gui.map.renderer.IsoMapRenderer
Must be called when this renderer is not used anymore.
closeNotify() - Method in class net.sf.gridarta.gui.map.renderer.SimpleIsoMapRenderer
Must be called when this renderer is not used anymore.
closeNotify() - Method in class net.sf.gridarta.gui.mapuserlistener.MapMouseListener
Must be called when this object is freed.
closeNotify() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Must be called when this renderer is not used anymore.
closeNotify() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatMapRenderer
Must be called when this renderer is not used anymore.
closeNotify() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.SimpleFlatMapRenderer
Must be called when this renderer is not used anymore.
closeView(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViews
Closes a view of a MapControl.
closeView(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
Closes a view of a MapControl.
ClosingIcon - Class in net.sf.gridarta.gui.dialog.plugin
the idea for this class stems from limewire's CancelSearchIconProxy class, thanks for going open source guys.
ClosingIcon(Icon) - Constructor for class net.sf.gridarta.gui.dialog.plugin.ClosingIcon
 
ClosingLabel - Class in net.sf.gridarta.gui.dialog.browsearchetypes
A JLabel that tracks the x coordinate at which it was painted last.
ClosingLabel(Icon) - Constructor for class net.sf.gridarta.gui.dialog.browsearchetypes.ClosingLabel
Creates a new instance.
ClosingListener - Class in net.sf.gridarta.gui.dialog.plugin
 
ClosingListener(JTabbedPane) - Constructor for class net.sf.gridarta.gui.dialog.plugin.ClosingListener
Creates a new instance.
Codec - Class in net.sf.gridarta.preferences
Utility class to encode arbitrary Strings to fit in a single text line.
collect(Progress, File) - Method in class net.sf.gridarta.model.collectable.AbstractArchetypeSetCollectable
Collects information.
collect(Progress, File) - Method in class net.sf.gridarta.model.collectable.AnimationObjectsCollectable
Collects information.
collect(Progress, File) - Method in interface net.sf.gridarta.model.collectable.Collectable
Collects information.
collect(Progress, File) - Method in class net.sf.gridarta.model.collectable.FaceObjectsCollectable
Collects information.
collect(Progress, File) - Method in class net.sf.gridarta.model.collectable.SmoothFacesCollectable
Collects information.
collect(ValidationError<G, A, R>) - Method in class net.sf.gridarta.model.validation.DefaultErrorCollector
Collect an error.
collect(ValidationError<G, A, R>) - Method in interface net.sf.gridarta.model.validation.ErrorCollector
Collect an error.
Collectable - Interface in net.sf.gridarta.model.collectable
A Collectable has information that can be collected.
collectArches() - Method in class net.sf.gridarta.action.CollectArchesAction
Runs the archetype collection.
CollectArchesAction<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 runs the archetype collection.
CollectArchesAction(ProjectSettings, AbstractResources<G, A, R>, Exiter, JFrame) - Constructor for class net.sf.gridarta.action.CollectArchesAction
Creates a new instance.
CollectArchesCommand - Class in net.sf.gridarta.commands
Run archetype collection.
CollectArchesCommand(ProjectModel<?, ?, ?>) - Constructor for class net.sf.gridarta.commands.CollectArchesCommand
Creates a new instance.
collectArchetype(R, Writer) - Method in class net.sf.gridarta.model.collectable.AbstractArchetypeSetCollectable
Collects an Archetype: writes its definition into a writer.
collectArchetype(Archetype, Writer) - Method in class net.sf.gridarta.var.atrinik.model.collectable.AtrinikArchetypeSetCollectable
Collects an Archetype: writes its definition into a writer.
collectArchetype(Archetype, Writer) - Method in class net.sf.gridarta.var.crossfire.model.collectable.CrossfireArchetypeSetCollectable
Collects an Archetype: writes its definition into a writer.
collectArchetype(Archetype, Writer) - Method in class net.sf.gridarta.var.daimonin.model.collectable.DaimoninArchetypeSetCollectable
Collects an Archetype: writes its definition into a writer.
CollectedConfigSource - Class in net.sf.gridarta.var.atrinik.model.settings
An AbstractConfigSource that reads collected files for Crossfire.
CollectedConfigSource() - Constructor for class net.sf.gridarta.var.atrinik.model.settings.CollectedConfigSource
 
CollectedConfigSource - Class in net.sf.gridarta.var.crossfire.model.settings
An AbstractConfigSource that reads collected files for Crossfire.
CollectedConfigSource() - Constructor for class net.sf.gridarta.var.crossfire.model.settings.CollectedConfigSource
 
CollectedConfigSource - Class in net.sf.gridarta.var.daimonin.model.settings
An AbstractConfigSource that reads collected files for Crossfire.
CollectedConfigSource() - Constructor for class net.sf.gridarta.var.daimonin.model.settings.CollectedConfigSource
 
CollectedFaceProvider - Class in net.sf.gridarta.model.face
Implementation of FaceProvider which reads images from the collected PNG archive.
CollectedFaceProvider(File) - Constructor for class net.sf.gridarta.model.face.CollectedFaceProvider
Creates a new instance.
CollectedFaceProvider(String) - Constructor for class net.sf.gridarta.model.face.CollectedFaceProvider
Creates a new instance.
CollectedResourcesReader - Class in net.sf.gridarta.var.atrinik.resource
Loads all resources from collected files.
CollectedResourcesReader(File, ArchetypeSet<GameObject, MapArchObject, Archetype>, AbstractArchetypeParser<GameObject, MapArchObject, Archetype, ?>, FaceObjects, AnimationObjects) - Constructor for class net.sf.gridarta.var.atrinik.resource.CollectedResourcesReader
Creates a new instance.
CollectedResourcesReader - Class in net.sf.gridarta.var.crossfire.resource
Loads all resources from collected files.
CollectedResourcesReader(File, File, ArchetypeSet<GameObject, MapArchObject, Archetype>, AbstractArchetypeParser<GameObject, MapArchObject, Archetype, ?>, FaceObjects, AnimationObjects, SmoothFaces) - Constructor for class net.sf.gridarta.var.crossfire.resource.CollectedResourcesReader
Creates a new instance.
CollectedResourcesReader - Class in net.sf.gridarta.var.daimonin.resource
Loads all resources from collected files.
CollectedResourcesReader(File, ArchetypeSet<GameObject, MapArchObject, Archetype>, AbstractArchetypeParser<GameObject, MapArchObject, Archetype, ?>, FaceObjects, AnimationObjects) - Constructor for class net.sf.gridarta.var.daimonin.resource.CollectedResourcesReader
Creates a new instance.
CollectedResourcesWriter - Class in net.sf.gridarta.model.resource
Writes resources into a collection.
CollectedResourcesWriter() - Constructor for class net.sf.gridarta.model.resource.CollectedResourcesWriter
 
collectHeads(int, int, int, int, Collection<GameObject<G, A, R>>) - Method in class net.sf.gridarta.model.mapmodel.MapSquareGrid
Adds all head parts for game object within an area to a collection.
Collector - Class in net.sf.gridarta.commands
A Collector is capable of iterating over a collection of Collectables and collecting them in a separate Thread with a nice GUI.
Collector(Progress, AbstractResources<?, ?, ?>, File) - Constructor for class net.sf.gridarta.commands.Collector
Create a Collector.
collectSpells() - Method in class net.sf.gridarta.action.CollectSpellsAction
The action method for "collectSpells".
CollectSpellsAction - Class in net.sf.gridarta.action
 
CollectSpellsAction(SpellsUtils, ProjectSettings, Component) - Constructor for class net.sf.gridarta.action.CollectSpellsAction
Creates a new instance.
collectTempList(List<G>) - Method in class net.sf.gridarta.model.io.AbstractGameObjectParser
Browse first through the archetype list and attach map arches to it then browse through the face list and try to find the pictures.
collectTempList(List<G>) - Method in interface net.sf.gridarta.model.io.GameObjectParser
Browse first through the archetype list and attach map arches to it then browse through the face list and try to find the pictures.
ColourFilter - Class in net.sf.gridarta.model.face
Class to filter images by simply applying a boolean OR operation.
ColourFilter(int) - Constructor for class net.sf.gridarta.model.face.ColourFilter
Create an ColourFilter.
Command - Interface in net.sf.gridarta.commands
Interface for command-line commands.
COMMENT1 - Static variable in class net.sf.gridarta.textedit.textarea.Token
Comment 1 token id.
COMMENT2 - Static variable in class net.sf.gridarta.textedit.textarea.Token
Comment 2 token id.
CommonConstants - Class in net.sf.gridarta.utils
Class with constants used in Gridarta and derivates.
compare(GameObject<?, ?, ?>, GameObject<?, ?, ?>) - Method in class net.sf.gridarta.gui.dialog.goexit.MapListCellRenderer
compare(PickmapState<?, ?, ?>, PickmapState<?, ?, ?>) - Method in class net.sf.gridarta.gui.mapfiles.MapFileNameComparator
compare(Archetype<G, A, R>, Archetype<G, A, R>) - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeIconCellRenderer
compare(Archetype<G, A, R>, Archetype<G, A, R>) - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeNameCellRenderer
compare(Archetype<G, A, R>, Archetype<G, A, R>) - Method in class net.sf.gridarta.gui.panel.archetypechooser.DisplayNameCellRenderer
compare(G, G) - Method in class net.sf.gridarta.model.validation.errors.GameObjectFormatter
 
compare(MapSquare<G, A, R>, MapSquare<G, A, R>) - Method in class net.sf.gridarta.model.validation.errors.MapSquareFormatter
 
compare(ValidationError<G, A, R>, ValidationError<G, A, R>) - Method in class net.sf.gridarta.model.validation.ValidationErrorComparator
compareTo(NamedObject) - Method in class net.sf.gridarta.model.data.AbstractNamedObject
compareTo(NamedTreeNode<E>) - Method in class net.sf.gridarta.model.data.NamedTreeNode
compareTo(NamedObject) - Method in class net.sf.gridarta.model.face.DefaultFaceObject
Overridden to sort bug.101 and bug.111 before all other faces.
compareTo(MapLocation) - Method in class net.sf.gridarta.model.maplocation.MapLocation
compareTo(AbsoluteMapPath) - Method in class net.sf.gridarta.model.mapmodel.AbsoluteMapPath
compareTo(RelativeMapPath) - Method in class net.sf.gridarta.model.mapmodel.RelativeMapPath
compareValue(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.match.AttributeGameObjectMatcher
Compares the attribute value of a given game object with the expected value.
compareValue(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.match.IntAttributeGameObjectMatcher
Compares the attribute value of a given game object with the expected value.
compareValue(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.match.StringAttributeGameObjectMatcher
Compares the attribute value of a given game object with the expected value.
configChanged(FilterConfigChangeType, FilterConfig<?, ?>) - Method in interface net.sf.gridarta.model.filter.FilterConfigListener
A FilterConfig has changed.
ConfigFileUtils - Class in net.sf.gridarta.utils
Loader for loading resources the user's home directory.
ConfigSource - Interface in net.sf.gridarta.model.configsource
Possible source locations for configuration files.
ConfigSourceFactory - Interface in net.sf.gridarta.model.configsource
A factory for creating ConfigSources.
ConfirmErrorsDialog - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
Utility class for displaying a dialog to keep or dump invalid attributes of a game object.
confirmSaveChanges(MapControl<G, A, R>) - Method in class net.sf.gridarta.gui.misc.DefaultFileControl
Asks the user whether to save changes of a map.
confirmSaveChanges(MapControl<G, A, R>) - Method in interface net.sf.gridarta.model.mapmanager.FileControl
Asks the user whether to save changes of a map.
ConnectedInsideContainerChecker<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 containers do not contain connected objects.
ConnectedInsideContainerChecker(ValidatorPreferences) - Constructor for class net.sf.gridarta.model.validation.checks.ConnectedInsideContainerChecker
Creates a new instance.
ConnectedInsideContainerError<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 mobs outside spawn points.
ConnectedInsideContainerError(G) - Constructor for class net.sf.gridarta.model.validation.errors.ConnectedInsideContainerError
Create a MobOutsideSpawnPointError.
ConnectedPickableChecker<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 Validator to assert that connected objects cannot be picked up.
ConnectedPickableChecker(ValidatorPreferences) - Constructor for class net.sf.gridarta.model.validation.checks.ConnectedPickableChecker
Creates a new instance.
ConnectedPickableError<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 mobs outside spawn points.
ConnectedPickableError(G) - Constructor for class net.sf.gridarta.model.validation.errors.ConnectedPickableError
Create a MobOutsideSpawnPointError.
connectFaces() - Method in interface net.sf.gridarta.model.archetypeset.ArchetypeSet
 
connectFaces() - Method in class net.sf.gridarta.model.archetypeset.DefaultArchetypeSet
Connection<K> - Class in net.sf.gridarta.gui.panel.connectionview
Stores GameObjects related to key values.
Connection(K) - Constructor for class net.sf.gridarta.gui.panel.connectionview.Connection
Create a new instance.
ConnectionChecker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
Checks that for each connection value at least one source and at least one sink exists.
ConnectionChecker(ValidatorPreferences, GameObjectMatcher, GameObjectMatcher, GameObjectMatcher) - Constructor for class net.sf.gridarta.model.validation.checks.ConnectionChecker
Create a new instance.
ConnectionControl<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.connectionview
The controller of the connection view control.
ConnectionControl(MapViewManager<G, A, R>, DelayedMapModelListenerManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.panel.connectionview.ConnectionControl
Create a new instance.
ConnectionError<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 for incorrectly connected objects.
ConnectionError(MapModel<G, A, R>, int, Iterable<G>) - Constructor for class net.sf.gridarta.model.validation.errors.ConnectionError
Create a new instance.
Connections - Class in net.sf.gridarta.model.connectionview
Utility class to parse "connected" fields in game objects.
ConnectionUnknownError<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 for a connected object that is not supposed to be connected.
ConnectionUnknownError(G) - Constructor for class net.sf.gridarta.model.validation.errors.ConnectionUnknownError
Create a new instance.
ConnectionView<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.connectionview
The view of the connection view control.
ConnectionView(MapViewManager<G, A, R>, DelayedMapModelListenerManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.panel.connectionview.ConnectionView
Create a ConnectionView.
ConnectionWithoutSinksError<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 for a set of connected objects for which no sinks exist.
ConnectionWithoutSinksError(MapModel<G, A, R>, int, Iterable<G>) - Constructor for class net.sf.gridarta.model.validation.errors.ConnectionWithoutSinksError
Create a new instance.
ConnectionWithoutSourcesError<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 for a set of connected objects for which no sources exist.
ConnectionWithoutSourcesError(MapModel<G, A, R>, int, Iterable<G>) - Constructor for class net.sf.gridarta.model.validation.errors.ConnectionWithoutSourcesError
Create a new instance.
ConsoleErrorView - Class in net.sf.gridarta.gui.dialog.errorview
An ErrorView that reports all errors to the console.
ConsoleErrorView() - Constructor for class net.sf.gridarta.gui.dialog.errorview.ConsoleErrorView
 
Constants - Class in net.sf.gridarta.model.archetypetype
Constants needed to parse "types.xml" files.
contains(int, int) - Method in class net.sf.gridarta.gui.dialog.plugin.ClosingIcon
Returns whether xEvent and yEvent are within the icon's borders.
contains(byte[], int, byte[]) - Static method in class net.sf.gridarta.utils.ArrayUtils
Helper method that checks whether a region in a byte array at a given offset contains the same as another byte array.
containsArchetype(R) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserFolder
Returns whether an Archetype is part of this folder.
containsArchObjectMatcher(GameObjectMatcher) - Method in class net.sf.gridarta.model.match.MutableOrGameObjectMatcher
Checks whether a certain GameObjectMatcher is contained in this matcher.
containsEncoding(int) - Method in class net.sf.gridarta.model.archetypetype.AttributeBitmask
Returns whether an external encoding for value exists.
containsKey(String) - Method in class net.sf.gridarta.model.archetypetype.IgnorelistsDefinition
Returns whether an ignore list name exists.
containsKey(String) - Method in class net.sf.gridarta.model.data.AbstractNamedObjects
Check whether an object is defined.
containsKey(String) - Method in interface net.sf.gridarta.model.data.NamedObjects
Check whether an object is defined.
Control<K,G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.connectionview
Abstract controller base class for map view controls.
Control(View<K, G, A, R>) - Constructor for class net.sf.gridarta.gui.panel.connectionview.Control
Creates a new instance.
controlClear() - Method in class net.sf.gridarta.utils.ProcessRunner
Action method for clearing the log.
controlClient() - Method in class net.sf.gridarta.action.ControlClientAction
The action method for "controlClient".
ControlClientAction - Class in net.sf.gridarta.action
 
ControlClientAction(AppPreferencesModel, Frame) - Constructor for class net.sf.gridarta.action.ControlClientAction
Creates a new instance.
controlServer() - Method in class net.sf.gridarta.action.ControlServerAction
The action method for "controlServer".
ControlServerAction - Class in net.sf.gridarta.action
 
ControlServerAction(AppPreferencesModel, Frame) - Constructor for class net.sf.gridarta.action.ControlServerAction
Creates a new instance.
controlStart() - Method in class net.sf.gridarta.utils.ProcessRunner
Action method for starting.
controlStop() - Method in class net.sf.gridarta.utils.ProcessRunner
Action method for stopping.
convertType(PluginParameter<G, A, R, ?>, String) - Method in class net.sf.gridarta.plugin.Plugin
Changes the type of a plugin parameter.
coordsInTile(long, int, int) - Static method in class net.sf.gridarta.model.face.StretchedImageFilter
Checks whether the specified coordinates are inside a (possibly stretched) isometric tile.
copy(MapView<G, A, R>, Rectangle) - Method in class net.sf.gridarta.gui.copybuffer.CopyBuffer
Executing the Copy command.
copy() - Method in class net.sf.gridarta.mainactions.MainActions
"Copy" was selected from the Edit menu.
COPY - Static variable in class net.sf.gridarta.textedit.scripteditor.Actions
 
Copy - Class in net.sf.gridarta.textedit.textarea.actions
Action listener for COPY actions.
Copy() - Constructor for class net.sf.gridarta.textedit.textarea.actions.Copy
 
copy() - Method in class net.sf.gridarta.textedit.textarea.DefaultInputHandler
Returns a copy of this input handler that shares the same key bindings.
copy() - Method in class net.sf.gridarta.textedit.textarea.InputHandler
Returns a copy of this input handler that shares the same key bindings.
copy() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Places the selected text into the clipboard.
CopyBuffer<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.copybuffer
Common base implementation of CopyBuffer.
CopyBuffer(MapViewSettings, GameObjectFactory<G, A, R>, MapArchObjectFactory<A>, MapModelFactory<G, A, R>, InsertionModeSet<G, A, R>) - Constructor for class net.sf.gridarta.gui.copybuffer.CopyBuffer
Create the copy buffer.
copyListType(TreasureObj) - Method in class net.sf.gridarta.model.treasurelist.ArchTreasureObj
Copes the list type of a treasureone list.
copyListType(TreasureObj) - Method in class net.sf.gridarta.model.treasurelist.FolderTreasureObj
Copes the list type of a treasureone list.
copyListType(TreasureObj) - Method in class net.sf.gridarta.model.treasurelist.NoTreasureObj
Copes the list type of a treasureone list.
copyListType(TreasureObj) - Method in class net.sf.gridarta.model.treasurelist.TreasureListTreasureObj
Copes the list type of a treasureone list.
copyListType(TreasureObj) - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
Copes the list type of a treasureone list.
copyListType(TreasureObj) - Method in class net.sf.gridarta.model.treasurelist.YesTreasureObj
Copes the list type of a treasureone list.
CopyMode - Enum in net.sf.gridarta.gui.copybuffer
Mode for operations.
CopyReader - Class in net.sf.gridarta.utils
Copies a Reader into a String.
CopyReader(Reader) - Constructor for class net.sf.gridarta.utils.CopyReader
Creates a new instance.
correct(Component) - Method in class net.sf.gridarta.model.validation.errors.BlockedMobOrSpawnPointError
Try to correct this error.
correct(Component) - Method in class net.sf.gridarta.model.validation.errors.BlockedSquareError
Try to correct this error.
correct(Component) - Method in class net.sf.gridarta.model.validation.errors.ConnectedInsideContainerError
Try to correct this error.
correct(Component) - Method in class net.sf.gridarta.model.validation.errors.ConnectedPickableError
Try to correct this error.
correct(Component) - Method in interface net.sf.gridarta.model.validation.errors.CorrectableError
Try to correct this error.
correct(Component) - Method in class net.sf.gridarta.model.validation.errors.DoubleLayerError
Try to correct this error.
correct(Component) - Method in class net.sf.gridarta.model.validation.errors.DoubleTypeError
Try to correct this error.
correct(Component) - Method in class net.sf.gridarta.model.validation.errors.EmptySpawnPointError
Try to correct this error.
correct(Component) - Method in class net.sf.gridarta.model.validation.errors.EnvironmentSensorSlayingError
Try to correct this error.
correct(Component) - Method in class net.sf.gridarta.model.validation.errors.MobOutsideSpawnPointError
Try to correct this error.
correct(Component) - Method in class net.sf.gridarta.model.validation.errors.SlayingError
Try to correct this error.
correct(Component) - Method in class net.sf.gridarta.model.validation.errors.SquareWithoutFloorError
Try to correct this error.
correct(Component) - Method in class net.sf.gridarta.model.validation.errors.SysObjectNotOnLayerZeroError
Try to correct this error.
CorrectableError - Interface in net.sf.gridarta.model.validation.errors
This interface can be implemented by errors that provide a facility to correct them.
correctChance(double) - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
Updates the chance attribute by a corrector factor.
countInvObjects() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Counts the number of all inventory items (recursively).
countInvObjects() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Counts the number of all inventory items (recursively).
createAction(String, String, EditorAction) - Method in class net.sf.gridarta.maincontrol.EditorActionManager
Initializes a new action.
createActionOptional(String, String, EditorAction) - Method in class net.sf.gridarta.maincontrol.EditorActionManager
Initializes a new action.
createButton(String) - Method in enum net.sf.gridarta.gui.utils.borderpanel.Location
Creates an AbstractButton for this location.
createClone() - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Creates a copy of this object.
createClone() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Creates a copy of this object.
createClone() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Creates a copy of this object.
createClone() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Creates a copy of this object.
createConfig() - Method in interface net.sf.gridarta.model.filter.Filter
Creates a new FilterConfig instance for this filter.
createConfig() - Method in class net.sf.gridarta.model.filter.NamedFilter
Creates a new FilterConfig instance for this filter.
createConfig() - Method in class net.sf.gridarta.model.filter.NamedGameObjectMatcherFilter
Creates a new FilterConfig instance for this filter.
createConsole(String) - Method in class net.sf.gridarta.gui.dialog.plugin.PluginView
 
createDialog() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialog
Creates a new JDialog instance for this dialog.
createDialog(Component, String) - Method in class net.sf.gridarta.gui.dialog.plugin.PluginViewPane
Creates a new dialog.
createDialog(Component, String) - Method in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialog
createGameObject(R) - Method in interface net.sf.gridarta.model.gameobject.GameObjectFactory
Creates a new GameObject from an Archetype.
createGameObject() - Method in class net.sf.gridarta.model.spells.GameObjectSpell
Return a copy of the game object.
createGameObject(Archetype) - Method in class net.sf.gridarta.var.atrinik.model.gameobject.DefaultGameObjectFactory
Creates a new GameObject from an Archetype.
createGameObject(Archetype) - Method in class net.sf.gridarta.var.crossfire.model.gameobject.DefaultGameObjectFactory
Creates a new GameObject from an Archetype.
createGameObject(Archetype) - Method in class net.sf.gridarta.var.daimonin.model.gameobject.DefaultGameObjectFactory
Creates a new GameObject from an Archetype.
createGameObjectPart(R, G) - Method in interface net.sf.gridarta.model.gameobject.GameObjectFactory
Creates a new GameObject from an Archetype.
createGameObjectPart(Archetype, GameObject) - Method in class net.sf.gridarta.var.atrinik.model.gameobject.DefaultGameObjectFactory
Creates a new GameObject from an Archetype.
createGameObjectPart(Archetype, GameObject) - Method in class net.sf.gridarta.var.crossfire.model.gameobject.DefaultGameObjectFactory
Creates a new GameObject from an Archetype.
createGameObjectPart(Archetype, GameObject) - Method in class net.sf.gridarta.var.daimonin.model.gameobject.DefaultGameObjectFactory
Creates a new GameObject from an Archetype.
createImage() - Method in class net.sf.gridarta.gui.map.MapFileActions
Invoked when the user wants to create an image file of the map.
createImage(MapModel<G, A, R>, File) - Method in class net.sf.gridarta.gui.map.renderer.ImageCreator
 
createImage(MapModel<G, A, R>, Component) - Method in class net.sf.gridarta.gui.map.renderer.ImageCreator2
Create an image of a map and save it as a file.
createImage(String, long) - Method in class net.sf.gridarta.model.face.AbstractFaceProvider
Create an image not found in the cache.
createImage(String, long) - Method in class net.sf.gridarta.model.face.ArchFaceProvider
Create an image not found in the cache.
createImage(String, long) - Method in class net.sf.gridarta.model.face.CollectedFaceProvider
Create an image not found in the cache.
createImage(String, long) - Method in class net.sf.gridarta.model.face.FilterFaceProvider
Create an image not found in the cache.
createInventory(GameObject<G, A, R>, Iterable<G>) - Method in class net.sf.gridarta.model.gameobject.AbstractGameObjectFactory
Copies inventory objects from an archetype into a game object.
createInventory(GameObject<G, A, R>, Iterable<G>) - Method in interface net.sf.gridarta.model.gameobject.GameObjectFactory
Copies inventory objects from an archetype into a game object.
createLabel(String, Component) - Static method in class net.sf.gridarta.gui.utils.SwingUtils
Create a JLabel instance.
createMapControl(List<G>, A, MapFile) - Method in class net.sf.gridarta.model.mapmanager.AbstractMapManager
Creates a new MapControl instance.
createMapControl(List<G>, A, MapFile) - Method in class net.sf.gridarta.model.mapmanager.DefaultMapManager
Creates a new MapControl instance.
createMapControl(List<G>, A, MapFile) - Method in class net.sf.gridarta.model.mapmanager.DefaultPickmapManager
Creates a new MapControl instance.
createMapNamePanel() - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractNewMapDialog
 
createMapNamePanel() - Method in class net.sf.gridarta.gui.dialog.newmap.NewMapDialog
createMapNamePanel() - Method in class net.sf.gridarta.gui.dialog.newmap.NewPickmapDialog
createMapNamePanel() - Method in class net.sf.gridarta.gui.dialog.newmap.NewPickmapFolderDialog
createMapParametersPanel() - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractNewMapDialog
 
createMapParametersPanel() - Method in class net.sf.gridarta.gui.dialog.newmap.NewPickmapFolderDialog
 
createMenuEntries(JMenu) - Method in class net.sf.gridarta.gui.filter.DefaultFilterControl
createMenuEntries(JMenu) - Method in interface net.sf.gridarta.gui.filter.FilterControl
 
createNew() - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractNewMapDialog
Checks the given values and creates a new map.
createNew() - Method in class net.sf.gridarta.gui.dialog.newmap.NewMapDialog
Checks the given values and creates a new map.
createNew() - Method in class net.sf.gridarta.gui.dialog.newmap.NewPickmapDialog
Checks the given values and creates a new map.
createNew() - Method in class net.sf.gridarta.gui.dialog.newmap.NewPickmapFolderDialog
Checks the given values and creates a new map.
createNewEvent(Component, ScriptArchData<G, A, R>, G) - Method in class net.sf.gridarta.gui.scripts.ScriptArchEditor
 
createOptionsView() - Method in class net.sf.gridarta.gui.panel.tools.DeletionTool
Create a view for changing the options of this tool.
createOptionsView() - Method in class net.sf.gridarta.gui.panel.tools.InsertionTool
Create a view for changing the options of this tool.
createOptionsView() - Method in class net.sf.gridarta.gui.panel.tools.SelectionTool
Create a view for changing the options of this tool.
createOptionsView() - Method in interface net.sf.gridarta.gui.panel.tools.Tool
Create a view for changing the options of this tool.
createOptionsView() - Method in class net.sf.gridarta.gui.panel.tools.VoidTool
Create a view for changing the options of this tool.
createParameter(Element) - Method in class net.sf.gridarta.plugin.parameter.PluginParameterFactory
 
createParameter(String) - Method in class net.sf.gridarta.plugin.parameter.PluginParameterFactory
 
createParameter(String, Element) - Method in class net.sf.gridarta.plugin.parameter.PluginParameterFactory
 
createPickmapFolder() - Method in class net.sf.gridarta.gui.mapfiles.MapFolderTreeActions
Action callback function to create a new pickmap folder.
createPreferencesGroup(ProjectSettings, EditorSettings, DelegatingMapValidator<G, A, R>, AppPreferencesModel, ExitConnectorModel, ConfigSourceFactory) - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Creates a new PreferencesGroup instance.
createPreferencesGroup(ProjectSettings, EditorSettings, DelegatingMapValidator<GameObject, MapArchObject, Archetype>, AppPreferencesModel, ExitConnectorModel, ConfigSourceFactory) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new PreferencesGroup instance.
createPreferencesGroup(ProjectSettings, EditorSettings, DelegatingMapValidator<GameObject, MapArchObject, Archetype>, AppPreferencesModel, ExitConnectorModel, ConfigSourceFactory) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new PreferencesGroup instance.
createPreferencesGroup(ProjectSettings, EditorSettings, DelegatingMapValidator<GameObject, MapArchObject, Archetype>, AppPreferencesModel, ExitConnectorModel, ConfigSourceFactory) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new PreferencesGroup instance.
createRunAction(Plugin<G, A, R>) - Method in class net.sf.gridarta.gui.dialog.plugin.PluginController
Creates an action to run a plugin plugin.
createStringParameter(Element) - Method in class net.sf.gridarta.plugin.parameter.PluginParameterFactory
Creates a new StringParameter from XML representation.
createTileDown() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for creating down tiled map.
createTileEast() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for creating east tiled map.
createTileNorth() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for creating north tiled map.
createTileNorthEast() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for creating northeast tiled map.
createTileNorthWest() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for creating northwest tiled map.
createTileSouth() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for creating south tiled map.
createTileSouthEast() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for creating southeast tiled map.
createTileSouthWest() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for creating southwest tiled map.
createTileUp() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for creating up tiled map.
createTileWest() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for creating west tiled map.
createToggleAction(String, String, EditorAction) - Method in class net.sf.gridarta.maincontrol.EditorActionManager
Initializes a new action.
createTokenMarker(File) - Static method in class net.sf.gridarta.textedit.textarea.tokenmarker.TokenMarkerFactory
Creates a suitable TokenMarker for a given file.
createTokenMarker(String) - Static method in class net.sf.gridarta.textedit.textarea.tokenmarker.TokenMarkerFactory
Creates a TokenMarker for a given file extension.
CrossfireArchetypeSetCollectable - Class in net.sf.gridarta.var.crossfire.model.collectable
A Collectable that creates the Crossfire specific "archetypes" file.
CrossfireArchetypeSetCollectable(ArchetypeSet<GameObject, MapArchObject, Archetype>, GameObjectParser<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.crossfire.model.collectable.CrossfireArchetypeSetCollectable
Creates a new instance.
CrossfireDefaultProjectSettings - Class in net.sf.gridarta.var.crossfire.model.settings
Maintains path names to resources.
CrossfireDefaultProjectSettings(EditorSettings) - Constructor for class net.sf.gridarta.var.crossfire.model.settings.CrossfireDefaultProjectSettings
Creates a new instance.
CrossfireDialogTokenMarker - Class in net.sf.gridarta.textedit.textarea.tokenmarker
A TokenMarker for the message field of Crossfire objects allowing.
CrossfireDialogTokenMarker() - Constructor for class net.sf.gridarta.textedit.textarea.tokenmarker.CrossfireDialogTokenMarker
 
CrossfireEditor - Class in net.sf.gridarta.var.crossfire.maincontrol
Main class, launches the level editor application.
CSV_FILE_FILTER - Static variable in class net.sf.gridarta.utils.FileFilters
Swing FileFilter for CSV files.
CTokenMarker - Class in net.sf.gridarta.textedit.textarea.tokenmarker
C token marker.
CTokenMarker() - Constructor for class net.sf.gridarta.textedit.textarea.tokenmarker.CTokenMarker
Create a new instance using default keywords.
CTokenMarker(boolean, KeywordMap) - Constructor for class net.sf.gridarta.textedit.textarea.tokenmarker.CTokenMarker
Creates a new instance.
currentMapChanged(MapControl<G, A, R>) - Method in interface net.sf.gridarta.model.mapmanager.MapManagerListener
This event handler is called when the current map has changed.
CustomTypeChecker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
Checks that a game object does not set a custom type.
CustomTypeChecker(ValidatorPreferences) - Constructor for class net.sf.gridarta.model.validation.checks.CustomTypeChecker
Creates a new instance.
CustomTypeError<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 indicating a game object with a custom type.
CustomTypeError(G, int, int) - Constructor for class net.sf.gridarta.model.validation.errors.CustomTypeError
Create a new instance.
cut(MapView<G, A, R>, Rectangle) - Method in class net.sf.gridarta.gui.copybuffer.CopyBuffer
Executing the Cut command.
cut() - Method in class net.sf.gridarta.mainactions.MainActions
"Cut" was selected from the Edit menu.
CUT - Static variable in class net.sf.gridarta.textedit.scripteditor.Actions
 
Cut - Class in net.sf.gridarta.textedit.textarea.actions
Action listener for CUT actions.
Cut() - Constructor for class net.sf.gridarta.textedit.textarea.actions.Cut
 
cut() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Deletes the selected text from the text area and places it into the clipboard.

D

DaimoninAITokenMarker - Class in net.sf.gridarta.textedit.textarea.tokenmarker
A TokenMarker for the message field of Daimonin AI objects.
DaimoninAITokenMarker() - Constructor for class net.sf.gridarta.textedit.textarea.tokenmarker.DaimoninAITokenMarker
 
DaimoninArchetypeSetCollectable - Class in net.sf.gridarta.var.daimonin.model.collectable
A Collectable that creates the Daimonin specific "archetypes" file.
DaimoninArchetypeSetCollectable(ArchetypeSet<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.daimonin.model.collectable.DaimoninArchetypeSetCollectable
Creates a new instance.
DaimoninDefaultProjectSettings - Class in net.sf.gridarta.var.daimonin.model.settings
Maintains path names to resources.
DaimoninDefaultProjectSettings(EditorSettings) - Constructor for class net.sf.gridarta.var.daimonin.model.settings.DaimoninDefaultProjectSettings
Creates a new instance.
DaimoninEditor - Class in net.sf.gridarta.var.daimonin.maincontrol
Main class, launches the level editor application.
deactivate() - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Cursor gets deactivated.
deactivateMapView(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewManager
Deactivates a map view.
decode(String) - Static method in class net.sf.gridarta.preferences.Codec
Decode a string which was encoded by Codec.encode(String).
decodeValue(String) - Method in class net.sf.gridarta.model.archetypetype.AttributeBitmask
Convert a value from external representation.
decrypt(byte[], byte[]) - Method in class net.sf.gridarta.utils.Xtea
Decrypts a data block.
DEF_MAPDIFFICULTY - Static variable in interface net.sf.gridarta.var.atrinik.IGUIConstants
Default difficulty for newly created maps.
DEF_MAPDIFFICULTY - Static variable in interface net.sf.gridarta.var.daimonin.IGUIConstants
Default difficulty for newly created maps.
DEF_MAPSIZE - Static variable in interface net.sf.gridarta.var.atrinik.IGUIConstants
Default map size (both height and width).
DEF_MAPSIZE - Static variable in interface net.sf.gridarta.var.crossfire.IGUIConstants
Default map size (both height and width).
DEF_MAPSIZE - Static variable in interface net.sf.gridarta.var.daimonin.IGUIConstants
Default map size (both height and width).
DEF_PICKMAP_HEIGHT - Static variable in interface net.sf.gridarta.var.atrinik.IGUIConstants
Default height for pickmaps.
DEF_PICKMAP_HEIGHT - Static variable in interface net.sf.gridarta.var.crossfire.IGUIConstants
Default height for pickmaps.
DEF_PICKMAP_HEIGHT - Static variable in interface net.sf.gridarta.var.daimonin.IGUIConstants
Default height for pickmaps.
DEF_PICKMAP_WIDTH - Static variable in interface net.sf.gridarta.var.atrinik.IGUIConstants
Default width for pickmaps.
DEF_PICKMAP_WIDTH - Static variable in interface net.sf.gridarta.var.crossfire.IGUIConstants
Default width for pickmaps.
DEF_PICKMAP_WIDTH - Static variable in interface net.sf.gridarta.var.daimonin.IGUIConstants
Default width for pickmaps.
DEFAULT_ACCELERATOR_KEY - Static variable in class net.sf.gridarta.utils.ActionUtils
Action key to store the default shortcut.
DEFAULT_ICON - Static variable in class net.sf.gridarta.utils.ResourceIcons
The default map icon to use if no icon can be created.
DEFAULT_KEY - Static variable in class net.sf.gridarta.model.validation.DelegatingMapValidator
The default key.
DEFAULT_MAP_FILENAME - Static variable in class net.sf.gridarta.utils.CommonConstants
Default file name for new maps.
DEFAULT_PREVIEW - Static variable in class net.sf.gridarta.utils.ResourceIcons
The default map preview to use if no icon can be created.
DefaultAnimationObject - Class in net.sf.gridarta.model.anim
Abstract base implementation of AnimationObject.
DefaultAnimationObject(String, String, String) - Constructor for class net.sf.gridarta.model.anim.DefaultAnimationObject
Creates a new instance.
DefaultAnimationObjects - Class in net.sf.gridarta.model.anim
Abstract base implementation of AnimationObjects.
DefaultAnimationObjects() - Constructor for class net.sf.gridarta.model.anim.DefaultAnimationObjects
Creates a new instance.
DefaultArchetype - Class in net.sf.gridarta.var.atrinik.model.archetype
An Atrinik Archetype.
DefaultArchetype(String, FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.var.atrinik.model.archetype.DefaultArchetype
Creates a new instance.
DefaultArchetype - Class in net.sf.gridarta.var.crossfire.model.archetype
An Atrinik Archetype.
DefaultArchetype(String, FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.var.crossfire.model.archetype.DefaultArchetype
Creates a new instance.
DefaultArchetype - Class in net.sf.gridarta.var.daimonin.model.archetype
An Atrinik Archetype.
DefaultArchetype(String, FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.var.daimonin.model.archetype.DefaultArchetype
Creates a new instance.
DefaultArchetypeAttributeFactory - Class in net.sf.gridarta.model.archetypetype
Default implementation of ArchetypeAttributeFactory.
DefaultArchetypeAttributeFactory() - Constructor for class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
 
DefaultArchetypeBuilder - Class in net.sf.gridarta.var.atrinik.model.archetype
An AbstractArchetypeBuilder for Daimonin archetypes.
DefaultArchetypeBuilder(GameObjectFactory<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.atrinik.model.archetype.DefaultArchetypeBuilder
Creates a new instance.
DefaultArchetypeBuilder - Class in net.sf.gridarta.var.crossfire.model.archetype
An AbstractArchetypeBuilder for Daimonin archetypes.
DefaultArchetypeBuilder(GameObjectFactory<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.crossfire.model.archetype.DefaultArchetypeBuilder
Creates a new instance.
DefaultArchetypeBuilder - Class in net.sf.gridarta.var.daimonin.model.archetype
An AbstractArchetypeBuilder for Daimonin archetypes.
DefaultArchetypeBuilder(GameObjectFactory<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.daimonin.model.archetype.DefaultArchetypeBuilder
Creates a new instance.
DefaultArchetypeFactory - Class in net.sf.gridarta.var.atrinik.model.archetype
A ArchetypeFactory creating Atrinik objects.
DefaultArchetypeFactory(FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.var.atrinik.model.archetype.DefaultArchetypeFactory
Creates a new instance.
DefaultArchetypeFactory - Class in net.sf.gridarta.var.crossfire.model.archetype
A ArchetypeFactory creating Crossfire objects.
DefaultArchetypeFactory(FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.var.crossfire.model.archetype.DefaultArchetypeFactory
Creates a new instance.
DefaultArchetypeFactory - Class in net.sf.gridarta.var.daimonin.model.archetype
A ArchetypeFactory creating Daimonin objects.
DefaultArchetypeFactory(FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.var.daimonin.model.archetype.DefaultArchetypeFactory
Creates a new instance.
DefaultArchetypeSet<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.archetypeset
Base implementation of ArchetypeSet.
DefaultArchetypeSet(ArchetypeFactory<G, A, R>, String) - Constructor for class net.sf.gridarta.model.archetypeset.DefaultArchetypeSet
Create an DefaultArchetypeSet.
DefaultConfigSourceFactory - Class in net.sf.gridarta.model.configsource
A ConfigSourceFactory that is configured through action keys.
DefaultConfigSourceFactory() - Constructor for class net.sf.gridarta.model.configsource.DefaultConfigSourceFactory
Creates a new instance.
DefaultEditorFactory - Class in net.sf.gridarta.var.atrinik.maincontrol
An EditorFactory that creates Crossfire objects.
DefaultEditorFactory() - Constructor for class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
 
DefaultEditorFactory - Class in net.sf.gridarta.var.crossfire.maincontrol
An EditorFactory that creates Crossfire objects.
DefaultEditorFactory() - Constructor for class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
 
DefaultEditorFactory - Class in net.sf.gridarta.var.daimonin.maincontrol
An EditorFactory that creates Crossfire objects.
DefaultEditorFactory() - Constructor for class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
 
DefaultEditorSettings - Class in net.sf.gridarta.model.settings
Default implementation of EditorSettings.
DefaultEditorSettings() - Constructor for class net.sf.gridarta.model.settings.DefaultEditorSettings
Creates a new instance.
DefaultErrorCollector<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation
Simple error collector that just collects the error in a collection for later retrieval through iteration.
DefaultErrorCollector() - Constructor for class net.sf.gridarta.model.validation.DefaultErrorCollector
 
DefaultErrorView - Class in net.sf.gridarta.gui.dialog.errorview
A dialog displaying a tree of error messages.
DefaultErrorView(Component) - Constructor for class net.sf.gridarta.gui.dialog.errorview.DefaultErrorView
Creates a new instance.
DefaultExitConnectorModel - Class in net.sf.gridarta.model.exitconnector
Default ExitConnectorModel implementation.
DefaultExitConnectorModel() - Constructor for class net.sf.gridarta.model.exitconnector.DefaultExitConnectorModel
 
DefaultExiter - Class in net.sf.gridarta.mainactions
Exits the application.
DefaultExiter(Window) - Constructor for class net.sf.gridarta.mainactions.DefaultExiter
Creates a new instance.
DefaultFaceObject - Class in net.sf.gridarta.model.face
A FaceObject stores information and meta information about a face and provides methods for accessing these.
DefaultFaceObject(String, String, int, int) - Constructor for class net.sf.gridarta.model.face.DefaultFaceObject
Create a FaceObject.
DefaultFaceObjects - Class in net.sf.gridarta.model.face
Abstract base implementation of FaceObjects.
DefaultFaceObjects(boolean) - Constructor for class net.sf.gridarta.model.face.DefaultFaceObjects
Creates a new instance.
DefaultFileControl<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.misc
Default FileControl implementation.
DefaultFileControl(ProjectSettings, VolatileSettings, MapImageCache<G, A, R>, MapManager<G, A, R>, MapViewsManager<G, A, R>, Component, FileFilter, FileFilter, NewMapDialogFactory<G, A, R>, String, ScriptEditControl, PathManager) - Constructor for class net.sf.gridarta.gui.misc.DefaultFileControl
Creates a new instance.
DefaultFilterControl<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.filter
Control for filters.
DefaultFilterControl(NamedFilter) - Constructor for class net.sf.gridarta.gui.filter.DefaultFilterControl
Create a new FilterControl.
DefaultGameObjectFactory - Class in net.sf.gridarta.var.atrinik.model.gameobject
The GameObjectFactory to create Atrinik related game objects.
DefaultGameObjectFactory(FaceObjectProviders, AnimationObjects, ArchetypeTypeSet) - Constructor for class net.sf.gridarta.var.atrinik.model.gameobject.DefaultGameObjectFactory
Creates a new instance.
DefaultGameObjectFactory - Class in net.sf.gridarta.var.crossfire.model.gameobject
The GameObjectFactory to create Crossfire related game objects.
DefaultGameObjectFactory(FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.var.crossfire.model.gameobject.DefaultGameObjectFactory
Creates a new instance.
DefaultGameObjectFactory - Class in net.sf.gridarta.var.daimonin.model.gameobject
The GameObjectFactory to create Daimonin related game objects.
DefaultGameObjectFactory(FaceObjectProviders, AnimationObjects, ArchetypeTypeSet) - Constructor for class net.sf.gridarta.var.daimonin.model.gameobject.DefaultGameObjectFactory
Creates a new instance.
DefaultGameObjectParser - Class in net.sf.gridarta.var.atrinik.model.io
A GameObjectParser for Atrinik game object instances.
DefaultGameObjectParser(GameObjectFactory<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.atrinik.model.io.DefaultGameObjectParser
Create a new instance.
DefaultGameObjectParser - Class in net.sf.gridarta.var.crossfire.model.io
A GameObjectParser for Crossfire game object instances.
DefaultGameObjectParser(GameObjectFactory<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>, ArchetypeTypeSet) - Constructor for class net.sf.gridarta.var.crossfire.model.io.DefaultGameObjectParser
Create a new instance.
DefaultGameObjectParser - Class in net.sf.gridarta.var.daimonin.model.io
A GameObjectParser for Daimonin game object instances.
DefaultGameObjectParser(GameObjectFactory<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.daimonin.model.io.DefaultGameObjectParser
Create a new instance.
DefaultGameObjectParserFactory - Class in net.sf.gridarta.var.atrinik.model.io
A GameObjectParserFactory which creates Crossfire objects.
DefaultGameObjectParserFactory(GameObjectFactory<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.atrinik.model.io.DefaultGameObjectParserFactory
Creates a new instance.
DefaultGameObjectParserFactory - Class in net.sf.gridarta.var.crossfire.model.io
A GameObjectParserFactory which creates Crossfire objects.
DefaultGameObjectParserFactory(GameObjectFactory<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>, ArchetypeTypeSet) - Constructor for class net.sf.gridarta.var.crossfire.model.io.DefaultGameObjectParserFactory
Creates a new instance.
DefaultGameObjectParserFactory - Class in net.sf.gridarta.var.daimonin.model.io
A GameObjectParserFactory which creates Crossfire objects.
DefaultGameObjectParserFactory(GameObjectFactory<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.daimonin.model.io.DefaultGameObjectParserFactory
Creates a new instance.
DefaultInputHandler - Class in net.sf.gridarta.textedit.textarea
The default input handler.
DefaultInputHandler(ScriptEditControl, MenuEntries) - Constructor for class net.sf.gridarta.textedit.textarea.DefaultInputHandler
Creates a new input handler with no key bindings defined.
DefaultIsoGameObject<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.gameobject
Default implementation for GameObject implementing classes.
DefaultIsoGameObject(R, FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
Creates a new instance.
DefaultMainControl - Class in net.sf.gridarta.maincontrol
MainControl is a central class that's used for access on global data structures / collections and global functions.
DefaultMapArchObjectFactory - Class in net.sf.gridarta.var.atrinik.model.maparchobject
Factory to create MapArchObject instances.
DefaultMapArchObjectFactory(ProjectSettings) - Constructor for class net.sf.gridarta.var.atrinik.model.maparchobject.DefaultMapArchObjectFactory
Creates a new instance.
DefaultMapArchObjectFactory - Class in net.sf.gridarta.var.crossfire.model.maparchobject
Factory to create MapArchObject instances.
DefaultMapArchObjectFactory(ProjectSettings) - Constructor for class net.sf.gridarta.var.crossfire.model.maparchobject.DefaultMapArchObjectFactory
Creates a new instance.
DefaultMapArchObjectFactory - Class in net.sf.gridarta.var.daimonin.model.maparchobject
Factory to create MapArchObject instances.
DefaultMapArchObjectFactory(ProjectSettings) - Constructor for class net.sf.gridarta.var.daimonin.model.maparchobject.DefaultMapArchObjectFactory
Creates a new instance.
DefaultMapArchObjectParserFactory - Class in net.sf.gridarta.var.atrinik.model.io
A MapArchObjectParserFactory for creating Atrinik instances.
DefaultMapArchObjectParserFactory() - Constructor for class net.sf.gridarta.var.atrinik.model.io.DefaultMapArchObjectParserFactory
 
DefaultMapArchObjectParserFactory - Class in net.sf.gridarta.var.crossfire.model.io
A MapArchObjectParserFactory for creating Crossfire instances.
DefaultMapArchObjectParserFactory() - Constructor for class net.sf.gridarta.var.crossfire.model.io.DefaultMapArchObjectParserFactory
 
DefaultMapArchObjectParserFactory - Class in net.sf.gridarta.var.daimonin.model.io
A MapArchObjectParserFactory for creating Daimonin instances.
DefaultMapArchObjectParserFactory() - Constructor for class net.sf.gridarta.var.daimonin.model.io.DefaultMapArchObjectParserFactory
 
DefaultMapControl<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapcontrol
Implements map models.
DefaultMapControl(MapModel<G, A, R>, boolean, MapWriter<G, A, R>, ProjectSettings) - Constructor for class net.sf.gridarta.model.mapcontrol.DefaultMapControl
Creates a new instance.
DefaultMapControlFactory - Class in net.sf.gridarta.var.atrinik.model.mapcontrol
A MapControlFactory to create Crossfire instance.
DefaultMapControlFactory(MapWriter<GameObject, MapArchObject, Archetype>, ProjectSettings, MapModelFactory<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.atrinik.model.mapcontrol.DefaultMapControlFactory
Creates a new instance.
DefaultMapControlFactory - Class in net.sf.gridarta.var.crossfire.model.mapcontrol
A MapControlFactory to create Crossfire instance.
DefaultMapControlFactory(MapWriter<GameObject, MapArchObject, Archetype>, ProjectSettings, MapModelFactory<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.crossfire.model.mapcontrol.DefaultMapControlFactory
Creates a new instance.
DefaultMapControlFactory - Class in net.sf.gridarta.var.daimonin.model.mapcontrol
A MapControlFactory to create Crossfire instance.
DefaultMapControlFactory(MapWriter<GameObject, MapArchObject, Archetype>, ProjectSettings, MapModelFactory<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.daimonin.model.mapcontrol.DefaultMapControlFactory
Creates a new instance.
DefaultMapManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmanager
Manages all opened maps.
DefaultMapManager(MapReaderFactory<G, A>, MapControlFactory<G, A, R>, ProjectSettings, FaceObjectProviders, PathManager) - Constructor for class net.sf.gridarta.model.mapmanager.DefaultMapManager
Create a new map manager.
DefaultMapModel<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmodel
Implementation of MapModel that covers the similarities between crossfire and daimonin.
DefaultMapModel(AutojoinLists<G, A, R>, A, ArchetypeChooserModel<G, A, R>, GameObjectFactory<G, A, R>, GameObjectMatchers, InsertionMode<G, A, R>) - Constructor for class net.sf.gridarta.model.mapmodel.DefaultMapModel
Create a new instance.
DefaultMapPropertiesDialogFactory - Class in net.sf.gridarta.var.atrinik.gui.mappropertiesdialog
A MapPropertiesDialogFactory creating Crossfire map properties dialogs.
DefaultMapPropertiesDialogFactory(MapManager<GameObject, MapArchObject, Archetype>, ProjectSettings) - Constructor for class net.sf.gridarta.var.atrinik.gui.mappropertiesdialog.DefaultMapPropertiesDialogFactory
Creates a new instance.
DefaultMapPropertiesDialogFactory - Class in net.sf.gridarta.var.crossfire.gui.mappropertiesdialog
A MapPropertiesDialogFactory creating Crossfire map properties dialogs.
DefaultMapPropertiesDialogFactory(MapManager<GameObject, MapArchObject, Archetype>, ProjectSettings) - Constructor for class net.sf.gridarta.var.crossfire.gui.mappropertiesdialog.DefaultMapPropertiesDialogFactory
Creates a new instance.
DefaultMapPropertiesDialogFactory - Class in net.sf.gridarta.var.daimonin.gui.mappropertiesdialog
A MapPropertiesDialogFactory creating Crossfire map properties dialogs.
DefaultMapPropertiesDialogFactory(MapManager<GameObject, MapArchObject, Archetype>, ProjectSettings) - Constructor for class net.sf.gridarta.var.daimonin.gui.mappropertiesdialog.DefaultMapPropertiesDialogFactory
Creates a new instance.
DefaultMapReader<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.io
Default implementation of MapReader.
DefaultMapReader(MapArchObjectParserFactory<A>, MapArchObjectFactory<A>, GameObjectParser<G, A, R>, File) - Constructor for class net.sf.gridarta.model.io.DefaultMapReader
Open a file for reading it as a map.
DefaultMapReaderFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.io
Default implementation of MapReaderFactory.
DefaultMapReaderFactory(MapArchObjectFactory<A>, MapArchObjectParserFactory<A>, GameObjectParserFactory<G, A, R>) - Constructor for class net.sf.gridarta.model.io.DefaultMapReaderFactory
Creates a new instance.
DefaultMapView<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.mapview
Default MapView implementation.
DefaultMapView(MapControl<G, A, R>, int, PathManager, MapGrid, MapCursor<G, A, R>, AbstractMapRenderer<G, A, R>, Point, int, int) - Constructor for class net.sf.gridarta.gui.map.mapview.DefaultMapView
Create a new instance.
DefaultMapViewFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.mapview
Default MapViewFactory implementation.
DefaultMapViewFactory(RendererFactory<G, A, R>, int, int, PathManager) - Constructor for class net.sf.gridarta.gui.map.mapview.DefaultMapViewFactory
Creates a new instance.
DefaultMapViewSettings - Class in net.sf.gridarta.model.mapviewsettings
Default MapViewSettings implementation.
DefaultMapViewSettings() - Constructor for class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
 
DefaultMapWriter<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.io
Default implementation of MapWriter.
DefaultMapWriter(MapArchObjectParserFactory<A>, GameObjectParser<G, A, R>) - Constructor for class net.sf.gridarta.model.io.DefaultMapWriter
Creates a new instance.
DefaultObjectChooser<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.objectchooser
The object Chooser implementation.
DefaultObjectChooser(ObjectChooserTab<G, A, R>, ObjectChooserTab<G, A, R>, ArchetypeChooserModel<G, A, R>, PickmapChooserModel<G, A, R>, ArchetypeTypeSet) - Constructor for class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
Creates a new instance.
DefaultPickmapManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmanager
Manages all opened pickmaps.
DefaultPickmapManager(MapReaderFactory<G, A>, MapControlFactory<G, A, R>, ProjectSettings, FaceObjectProviders, PathManager) - Constructor for class net.sf.gridarta.model.mapmanager.DefaultPickmapManager
Create a new map manager.
DefaultPickmapSettings - Class in net.sf.gridarta.model.pickmapsettings
Default PickmapSettings implementation.
DefaultPickmapSettings() - Constructor for class net.sf.gridarta.model.pickmapsettings.DefaultPickmapSettings
 
DefaultRendererFactory - Class in net.sf.gridarta.var.atrinik.gui.map.renderer
Factory for creating MapRenderer instances.
DefaultRendererFactory(MapViewSettings, FilterControl<GameObject, MapArchObject, Archetype>, MultiPositionData, IsoMapSquareInfo, GridMapSquarePainter, GameObjectParser<GameObject, MapArchObject, Archetype>, ResourceIcons) - Constructor for class net.sf.gridarta.var.atrinik.gui.map.renderer.DefaultRendererFactory
Creates a new instance.
DefaultRendererFactory - Class in net.sf.gridarta.var.crossfire.gui.map.renderer
Factory for creating MapRenderer instances.
DefaultRendererFactory(MapViewSettings, FilterControl<GameObject, MapArchObject, Archetype>, SmoothFaces, GridMapSquarePainter, GameObjectParser<GameObject, MapArchObject, Archetype>, FaceObjectProviders, ResourceIcons) - Constructor for class net.sf.gridarta.var.crossfire.gui.map.renderer.DefaultRendererFactory
Creates a new instance.
DefaultRendererFactory - Class in net.sf.gridarta.var.daimonin.gui.map.renderer
Factory for creating MapRenderer instances.
DefaultRendererFactory(MapViewSettings, FilterControl<GameObject, MapArchObject, Archetype>, MultiPositionData, IsoMapSquareInfo, GridMapSquarePainter, GameObjectParser<GameObject, MapArchObject, Archetype>, ResourceIcons) - Constructor for class net.sf.gridarta.var.daimonin.gui.map.renderer.DefaultRendererFactory
Creates a new instance.
DefaultResources - Class in net.sf.gridarta.var.atrinik.resource
A resource loader for Crossfire resources.
DefaultResources(GameObjectParser<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>, AbstractArchetypeParser<GameObject, MapArchObject, Archetype, ?>, FaceObjects, AnimationObjects, ArchFaceProvider, FaceObjectProviders) - Constructor for class net.sf.gridarta.var.atrinik.resource.DefaultResources
Creates a new instance.
DefaultResources - Class in net.sf.gridarta.var.crossfire.resource
A resource loader for Crossfire resources.
DefaultResources(GameObjectParser<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>, AbstractArchetypeParser<GameObject, MapArchObject, Archetype, ?>, FaceObjects, AnimationObjects, SmoothFaces, ArchFaceProvider, FaceObjectProviders) - Constructor for class net.sf.gridarta.var.crossfire.resource.DefaultResources
Creates a new instance.
DefaultResources - Class in net.sf.gridarta.var.daimonin.resource
A resource loader for Crossfire resources.
DefaultResources(GameObjectParser<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>, AbstractArchetypeParser<GameObject, MapArchObject, Archetype, ?>, FaceObjects, AnimationObjects, ArchFaceProvider, FaceObjectProviders) - Constructor for class net.sf.gridarta.var.daimonin.resource.DefaultResources
Creates a new instance.
defaults() - Method in class net.sf.gridarta.gui.dialog.prefs.AppPreferences
defaults() - Method in class net.sf.gridarta.gui.dialog.prefs.DevPreferences
defaults() - Method in class net.sf.gridarta.gui.dialog.prefs.GUIPreferences
defaults() - Method in class net.sf.gridarta.gui.dialog.prefs.MapValidatorPreferences
defaults() - Method in class net.sf.gridarta.gui.dialog.prefs.MiscPreferences
defaults() - Method in class net.sf.gridarta.gui.dialog.prefs.NetPreferences
defaults() - Method in class net.sf.gridarta.gui.dialog.prefs.ResPreferences
defaults() - Method in class net.sf.gridarta.gui.dialog.prefs.UpdatePreferences
DefaultScriptArchData<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.scripts
Stores and manages information about scripted events.
DefaultScriptArchData(String, int) - Constructor for class net.sf.gridarta.model.scripts.DefaultScriptArchData
Create a ScriptArchData.
DefaultScriptArchUtils - Class in net.sf.gridarta.var.atrinik.gui.scripts
 
DefaultScriptArchUtils(Iterable<Pair<Integer, String>>, String, int) - Constructor for class net.sf.gridarta.var.atrinik.gui.scripts.DefaultScriptArchUtils
Creates a new instance.
DefaultScriptArchUtils - Class in net.sf.gridarta.var.crossfire.gui.scripts
 
DefaultScriptArchUtils(Iterable<Pair<Integer, String>>, String, int) - Constructor for class net.sf.gridarta.var.crossfire.gui.scripts.DefaultScriptArchUtils
Creates a new instance.
DefaultScriptArchUtils - Class in net.sf.gridarta.var.daimonin.gui.scripts
 
DefaultScriptArchUtils(Iterable<Pair<Integer, String>>, String, int) - Constructor for class net.sf.gridarta.var.daimonin.gui.scripts.DefaultScriptArchUtils
Creates a new instance.
DefaultScriptedEvent - Class in net.sf.gridarta.var.atrinik.model.scripts
Class which stores information about one scripted event.
DefaultScriptedEvent - Class in net.sf.gridarta.var.crossfire.model.scripts
Class which stores information about one scripted event.
DefaultScriptedEvent - Class in net.sf.gridarta.var.daimonin.model.scripts
Class which stores information about one scripted event.
DefaultScriptedEventFactory - Class in net.sf.gridarta.var.atrinik.model.scripts
Implements an AbstractScriptedEventFactory for creating Crossfire related instances.
DefaultScriptedEventFactory(ScriptArchUtils, String, GameObjectFactory<GameObject, MapArchObject, Archetype>, ScriptedEventEditor<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEventFactory
Creates a new instance.
DefaultScriptedEventFactory - Class in net.sf.gridarta.var.crossfire.model.scripts
Implements an AbstractScriptedEventFactory for creating Crossfire related instances.
DefaultScriptedEventFactory(ScriptArchUtils, String, GameObjectFactory<GameObject, MapArchObject, Archetype>, ScriptedEventEditor<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEventFactory
Creates a new instance.
DefaultScriptedEventFactory - Class in net.sf.gridarta.var.daimonin.model.scripts
Implements an AbstractScriptedEventFactory for creating Crossfire related instances.
DefaultScriptedEventFactory(ScriptArchUtils, String, GameObjectFactory<GameObject, MapArchObject, Archetype>, ScriptedEventEditor<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEventFactory
Creates a new instance.
DefaultValidatorPreferences - Class in net.sf.gridarta.model.validation
Default ValidatorPreferences implementations.
DefaultValidatorPreferences() - Constructor for class net.sf.gridarta.model.validation.DefaultValidatorPreferences
 
DefaultVolatileSettings - Class in net.sf.gridarta.model.settings
Default implementation of VolatileSettings.
DefaultVolatileSettings(File) - Constructor for class net.sf.gridarta.model.settings.DefaultVolatileSettings
Creates a new instance.
define(char) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.Node
Looks up or defines the next node for a given character.
DelayedChangeListener - Interface in net.sf.gridarta.utils
Listener for forwarded events of DelayedChangeManager.
DelayedChangeManager - Class in net.sf.gridarta.utils
Helper for reducing the number of change events: calls to DelayedChangeManager.change() will be forwarded to DelayedChangeListener.change().
DelayedChangeManager(int, int, DelayedChangeListener) - Constructor for class net.sf.gridarta.utils.DelayedChangeManager
Creates a new instance.
DelayedMapModelListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.delayedmapmodel
Interface for listeners interested in delayed map model change events.
DelayedMapModelListenerManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.delayedmapmodel
Provides support for delayed notification of MapModel changes.
DelayedMapModelListenerManager(MapManager<G, A, R>, Exiter) - Constructor for class net.sf.gridarta.gui.delayedmapmodel.DelayedMapModelListenerManager
Creates a new instance.
DelegatingMapValidator<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation
A Map Validator that delegates to other MapValidators.
DelegatingMapValidator(ValidatorPreferences) - Constructor for class net.sf.gridarta.model.validation.DelegatingMapValidator
Create a DelegatingMapValidator for the default key.
Delete - Class in net.sf.gridarta.textedit.textarea.actions
 
Delete() - Constructor for class net.sf.gridarta.textedit.textarea.actions.Delete
 
delete - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
deleteArch() - Method in class net.sf.gridarta.action.DeleteArchAction
Action method for "delete arch".
DeleteArchAction<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 deletes the currently selected game object.
DeleteArchAction(MapViewSettings) - Constructor for class net.sf.gridarta.action.DeleteArchAction
Creates a new instance.
deleteLines(int, int) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.TokenMarker
Informs the token marker that line have been deleted from the document.
deletePickmap() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Invoked when the user wants to delete the active pickmap.
deletePickmapFolder() - Method in class net.sf.gridarta.gui.mapfiles.MapFolderTreeActions
Action callback function to delete the current pickmap folder.
deleteSelectedGameObject(boolean, boolean) - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Deletes the selected game object.
deleteUnknownObjects() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Deletes all game objects referencing unknown archetypes.
DeleteWord - Class in net.sf.gridarta.textedit.textarea.actions
 
DeleteWord() - Constructor for class net.sf.gridarta.textedit.textarea.actions.DeleteWord
 
deleteWord - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
DeletionTool<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 Deletion.
DeletionTool(MapViewSettings, ObjectChooser<G, A, R>, PickmapSettings, GameObjectMatcher, GameObjectMatcher, GameObjectMatcher) - Constructor for class net.sf.gridarta.gui.panel.tools.DeletionTool
Create a DeletionTool.
DevPreferences - Class in net.sf.gridarta.gui.dialog.prefs
Preferences Module for developer preferences.
DevPreferences() - Constructor for class net.sf.gridarta.gui.dialog.prefs.DevPreferences
Creates a new instance.
DIALOG_BORDER - Static variable in interface net.sf.gridarta.gui.utils.GUIConstants
The Border object to be used when creating dialogs.
DialogAttribute<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,T extends ArchetypeAttribute> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
A single Attribute, combining an ArchetypeAttribute with its input component(s).
DialogAttribute(T) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttribute
Creates a new instance.
DialogAttributeAnimationName<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
 
DialogAttributeAnimationName(ArchetypeAttributeAnimationName, AnimationComponent) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeAnimationName
Creates a new instance.
DialogAttributeBitmask<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
DialogAttribute for types with bitmasks to choose from.
DialogAttributeBitmask(ArchetypeAttributeBitmask, JTextComponent) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBitmask
Creates a new instance.
DialogAttributeBool<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
 
DialogAttributeBool(ArchetypeAttributeBool, AbstractButton) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBool
Create a new instance.
DialogAttributeBoolSpec<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
 
DialogAttributeBoolSpec(ArchetypeAttributeBoolSpec, AbstractButton) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBoolSpec
Creates a new instance.
DialogAttributeFaceName<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
 
DialogAttributeFaceName(ArchetypeAttributeFaceName, FaceComponent) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeFaceName
Creates a new instance.
DialogAttributeFloat<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
 
DialogAttributeFloat(ArchetypeAttributeFloat, JFormattedTextField) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeFloat
Creates a new instance.
DialogAttributeInt<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
 
DialogAttributeInt(ArchetypeAttributeInt, JFormattedTextField) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeInt
Creates a new instance.
DialogAttributeInvSpell<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
 
DialogAttributeInvSpell(boolean, ArchetypeAttributeInvSpell, JComboBox, Spells<GameObjectSpell<G, A, R>>) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeInvSpell
Creates a new instance.
DialogAttributeList<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
 
DialogAttributeList(ArchetypeAttributeList, JComboBox, ArchetypeTypeSet) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeList
Creates a new instance.
DialogAttributeList2<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
DialogAttributeList2(ArchetypeAttributeList2, JComboBox, JComboBox, ArchetypeTypeSet) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeList2
Creates a new instance.
DialogAttributeLong<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
 
DialogAttributeLong(ArchetypeAttributeLong, JFormattedTextField) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeLong
Creates a new instance.
DialogAttributeMapPath<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
 
DialogAttributeMapPath(ArchetypeAttributeMapPath, TilePanel) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeMapPath
Creates a new instance.
DialogAttributeScriptFile<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
 
DialogAttributeScriptFile(ArchetypeAttributeScriptFile, TilePanel) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeScriptFile
Creates a new instance.
DialogAttributeSpell<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
 
DialogAttributeSpell(ArchetypeAttributeSpell, JComboBox, Spells<NumberSpell>) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeSpell
Creates a new instance.
DialogAttributeString<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
 
DialogAttributeString(ArchetypeAttributeString, JTextComponent) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeString
Creates a new instance.
DialogAttributeText<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
 
DialogAttributeText(ArchetypeAttributeText, JEditTextArea) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeText
Creates a new instance.
DialogAttributeTreasure<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
 
DialogAttributeTreasure(ArchetypeAttributeTreasure, JTextComponent, TreasureTree) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeTreasure
Creates a new instance.
DialogAttributeZSpell<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
 
DialogAttributeZSpell(ArchetypeAttributeZSpell, JComboBox, Spells<NumberSpell>, int) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeZSpell
Creates a new instance.
diffArchTextKeys(BaseObject<?, ?, ?, ?>, BaseObject<?, ?, ?, ?>) - Static method in class net.sf.gridarta.model.io.AttributeListUtils
Returns all attributes from the given game object that don't exist in an archetype.
diffArchTextValues(BaseObject<?, ?, ?, ?>, CharSequence) - Static method in class net.sf.gridarta.model.io.AttributeListUtils
Returns all entries from the given attributes that don't exist in an archetype.
DifferentMapBaseException - Exception in net.sf.gridarta.model.mapmodel
Thrown if two map files are within different map directories.
DifferentMapBaseException(MapFile, MapFile) - Constructor for exception net.sf.gridarta.model.mapmodel.DifferentMapBaseException
Creates a new instance.
diffTextString(CharSequence, String, boolean) - Static method in class net.sf.gridarta.utils.StringUtils
Helper function for 'diffArchText()': Looks for occurrence of the attribute 'str' in 'base' and if found, returns the full line where 'str' occurs in base.
direction(Integer) - Method in class net.sf.gridarta.gui.panel.archetypechooser.DirectionPane
Called whenever a direction button has been selected.
direction(Integer) - Method in class net.sf.gridarta.gui.utils.DirectionComponent
Called whenever a direction button has been selected.
DIRECTION - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The attribute name of the object's direction.
Direction - Enum in net.sf.gridarta.model.direction
A direction.
direction0() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ArchTab
Action method for direction.
direction0() - Method in class net.sf.gridarta.gui.utils.DirectionComponent
Action method for direction.
direction1() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ArchTab
Action method for direction.
direction1() - Method in class net.sf.gridarta.gui.utils.DirectionComponent
Action method for direction.
direction2() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ArchTab
Action method for direction.
direction2() - Method in class net.sf.gridarta.gui.utils.DirectionComponent
Action method for direction.
direction3() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ArchTab
Action method for direction.
direction3() - Method in class net.sf.gridarta.gui.utils.DirectionComponent
Action method for direction.
direction4() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ArchTab
Action method for direction.
direction4() - Method in class net.sf.gridarta.gui.utils.DirectionComponent
Action method for direction.
direction5() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ArchTab
Action method for direction.
direction5() - Method in class net.sf.gridarta.gui.utils.DirectionComponent
Action method for direction.
direction6() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ArchTab
Action method for direction.
direction6() - Method in class net.sf.gridarta.gui.utils.DirectionComponent
Action method for direction.
direction7() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ArchTab
Action method for direction.
direction7() - Method in class net.sf.gridarta.gui.utils.DirectionComponent
Action method for direction.
direction8() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ArchTab
Action method for direction.
direction8() - Method in class net.sf.gridarta.gui.utils.DirectionComponent
Action method for direction.
directionChanged(Integer) - Method in interface net.sf.gridarta.model.archetypechooser.ArchetypeChooserModelListener
The default direction has changed.
DirectionComponent - Class in net.sf.gridarta.gui.utils
A GUI component for selecting a direction.
DirectionComponent(boolean) - Constructor for class net.sf.gridarta.gui.utils.DirectionComponent
Creates a new instance.
DirectionLayout - Class in net.sf.gridarta.gui.utils
This class implements a layout that is similar to BorderLayout but implements those directions used in Daimonin.
DirectionLayout() - Constructor for class net.sf.gridarta.gui.utils.DirectionLayout
Creates a DirectionLayout with zero gaps.
directionnull() - Method in class net.sf.gridarta.gui.utils.DirectionComponent
Action method for default direction.
DirectionPane<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.archetypechooser
A GUI component for selecting a direction.
DirectionPane(ArchetypeChooserModel<G, A, R>, boolean) - Constructor for class net.sf.gridarta.gui.panel.archetypechooser.DirectionPane
Creates a new instance.
DirectoryCacheFiles - Class in net.sf.gridarta.model.io
A CacheFiles implementation that stores all files in a flat directory.
DirectoryCacheFiles(File, String) - Constructor for class net.sf.gridarta.model.io.DirectoryCacheFiles
Creates a new instance.
disableSelectionIfEmpty() - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
 
display(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.dialog.find.FindDialog
Replace objects on the map.
display(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.dialog.replace.ReplaceDialog
Replace objects on the map.
displayArchetypeNames() - Method in class net.sf.gridarta.action.DisplayArchetypeNamesAction
Sets whether game object names are shown.
displayArchetypeNames() - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserView
Sets whether archetype names are shown.
DisplayArchetypeNamesAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.action
 
DisplayArchetypeNamesAction(ArchetypeChooserModel<G, A, R>, DisplayMode<G, A, R>) - Constructor for class net.sf.gridarta.action.DisplayArchetypeNamesAction
Creates a new instance.
displayGameObjectNames() - Method in class net.sf.gridarta.action.DisplayGameObjectNamesAction
Sets whether game object names are shown.
DisplayGameObjectNamesAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.action
 
DisplayGameObjectNamesAction(ArchetypeChooserModel<G, A, R>, DisplayMode<G, A, R>) - Constructor for class net.sf.gridarta.action.DisplayGameObjectNamesAction
Creates a new instance.
displayIconsOnly() - Method in class net.sf.gridarta.action.DisplayIconsOnlyAction
Sets whether game object names are shown.
displayIconsOnly() - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserView
Sets whether icons are shown.
DisplayIconsOnlyAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.action
 
DisplayIconsOnlyAction(ArchetypeChooserModel<G, A, R>, DisplayMode<G, A, R>) - Constructor for class net.sf.gridarta.action.DisplayIconsOnlyAction
Creates a new instance.
DisplayMode<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.archetypechooser
Abstract base class for classes implementing display modes of the archetype chooser.
DisplayMode() - Constructor for class net.sf.gridarta.model.archetypechooser.DisplayMode
Creates a new instance.
displayModeChanged(DisplayMode<G, A, R>) - Method in interface net.sf.gridarta.model.archetypechooser.ArchetypeChooserModelListener
This event handler is called when an attribute "display object names" has changed.
DisplayNameCellRenderer<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.archetypechooser
A DisplayMode showing archetypes as images and in-game game object name.
DisplayNameCellRenderer(FaceObjectProviders) - Constructor for class net.sf.gridarta.gui.panel.archetypechooser.DisplayNameCellRenderer
Creates a new instance.
dispose(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.dialog.find.FindDialog
Disposes the find dialog.
dispose(GoLocationDialog<G, A, R>) - Method in class net.sf.gridarta.gui.dialog.golocation.GoLocationDialogManager
Destroys an instance.
dispose(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.dialog.replace.ReplaceDialog
Disposes the replace dialog.
dispose(D) - Method in class net.sf.gridarta.gui.map.AbstractPerMapDialogManager
Destroys an instance.
disposeDialog(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialogManager
Disposes a dialog.
disposeDialog(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.AbstractPerMapDialogManager
Dispose a dialog.
disposeMenuElement(MenuElement) - Static method in class net.sf.gridarta.gui.utils.MenuUtils
Remove all actions attached to menu entries in a given menu element and its children.
doAction(boolean) - Method in class net.sf.gridarta.action.AbstractMoveSquareAction
Executes the action.
doAction(boolean, G) - Method in class net.sf.gridarta.action.AbstractMoveSquareAction
Executes the action.
doAction(boolean, G) - Method in class net.sf.gridarta.action.MoveSquareBottomAction
Executes the action.
doAction(boolean, G) - Method in class net.sf.gridarta.action.MoveSquareDownAction
Executes the action.
doAction(boolean, G) - Method in class net.sf.gridarta.action.MoveSquareEnvAction
Executes the action.
doAction(boolean, G) - Method in class net.sf.gridarta.action.MoveSquareInvAction
Executes the action.
doAction(boolean, G) - Method in class net.sf.gridarta.action.MoveSquareNextAction
Executes the action.
doAction(boolean, G) - Method in class net.sf.gridarta.action.MoveSquarePrevAction
Executes the action.
doAction(boolean, G) - Method in class net.sf.gridarta.action.MoveSquareTopAction
Executes the action.
doAction(boolean, G) - Method in class net.sf.gridarta.action.MoveSquareUpAction
Executes the action.
doCreateTile(boolean, Direction) - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Executes the "create tile" action.
DocumentEnd - Class in net.sf.gridarta.textedit.textarea.actions
 
DocumentEnd(boolean) - Constructor for class net.sf.gridarta.textedit.textarea.actions.DocumentEnd
 
documentEnd - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
DocumentHome - Class in net.sf.gridarta.textedit.textarea.actions
 
DocumentHome(boolean) - Constructor for class net.sf.gridarta.textedit.textarea.actions.DocumentHome
 
documentHome - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
doEnterMap(boolean, Direction) - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Executes the "enter map" action.
doExit(int) - Method in class net.sf.gridarta.mainactions.DefaultExiter
Exits the application.
doExit(int) - Method in interface net.sf.gridarta.utils.Exiter
Exits the application.
doExitConnect(boolean, MapControl<G, A, R>, Point) - Method in class net.sf.gridarta.actions.ExitConnectorActions
Executes the "exit connect" action.
doExitCopy(boolean, MapControl<G, A, R>, Point) - Method in class net.sf.gridarta.actions.ExitConnectorActions
Executes the "exit copy" action.
doExitPaste(boolean, MapControl<G, A, R>, Point) - Method in class net.sf.gridarta.actions.ExitConnectorActions
Executes the "exit paste" action.
doNextWindow(boolean) - Method in class net.sf.gridarta.gui.map.mapview.MapViewManager
Executes the "next window" action.
doPrevWindow(boolean) - Method in class net.sf.gridarta.gui.map.mapview.MapViewManager
Executes the "prev window" action.
doRunPlugin(Plugin<G, A, R>, ConsoleInterface, Map<String, Object>) - Method in class net.sf.gridarta.plugin.PluginExecutor
Runs a plugin model.
doSelection(boolean, SelectionMode) - Method in class net.sf.gridarta.action.AbstractSelectionAction
Executes an action for changing the selection.
DoubleButtonList - Class in net.sf.gridarta.gui.utils.tabbedpanel
A list of buttons divided into two parts.
DoubleButtonList(Location) - Constructor for class net.sf.gridarta.gui.utils.tabbedpanel.DoubleButtonList
Creates a new instance.
doubleClick(Connection<Integer>) - Method in class net.sf.gridarta.gui.panel.connectionview.ConnectionControl
Called if an entry is double-clicked.
doubleClick(Connection<K>) - Method in class net.sf.gridarta.gui.panel.connectionview.Control
Called if an entry is double-clicked.
doubleClick(Connection<String>) - Method in class net.sf.gridarta.gui.panel.connectionview.LockedItemsControl
Called if an entry is double-clicked.
doubleClick(Connection<GameObject<G, A, R>>) - Method in class net.sf.gridarta.gui.panel.connectionview.MonsterControl
Called if an entry is double-clicked.
doubleFacesChanged(boolean) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettingsListener
This event handler is called when the double faces visibility has changed.
DoubleImageFilter - Class in net.sf.gridarta.model.face
An ImageFilter that produces double faces: the source image is drawn twice with a vertical shift.
DoubleImageFilter(int) - Constructor for class net.sf.gridarta.model.face.DoubleImageFilter
Creates a new instance.
DoubleLayerChecker<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 there are no two objects within the same layer.
DoubleLayerChecker(ValidatorPreferences) - Constructor for class net.sf.gridarta.model.validation.checks.DoubleLayerChecker
Creates a new instance.
DoubleLayerError<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 DoubleLayerChecker detected a possible error on the map.
DoubleLayerError(MapSquare<G, A, R>, G) - Constructor for class net.sf.gridarta.model.validation.errors.DoubleLayerError
Create an DoubleTypeError.
DoubleParameter<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 double value.
DoubleParameter() - Constructor for class net.sf.gridarta.plugin.parameter.DoubleParameter
Creates a new instance.
DoubleParameterView<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
DoubleParameterView(Component, DoubleParameter<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.plugin.parameter.DoubleParameterView
Creates a new instance.
DoubleTypeChecker<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 there are no two arches of the same type on the same square.
DoubleTypeChecker(ValidatorPreferences) - Constructor for class net.sf.gridarta.model.validation.checks.DoubleTypeChecker
Creates a new instance.
DoubleTypeError<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 DoubleTypeChecker detected a possible error on the map.
DoubleTypeError(MapSquare<G, A, R>, G) - Constructor for class net.sf.gridarta.model.validation.errors.DoubleTypeError
Create an DoubleTypeError.
dragged(MouseOpEvent<G, A, R>) - Method in interface net.sf.gridarta.gui.map.event.MouseOpListener
Mouse was dragged.
dragged(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.DeletionTool
Mouse was dragged.
dragged(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.InsertionTool
Mouse was dragged.
dragged(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.SelectionTool
Mouse was dragged.
dragged(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.VoidTool
Mouse was dragged.
dragRelease() - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Leave drag mode and undo pre-selection.
dragSelect(SelectionMode, boolean) - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Leave drag mode and select pre-selection using selectionMode.
dragStart() - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Set cursor to drag mode when it is active.
dragTo(Point) - Method in class net.sf.gridarta.model.mapcursor.MapCursor
When in drag mode and the point is on the map cursor is moved to this position.
DRAW_DOUBLE - Static variable in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
The name of the "draw_double" attribute.
DRAW_DOUBLE_ALWAYS - Static variable in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
The name of the "draw_double_always" attribute.
DuplicateAnimationException - Exception in net.sf.gridarta.model.anim
Exception that's thrown in case an animation name was not unique.
DuplicateAnimationException(AnimationObject) - Constructor for exception net.sf.gridarta.model.anim.DuplicateAnimationException
Create a DuplicateAnimationException.
DuplicateArchetypeException - Exception in net.sf.gridarta.model.archetype
An Exception indicating that an Archetype name is not unique.
DuplicateArchetypeException(String) - Constructor for exception net.sf.gridarta.model.archetype.DuplicateArchetypeException
Creates a new instance.
DuplicateFaceException - Exception in net.sf.gridarta.model.face
Exception that's thrown in case a face name was not unique.
DuplicateFaceException(FaceObject, FaceObject) - Constructor for exception net.sf.gridarta.model.face.DuplicateFaceException
Creates a DuplicateFaceException.
DuplicateMapFolderException - Exception in net.sf.gridarta.gui.mapfiles
Indicates that a folder name is not unique.
DuplicateMapFolderException(String) - Constructor for exception net.sf.gridarta.gui.mapfiles.DuplicateMapFolderException
Creates a new instance.
DuplicatePickmapException - Exception in net.sf.gridarta.gui.mapfiles
Indicates that a pickmap name is not unique within its folder.
DuplicatePickmapException(String) - Constructor for exception net.sf.gridarta.gui.mapfiles.DuplicatePickmapException
Creates a new instance.
DuplicateSmoothFaceException - Exception in net.sf.gridarta.model.smoothface
Thrown to indicate that a SmoothFace instance is not unique.
DuplicateSmoothFaceException(String, String, String) - Constructor for exception net.sf.gridarta.model.smoothface.DuplicateSmoothFaceException
Creates a new instance.

E

EAST - Static variable in class net.sf.gridarta.model.autojoin.AutojoinList
 
EDIT_TYPE_NONE - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
 
editBookmarkCancel() - Method in class net.sf.gridarta.gui.dialog.bookmarks.EditBookmarkDialog
Action method for cancel.
EditBookmarkDialog - Class in net.sf.gridarta.gui.dialog.bookmarks
A dialog that displays one bookmark and allows to edit the values.
EditBookmarkDialog(Component, String) - Constructor for class net.sf.gridarta.gui.dialog.bookmarks.EditBookmarkDialog
Creates a new instance.
editBookmarkOkay() - Method in class net.sf.gridarta.gui.dialog.bookmarks.EditBookmarkDialog
Action method for okay.
EDITOR_FOLDER_INTERN - Static variable in interface net.sf.gridarta.model.gameobject.GameObject
The editor folder name for server-internal archetypes.
EditorAction - Interface in net.sf.gridarta.utils
A global editor action.
EditorActionManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.maincontrol
Maintains a set of EditorAction instances and calls their event listener callbacks.
EditorActionManager(MapViewManager<G, A, R>) - Constructor for class net.sf.gridarta.maincontrol.EditorActionManager
Creates a new instance.
editorEntryChange() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxEditor
 
EditorFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.maincontrol
A factory to create editor-dependent objects.
EditorSettings - Interface in net.sf.gridarta.model.settings
Settings that apply to the editor.
EditorSettingsListener - Interface in net.sf.gridarta.model.settings
Interface for listeners interested in EditorSettings events.
editParameters(ScriptedEvent<G, A, R>, Frame) - Method in class net.sf.gridarta.gui.scripts.ScriptedEventEditor
Edit path and plugin name for an event.
editPlugins() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory
 
editPopup() - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypePanel
Action method for the popup menu to edit a default arch.
editScript() - Method in class net.sf.gridarta.action.EditScriptAction
Opens a script file.
EditScriptAction<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 edits or creates a script file.
EditScriptAction(DefaultFileControl<G, A, R>) - Constructor for class net.sf.gridarta.action.EditScriptAction
Creates a new instance.
editTypeChanged(int) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettingsListener
The edit types value has changed.
EditWindowListener - Class in net.sf.gridarta.textedit.scripteditor
Listener for close box on the window.
EditWindowListener(ScriptEditControl) - Constructor for class net.sf.gridarta.textedit.scripteditor.EditWindowListener
Constructor.
ElementsIterable - Class in net.sf.gridarta.utils.xml
 
ElementsIterable(Elements) - Constructor for class net.sf.gridarta.utils.xml.ElementsIterable
 
ElementsIterator - Class in net.sf.gridarta.utils.xml
 
ElementsIterator(Elements) - Constructor for class net.sf.gridarta.utils.xml.ElementsIterator
 
ELEVATION - Static variable in class net.sf.gridarta.var.crossfire.model.gameobject.GameObject
The name of the "elevation" attribute.
EmptyFaceProvider - Class in net.sf.gridarta.model.face
A FaceProvider that does not return any faces.
EmptyFaceProvider() - Constructor for class net.sf.gridarta.model.face.EmptyFaceProvider
 
EmptySpawnPointChecker<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 spawn points are not empty.
EmptySpawnPointChecker(ValidatorPreferences, Integer...) - Constructor for class net.sf.gridarta.model.validation.checks.EmptySpawnPointChecker
Create a new instance.
EmptySpawnPointError<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 EmptySpawnPointChecker detected a possible error on the map.
EmptySpawnPointError(G) - Constructor for class net.sf.gridarta.model.validation.errors.EmptySpawnPointError
Create an EmptySpawnPointError.
EmptyTokenMarker - Class in net.sf.gridarta.textedit.textarea.tokenmarker
Empty token marker.
EmptyTokenMarker() - Constructor for class net.sf.gridarta.textedit.textarea.tokenmarker.EmptyTokenMarker
 
encode(String) - Static method in class net.sf.gridarta.preferences.Codec
Encode a string to make it fit into one line.
encodeMapFile(MapModel<G, A, R>, Writer) - Method in class net.sf.gridarta.model.io.DefaultMapWriter
Write the whole map-data into a file.
encodeMapFile(MapModel<G, A, R>, Writer) - Method in interface net.sf.gridarta.model.io.MapWriter
Write the whole map-data into a file.
encodeValue(int) - Method in class net.sf.gridarta.model.archetypetype.AttributeBitmask
Convert a value to external representation.
encrypt(byte[], byte[]) - Method in class net.sf.gridarta.utils.Xtea
Encrypts a data block.
end() - Method in class net.sf.gridarta.gui.mapmenu.ActionFactory
Ends a lookup sequence.
End - Class in net.sf.gridarta.textedit.textarea.actions
 
End(boolean) - Constructor for class net.sf.gridarta.textedit.textarea.actions.End
 
end - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
endAllTransactions() - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Ends all transaction.
endAllTransactions() - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Ends all transaction.
endCompoundEdit() - Static method in class net.sf.gridarta.textedit.textarea.SyntaxDocument
Ends a compound edit that can be undone in one operation.
endGameObjectChange() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Records that this game object has changed.
endGameObjectChange(G) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Method to notify the model that a game object was changed.
endGameObjectChange(G) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Method to notify the model that a game object was changed.
endSquareChange(MapSquare<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Method to notify the model that a map square was changed.
endSquareChange(MapSquare<G, A, R>) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Method to notify the model that a map square was changed.
endSquareChange() - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Method to notify the model that a map square was changed.
endTransaction() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Ends a transaction.
endTransaction(boolean) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Ends a transaction.
endTransaction() - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Ends a transaction.
endTransaction(boolean) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Ends a transaction.
endTransaction() - Method in class net.sf.gridarta.model.mapcursor.MapCursor
End a transaction.
endTransaction() - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Ends a transaction.
endTransaction() - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
End a transaction.
endTransaction(boolean) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
End a transaction.
endTransaction() - Method in interface net.sf.gridarta.model.mapmodel.MapModel
End a transaction.
endTransaction(boolean) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
End a transaction.
endTransaction(SavedSquares<G, A, R>) - Method in interface net.sf.gridarta.model.mapmodel.MapTransactionListener
A map transaction has ended.
endUpdate() - Method in class net.sf.gridarta.model.index.AbstractIndex
Ends an update.
endUpdate() - Method in interface net.sf.gridarta.model.index.Index
Ends an update.
ensureTrailingNewline(String) - Static method in class net.sf.gridarta.utils.StringUtils
Returns a given string which ends with a trailing newline character; empty strings remain empty.
enterDownMap() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for entering the down map.
enterEastMap() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for entering the east map.
enterExit(MapView<G, A, R>, GameObject<G, A, R>, boolean) - Method in class net.sf.gridarta.gui.map.mapactions.EnterMap
Opens the map an exit game object points to.
enterExit() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Try to load the map where the selected map-exit points to.
EnterMap<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.mapactions
Helper class for entering maps.
EnterMap(Component, Direction[], FileControl<G, A, R>, MapViewsManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.map.mapactions.EnterMap
Creates a new instance.
enterMap(MapView<G, A, R>, MapPath, Direction, Point) - Method in class net.sf.gridarta.gui.map.mapactions.EnterMap
Enters a map wanted.
enterMap(MapView<G, A, R>, MapFile, Point, Direction) - Method in class net.sf.gridarta.gui.map.mapactions.EnterMap
Enters a map.
enterMap(MapFile, Point) - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Enters a map.
enterNorthEastMap() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for entering the north east map.
enterNorthMap() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for entering the north map.
enterNorthWestMap() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for entering the north west map.
enterSouthEastMap() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for entering the south east map.
enterSouthMap() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for entering the south map.
enterSouthWestMap() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for entering the south west map.
enterUpMap() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for entering the up map.
enterWestMap() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for entering the west map.
Entry<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 entry to match consisting of a GameObjectMatcher and a regular expression which defined the allowed value of the "slaying" field.
Entry(GameObjectMatcher, Pattern) - Constructor for class net.sf.gridarta.model.validation.checks.Entry
Creates a new instance.
EnvironmentChecker<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 that checks for valid environment.
EnvironmentChecker(ValidatorPreferences) - Constructor for class net.sf.gridarta.model.validation.checks.EnvironmentChecker
Creates a new instance.
EnvironmentInvError<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 EnvironmentChecker detected a possible error on the map.
EnvironmentInvError(G, String, String) - Constructor for class net.sf.gridarta.model.validation.errors.EnvironmentInvError
Creates a new instance.
EnvironmentMapError<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 EnvironmentChecker detected a possible error on the map.
EnvironmentMapError(G, String) - Constructor for class net.sf.gridarta.model.validation.errors.EnvironmentMapError
Creates a new instance.
EnvironmentSensorSlayingError<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 ValidationError that refers to an environment sensor game object having an invalid slaying field.
EnvironmentSensorSlayingError(G) - Constructor for class net.sf.gridarta.model.validation.errors.EnvironmentSensorSlayingError
Create a new instance.
equals(Object) - Method in class net.sf.gridarta.gui.mapfiles.MapFolderTreeAction
equals(Object) - Method in class net.sf.gridarta.model.baseobject.GameObjectText
equals(Object) - Method in class net.sf.gridarta.model.data.AbstractNamedObject
equals(Object) - Method in class net.sf.gridarta.model.data.NamedTreeNode
equals(Object) - Method in class net.sf.gridarta.model.exitconnector.ExitLocation
equals(Object) - Method in class net.sf.gridarta.model.face.DefaultFaceObject
equals(Object) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
equals(Object) - Method in class net.sf.gridarta.model.maplocation.MapLocation
equals(Object) - Method in class net.sf.gridarta.model.mapmodel.AbsoluteMapPath
equals(Object) - Method in class net.sf.gridarta.model.mapmodel.MapFile
equals(Object) - Method in class net.sf.gridarta.model.mapmodel.MapSquare
}
equals(Object) - Method in class net.sf.gridarta.model.mapmodel.RelativeMapPath
equals(Object) - Method in class net.sf.gridarta.utils.Size2D
equals(Object) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
equals(Object) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
equals(Object) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
ErroneousMapSquares<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.mapview
Tracks a MapModel for changed erroneous map squares and updates a MapGrid and an AbstractMapRenderer accordingly.
ErroneousMapSquares(MapModel<G, A, R>, MapGrid, AbstractMapRenderer<G, A, R>) - Constructor for class net.sf.gridarta.gui.map.mapview.ErroneousMapSquares
Creates a new instance.
error(SAXParseException) - Method in class net.sf.gridarta.model.errorview.ErrorViewCollectorErrorHandler
ErrorCollector<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.validation
An interface for classes that collect errors.
ErrorEntry - Class in net.sf.gridarta.gui.dialog.errorview
An entry in a DefaultErrorView.
ErrorEntry(DefaultTreeModel, String, boolean) - Constructor for class net.sf.gridarta.gui.dialog.errorview.ErrorEntry
Creates a new instance.
ErrorListView<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.gameobjectattributes
An ErrorPanel displays errors to the user.
ErrorListView(MapViewManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.panel.gameobjectattributes.ErrorListView
Create a ConnectionPanel.
ErrorListViewListener - Interface in net.sf.gridarta.gui.panel.gameobjectattributes
Interface for listeners interested in ErrorListView related events.
errorsChanged(ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.ErroneousMapSquares
Updates the erroneous map squares.
errorsChanged(ErrorCollector<G, A, R>) - Method in interface net.sf.gridarta.model.mapmodel.MapModelListener
The errors of a map model have changed.
ErrorView - Interface in net.sf.gridarta.model.errorview
Interface for classes displaying error messages.
ErrorViewCategory - Enum in net.sf.gridarta.model.errorview
Defines possible error categories for ErrorView instances.
ErrorViewCollector - Class in net.sf.gridarta.model.errorview
Convenience class for adding messages to a ErrorView instance using a fixed category name.
ErrorViewCollector(ErrorView, File) - Constructor for class net.sf.gridarta.model.errorview.ErrorViewCollector
Creates a new instance.
ErrorViewCollector(ErrorView, URL) - Constructor for class net.sf.gridarta.model.errorview.ErrorViewCollector
Creates a new instance.
ErrorViewCollectorErrorHandler - Class in net.sf.gridarta.model.errorview
An ErrorHandler that adds all reported problems to an ErrorViewCollector instance.
ErrorViewCollectorErrorHandler(ErrorViewCollector, ErrorViewCategory) - Constructor for class net.sf.gridarta.model.errorview.ErrorViewCollectorErrorHandler
Creates a new instance.
errorViewOk() - Method in class net.sf.gridarta.gui.dialog.errorview.DefaultErrorView
Action method for "ok" button of error dialog.
eventAddNew() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
Action method for creating a new event.
eventEdit() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
Action method for editing an existing event.
eventEditData() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
Action method for editing the data of an existing event.
EventListenerList2<T extends java.util.EventListener> - Class in net.sf.gridarta.utils
Type-safe version of EventListenerList.
EventListenerList2(Class<? extends EventListener>) - Constructor for class net.sf.gridarta.utils.EventListenerList2
Creates a new instance.
eventRemove() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
Action method for removing an existing event.
EventsTab<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.gameobjectattributes
The "Events" tab in the game object attributes panel.
EventsTab(Frame, MapManager<G, A, R>, GameObjectAttributesModel<G, A, R>, ScriptArchEditor<G, A, R>, ScriptArchData<G, A, R>, ScriptArchDataUtils<G, A, R>, ScriptArchUtils) - Constructor for class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
Creates a new instance.
execute() - Method in class net.sf.gridarta.commands.BatchPngCommand
Executes the command.
execute() - Method in class net.sf.gridarta.commands.CollectArchesCommand
Executes the command.
execute() - Method in interface net.sf.gridarta.commands.Command
Executes the command.
execute() - Method in class net.sf.gridarta.commands.SinglePngCommand
Executes the command.
executeAction(ActionListener, Object, String) - Method in class net.sf.gridarta.textedit.textarea.InputHandler
Executes the specified action, repeating and recording it as necessary.
executePlugin(String, Iterable<String>) - Method in class net.sf.gridarta.plugin.PluginExecutor
Executes an editor plugin.
exit() - Method in class net.sf.gridarta.action.ExitAction
The action method for "exit".
EXIT_ARCHETYPE_NAME_DEFAULT - Static variable in interface net.sf.gridarta.model.exitconnector.ExitConnectorModel
ExitAction - Class in net.sf.gridarta.action
 
ExitAction(Exiter, ScriptEditControl, FileControl<?, ?, ?>, PickmapChooserControl<?, ?, ?>, PluginController<?, ?, ?>) - Constructor for class net.sf.gridarta.action.ExitAction
Creates a new instance.
exitArchetypeNameChanged(String) - Method in interface net.sf.gridarta.model.exitconnector.ExitConnectorModelListener
Called whenever the setting "exit archetype name" has changed.
ExitChecker<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 Validator to assert that exits are connected to maps properly.
ExitChecker(ValidatorPreferences, int) - Constructor for class net.sf.gridarta.model.validation.checks.ExitChecker
Create a ExitChecker.
exitConnect() - Method in class net.sf.gridarta.gui.exitconnector.ExitConnectorController
Action method for "connect exit".
ExitConnectorActions<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.actions
Utility class implementing actions that operate on ExitConnectorModels.
ExitConnectorActions(ExitConnectorModel, ExitMatcher<G, A, R>, ArchetypeSet<G, A, R>, MapManager<G, A, R>, FileControl<G, A, R>, InsertionModeSet<G, A, R>) - Constructor for class net.sf.gridarta.actions.ExitConnectorActions
Creates a new instance.
ExitConnectorController<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.exitconnector
The controller of the exit connector.
ExitConnectorController(ExitConnectorActions<G, A, R>, ExitConnectorModel) - Constructor for class net.sf.gridarta.gui.exitconnector.ExitConnectorController
Creates a new instance.
ExitConnectorModel - Interface in net.sf.gridarta.model.exitconnector
Stores information needed by the exit connector.
ExitConnectorModelListener - Interface in net.sf.gridarta.model.exitconnector
Interface for listeners interested in ExitConnectorModel related events.
exitCopy() - Method in class net.sf.gridarta.gui.exitconnector.ExitConnectorController
Action method for "copy exit".
Exiter - Interface in net.sf.gridarta.utils
Exits the application.
ExiterListener - Interface in net.sf.gridarta.utils
Interface for listeners interested in Exiter related events.
ExitError<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 a map has wrong exit paths.
ExitError(G, String) - Constructor for class net.sf.gridarta.model.validation.errors.ExitError
Creates a new instance.
ExitIterator<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.mapactions
An Iterator that returns all map squares containing an exit game object.
ExitIterator(ExitMatcher<G, A, R>, MapModel<G, A, R>, int, int, int) - Constructor for class net.sf.gridarta.gui.map.mapactions.ExitIterator
Creates a new instance.
ExitLocation - Class in net.sf.gridarta.model.exitconnector
Stores information about a remembered exit location.
ExitLocation(MapFile, Point, String) - Constructor for class net.sf.gridarta.model.exitconnector.ExitLocation
Creates a new instance.
exitLocationChanged(ExitLocation) - Method in interface net.sf.gridarta.model.exitconnector.ExitConnectorModelListener
Called whenever the exit location has changed.
ExitMatcher<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.exitconnector
Selects valid exit game objects from maps.
ExitMatcher(GameObjectMatcher) - Constructor for class net.sf.gridarta.model.exitconnector.ExitMatcher
Creates a new instance.
exitPaste() - Method in class net.sf.gridarta.gui.exitconnector.ExitConnectorController
Action method for "paste exit".
expandEmptySelection() - Method in class net.sf.gridarta.mainactions.MainActions
Invoked when the user wants to expand the selection of empty map squares to surrounding empty map squares.

F

FACE - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The attribute name of the object's face.
FACE_FILE_FILTER - Static variable in class net.sf.gridarta.utils.FileFilters
Swing FileFilter for .face files.
FaceComponent - Class in net.sf.gridarta.gui.utils
A JPanel that allows the user to select a face name.
FaceComponent(String, FaceObjects, FaceObjectProviders, ImageIcon, ImageIcon, String) - Constructor for class net.sf.gridarta.gui.utils.FaceComponent
Creates a new instance.
FaceObject - Interface in net.sf.gridarta.model.face
Common interface for FaceObject.
FaceObjectProviders - Class in net.sf.gridarta.model.face
Provider for faces of GameObjects and Archetypes.
FaceObjectProviders(int, FaceObjects, ResourceIcons) - Constructor for class net.sf.gridarta.model.face.FaceObjectProviders
Creates a new instance.
FaceObjectProvidersListener - Interface in net.sf.gridarta.model.face
Interface for listeners interested in FaceObjectProviders related events.
FaceObjects - Interface in net.sf.gridarta.model.face
FaceObjects is a container for FaceObjects.
FaceObjectsCollectable - Class in net.sf.gridarta.model.collectable
A Collectable that creates the atrinik.0/crossfire.0/daimonin.0 files which contains all defined faces.
FaceObjectsCollectable(FaceObjects, ArchFaceProvider) - Constructor for class net.sf.gridarta.model.collectable.FaceObjectsCollectable
Creates a new instance.
FaceProvider - Interface in net.sf.gridarta.model.face
This interface represents a lazy loader that provides images on demand.
FaceSource - Enum in net.sf.gridarta.model.gameobject
Enumeration describing the state of the face.
facesReloaded() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Will be called whenever the archetype faces have been reloaded.
facesReloaded() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Will be called whenever the archetype faces have been reloaded.
facesReloaded() - Method in interface net.sf.gridarta.model.face.FaceObjectProvidersListener
Called whenever the faces have been reloaded.
facesReloaded() - Method in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
Will be called whenever the archetype faces have been reloaded.
facesReloaded() - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Will be called whenever the archetype faces have been reloaded.
facesReloaded() - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Will be called whenever the archetype faces have been reloaded.
FaceTab<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.gameobjectattributes
The "Face" tab in the archetype chooser.
FaceTab(GameObjectAttributesModel<G, A, R>, FaceObjects, FaceObjectProviders, AnimationObjects, ImageIcon, ImageIcon) - Constructor for class net.sf.gridarta.gui.panel.gameobjectattributes.FaceTab
Creates a new instance.
FaceTreeChooseAction - Class in net.sf.gridarta.gui.utils
A TreeChooseAction that updates a face label.
FaceTreeChooseAction(String, JTextComponent, AbstractButton, NamedObjects<? extends NamedObject>, FaceObjectProviders, ImageIcon, ImageIcon) - Constructor for class net.sf.gridarta.gui.utils.FaceTreeChooseAction
Create a TreeChooseAction.
fatalError(SAXParseException) - Method in class net.sf.gridarta.model.errorview.ErrorViewCollectorErrorHandler
fileChooserButton() - Method in class net.sf.gridarta.gui.utils.JFileField
The action method for the button.
FileChooserUtils - Class in net.sf.gridarta.utils
Utility class for JFileChooser related functions.
FileControl<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.mapmanager
 
FileFilters - Class in net.sf.gridarta.utils
Utility class defining FileFilters.
FilePreferences - Class in net.sf.gridarta.preferences
Implements a Preferences that stores all values in a Storage instance.
FilePreferences(AbstractPreferences, String, NodeType, Storage) - Constructor for class net.sf.gridarta.preferences.FilePreferences
Create a new instance.
FilePreferencesFactory - Class in net.sf.gridarta.preferences
A PreferencesFactory which creates FilePreferences instances.
FilePreferencesFactory() - Constructor for class net.sf.gridarta.preferences.FilePreferencesFactory
 
FilePreferencesNode - Class in net.sf.gridarta.preferences
An FilePreferences that represents an internal (non-root) node.
FilePreferencesNode(FilePreferences, String, NodeType) - Constructor for class net.sf.gridarta.preferences.FilePreferencesNode
Create a new instance.
FilesConfigSource - Class in net.sf.gridarta.var.atrinik.model.settings
An AbstractConfigSource that reads individual files from Crossfire's arch directory.
FilesConfigSource() - Constructor for class net.sf.gridarta.var.atrinik.model.settings.FilesConfigSource
 
FilesConfigSource - Class in net.sf.gridarta.var.crossfire.model.settings
An AbstractConfigSource that reads individual files from Crossfire's arch directory.
FilesConfigSource() - Constructor for class net.sf.gridarta.var.crossfire.model.settings.FilesConfigSource
 
FilesConfigSource - Class in net.sf.gridarta.var.daimonin.model.settings
An AbstractConfigSource that reads individual files from Crossfire's arch directory.
FilesConfigSource() - Constructor for class net.sf.gridarta.var.daimonin.model.settings.FilesConfigSource
 
FilesResourcesReader - Class in net.sf.gridarta.var.atrinik.resource
Loads all resources from individual files.
FilesResourcesReader(File, File, ArchetypeSet<GameObject, MapArchObject, Archetype>, AbstractArchetypeParser<GameObject, MapArchObject, Archetype, ?>, FaceObjects, AnimationObjects, ArchFaceProvider) - Constructor for class net.sf.gridarta.var.atrinik.resource.FilesResourcesReader
Creates a new instance.
FilesResourcesReader - Class in net.sf.gridarta.var.crossfire.resource
Loads all resources from individual files.
FilesResourcesReader(File, File, ArchetypeSet<GameObject, MapArchObject, Archetype>, AbstractArchetypeParser<GameObject, MapArchObject, Archetype, ?>, FaceObjects, AnimationObjects, ArchFaceProvider) - Constructor for class net.sf.gridarta.var.crossfire.resource.FilesResourcesReader
Creates a new instance.
FilesResourcesReader - Class in net.sf.gridarta.var.daimonin.resource
Loads all resources from individual files.
FilesResourcesReader(File, File, ArchetypeSet<GameObject, MapArchObject, Archetype>, AbstractArchetypeParser<GameObject, MapArchObject, Archetype, ?>, FaceObjects, AnimationObjects, ArchFaceProvider) - Constructor for class net.sf.gridarta.var.daimonin.resource.FilesResourcesReader
Creates a new instance.
fill(MapModel<G, A, R>, Collection<MapSquare<G, A, R>>, InsertionMode<G, A, R>, List<? extends BaseObject<G, A, R, ?>>, int, boolean) - Static method in class net.sf.gridarta.model.floodfill.FillUtils
Fills a set of squares in a map.
fillAbove() - Method in class net.sf.gridarta.mainactions.MainActions
"Fill above" was selected from the Edit menu.
fillAuto() - Method in class net.sf.gridarta.mainactions.MainActions
"Fill" was selected from the Edit menu.
fillBelow() - Method in class net.sf.gridarta.mainactions.MainActions
"Fill below" was selected from the Edit menu.
FillUtils - Class in net.sf.gridarta.model.floodfill
Utility class implementing fill operations on map instances.
Filter<F extends Filter<F,C>,C extends FilterConfig<F,C>> - Interface in net.sf.gridarta.model.filter
Interface for Filters.
FILTER_SMALL_ICON - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
FilterComponent - Class in net.sf.gridarta.gui.filter
 
FilterComponent(Container, NamedFilterConfig) - Constructor for class net.sf.gridarta.gui.filter.FilterComponent
 
FilterConfig<F extends Filter<F,C>,C extends FilterConfig<F,C>> - Interface in net.sf.gridarta.model.filter
Interface for filter configurations.
FilterConfigChangeType - Enum in net.sf.gridarta.model.filter
Types of FilterConfig change types.
FilterConfigListener - Interface in net.sf.gridarta.model.filter
Interface for listeners interested in FilterConfig related changes.
FilterConfigVisitor - Interface in net.sf.gridarta.model.filter
Interface for visitors of filter configs.
FilterControl<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.filter
 
FilterFaceProvider - Class in net.sf.gridarta.model.face
A FilterFaceProvider provides modified versions of icons provided by another FaceProvider by applying a Filter.
FilterFaceProvider(ImageFilter) - Constructor for class net.sf.gridarta.model.face.FilterFaceProvider
Create a new instance.
FilterFaceProvider(FaceProvider, ImageFilter) - Constructor for class net.sf.gridarta.model.face.FilterFaceProvider
Creates a new instance.
FilterGameObjectIterator<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmodel
An Iterator that filters another iterator according to a GameObjectMatcher.
FilterGameObjectIterator(Iterator<G>, GameObjectMatcher) - Constructor for class net.sf.gridarta.model.mapmodel.FilterGameObjectIterator
Creates a new instance.
FilterMenuEntry - Class in net.sf.gridarta.gui.filter
 
FilterMenuEntry(NamedFilterConfig) - Constructor for class net.sf.gridarta.gui.filter.FilterMenuEntry
 
FilterParser - Class in net.sf.gridarta.model.filter
Converts FilterConfig to and from XML representation.
FilterParser() - Constructor for class net.sf.gridarta.model.filter.FilterParser
 
filterRGB(int, int, int) - Method in class net.sf.gridarta.model.face.ColourFilter
Converts a pixel by applying an or operation.
filterRGB(int, int, int) - Method in class net.sf.gridarta.utils.AlphaImageFilter
Converts a pixel by increasing the transparency.
FilterState - Class in net.sf.gridarta.gui.filter
The highlighted state while using a FilterControl instance.
FilterState() - Constructor for class net.sf.gridarta.gui.filter.FilterState
 
find() - Method in class net.sf.gridarta.mainactions.MainActions
"Find" was selected from the Edit menu.
FIND - Static variable in class net.sf.gridarta.textedit.scripteditor.Actions
The "find" action listener.
Find - Class in net.sf.gridarta.textedit.textarea.actions
Action listener for "find".
Find() - Constructor for class net.sf.gridarta.textedit.textarea.actions.Find
 
find(JEditTextArea) - Method in class net.sf.gridarta.textedit.textarea.actions.Find
Find the next occurrence of Find.textToFind.
FIND_AGAIN - Static variable in class net.sf.gridarta.textedit.scripteditor.Actions
The "find again" action listener.
findAgain(MapView<G, A, R>, boolean, boolean) - Method in class net.sf.gridarta.gui.dialog.find.FindDialog
Re-executes the previous find operation.
FindAgain - Class in net.sf.gridarta.textedit.textarea.actions
Action listener for "find again".
FindAgain(Find, Replace) - Constructor for class net.sf.gridarta.textedit.textarea.actions.FindAgain
Create a new instance.
findArchetypes() - Method in class net.sf.gridarta.action.FindArchetypesAction
Shows the find archetypes dialog.
FindArchetypesAction<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 displays the find archetypes dialog.
FindArchetypesAction(Component, ArchetypeChooserControl<G, A, R>, ObjectChooser<G, A, R>, ArchetypeTypeSet) - Constructor for class net.sf.gridarta.action.FindArchetypesAction
Creates a new instance.
findArchetypesClose() - Method in class net.sf.gridarta.gui.dialog.findarchetypes.FindArchetypesDialog
Action method for "close" button.
FindArchetypesDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.findarchetypes
Dialog used to find archetypes.
FindArchetypesDialog(Component, ArchetypeChooserControl<G, A, R>, ObjectChooser<G, A, R>, ArchetypeTypeSet) - Constructor for class net.sf.gridarta.gui.dialog.findarchetypes.FindArchetypesDialog
Creates a new instance.
FindArchetypesDialogManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.findarchetypes
A dialog manager for the find archetypes dialog.
FindArchetypesDialogManager(Component, ArchetypeChooserControl<G, A, R>, ObjectChooser<G, A, R>, ArchetypeTypeSet) - Constructor for class net.sf.gridarta.gui.dialog.findarchetypes.FindArchetypesDialogManager
Creates a new instance.
findArchetypesFindArchetype() - Method in class net.sf.gridarta.gui.dialog.findarchetypes.FindArchetypesDialog
Action method to search for the archetype, ignoring FindArchetypesDialog.MINIMUM_AUTO_SEARCH_LENGTH.
findArchetypesScrollDown() - Method in class net.sf.gridarta.gui.dialog.findarchetypes.FindArchetypesDialog
Action method to scroll down one line in the result table.
findArchetypesScrollUp() - Method in class net.sf.gridarta.gui.dialog.findarchetypes.FindArchetypesDialog
Action method to scroll up one line in the result table.
findArchetypesSearch() - Method in class net.sf.gridarta.gui.dialog.findarchetypes.FindArchetypesDialog
Action method for "search" button.
findCancel() - Method in class net.sf.gridarta.gui.dialog.find.FindDialog
Action method for Cancel button.
findCompletelyBlockedSquares(MapModel<G, A, R>) - Static method in class net.sf.gridarta.model.validation.checks.BlockedSquareChecker
Returns the completely blocked squares of a map.
FindDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.find
This dialog manages the find action.
FindDialog(Component) - Constructor for class net.sf.gridarta.gui.dialog.find.FindDialog
Creates a new instance.
FindDialogManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.find
Creates and displays the find dialog.
FindDialogManager(Component, MapViewManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.find.FindDialogManager
Creates a new instance.
findMatchingBracket(Document, int) - Static method in class net.sf.gridarta.textedit.textarea.TextUtilities
Returns the offset of the bracket matching the one at the specified offset of the document, or -1 if the bracket is unmatched (or if the character is not a bracket).
findMatchingSquares(MapModel<G, A, R>, GameObjectMatcher) - Method in class net.sf.gridarta.model.validation.checks.AbstractShopSquareChecker
Returns a boolean array of the map size that marks squares that contain game objects matching a given GameObjectMatcher.
findMenu(MenuElement, String) - Static method in class net.sf.gridarta.gui.utils.MenuUtils
Returns a JMenu by action key.
findNext(MapView<G, A, R>, boolean) - Method in class net.sf.gridarta.gui.dialog.find.FindDialogManager
Executes the "find next" action.
findNext() - Method in class net.sf.gridarta.mainactions.MainActions
"Find next" was selected from the Edit menu.
findOk() - Method in class net.sf.gridarta.gui.dialog.find.FindDialog
Action method for Ok button.
findOrCreatePanel(String) - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserView
Returns a panel by name.
findPartialName(String) - Method in class net.sf.gridarta.model.index.AbstractIndex
Returns all matching values for a (possibly partial) key name.
findPartialName(String) - Method in interface net.sf.gridarta.model.index.Index
Returns all matching values for a (possibly partial) key name.
findPathFile(String) - Static method in class net.sf.gridarta.utils.IOUtils
Searches for file on all paths specified by the environment variable "PATH".
findPrev(MapView<G, A, R>, boolean) - Method in class net.sf.gridarta.gui.dialog.find.FindDialogManager
Executes the "find next" action.
findPrev() - Method in class net.sf.gridarta.mainactions.MainActions
"Find previous" was selected from the Edit menu.
findSpellIndex(Spells<NumberSpell>, int) - Static method in class net.sf.gridarta.model.archetypetype.AbstractArchetypeAttributeSpell
Returns the spell index for a spell number.
findTableIndex(R) - Method in class net.sf.gridarta.gui.dialog.findarchetypes.TableModel
Return the row index of an archetype.
FindType - Enum in net.sf.gridarta.textedit.textarea.actions
The action to perform.
findWordEnd(CharSequence, int, String) - Static method in class net.sf.gridarta.textedit.textarea.TextUtilities
Locates the end of the word at the specified position.
findWordStart(CharSequence, int, String) - Static method in class net.sf.gridarta.textedit.textarea.TextUtilities
Locates the start of the word at the specified position.
finish() - Method in class net.sf.gridarta.gui.map.renderer.ToolTipAppender
 
finish() - Method in class net.sf.gridarta.model.archetype.AbstractArchetypeBuilder
Finishes archetype construction.
finish(UndoState<G, A, R>) - Method in class net.sf.gridarta.model.undo.UndoModel
Finishes an undo or redo operation.
finish() - Method in class net.sf.gridarta.model.undo.UndoModel
Finishes an undo or redo operation.
finish() - Method in class net.sf.gridarta.utils.DelayedChangeManager
Finishes a series of change events.
finished() - Method in class net.sf.gridarta.gui.utils.AsynchronousProgress
finishParseArchetype(R) - Method in class net.sf.gridarta.model.io.AbstractArchetypeParser
Called after all parts of an archetype have been processed.
finishParseArchetype(Archetype) - Method in class net.sf.gridarta.var.atrinik.model.io.ArchetypeParser
Called after all parts of an archetype have been processed.
finishParseArchetype(Archetype) - Method in class net.sf.gridarta.var.crossfire.model.io.ArchetypeParser
Called after all parts of an archetype have been processed.
finishParseArchetype(Archetype) - Method in class net.sf.gridarta.var.daimonin.model.io.ArchetypeParser
Called after all parts of an archetype have been processed.
finishParseArchetypePart(R, R, ErrorViewCollector) - Method in class net.sf.gridarta.model.io.AbstractArchetypeParser
Called after the "end" line of a part has been read.
finishParseArchetypePart(Archetype, Archetype, ErrorViewCollector) - Method in class net.sf.gridarta.var.atrinik.model.io.ArchetypeParser
Called after the "end" line of a part has been read.
finishParseArchetypePart(Archetype, Archetype, ErrorViewCollector) - Method in class net.sf.gridarta.var.crossfire.model.io.ArchetypeParser
Called after the "end" line of a part has been read.
finishParseArchetypePart(Archetype, Archetype, ErrorViewCollector) - Method in class net.sf.gridarta.var.daimonin.model.io.ArchetypeParser
Called after the "end" line of a part has been read.
finishUpdate() - Method in class net.sf.gridarta.gui.dialog.findarchetypes.TableModel
Finish updating the model's contents.
fireActivePickmapChanged(PickmapState<G, A, R>) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserModel
Notifies all listeners that the active pickmap has changes.
fireEvent(FilterConfigChangeType, FilterConfig<?, ?>) - Method in class net.sf.gridarta.model.filter.AbstractFilterConfig
Notify all listeners that a FilterConfig has happened.
fireInsertUpdate(DocumentEvent) - Method in class net.sf.gridarta.textedit.textarea.SyntaxDocument
We overwrite this method to update the token marker state immediately so that any event listeners get a consistent token marker.
fireMapsDirectoryChanged() - Method in class net.sf.gridarta.model.settings.AbstractProjectSettings
Notifies all listeners about a changed maps directory.
firePickmapReverted(PickmapState<G, A, R>, MapControl<G, A, R>) - Method in class net.sf.gridarta.gui.mapfiles.MapFolder
Notifies all listeners about a reverted pickmap.
fireRefreshSelectedGameObject() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesModel
Notifies all listeners that the selected game object has changed.
fireRemoveUpdate(DocumentEvent) - Method in class net.sf.gridarta.textedit.textarea.SyntaxDocument
We overwrite this method to update the token marker state immediately so that any event listeners get a consistent token marker.
fireShowMainToolbarChanged() - Method in class net.sf.gridarta.model.settings.AbstractEditorSettings
Notifies all listeners about a changed visibility of the main toolbar.
FixedDtdEntityResolver - Class in net.sf.gridarta.utils.xml
An EntityResolver that rejects all entities except for a given DTD.
FixedDtdEntityResolver(String, String) - Constructor for class net.sf.gridarta.utils.xml.FixedDtdEntityResolver
Creates a new instance.
FixedDtdInputStream - Class in net.sf.gridarta.utils.xml
Injects a <!DOCTYPE...> declaration into an InputStream if it does not contain one.
FixedDtdInputStream(InputStream, String, String) - Constructor for class net.sf.gridarta.utils.xml.FixedDtdInputStream
Creates a new instance.
FlatFileIterator - Class in net.sf.gridarta.model.io
An Iterator that iterates non-recursively over the contents of a directory.
FlatFileIterator(File) - Constructor for class net.sf.gridarta.model.io.FlatFileIterator
Creates a new instance.
FlatMapRenderer - Class in net.sf.gridarta.var.crossfire.gui.map.renderer
A AbstractFlatMapRenderer to render map files.
FlatMapRenderer(MapViewSettings, FilterControl<GameObject, MapArchObject, Archetype>, MapModel<GameObject, MapArchObject, Archetype>, MapGrid, GridMapSquarePainter, GameObjectParser<GameObject, MapArchObject, Archetype>, ResourceIcons, SmoothingRenderer) - Constructor for class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatMapRenderer
Creates a new instance.
FlatMapTilePane<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.maptilepane
A Panel for managing the tiling of maps.
FlatMapTilePane(MapManager<G, A, R>, ProjectSettings, MapModel<G, A, R>, FileFilter) - Constructor for class net.sf.gridarta.gui.map.maptilepane.FlatMapTilePane
Create a MapTilePane.
FlatPickmapRenderer - Class in net.sf.gridarta.var.crossfire.gui.map.renderer
A AbstractFlatMapRenderer to render map files.
FlatPickmapRenderer(MapViewSettings, MapModel<GameObject, MapArchObject, Archetype>, MapGrid, GridMapSquarePainter, GameObjectParser<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatPickmapRenderer
Creates a new instance.
floodFill() - Method in class net.sf.gridarta.mainactions.MainActions
"Flood fill" was selected from the Edit menu.
floodFill(MapModel<G, A, R>, Point, List<? extends BaseObject<G, A, R, ?>>, InsertionModeSet<G, A, R>) - Static method in class net.sf.gridarta.model.floodfill.FillUtils
Flood-fill the the map, starting at the cursor position.
FloodFill<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.floodfill
Implements flood-filling.
FloodFill() - Constructor for class net.sf.gridarta.model.floodfill.FloodFill
 
floodFill(MapModel<G, A, R>, Point, List<? extends BaseObject<G, A, R, ?>>, InsertionModeSet<G, A, R>) - Method in class net.sf.gridarta.model.floodfill.FloodFill
Flood-fill the map.
flush(File) - Method in class net.sf.gridarta.gui.mapimagecache.MapImageCache
Removes the cached images for a map file.
flush(File) - Method in class net.sf.gridarta.gui.mapimagecache.MapImageCacheEntry
Removes the cached image for a map file.
flush() - Method in class net.sf.gridarta.preferences.FilePreferences
flushSpi() - Method in class net.sf.gridarta.preferences.FilePreferences
focusGained(FocusEvent) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.ScrollToVisibleFocusListener
focusLost(FocusEvent) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.ScrollToVisibleFocusListener
folderAdded(MapFolder<G, A, R>) - Method in interface net.sf.gridarta.gui.mapfiles.MapFolderTreeListener
A folder has been added to the model.
FolderListCellRenderer - Class in net.sf.gridarta.gui.panel.archetypechooser
A DefaultListCellRenderer for rendering ArchetypeChooserFolder instances.
FolderListCellRenderer() - Constructor for class net.sf.gridarta.gui.panel.archetypechooser.FolderListCellRenderer
 
folderRemoved(MapFolder<G, A, R>) - Method in interface net.sf.gridarta.gui.mapfiles.MapFolderTreeListener
A folder has been removed from the model.
FolderTreasureObj - Class in net.sf.gridarta.model.treasurelist
A TreasureObj representing a folder.
FolderTreasureObj(String) - Constructor for class net.sf.gridarta.model.treasurelist.FolderTreasureObj
Creates a new instance.
forceRepaint() - Method in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
Repaint the view because some view parameters may have changed.
forceRepaint() - Method in class net.sf.gridarta.gui.map.renderer.AbstractSimpleIsoMapRenderer
Repaint the view because some view parameters may have changed.
forceRepaint() - Method in interface net.sf.gridarta.gui.map.renderer.MapRenderer
Repaint the view because some view parameters may have changed.
forceRepaint() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Repaint the view because some view parameters may have changed.
forceRepaint() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.SimpleFlatMapRenderer
Repaint the view because some view parameters may have changed.
format(ActionBuilder, String, Object...) - Static method in class net.sf.gridarta.utils.ActionBuilderUtils
Returns the value of a key.
formatKey(K) - Method in class net.sf.gridarta.gui.panel.connectionview.CellRenderer
Returns a string representation for a key.
formatKey(GameObject<G, A, R>) - Method in class net.sf.gridarta.gui.panel.connectionview.MonsterCellRenderer
Returns a string representation for a key.
Formatter<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,O> - Interface in net.sf.gridarta.model.validation.errors
Interface for formatting objects.
formatValue(BaseObject<?, ?, ?, ?>) - Method in class net.sf.gridarta.gui.panel.connectionview.CellRenderer
Returns a string representation for a value.
formatValue(BaseObject<?, ?, ?, ?>) - Method in class net.sf.gridarta.gui.panel.connectionview.MonsterCellRenderer
Returns a string representation for a value.
foundSubLayers - Variable in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
Boolean array for AbstractIsoMapRenderer.tileStretchingOffsets(java.awt.Point, boolean[]) to avoid allocating lots of arrays.
freePickmap() - Method in class net.sf.gridarta.gui.mapfiles.PickmapState
Unloads the map file.
fromXML(Element, FilterConfig<?, ?>) - Method in class net.sf.gridarta.model.filter.FilterParser
Import the filter configuration settings.
fromXML(PluginParameter<G, A, R, ?>, Element) - Method in class net.sf.gridarta.plugin.parameter.PluginParameterCodec
Restores a PluginParameter from XML representation.
fromXML(Element) - Method in class net.sf.gridarta.plugin.PluginModelParser
Creates a Plugin instance from XML representation.
FunctionMenu - Class in net.sf.gridarta.textedit.textarea.actions
When a '.' character is typed, in certain cases a selection menu pops up to let the user choose a python function.
FunctionMenu(ScriptEditControl, MenuEntries) - Constructor for class net.sf.gridarta.textedit.textarea.actions.FunctionMenu
Creates a new instance.
functionMenu - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 

G

GameObject<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.gameobject
Reflects a game object (object on a map).
GameObject - Class in net.sf.gridarta.var.atrinik.model.gameobject
Handles the Atrinik GameObjects.
GameObject(Archetype, FaceObjectProviders, AnimationObjects, ArchetypeTypeSet) - Constructor for class net.sf.gridarta.var.atrinik.model.gameobject.GameObject
Creates a new instance.
GameObject - Class in net.sf.gridarta.var.crossfire.model.gameobject
Handles the Crossfire GameObjects.
GameObject(Archetype, FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.var.crossfire.model.gameobject.GameObject
Creates a new instance.
GameObject - Class in net.sf.gridarta.var.daimonin.model.gameobject
Handles the Daimonin GameObjects.
GameObject(Archetype, FaceObjectProviders, AnimationObjects, ArchetypeTypeSet) - Constructor for class net.sf.gridarta.var.daimonin.model.gameobject.GameObject
Creates a new instance.
GameObjectAttributesControl<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.gameobjectattributes
Common base class for the panel that allows users to edit a GameObject's attributes.
GameObjectAttributesControl(GameObjectAttributesModel<G, A, R>, GameObjectAttributesDialogFactory<G, A, R>, ObjectChooser<G, A, R>, MapManager<G, A, R>, SelectedSquareModel<G, A, R>, GameObjectFactory<G, A, R>, MapViewSettings) - Constructor for class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesControl
Create the GameObjectAttributesPanel.
GameObjectAttributesControlListener - Interface in net.sf.gridarta.gui.panel.gameobjectattributes
Interface for listeners interested in GameObjectAttributesControl related events.
GameObjectAttributesDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
Common base class for game object attributes dialogs.
GameObjectAttributesDialog(GameObjectAttributesDialogFactory<G, A, R>, ArchetypeTypeSet, G, Frame, CFTreasureListTree, FaceObjectProviders, AnimationObjects, ProjectSettings, FileFilter, FileFilter, FaceObjects, Spells<GameObjectSpell<G, A, R>>, Spells<NumberSpell>, int, TreasureTree, ImageIcon, ImageIcon, TextAreaDefaults, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialog
Creates a new instance.
GameObjectAttributesDialogFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
GameObjectAttributesDialogFactory(ArchetypeTypeSet, Frame, CFTreasureListTree, FaceObjectProviders, AnimationObjects, ProjectSettings, FileFilter, FileFilter, FaceObjects, Spells<GameObjectSpell<G, A, R>>, Spells<NumberSpell>, int, TreasureTree, ImageIcon, ImageIcon, TextAreaDefaults, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialogFactory
Creates a new instance.
GameObjectAttributesModel<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.gameobjectattributes
The model of the game object attributes dialog.
GameObjectAttributesModel() - Constructor for class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesModel
 
GameObjectAttributesModelListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.panel.gameobjectattributes
Listener for GameObjectAttributesModel related events.
GameObjectAttributesTab<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.panel.gameobjectattributes
A tab in the game object attributes panel.
GameObjectAttributesTabListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.panel.gameobjectattributes
Interface for listeners interested in GameObjectAttributesTab related events.
GameObjectContainer<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.baseobject
Base class for classes that contain GameObjects as children in the sense of containment.
GameObjectContainer() - Constructor for class net.sf.gridarta.model.baseobject.GameObjectContainer
Create a new GameObjectContainer.
GameObjectFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.gameobject
Abstract factory for creating GameObject instances.
GameObjectFormatter<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.errors
GameObjectFormatter() - Constructor for class net.sf.gridarta.model.validation.errors.GameObjectFormatter
 
GameObjectMatcher - Interface in net.sf.gridarta.model.match
Interface for classes that match GameObjects.
GameObjectMatcherParser - Class in net.sf.gridarta.model.match
Class for some default GameObjectMatchers.
GameObjectMatchers - Class in net.sf.gridarta.model.match
Maintains GameObjectMatcher instances.
GameObjectMatchers() - Constructor for class net.sf.gridarta.model.match.GameObjectMatchers
 
GameObjectMatchersParser - Class in net.sf.gridarta.model.match
Parser for the GameObjectMatchers.xml file.
GameObjectParser<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.io
Interface for classes that read or write GameObject instances.
GameObjectParserFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.io
A factory for creating GameObjectParser instances.
GameObjectSpell<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.spells
Describes a numbered in-game spell.
GameObjectSpell(R, GameObjectFactory<G, A, R>) - Constructor for class net.sf.gridarta.model.spells.GameObjectSpell
Create a new instance.
GameObjectsValidationError<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 related to more than a single GameObject.
GameObjectsValidationError(MapSquare<G, A, R>, G) - Constructor for class net.sf.gridarta.model.validation.errors.GameObjectsValidationError
Create an GameObjectValidationError.
GameObjectTab<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mainwindow
A Tab that displays the currently selected GameObject.
GameObjectTab(String, GameObjectAttributesControl<G, A, R>, Location, boolean, int, boolean) - Constructor for class net.sf.gridarta.gui.mainwindow.GameObjectTab
Creates a new instance.
GameObjectText - Class in net.sf.gridarta.model.baseobject
A set of key/value attributes.
GameObjectText() - Constructor for class net.sf.gridarta.model.baseobject.GameObjectText
Creates a new instance.
GameObjectText(GameObjectText) - Constructor for class net.sf.gridarta.model.baseobject.GameObjectText
Creates a new instance as a copy of another instance.
gameObjectTextEditor() - Method in class net.sf.gridarta.gui.misc.MainViewActions
Action method to open the game object text editor.
GameObjectTextEditor - Class in net.sf.gridarta.gui.panel.gameobjecttexteditor
Implements the "Game Object Text Editor".
GameObjectTextEditor(ArchetypeTypeSet) - Constructor for class net.sf.gridarta.gui.panel.gameobjecttexteditor.GameObjectTextEditor
Creates a new instance.
GameObjectTextEditorTab<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mainwindow
The Tab displaying the game object text editor.
GameObjectTextEditorTab(String, GameObjectTextEditor, Location, boolean, int, boolean, SelectedSquareModel<G, A, R>, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.mainwindow.GameObjectTextEditorTab
Creates a new instance.
GameObjectUtils - Class in net.sf.gridarta.model.gameobject
Utility class for GameObject related functions.
GameObjectValidationError<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 related to an GameObject.
GameObjectValidationError(G) - Constructor for class net.sf.gridarta.model.validation.errors.GameObjectValidationError
Create an GameObjectValidationError.
GameObjectValidator<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 GameObject Validators.
gc() - Method in class net.sf.gridarta.action.GcAction
The action method for "gc".
GcAction - Class in net.sf.gridarta.action
 
GcAction(StatusBar<?, ?, ?>) - Constructor for class net.sf.gridarta.action.GcAction
Creates a new instance.
GENERAL_SECTION - Static variable in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSection
The name of the "General" section.
genPreview() - Method in class net.sf.gridarta.gui.map.MapPreviewAccessory
Generate a preview.
get(int) - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesTableModel
Return one archetype.
get(int) - Method in class net.sf.gridarta.gui.dialog.findarchetypes.TableModel
Return one archetype.
get(int) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserModel
Returns a map file by index.
get(int) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeList
Returns an entry by index.
get(String) - Method in class net.sf.gridarta.model.archetypetype.IgnorelistsDefinition
Returns the ignored section names for a ignore list name.
get(String) - Method in class net.sf.gridarta.model.data.AbstractNamedObjects
Gets a AbstractNamedObject.
get(String) - Method in interface net.sf.gridarta.model.data.NamedObjects
Gets a AbstractNamedObject.
get(String) - Method in class net.sf.gridarta.model.treasurelist.TreasureTree
Returns a treasure list by name.
get(String, String) - Method in class net.sf.gridarta.preferences.FilePreferences
getAboveFloorInsertionMode() - Method in class net.sf.gridarta.model.mapmodel.InsertionModeSet
Returns the "above floor" insertion mode.
getAbsolutePath(CharSequence) - Static method in class net.sf.gridarta.model.io.PathManagerUtils
Returns the given path in absolute form.
getAction(MapMenuEntryMap) - Method in class net.sf.gridarta.gui.mapmenu.ActionFactory
Returns an Action for a MapMenuEntryMap instance.
getAction(String) - Method in class net.sf.gridarta.textedit.textarea.actions.InputActions
Returns a named text area action.
getActionCategory(Action) - Static method in class net.sf.gridarta.utils.ActionUtils
Returns an Action's category.
getActionDescription(Action) - Static method in class net.sf.gridarta.utils.ActionUtils
Returns the description for an Action.
getActionIcon(Action) - Static method in class net.sf.gridarta.utils.ActionUtils
Returns an Icon associated with the action.
getActionId(Action) - Static method in class net.sf.gridarta.utils.ActionUtils
Returns an Action's ID string.
getActionName(Action) - Static method in class net.sf.gridarta.utils.ActionUtils
Returns the name of an Action.
getActiveMapCursor() - Method in class net.sf.gridarta.action.AbstractMapCursorAction
Return the map cursor of the current map view if it is active.
getActiveMapFolder() - Method in class net.sf.gridarta.gui.mapfiles.MapFolderTree
Returns the active map folder.
getActiveMapView() - Method in class net.sf.gridarta.action.AbstractMapCursorAction
Return the current map view.
getActiveMapView() - Method in class net.sf.gridarta.gui.map.mapview.MapViewManager
Returns the active top map view we are working with.
getActiveTab(Location, boolean) - Method in class net.sf.gridarta.gui.misc.MainView
Returns the active Tab on a given Location of the main view.
getActiveTab(Location, boolean) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.ButtonLists
Returns the active Tab on a given Location of the main view.
getActiveTab(Location, boolean) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.TabbedPanel
Returns the active Tab on a given Location of the main view.
getActiveTextArea() - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditView
 
getActiveTitle() - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditView
Returns the title of the active tab.
getAfterLast(GameObjectMatcher) - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Returns the game object after the last occurrence of a matching game object.
getAllActions() - Method in class net.sf.gridarta.model.match.ViewGameObjectMatcherManager
Gets all actions.
getAllGameObjects() - Method in class net.sf.gridarta.gui.copybuffer.CopyBuffer
Return all game objects.
getAllGameObjects() - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Returns all game objects.
getAllGameObjects() - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Returns all game objects.
getAllowsChildren() - Method in class net.sf.gridarta.model.data.NamedTreeNode
getAlternativeFaceName() - Method in class net.sf.gridarta.model.face.DefaultFaceObject
Returns the alternative face name for image.a.nnn faces.
getAlternativeFaceName() - Method in interface net.sf.gridarta.model.face.FaceObject
Returns the alternative face name for image.a.nnn faces.
getAlternativeIndex(R) - Method in class net.sf.gridarta.model.autojoin.AutojoinList
Returns the index of an Archetype if it is an alternative archetype for any direction.
getAlternativeShortcut(Action) - Static method in class net.sf.gridarta.utils.ActionUtils
Returns the alternative shortcut of an Action.
getAnimationObject() - Method in exception net.sf.gridarta.model.anim.IllegalAnimationException
Returns the illegal animation object.
getAnimationObjects() - Method in class net.sf.gridarta.project.ProjectModel
 
getAnimList() - Method in interface net.sf.gridarta.model.anim.AnimationObject
Returns the animation list of this animation.
getAnimList() - Method in class net.sf.gridarta.model.anim.DefaultAnimationObject
Returns the animation list of this animation.
getAnimName() - Method in class net.sf.gridarta.gui.utils.AnimationComponent
Returns the current animation name.
getAnimName() - Method in interface net.sf.gridarta.model.anim.AnimationObject
Get the animName, which is the name of the animation as usable by the "animations" attribute.
getAnimName() - Method in class net.sf.gridarta.model.anim.DefaultAnimationObject
Get the animName, which is the name of the animation as usable by the "animations" attribute.
getAnimName() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
DaiEditor only: Returns the name of the animation.
getAnimName() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
DaiEditor only: Returns the name of the animation.
getArchDirectory() - Method in class net.sf.gridarta.model.settings.AbstractDefaultProjectSettings
Returns the archetype directory.
getArchDirectory() - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Returns the archetype directory.
getArchDirectoryDefault() - Method in class net.sf.gridarta.model.settings.DefaultEditorSettings
Returns the default archetype directory.
getArchDirectoryDefault() - Method in interface net.sf.gridarta.model.settings.EditorSettings
Returns the default archetype directory.
getArchetype() - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Returns the Archetype this GameObject is based on.
getArchetype() - Method in class net.sf.gridarta.model.archetype.AbstractArchetypeBuilder
 
getArchetype(String) - Method in interface net.sf.gridarta.model.archetypeset.ArchetypeSet
Returns an Archetype by its name.
getArchetype(String) - Method in class net.sf.gridarta.model.archetypeset.DefaultArchetypeSet
Returns an Archetype by its name.
getArchetype(int) - Method in class net.sf.gridarta.model.autojoin.AutojoinList
 
getArchetype() - Method in class net.sf.gridarta.model.autojoin.InsertionResult
Returns the Archetype that should be inserted.
getArchetype() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the Archetype this GameObject is based on.
getArchetype() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Returns the Archetype this GameObject is based on.
getArchetypeAttributeName() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttribute
Returns the archetype attribute name.
getArchetypeChooserModel() - Method in class net.sf.gridarta.project.ProjectModel
 
getArchetypeChooserPanel() - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypePanel
Returns the associated ArchetypeChooserPanel.
getArchetypeCount() - Method in interface net.sf.gridarta.model.archetypeset.ArchetypeSet
Returns the number of Archetypes available.
getArchetypeCount() - Method in class net.sf.gridarta.model.archetypeset.DefaultArchetypeSet
Returns the number of Archetypes available.
getArchetypeName() - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Returns the name of this archetype.
getArchetypeName() - Method in class net.sf.gridarta.model.archetype.AbstractArchetypeBuilder
 
getArchetypeName() - Method in interface net.sf.gridarta.model.archetype.Archetype
Returns the name of this archetype.
getArchetypeName() - Method in class net.sf.gridarta.model.spells.GameObjectSpell
Return the archetype name of the spell object.
getArchetypeNameForEventType(int) - Method in interface net.sf.gridarta.model.scripts.ScriptArchUtils
Returns the archetype for an event type.
getArchetypeNameForEventType(int) - Method in class net.sf.gridarta.var.atrinik.gui.scripts.DefaultScriptArchUtils
Returns the archetype for an event type.
getArchetypeNameForEventType(int) - Method in class net.sf.gridarta.var.crossfire.gui.scripts.DefaultScriptArchUtils
Returns the archetype for an event type.
getArchetypeNameForEventType(int) - Method in class net.sf.gridarta.var.daimonin.gui.scripts.DefaultScriptArchUtils
Returns the archetype for an event type.
getArchetypes() - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserFolder
Returns the Archetypes.
getArchetypes() - Method in interface net.sf.gridarta.model.archetypeset.ArchetypeSet
Returns a read-only collection of all Archetypes.
getArchetypes() - Method in class net.sf.gridarta.model.archetypeset.DefaultArchetypeSet
Returns a read-only collection of all Archetypes.
getArchetypes(int) - Method in class net.sf.gridarta.model.autojoin.AutojoinList
Returns all archetypes for an index.
getArchetypeSet() - Method in class net.sf.gridarta.project.ProjectModel
 
getArchetypeType(String) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
Returns an ArchetypeType by type name.
getArchetypeTypeByBaseObject(BaseObject<?, ?, ?, ?>) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
Returns the ArchetypeType for the given BaseObject.
getArchetypeTypeByName(String) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
Finds and returns the type-structure (ArchetypeType) that matches the given 'typeName'.
getArchetypeTypeCount() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
Returns the number of ArchetypeTypes in the list.
getArchetypeTypeIndex(ArchetypeType) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
Returns the index of an ArchetypeType instance.
getArchetypeTypeSet() - Method in class net.sf.gridarta.project.ProjectModel
 
getArchName() - Method in exception net.sf.gridarta.model.scripts.UndefinedEventArchetypeNameException
Return the archetype that could not be found.
getArchNames() - Method in class net.sf.gridarta.mainactions.MassChangeDialog
Returns the arch names to affect.
getAttribute() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfo
Returns the DialogAttribute this entry represents.
getAttribute(CharSequence, String) - Static method in class net.sf.gridarta.utils.StringUtils
Returns an attribute line from a set of attribute definitions.
getAttributeDouble(String, boolean) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the requested attribute value of this GameObject as double.
getAttributeDouble(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns an attribute value of this Archetype as double.
getAttributeDouble(String) - Method in interface net.sf.gridarta.model.baseobject.Attributes
Returns an attribute value of this Archetype as double.
getAttributeDouble(String, boolean) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the requested attribute value of this GameObject as double.
getAttributeInt(String, boolean) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the requested attribute value of this GameObject as int.
getAttributeInt(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns an attribute value of this Archetype as int.
getAttributeInt(String) - Method in interface net.sf.gridarta.model.baseobject.Attributes
Returns an attribute value of this Archetype as int.
getAttributeInt(String, boolean) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the requested attribute value of this GameObject as int.
getAttributeKeys() - Method in interface net.sf.gridarta.model.archetype.Archetype
Returns all attribute keys of this archetype.
getAttributeKeys() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns all attribute keys of this object.
getAttributeKeys() - Method in class net.sf.gridarta.model.baseobject.GameObjectText
Returns all attribute keys of this object.
getAttributeLong(String, boolean) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the requested attribute value of this GameObject as long.
getAttributeLong(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns an attribute value of this Archetype as long.
getAttributeLong(String) - Method in interface net.sf.gridarta.model.baseobject.Attributes
Returns an attribute value of this Archetype as long.
getAttributeLong(String, boolean) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the requested attribute value of this GameObject as long.
getAttributeName() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttribute
Returns the user interface attribute name.
getAttributeOrderComparator() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
Returns a Comparator that sorts attributes keys by the order defined by ArchetypeTypeSet.addAttributeOrder(String).
getAttributeString(String, boolean) - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Returns the requested attribute value of this GameObject as String.
getAttributeString(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the requested attribute value of this GameObject as String.
getAttributeString(String) - Method in interface net.sf.gridarta.model.baseobject.Attributes
Returns the requested attribute value of this GameObject as String.
getAttributeString(String, boolean) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the requested attribute value of this GameObject as String.
getAttributeString(String, boolean) - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Returns the requested attribute value of this GameObject as String.
getAttributeValue(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns an attribute value by attribute name.
getAttributeValue(String) - Method in class net.sf.gridarta.model.baseobject.GameObjectText
Returns an attribute value by attribute name.
getAutoInsertionMode() - Method in class net.sf.gridarta.model.mapmodel.InsertionModeSet
Returns the "auto" insertion mode.
getAutojoinList(Archetype<G, A, R>) - Method in class net.sf.gridarta.model.autojoin.AutojoinLists
Returns an AutojoinList for a given archetype.
getAutoscrollInsets() - Method in class net.sf.gridarta.gui.mapmenu.AutoscrollJTree
getAxis() - Method in enum net.sf.gridarta.gui.utils.borderpanel.Location
Returns the BoxLayout axis of this location.
getBackgroundMusic() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Returns the name of the background music.
getBackgroundMusic() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns the background music to play.
getBackgroundMusic() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Returns the name of the background music.
getBaseDir() - Method in class net.sf.gridarta.gui.mapfiles.MapFolderTree
Returns the base directory for creating new map folders.
getBaseDir() - Method in class net.sf.gridarta.plugin.parameter.AbstractPathParameter
Returns the base directory.
getBeforeFirst(GameObjectMatcher) - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Returns the game object before the first occurrence of a matching game object.
getBelowFloorInsertionMode() - Method in class net.sf.gridarta.model.mapmodel.InsertionModeSet
Returns the "below floor" insertion mode.
getBestName() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the name which is best appropriate to describe this GameObject.
getBestName() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the name which is best appropriate to describe this GameObject.
getBiasLeft() - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
 
getBitmask() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBitmask
 
getBitmask(String) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
Returns a bitmask type by name.
getBitmaskName() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeBitmask
Returns the bitmask name.
getBitName(int) - Method in class net.sf.gridarta.model.archetypetype.AttributeBitmask
Returns the name of a bitmask value.
getBlockCaret() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getBlockers() - Method in class net.sf.gridarta.model.validation.errors.BlockedMobOrSpawnPointError
Returns the blocking GameObjects.
getBoolean(String, boolean) - Method in class net.sf.gridarta.preferences.FilePreferences
getBoolean(ActionBuilder, String) - Static method in class net.sf.gridarta.utils.ActionBuilderUtils
Returns the value of a key as a boolean.
getBorderLocation() - Method in enum net.sf.gridarta.gui.utils.borderpanel.Location
Returns the BorderLayout constraint of this location.
getBorderLocationAlternativeLocation() - Method in enum net.sf.gridarta.gui.utils.borderpanel.Location
Returns the BorderLayout constraint of this location for buttons in the alternative location.
getBorderLocationStandardLocation() - Method in enum net.sf.gridarta.gui.utils.borderpanel.Location
Returns the BorderLayout constraint of this location for buttons in the standard location.
getBorderOffsetX() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Returns the x offset to map borders.
getBorderOffsetY() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Returns the y offset to map borders.
getBottommostInsertionMode() - Method in class net.sf.gridarta.model.mapmodel.InsertionModeSet
Returns the "bottommost" insertion mode.
getBracketHighlight() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getBracketHighlightColor() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getBracketLine() - Method in class net.sf.gridarta.textedit.textarea.TextAreaBrackets
Returns the line of the highlighted bracket (the bracket matching the one before the caret).
getBracketPosition() - Method in class net.sf.gridarta.textedit.textarea.TextAreaBrackets
Returns the position of the highlighted bracket (the bracket matching the one before the caret).
getButton() - Method in class net.sf.gridarta.gui.filter.BtnPopup
 
getButton() - Method in class net.sf.gridarta.gui.map.event.MouseOpEvent
Return the mouse button that changed.
getButton() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Returns the AbstractButton for showing or hiding the component.
getButtonCount() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.ButtonList
Returns the total number of buttons.
getButtonCount() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.DoubleButtonList
Returns the total number of buttons.
getButtons() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.ButtonList
Returns the Container that contains all buttons.
getButtons() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.DoubleButtonList
Returns the Container that contains all buttons.
getCacheFile(File, String) - Method in interface net.sf.gridarta.model.io.CacheFiles
Returns the File for caching a given file.
getCacheFile(File, String) - Method in class net.sf.gridarta.model.io.DirectoryCacheFiles
Returns the File for caching a given file.
getCacheFile(File, String) - Method in class net.sf.gridarta.model.io.SubDirectoryCacheFiles
Returns the File for caching a given file.
getCacheFiles() - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Returns the cache files for icon and preview images.
getCacheFiles() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns the cache files for icon and preview images.
getCacheFiles() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns the cache files for icon and preview images.
getCacheFiles() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns the cache files for icon and preview images.
getCanonicalFile(File) - Static method in class net.sf.gridarta.utils.IOUtils
Calls File.getCanonicalFile().
getCanonicalPath(File) - Static method in class net.sf.gridarta.utils.IOUtils
Calls File.getCanonicalPath().
getCaretBlinks() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getCaretColor() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getCaretLine() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the caret line.
getCaretLine() - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the caret line.
getCaretPosition() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the caret position.
getCaretPosition() - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the caret position.
getCaretVisible() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getChance() - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
Returns the chance attribute.
getChanges() - Method in class net.sf.gridarta.mainactions.MassChangeDialog
Returns the actual changes to apply.
getCheckBoxMenuItem() - Method in class net.sf.gridarta.gui.map.viewaction.ViewAction
Returns the menu item for this action.
getChild(Element, String) - Static method in class net.sf.gridarta.utils.XmlUtils
Returns a child Element of a parent element.
getChildAt(int) - Method in class net.sf.gridarta.model.data.NamedTreeNode
getChildCount() - Method in class net.sf.gridarta.model.data.NamedTreeNode
getClickCount() - Method in class net.sf.gridarta.gui.map.event.MouseOpEvent
 
getClient() - Method in class net.sf.gridarta.gui.dialog.prefs.AppPreferencesModel
Returns the client setting.
getClientDefault() - Method in class net.sf.gridarta.gui.dialog.prefs.AppPreferencesModel
Returns the client setting's default value.
getClone(boolean, List<TreasureTreeNode>) - Method in class net.sf.gridarta.model.treasurelist.TreasureTreeNode
Return a new cloned instance of this object.
getCode() - Method in class net.sf.gridarta.plugin.Plugin
Returns the executable code of this plugin.
getCollectedDirectory() - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Returns the directory where collected archetypes are stored.
getCollectedDirectory() - Method in class net.sf.gridarta.var.atrinik.model.settings.AtrinikDefaultProjectSettings
Returns the directory where collected archetypes are stored.
getCollectedDirectory() - Method in class net.sf.gridarta.var.crossfire.model.settings.CrossfireDefaultProjectSettings
Returns the directory where collected archetypes are stored.
getCollectedDirectory() - Method in class net.sf.gridarta.var.daimonin.model.settings.DaimoninDefaultProjectSettings
Returns the directory where collected archetypes are stored.
getColor() - Method in enum net.sf.gridarta.gui.utils.Severity
Returns the tab color.
getColor() - Method in class net.sf.gridarta.textedit.textarea.SyntaxStyle
Returns the text color.
getCols() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getColumnClass(int) - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesTableModel
 
getColumnCount() - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesTableModel
getColumnCount() - Method in class net.sf.gridarta.gui.dialog.findarchetypes.TableModel
getColumnName(int) - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesTableModel
getColumnName(int) - Method in class net.sf.gridarta.gui.dialog.findarchetypes.TableModel
getCompassIconName() - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Returns the icon name to display in the selected square view.
getCompassIconName() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns the icon name to display in the selected square view.
getCompassIconName() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns the icon name to display in the selected square view.
getCompassIconName() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns the icon name to display in the selected square view.
getComponent() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfo
Returns the component to display in the second column or null.
getComponent() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfoGlue
Returns the component to display in the second column or null.
getComponent() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfoRow
Returns the component to display in the second column or null.
getComponent() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfoTwoColumn
Returns the component to display in the second column or null.
getComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditor
Returns the Component for this plugin editor.
getComponent() - Method in class net.sf.gridarta.gui.map.mapview.DefaultMapView
Returns the component associated with this MapView that can be used as parent for dialogs.
getComponent() - Method in interface net.sf.gridarta.gui.map.mapview.MapView
Returns the component associated with this MapView that can be used as parent for dialogs.
getComponent() - Method in class net.sf.gridarta.gui.misc.MainToolbar
Returns the toolbar component.
getComponent() - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserControl
Returns the component to show in the object chooser.
getComponent() - Method in interface net.sf.gridarta.gui.panel.objectchooser.ObjectChooserTab
Returns the component to show in the object chooser.
getComponent() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Returns the component to show in the object chooser.
getComponent() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Returns the Component that is shown when this tab is active.
getConfig(String) - Method in class net.sf.gridarta.model.filter.NamedFilterConfig
Returns the FilterConfig for a sub-filter.
getConfigComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchetypeParameterView
Returns a JComponent for editing the parameter configuration.
getConfigComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.BooleanParameterView
Returns a JComponent for editing the parameter configuration.
getConfigComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.DoubleParameterView
Returns a JComponent for editing the parameter configuration.
getConfigComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.IntegerParameterView
Returns a JComponent for editing the parameter configuration.
getConfigComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.map.MapParameterView
Returns a JComponent for editing the parameter configuration.
getConfigComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.MapPathParameterView
Returns a JComponent for editing the parameter configuration.
getConfigComponent() - Method in interface net.sf.gridarta.gui.dialog.plugin.parameter.PluginParameterView
Returns a JComponent for editing the parameter configuration.
getConfigComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.StringParameterView
Returns a JComponent for editing the parameter configuration.
getConfigComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditorRow
Returns the editor component for editing the parameter's configuration parameters.
getConfigSource(String) - Method in interface net.sf.gridarta.model.configsource.ConfigSourceFactory
Returns a ConfigSource by name.
getConfigSource(String) - Method in class net.sf.gridarta.model.configsource.DefaultConfigSourceFactory
Returns a ConfigSource by name.
getConfigSourceName() - Method in class net.sf.gridarta.model.settings.AbstractDefaultProjectSettings
Returns the name of the configuration source.
getConfigSourceName() - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Returns the name of the configuration source.
getConfigSources() - Method in interface net.sf.gridarta.model.configsource.ConfigSourceFactory
Returns all defined configuration sources.
getConfigSources() - Method in class net.sf.gridarta.model.configsource.DefaultConfigSourceFactory
Returns all defined configuration sources.
getConfigurationDirectory() - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Returns the configuration directory which is used to load configuration information like types.xml.
getConfigurationDirectory() - Method in class net.sf.gridarta.var.atrinik.model.settings.AtrinikDefaultProjectSettings
Returns the configuration directory which is used to load configuration information like types.xml.
getConfigurationDirectory() - Method in class net.sf.gridarta.var.crossfire.model.settings.CrossfireDefaultProjectSettings
Returns the configuration directory which is used to load configuration information like types.xml.
getConfigurationDirectory() - Method in class net.sf.gridarta.var.daimonin.model.settings.DaimoninDefaultProjectSettings
Returns the configuration directory which is used to load configuration information like types.xml.
getContainer() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Returns container of this GameObject.
getContainer() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Returns container of this GameObject.
getContainer() - Method in exception net.sf.gridarta.model.gameobject.NotInsideContainerException
Returns the Container that the GameObject was expected in.
getContainerGameObject() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Returns the environment game object if this game object is in the inventory or null.
getContainerGameObject() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Returns the environment game object if this game object is in the inventory or null.
getCurrentLineIndex() - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Returns the currently painted line.
getCurrentLineTokens() - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Returns the tokens of the currently painted line.
getCurrentMap() - Method in class net.sf.gridarta.model.mapmanager.AbstractMapManager
Returns the current top map we are working with.
getCurrentMap() - Method in interface net.sf.gridarta.model.mapmanager.MapManager
Returns the current map.
getCurrentSaveMapDirectory() - Method in class net.sf.gridarta.model.settings.DefaultVolatileSettings
Returns the default directory for saving maps.
getCurrentSaveMapDirectory() - Method in interface net.sf.gridarta.model.settings.VolatileSettings
Returns the default directory for saving maps.
getCursorSelection() - Method in class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
Returns the selected archetype (if the archetype chooser is active) or the game object selected by the map cursor (if the pickmap chooser) is active.
getCursorSelection() - Method in interface net.sf.gridarta.gui.panel.objectchooser.ObjectChooser
Returns the selected archetype (if the archetype chooser is active) or the game object selected by the map cursor (if the pickmap chooser) is active.
getDarkness() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Returns the light / darkness of this map.
getDarkness() - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Returns the light / darkness of this map.
getDefaultCharWidth() - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
This works only for fonts with fixed line height.
getDefaultConfigSource() - Method in interface net.sf.gridarta.model.configsource.ConfigSourceFactory
Returns the default ConfigSource.
getDefaultConfigSource() - Method in class net.sf.gridarta.model.configsource.DefaultConfigSourceFactory
Returns the default ConfigSource.
getDefaultFolder() - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserPanel
Returns the default ArchetypeChooserFolder that contains all Archetypes of all folders.
getDefaultImage() - Method in class net.sf.gridarta.gui.mapimagecache.MapImageCacheEntry
Returns the default image.
getDefaultLineHeight() - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
This works only for fonts with fixed line height.
getDefaultSyntaxStyles() - Static method in class net.sf.gridarta.textedit.textarea.SyntaxUtilities
Returns the default styles.
getDeletedNode(boolean) - Method in class net.sf.gridarta.gui.mapmenu.MapMenu
Returns the last deleted node.
getDescription() - Method in class net.sf.gridarta.gui.dialog.bookmarks.EditBookmarkDialog
Returns the description.
getDescription() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttribute
Returns the attribute's description.
getDescription() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
Returns the description.
getDescription() - Method in class net.sf.gridarta.plugin.parameter.AbstractPluginParameter
The user-provided description of the value for the user interface.
getDescription() - Method in interface net.sf.gridarta.plugin.parameter.PluginParameter
The user-provided description of the value for the user interface.
getDescription() - Method in class net.sf.gridarta.utils.HideFileFilterProxy
Returns the description from the HideFileFilterProxy.other FileFilter.
getDialog() - Method in class net.sf.gridarta.gui.dialog.golocation.GoLocationDialog
Returns the Window for this instance.
getDialog() - Method in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialog
Returns the JDialog for this instance.
getDialogAttributes() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.AttributesPaneBuilder
Returns all DialogAttributes in the dialog.
getDifficulty() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Returns the map's difficulty.
getDifficulty() - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Returns the map's difficulty.
getDifficulty() - Method in class net.sf.gridarta.model.validation.errors.MapDifficultyError
Returns the difficulty that was wrong.
getDir() - Method in class net.sf.gridarta.gui.mapfiles.MapFolder
Returns the base directory.
getDirection() - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserModel
Returns the default direction for game objects created from archetypes.
getDirection() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the direction of this Archetype or GameObject.
getDirection() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the direction of this Archetype or GameObject.
getDirectionMap() - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Returns a map of relative direction to map window direction.
getDirectionMap() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns a map of relative direction to map window direction.
getDirectionMap() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns a map of relative direction to map window direction.
getDirectionMap() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns a map of relative direction to map window direction.
getDirectory() - Method in class net.sf.gridarta.gui.dialog.bookmarks.BookmarkDirectoryDialog
Returns the directory name.
getDirectory() - Method in class net.sf.gridarta.gui.mapmenu.MapMenu.DeletedNode
Returns the entry's directory.
getDirectory() - Method in class net.sf.gridarta.gui.mapmenu.MapMenuLoader.Result
Returns the entry's directory.
getDisplayIcon(NamedObject) - Method in class net.sf.gridarta.model.face.FaceObjectProviders
Returns the display icon for a NamedObject.
getDisplayIconName() - Method in class net.sf.gridarta.model.anim.DefaultAnimationObject
Returns the face name of the display icon for this AbstractNamedObject.
getDisplayIconName() - Method in interface net.sf.gridarta.model.data.NamedObject
Returns the face name of the display icon for this AbstractNamedObject.
getDisplayIconName() - Method in class net.sf.gridarta.model.face.DefaultFaceObject
Returns the face name of the display icon for this AbstractNamedObject.
getDisplayMode() - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserModel
Returns the current display mode.
getDisplayName(Attributes) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
Returns a description of this type.
getDisplayName(BaseObject<?, ?, ?, ?>) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
Returns a description of this type.
getDocument() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the document this text area is editing.
getDocument() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getDocument() - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the document this text area is editing.
getDocumentLength() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the length of the document.
getDocumentLength() - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the length of the document.
getDouble(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.face.FaceObjectProviders
Returns the double face for a GameObject as an ImageIcon.
getDouble(String, double) - Method in class net.sf.gridarta.preferences.FilePreferences
getDoubleFaceOffset() - Method in interface net.sf.gridarta.project.ProjectFactory
Returns the offset for drawing double faces.
getDoubleFaceOffset() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns the offset for drawing double faces.
getDoubleFaceOffset() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns the offset for drawing double faces.
getDoubleFaceOffset() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns the offset for drawing double faces.
getDoubleImage() - Method in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
Returns a double variant of the face for this GameObject.
getDragOffset() - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Get offset from start position of dragging.
getDuplicate() - Method in exception net.sf.gridarta.model.anim.DuplicateAnimationException
Get the duplicate that caused this exception.
getDuplicate() - Method in exception net.sf.gridarta.model.face.DuplicateFaceException
Returns the duplicate that caused this exception.
getDx() - Method in enum net.sf.gridarta.model.direction.Direction
Returns the relative x direction.
getDy() - Method in enum net.sf.gridarta.model.direction.Direction
Returns the relative y direction.
getDz() - Method in enum net.sf.gridarta.model.direction.Direction
Returns the relative z direction.
getEditable() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getEditor() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxEditor
 
getEditor() - Method in class net.sf.gridarta.gui.dialog.prefs.AppPreferencesModel
Returns the editor setting.
getEditorComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxEditor
 
getEditorDefault() - Method in class net.sf.gridarta.gui.dialog.prefs.AppPreferencesModel
Returns the editor setting's default value.
getEditorFolder() - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Returns the editor folder.
getEditorFolder() - Method in interface net.sf.gridarta.model.archetype.Archetype
Returns the editor folder.
getEditType() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the edit type.
getEditType() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the edit type.
getEditType() - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Returns the currently set edit type.
getEditType() - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Returns the currently set edit type.
getEditType() - Method in class net.sf.gridarta.model.match.NamedGameObjectMatcher
Returns the edit type associated with this matcher.
getEffectiveFaceName(String) - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Returns the effective face name for AbstractBaseObject.faceName for a given real face name.
getEffectiveFaceName(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the effective face name for AbstractBaseObject.faceName for a given real face name.
getEffectiveFaceName(String) - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Returns the effective face name for AbstractBaseObject.faceName for a given real face name.
getElectricScroll() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the number of lines from the top and button of the text area that are always visible.
getElectricScroll() - Method in class net.sf.gridarta.textedit.textarea.TextAreaConfig
 
getElectricScroll() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getElementAt(int) - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxModel
 
getElementAt(int) - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.map.MapParameterComboBoxModel
getEnter() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Returns the enter coordinates.
getEnter() - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Returns the enter coordinates.
getEnterX() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Returns the enter x coordinate.
getEnterX() - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Returns the enter x coordinate.
getEnterY() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Returns the enter y coordinate.
getEnterY() - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Returns the enter y coordinate.
getEntries() - Method in class net.sf.gridarta.model.filter.NamedFilterConfig
Returns a Map containing all configurations of sub-filters.
getEolMarkerColor() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getEolMarkers() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getErrors() - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Gets the errors in this map.
getErrors() - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Gets the errors in this map.
getErrors() - Method in class net.sf.gridarta.model.validation.DefaultErrorCollector
Get all errors.
getErrors() - Method in interface net.sf.gridarta.model.validation.ErrorCollector
Get all errors.
getEventArch() - Method in interface net.sf.gridarta.model.scripts.ScriptedEvent
Returns the underlying event game object.
getEventArch() - Method in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEvent
Returns the underlying event game object.
getEventArch() - Method in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEvent
Returns the underlying event game object.
getEventArch() - Method in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEvent
Returns the underlying event game object.
getEventNames() - Method in class net.sf.gridarta.gui.scripts.AbstractScriptArchUtils
Returns all event names.
getEventNames() - Method in interface net.sf.gridarta.model.scripts.ScriptArchUtils
Returns all event names.
getEventType(int) - Method in class net.sf.gridarta.gui.scripts.AbstractScriptArchUtils
Returns the type name for an event type.
getEventType() - Method in interface net.sf.gridarta.model.scripts.ScriptedEvent
 
getEventType() - Method in exception net.sf.gridarta.model.scripts.UndefinedEventArchetypeTypeException
Return the event type that could not be found.
getEventType() - Method in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEvent
getEventType() - Method in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEvent
getEventType() - Method in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEvent
getExisting() - Method in exception net.sf.gridarta.model.face.DuplicateFaceException
Returns the other duplicate that caused this exception.
getExit(MapModel<G, A, R>, Point) - Method in class net.sf.gridarta.model.exitconnector.ExitMatcher
Returns an exit game object on a given map square.
getExit(G) - Method in class net.sf.gridarta.model.exitconnector.ExitMatcher
Returns whether the given game object is an exit game object.
getExitArchetypeName() - Method in class net.sf.gridarta.model.exitconnector.AbstractExitConnectorModel
Returns the archetype name when creating exit game objects.
getExitArchetypeName() - Method in interface net.sf.gridarta.model.exitconnector.ExitConnectorModel
Returns the archetype name when creating exit game objects.
getExitLocation() - Method in class net.sf.gridarta.model.exitconnector.AbstractExitConnectorModel
Returns the remembered exit location.
getExitLocation() - Method in interface net.sf.gridarta.model.exitconnector.ExitConnectorModel
Returns the remembered exit location.
getFace(BaseObject<G, A, R, ?>) - Method in class net.sf.gridarta.model.face.FaceObjectProviders
Returns the face of a BaseObject as an ImageIcon.
getFace() - Method in class net.sf.gridarta.model.smoothface.SmoothFace
Returns the smoothed face.
getFaceName() - Method in class net.sf.gridarta.gui.utils.FaceComponent
Returns the current face name.
getFaceName() - Method in class net.sf.gridarta.gui.utils.TreeChooseAction
Returns the current face name.
getFaceName() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the name of the face of this Archetype or GameObject.
getFaceName() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the name of the face of this Archetype or GameObject.
getFaceName() - Method in class net.sf.gridarta.model.face.DefaultFaceObject
Get the faceName, which is the name of the face as usable by the "face" attribute.
getFaceName() - Method in interface net.sf.gridarta.model.face.FaceObject
Get the faceName, which is the name of the face as usable by the "face" attribute.
getFaceObject() - Method in exception net.sf.gridarta.model.face.IllegalFaceException
Returns the illegal face object.
getFaceObjectProviders() - Method in class net.sf.gridarta.project.ProjectModel
 
getFaceObjects() - Method in class net.sf.gridarta.project.ProjectModel
 
getFaceObjName() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the face name, can be from animation or face.
getFaceObjName() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the face name, can be from animation or face.
getFaceObjSource() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the FaceSource of this base object.
getFaceObjSource() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the FaceSource of this base object.
getFacings() - Method in interface net.sf.gridarta.model.anim.AnimationObject
Get the facings, which is the number of different sub-animations, for instance for different directions.
getFacings() - Method in class net.sf.gridarta.model.anim.DefaultAnimationObject
Get the facings, which is the number of different sub-animations, for instance for different directions.
getFailure() - Method in class net.sf.gridarta.utils.CopyReader
Returns the failure reason.
getFalseText() - Method in class net.sf.gridarta.plugin.parameter.BooleanParameter
Returns the string representation of the "false" value.
getFalseValue() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeBoolSpec
Returns the false value.
getFile() - Method in class net.sf.gridarta.gui.mapfiles.PickmapState
Returns the underlying map file.
getFile() - Method in class net.sf.gridarta.gui.utils.JFileField
Returns the currently selected file.
getFile(ProjectSettings, String, int) - Method in class net.sf.gridarta.model.configsource.AbstractConfigSource
Returns a config file.
getFile(ProjectSettings, String, int) - Method in interface net.sf.gridarta.model.configsource.ConfigSource
Returns a config file.
getFile() - Method in class net.sf.gridarta.model.mapmodel.MapFile
Returns a File for this map file.
getFile() - Method in class net.sf.gridarta.plugin.Plugin
Returns the location to save this plugin to.
getFile(File, String) - Static method in class net.sf.gridarta.utils.IOUtils
Returns a File instance for a resource that is a regular file on the file system.
getFileExtension() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeText
Returns the file extension.
getFilename(String) - Method in class net.sf.gridarta.model.face.ArchFaceProvider
Get the filename for a face.
getFillDensity() - Method in class net.sf.gridarta.mainactions.RandomFillDialog
Returns the fill density.
getFilter() - Method in class net.sf.gridarta.model.filter.AbstractFilterConfig
Returns the Filter this filter config belongs to.
getFilter() - Method in interface net.sf.gridarta.model.filter.FilterConfig
Returns the Filter this filter config belongs to.
getFilters() - Method in class net.sf.gridarta.model.match.GameObjectMatchers
Return all known game object matchers that should be used as filters.
getFirst() - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Return the first GameObject contained in this container.
getFirst() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Return the first GameObject contained in this container.
getFirst(GameObjectMatcher) - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Returns the first occurrence of a matching game object.
getFirst() - Method in class net.sf.gridarta.utils.Pair
Returns the first value.
getFirstFrame(int) - Method in interface net.sf.gridarta.model.anim.AnimationObject
Get the first frame.
getFirstFrame(int) - Method in class net.sf.gridarta.model.anim.DefaultAnimationObject
Get the first frame.
getFirstLine() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the line displayed at the text area's origin.
getFirstLine() - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Returns the line displayed at the text area's origin.
getFirstLoad() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns the timestamp the Crossfire server has loaded this map.
getFlags(int, int) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Returns the flags of a square.
getFlags(Point) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Returns the flags of a square.
getFloat(String, float) - Method in class net.sf.gridarta.preferences.FilePreferences
getFolder(String) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserPanel
Returns an ArchetypeChooserFolder by folder name.
getFolders() - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserPanel
getFontMetrics(Font, Graphics) - Method in class net.sf.gridarta.textedit.textarea.SyntaxStyle
Returns the font metrics for the styled font.
getFontMetrics() - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Returns the font metrics used by this component.
getFrame(int, int) - Method in class net.sf.gridarta.model.anim.DefaultAnimationObject
Get a specific frame.
getFrameCount() - Method in class net.sf.gridarta.model.anim.DefaultAnimationObject
Get the number of frames per facing.
getFullImage() - Method in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
Returns an image of the entire map view.
getFullImage() - Method in class net.sf.gridarta.gui.map.renderer.AbstractSimpleIsoMapRenderer
Returns an image of the entire map view.
getFullImage() - Method in interface net.sf.gridarta.gui.map.renderer.MapRenderer
Returns an image of the entire map view.
getFullImage() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Returns an image of the entire map view.
getFullImage() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.SimpleFlatMapRenderer
Returns an image of the entire map view.
getGameObject() - Method in class net.sf.gridarta.model.autojoin.InsertionResult
Returns the GameObject that has been modified.
getGameObject() - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Returns the selected GameObject.
getGameObjectFactory() - Method in class net.sf.gridarta.project.ProjectModel
 
getGameObjectMatchers() - Method in class net.sf.gridarta.project.ProjectModel
 
getGameObjectParser() - Method in class net.sf.gridarta.project.ProjectModel
 
getGameObjects() - Method in class net.sf.gridarta.model.io.DefaultMapReader
Return the decoded game objects.
getGameObjects() - Method in interface net.sf.gridarta.model.io.MapReader
Return the decoded game objects.
getGameObjects() - Method in class net.sf.gridarta.model.validation.errors.ValidationError
Returns the GameObjects that caused the error.
getGameObjectSpells() - Method in class net.sf.gridarta.project.ProjectModel
 
getGlue() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfo
Returns the glue component to display filled both horizontally and vertically or null.
getGlue() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfoGlue
Returns the glue component to display filled both horizontally and vertically or null.
getGlue() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfoRow
Returns the glue component to display filled both horizontally and vertically or null.
getGlue() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfoTwoColumn
Returns the glue component to display filled both horizontally and vertically or null.
getGridartaJarFilename() - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Returns the filename of the editor's .jar file.
getGridartaJarFilename() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns the filename of the editor's .jar file.
getGridartaJarFilename() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns the filename of the editor's .jar file.
getGridartaJarFilename() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns the filename of the editor's .jar file.
getGridSize() - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Returns a Size2D with the dimension of this grid.
getHead() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Return the head part of a multi-part object.
getHead() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Return the head part of a multi-part object.
getHead() - Method in class net.sf.gridarta.model.gameobject.MultiArchData
Return the head part of this multi-part object.
getHeight(int) - Method in class net.sf.gridarta.model.gameobject.MultiPositionData
Returns the total height for a multi-square image.
getHeight() - Method in class net.sf.gridarta.model.gameobject.MultiPositionEntry
Returns the total height of a multi-square image.
getHeight() - Method in class net.sf.gridarta.utils.Size2D
Returns the height of the area.
getHeightValue() - Method in class net.sf.gridarta.mainactions.TileStretchingDialog
Returns the height value.
getHomeDir() - Static method in class net.sf.gridarta.utils.ConfigFileUtils
Returns the user's home directory.
getHomeFile(String) - Static method in class net.sf.gridarta.utils.ConfigFileUtils
Return the filename to use when dealing with this application's and current users' home directory.
getHorizontalOffset() - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Returns the horizontal offset of drawn lines.
getHumidity() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns the humidity.
getIcon(MapMenuEntry) - Method in class net.sf.gridarta.gui.dialog.bookmarks.MapMenuEntryIcons
Returns an Icon for a MapMenuEntry instance.
getIcon(File) - Method in class net.sf.gridarta.gui.mapimagecache.MapImageCache
Returns the icon Image for a given map file.
getIconHeight() - Method in class net.sf.gridarta.gui.dialog.plugin.ClosingIcon
 
getIconWidth() - Method in class net.sf.gridarta.gui.dialog.plugin.ClosingIcon
 
getId() - Method in class net.sf.gridarta.gui.map.event.MouseOpEvent
Returns the event type.
getId() - Method in class net.sf.gridarta.gui.panel.tools.BasicAbstractTool
Get the id of this tool.
getId() - Method in interface net.sf.gridarta.gui.panel.tools.Tool
Get the id of this tool.
getId() - Method in enum net.sf.gridarta.model.direction.Direction
Returns the identification string.
getID() - Method in class net.sf.gridarta.model.match.NamedGameObjectMatcher
Gets the ID of this NamedGameObjectMatcher.
getId() - Method in class net.sf.gridarta.textedit.textarea.Token
Returns the id of this token.
getId() - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.Node
Returns the id for this node.
getId() - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.Parameter
Returns the token id used to highlight the parameter name.
getId() - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.Spec
Returns the token id used to highlight this command.
getImageDirectory() - Method in class net.sf.gridarta.model.settings.DefaultVolatileSettings
Returns the directory to save images to.
getImageDirectory() - Method in interface net.sf.gridarta.model.settings.VolatileSettings
Returns the directory to save images to.
getImageIconForFacename(String, long) - Method in class net.sf.gridarta.model.face.AbstractFaceProvider
Get an image from this FaceProvider.
getImageIconForFacename(String, long) - Method in class net.sf.gridarta.model.face.EmptyFaceProvider
Get an image from this FaceProvider.
getImageIconForFacename(String) - Method in class net.sf.gridarta.model.face.FaceObjectProviders
Returns the ImageIcon for a given face object name.
getImageIconForFacename(String, long) - Method in interface net.sf.gridarta.model.face.FaceProvider
Get an image from this FaceProvider.
getImageSet() - Method in interface net.sf.gridarta.model.archetypeset.ArchetypeSet
Returns the image set.
getImageSet() - Method in class net.sf.gridarta.model.archetypeset.DefaultArchetypeSet
Returns the image set.
getImageSet() - Method in class net.sf.gridarta.model.settings.AbstractDefaultProjectSettings
Returns the image set.
getImageSet() - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Returns the image set.
getImageSetDefault() - Method in class net.sf.gridarta.model.settings.DefaultEditorSettings
Returns the default image set.
getImageSetDefault() - Method in interface net.sf.gridarta.model.settings.EditorSettings
Returns the default image set.
getIncludeFaceNumbers() - Method in interface net.sf.gridarta.project.ProjectFactory
Returns whether the face file contains face numbers.
getIncludeFaceNumbers() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns whether the face file contains face numbers.
getIncludeFaceNumbers() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns whether the face file contains face numbers.
getIncludeFaceNumbers() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns whether the face file contains face numbers.
getIndex(R) - Method in class net.sf.gridarta.model.autojoin.AutojoinList
Looks up the given node in the archetype array of this class.
getIndex(TreeNode) - Method in class net.sf.gridarta.model.data.NamedTreeNode
getIndexOf(Object) - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.map.MapParameterComboBoxModel
getInput() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBitmask
Returns the input ui component for editing the value.
getInputComponent() - Method in class net.sf.gridarta.gui.utils.AnimationComponent
Returns the input field component.
getInputComponent() - Method in class net.sf.gridarta.gui.utils.FaceComponent
Returns the input field component.
getInputHandler() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the input handler.
getInputHandler() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getInputLength() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttribute
Returns the input length in characters for text input fields.
getInputOptions() - Method in class net.sf.gridarta.gui.scripts.ScriptedEventEditor
 
getInputPluginName() - Method in class net.sf.gridarta.gui.scripts.ScriptedEventEditor
 
getInputScriptPath() - Method in class net.sf.gridarta.gui.scripts.ScriptedEventEditor
 
getInt(String, int) - Method in class net.sf.gridarta.preferences.FilePreferences
getInt(ActionBuilder, String, int) - Static method in class net.sf.gridarta.utils.ActionBuilderUtils
Returns the value of a key as an int.
getInternalFrame() - Method in class net.sf.gridarta.gui.map.mapview.DefaultMapView
Returns the JInternalFrame instance for this map view.
getInternalFrame() - Method in interface net.sf.gridarta.gui.map.mapview.MapView
Returns the JInternalFrame instance for this map view.
getInv() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
Returns which archetype types allow this archetype type in their inventories.
getInvObjects() - Method in class net.sf.gridarta.model.artifact.ArtifactParser
Returns all collected inventory objects.
getItem() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxEditor
 
getItem() - Method in exception net.sf.gridarta.model.gameobject.NotInsideContainerException
Returns the GameObject that was not inside a container but should have been.
getJavaScriptKeywords() - Static method in class net.sf.gridarta.textedit.textarea.tokenmarker.JavaScriptTokenMarker
 
getKey() - Method in class net.sf.gridarta.gui.panel.connectionview.Connection
Return the key.
getKey() - Method in class net.sf.gridarta.model.validation.AbstractValidator
Get a Key that uniquely identifies this Validator.
getKey() - Method in interface net.sf.gridarta.model.validation.Validator
Get a Key that uniquely identifies this Validator.
getKeys(String) - Method in class net.sf.gridarta.preferences.Storage
Return all of the keys that have an associated value in a node.
getKeyStroke() - Method in class net.sf.gridarta.gui.dialog.shortcuts.KeyStrokeDialog
Returns the currently shown key stroke.
getKeyStroke() - Method in class net.sf.gridarta.gui.dialog.shortcuts.KeyStrokeField
Returns the currently shown KeyStroke.
getLabel() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfo
Returns the label to display in the first column or null.
getLabel() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfoGlue
Returns the label to display in the first column or null.
getLabel() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfoRow
Returns the label to display in the first column or null.
getLabel() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfoTwoColumn
Returns the label to display in the first column or null.
getLast() - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Return the last GameObject contained in this container.
getLast() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Return the last GameObject contained in this container.
getLast(GameObjectMatcher) - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Returns the last occurrence of a matching game object.
getLastOfLeadingSpan(GameObjectMatcher) - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Returns the last game object of the initial segment of matching game objects.
getLayers() - Method in class net.sf.gridarta.mainactions.MassChangeDialog
Returns the layers to affect.
getLayoutAlignmentX(Container) - Method in class net.sf.gridarta.gui.utils.DirectionLayout
getLayoutAlignmentY(Container) - Method in class net.sf.gridarta.gui.utils.DirectionLayout
getLayoutOrientation() - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeIconCellRenderer
Returns the layout orientation.
getLayoutOrientation() - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeNameCellRenderer
Returns the layout orientation.
getLayoutOrientation() - Method in class net.sf.gridarta.gui.panel.archetypechooser.DisplayNameCellRenderer
Returns the layout orientation.
getLayoutOrientation() - Method in class net.sf.gridarta.model.archetypechooser.DisplayMode
Returns the layout orientation.
getLength() - Method in class net.sf.gridarta.textedit.textarea.Token
Returns the length of this token.
getLevel() - Method in enum net.sf.gridarta.gui.utils.Severity
Returns the severity level.
getLightRadius() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Returns the effective light radius of this game object.
getLightRadius() - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Returns the maximum light radius of all light emitting objects within this map square.
getLightRadius() - Method in class net.sf.gridarta.var.atrinik.model.gameobject.GameObject
Returns the effective light radius of this game object.
getLightRadius() - Method in class net.sf.gridarta.var.crossfire.model.gameobject.GameObject
Returns the effective light radius of this game object.
getLightRadius() - Method in class net.sf.gridarta.var.daimonin.model.gameobject.GameObject
Returns the effective light radius of this game object.
getLightSquareIcon() - Method in class net.sf.gridarta.utils.ResourceIcons
Returns the ImageIcon for highlighting map squares that are affected by nearby light emitting game objects.
getLineCount() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the number of lines in the document.
getLineCount() - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the number of lines in the document.
getLineEndOffset(int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the end offset of the specified line.
getLineEndOffset(int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the end offset of the specified line.
getLineHighlight() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getLineHighlightColor() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getLineLength(int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the length of the specified line.
getLineNumber() - Method in exception net.sf.gridarta.model.anim.AnimationParseException
Get the number of the erroneous line.
getLineOfOffset(int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the line containing the specified offset.
getLineStartOffset(int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the start offset of the specified line.
getLineStartOffset(int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the start offset of the specified line.
getLineText(int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the text on the specified line.
getLineText(int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the text on the specified line.
getLineText(int, Segment) - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Copies the text on the specified line into a segment.
getLinkDirection() - Method in class net.sf.gridarta.model.tiles.MapLink
 
getList(String) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
Returns a list type definition.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.ArchetypeTypeListCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.gridarta.gui.dialog.goexit.MapListCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.gridarta.gui.dialog.gomap.MapListCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.map.MapParameterCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeIconCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeNameCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.gridarta.gui.panel.archetypechooser.DisplayNameCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.gridarta.gui.panel.archetypechooser.FolderListCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.gridarta.gui.panel.connectionview.CellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.gridarta.gui.panel.selectedsquare.CellRenderer
getListenerCount() - Method in class net.sf.gridarta.utils.EventListenerList2
Returns the number of registered listeners.
getListeners() - Method in class net.sf.gridarta.utils.EventListenerList2
Returns an array of all the listeners.
getListIndex(MouseEvent) - Method in class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareView
Determine the list index for a given mouse event.
getListName() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeList
Returns the list name.
getListName1() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeList2
Returns the list name for bits 0-3.
getListName2() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeList2
Returns the list name for bits 4+.
getListType() - Method in class net.sf.gridarta.model.treasurelist.TreasureListTreasureObj
Returns the list type.
getLocalMapDir() - Method in class net.sf.gridarta.model.mapmanager.AbstractMapManager
Returns a guess for a script directory to use.
getLocalMapDir() - Method in interface net.sf.gridarta.model.mapmanager.MapManager
Returns a guess for a script directory to use.
getLocation() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Returns the tab's location.
getLocation() - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Get position of cursor.
getLockedItemsTypeNumbers() - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Returns the type numbers of game objects being locked items.
getLockedItemsTypeNumbers() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns the type numbers of game objects being locked items.
getLockedItemsTypeNumbers() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns the type numbers of game objects being locked items.
getLockedItemsTypeNumbers() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns the type numbers of game objects being locked items.
getLong(String, long) - Method in class net.sf.gridarta.preferences.FilePreferences
getLore() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns the map lore.
getLoreText() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the map lore.
getLoreText() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the map lore.
getMagic() - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
Returns the magic attribute.
getMagicCaret() - Method in class net.sf.gridarta.textedit.textarea.TextAreaConfig
 
getMagicCaretPosition() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the `magic' caret position.
getMapArchObject() - Method in class net.sf.gridarta.model.io.DefaultMapReader
Returns the MapArchObject read from this MapFileDecode.
getMapArchObject() - Method in interface net.sf.gridarta.model.io.MapReader
Returns the MapArchObject read from this MapFileDecode.
getMapArchObject() - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Returns the Map Arch Object with the meta information about the map.
getMapArchObject() - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Returns the Map Arch Object with the meta information about the map.
getMapArchObject() - Method in class net.sf.gridarta.model.undo.UndoState
Returns the map arch object before the operation started.
getMapArchObjectFactory() - Method in class net.sf.gridarta.project.ProjectModel
 
getMapComponent() - Method in class net.sf.gridarta.model.mapmodel.AbsoluteMapPath
Returns the initial path component of a map path.
getMapComponent() - Method in interface net.sf.gridarta.model.mapmodel.MapPath
Returns the initial path component of a map path.
getMapComponent() - Method in class net.sf.gridarta.model.mapmodel.RelativeMapPath
Returns the initial path component of a map path.
getMapControl() - Method in class net.sf.gridarta.gui.map.event.MouseOpEvent
 
getMapControl() - Method in class net.sf.gridarta.gui.map.mapview.DefaultMapView
Return the controller of this view.
getMapControl() - Method in interface net.sf.gridarta.gui.map.mapview.MapView
Return the controller of this view.
getMapCoordinate() - Method in class net.sf.gridarta.model.exitconnector.ExitLocation
Returns the coordinate of the remembered exit.
getMapCoordinate() - Method in class net.sf.gridarta.model.maplocation.MapLocation
Returns the map coordinate.
getMapCursor() - Method in class net.sf.gridarta.gui.map.event.MouseOpEvent
 
getMapCursor() - Method in class net.sf.gridarta.gui.map.mapview.AbstractMapView
Returns the MapCursor of this view.
getMapCursor() - Method in interface net.sf.gridarta.gui.map.mapview.MapView
Returns the MapCursor of this view.
getMapDirection() - Method in class net.sf.gridarta.model.tiles.MapLink
 
getMapFile() - Method in exception net.sf.gridarta.actions.CannotSaveMapFileException
Returns the map file that could not be saved.
getMapFile() - Method in exception net.sf.gridarta.actions.MapSizeMismatchException
Returns the map File of the first map.
getMapFile() - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntryMap
Returns the map file.
getMapFile() - Method in class net.sf.gridarta.model.exitconnector.ExitLocation
Returns the file of the map that contains the remembered exit.
getMapFile(AbsoluteMapPath) - Method in class net.sf.gridarta.model.io.PathManager
Returns a MapFile instance from an AbsoluteMapPath.
getMapFile(File) - Method in class net.sf.gridarta.model.io.PathManager
Returns a MapFile instance for a File.
getMapFile() - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Returns the map file.
getMapFile(MapPath) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Returns the map file for a map that can be reached by following a MapPath from this map.
getMapFile() - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Returns the map file.
getMapFile(MapPath) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Returns the map file for a map that can be reached by following a MapPath from this map.
getMapFileFilter() - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Returns the file filter for map files.
getMapFileFilter() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns the file filter for map files.
getMapFileFilter() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns the file filter for map files.
getMapFileFilter() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns the file filter for map files.
getMapGrid() - Method in class net.sf.gridarta.gui.map.mapview.AbstractMapView
Returns the MapGrid of this view.
getMapGrid() - Method in interface net.sf.gridarta.gui.map.mapview.MapView
Returns the MapGrid of this view.
getMapHeight() - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractMapsizeNewMapDialog
Returns the current map height value.
getMapIcon(File) - Method in class net.sf.gridarta.gui.map.MapPreviewAccessory
Get an icon.
getMapLinks() - Method in class net.sf.gridarta.model.tiles.TileLink
 
getMapLocation() - Method in class net.sf.gridarta.gui.map.event.MouseOpEvent
 
getMapLocation() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the coordinate of this GameObject on its map.
getMapLocation() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the coordinate of this GameObject on its map.
getMapLocation() - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Returns the coordinate on the map.
getMapLocation(Point) - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Returns the coordinate on the map.
getMapLocation(Point, int, int) - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Returns the coordinate with an offset on the map.
getMapManager() - Method in class net.sf.gridarta.project.ProjectModel
 
getMapMenu() - Method in class net.sf.gridarta.gui.mapmenu.AbstractMapMenuPreferences
Returns the managed MapMenu.
getMapMenu() - Method in interface net.sf.gridarta.gui.mapmenu.MapMenuPreferences
Returns the managed MapMenu.
getMapMenuEntry() - Method in class net.sf.gridarta.gui.mapmenu.MapMenuLoader.Result
Returns the entry.
getMapModel() - Method in class net.sf.gridarta.model.mapcontrol.DefaultMapControl
Returns the map model.
getMapModel() - Method in interface net.sf.gridarta.model.mapcontrol.MapControl
Returns the map model.
getMapModel() - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Returns the MapModel this map square is part of.
getMapModel() - Method in class net.sf.gridarta.model.validation.errors.ValidationError
Return the map on which the error occurred.
getMapModelFactory() - Method in class net.sf.gridarta.project.ProjectModel
 
getMapName() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Returns the map name.
getMapName() - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Returns the map name.
getMapPath() - Method in exception net.sf.gridarta.actions.CannotLoadMapFileException
Returns the map path that could not be loaded.
getMapPath(File) - Method in class net.sf.gridarta.model.io.PathManager
Returns a map path for a File.
getMapPath(File, File) - Static method in class net.sf.gridarta.model.io.PathManagerUtils
Returns a relative path path for a File.
getMapPath() - Method in class net.sf.gridarta.model.maplocation.MapLocation
Returns the map path.
getMapPath(BaseObject<?, ?, ?, ?>, boolean) - Static method in class net.sf.gridarta.model.maplocation.MapLocation
Returns the exit map path of a BaseObject.
getMapPath() - Method in class net.sf.gridarta.model.mapmodel.MapFile
Returns the map path within MapFile.getMapsDir().
getMapReaderFactory() - Method in class net.sf.gridarta.project.ProjectModel
 
getMapsDir() - Method in class net.sf.gridarta.model.mapmodel.MapFile
Returns the base directory this map file is part of.
getMapsDirectory() - Method in class net.sf.gridarta.model.settings.AbstractDefaultProjectSettings
Returns the default maps directory.
getMapsDirectory() - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Returns the default maps directory.
getMapsDirectoryDefault() - Method in class net.sf.gridarta.model.settings.DefaultEditorSettings
Returns the default maps directory.
getMapsDirectoryDefault() - Method in interface net.sf.gridarta.model.settings.EditorSettings
Returns the default maps directory.
getMapSize() - Method in exception net.sf.gridarta.actions.MapSizeMismatchException
Returns the size of the first map.
getMapSize() - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractMapsizeNewMapDialog
Validate the map size fields and return the result.
getMapSize() - Method in class net.sf.gridarta.gui.dialog.newmap.NewMapDialog
Validate the map size fields and return the result.
getMapSize() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Returns the map size.
getMapSize() - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Returns the map size.
getMapSize() - Method in class net.sf.gridarta.model.mapmodel.MapSquareGrid
Returns the size of this map grid in map squares.
getMapSquare() - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Returns the MapSquare of this container.
getMapSquare() - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Returns the MapSquare of this container.
getMapSquare() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Returns the MapSquare of this container.
getMapSquare() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Get the MapSquare of this GameObjectContainer.
getMapSquare(Point) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Get the square at a specified location.
getMapSquare(Point) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Get the square at a specified location.
getMapSquare() - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Returns the MapSquare of this container.
getMapSquare(int, int) - Method in class net.sf.gridarta.model.mapmodel.MapSquareGrid
Returns the MapSquare at a given location.
getMapSquares() - Method in class net.sf.gridarta.model.validation.errors.ValidationError
Returns the MapSquares that caused the error.
getMapTransactionListener() - Method in class net.sf.gridarta.model.undo.UndoModel
Returns the MapTransactionListener that was passed to the constructor.
getMapView() - Method in class net.sf.gridarta.gui.map.event.MouseOpEvent
Returns the map view on which this event occurred.
getMapView() - Method in class net.sf.gridarta.gui.mapfiles.PickmapState
Returns the MapView instance for this pickmap.
getMapView() - Method in class net.sf.gridarta.gui.panel.connectionview.View
Return the current map view.
getMapViewFrame() - Method in class net.sf.gridarta.gui.map.mapview.MapViews
Returns the last used view of a MapControl.
getMapViewFrame(MapControl<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
Returns the last used view of a MapControl.
getMapViewIterator() - Method in class net.sf.gridarta.gui.map.mapview.MapViews
Returns an Iterator returning all MapViews.
getMapViewIterator(MapControl<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
Returns an Iterator returning all MapViews of a MapControl.
getMapViews() - Method in class net.sf.gridarta.gui.map.mapview.MapViews
Returns the number of views of a MapControl.
getMapViews(MapControl<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
Returns the number of views of a MapControl.
getMapWidth() - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractMapsizeNewMapDialog
Returns the current map width value.
getMapX() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the X coordinate of this GameObject on its map.
getMapX() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the X coordinate of this GameObject on its map.
getMapX() - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Returns the x coordinate on the map.
getMapY() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the Y coordinate of this GameObject on its map.
getMapY() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the Y coordinate of this GameObject on its map.
getMapY() - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Returns the y coordinate on the map.
getMarkPosition() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the mark position.
getMarkPosition() - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the mark position.
getMatcher(String...) - Method in class net.sf.gridarta.model.match.GameObjectMatchers
Returns a matcher by id; returns null if the matcher does not exist.
getMatcherWarn(ErrorViewCollector, String...) - Method in class net.sf.gridarta.model.match.GameObjectMatchers
Returns a matcher by id; prints a warning if the matcher does not exist.
getMax() - Method in class net.sf.gridarta.model.validation.checks.Range
Returns the maximum allowed value.
getMax() - Method in class net.sf.gridarta.plugin.parameter.DoubleParameter
Returns the maximal allowed value.
getMax() - Method in class net.sf.gridarta.plugin.parameter.IntegerParameter
Returns the maximal allowed value.
getMaxCheckValue() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeInt
Returns the logical maximum allowed value.
getMaxUndoStates() - Method in class net.sf.gridarta.gui.undo.UndoControl
Returns the maximum number of undo states saved for each map.
getMaxValue() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeInt
Returns the maximum allowed value.
getMaxValue() - Method in class net.sf.gridarta.model.archetypetype.AttributeBitmask
Returns the maximum allowed bitmask value.
getMaxX() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Determines the maximum x-coordinate of any part relative to the head part.
getMaxX() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Determines the maximum x-coordinate of any part relative to the head part.
getMaxX() - Method in class net.sf.gridarta.model.gameobject.MultiArchData
Determine the maximum x-coordinate of any part.
getMaxY() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Determines the maximum y-coordinate of any part relative to the head part.
getMaxY() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Determines the maximum y-coordinate of any part relative to the head part.
getMaxY() - Method in class net.sf.gridarta.model.gameobject.MultiArchData
Determine the maximum y-coordinate of any part.
getMediaDirectory() - Method in class net.sf.gridarta.model.settings.AbstractDefaultProjectSettings
Returns the media directory.
getMediaDirectory() - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Returns the media directory.
getMediaDirectoryDefault() - Method in class net.sf.gridarta.model.settings.DefaultEditorSettings
Returns the default media directory.
getMediaDirectoryDefault() - Method in interface net.sf.gridarta.model.settings.EditorSettings
Returns the default media directory.
getMenu(JMenuBar, String) - Static method in class net.sf.gridarta.gui.utils.MenuUtils
Returns a named JMenu entry of a JMenuBar.
getMenu() - Method in class net.sf.gridarta.textedit.scripteditor.CFPythonPopup
 
getMenuBarComponent() - Method in class net.sf.gridarta.gui.filter.FilterMenuEntry
 
getMenuItem() - Method in class net.sf.gridarta.gui.filter.MenuItemCreator
Returns the menu item.
getMenuItemComponent() - Method in class net.sf.gridarta.gui.filter.FilterMenuEntry
 
getMessage() - Method in class net.sf.gridarta.model.validation.errors.ValidationError
Returns the error message for this validation error.
getMin() - Method in class net.sf.gridarta.model.validation.checks.Range
Returns the minimum allowed value.
getMin() - Method in class net.sf.gridarta.plugin.parameter.DoubleParameter
Returns the minimal allowed value.
getMin() - Method in class net.sf.gridarta.plugin.parameter.IntegerParameter
Returns the minimal allowed value.
getMinCheckValue() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeInt
Returns the logical minimum allowed value.
getMinimumSize() - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
getMinValue() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeInt
Returns the minimum allowed value.
getMinX() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Determines the minimum x-coordinate of any part relative to the head part.
getMinX() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Determines the minimum x-coordinate of any part relative to the head part.
getMinX() - Method in class net.sf.gridarta.model.gameobject.MultiArchData
Determine the minimum x-coordinate of any part.
getMinY() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Determines the minimum y-coordinate of any part relative to the head part.
getMinY() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Determines the minimum y-coordinate of any part relative to the head part.
getMinY() - Method in class net.sf.gridarta.model.gameobject.MultiArchData
Determine the minimum y-coordinate of any part.
getMobsOrSpawnPoints() - Method in class net.sf.gridarta.model.validation.errors.BlockedMobOrSpawnPointError
Returns the mob or spawn point GameObjects.
getModifiedFields(G) - Method in interface net.sf.gridarta.model.io.GameObjectParser
Returns the modified fields of a GameObject.
getModifiedFields(GameObject) - Method in class net.sf.gridarta.var.atrinik.model.io.DefaultGameObjectParser
Returns the modified fields of a GameObject.
getModifiedFields(GameObject) - Method in class net.sf.gridarta.var.crossfire.model.io.DefaultGameObjectParser
Returns the modified fields of a GameObject.
getModifiedFields(GameObject) - Method in class net.sf.gridarta.var.daimonin.model.io.DefaultGameObjectParser
Returns the modified fields of a GameObject.
getModifiers() - Method in class net.sf.gridarta.gui.map.event.MouseOpEvent
 
getMoveToMenu() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Returns the "Move To" menu within the button's context menu.
getMsgText() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the message bound to this object.
getMsgText() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the message bound to this object.
getMulti() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the MultiArchData for this base object.
getMultiNext() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the next of this multi-part object.
getMultiNext() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the next of this multi-part object.
getMultiPartNr() - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Returns the multi part id.
getMultiPartNr() - Method in interface net.sf.gridarta.model.archetype.Archetype
Returns the multi part id.
getMultiRefCount() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the number of parts for multi-part heads.
getMultiRefCount() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the number of parts for multi-part heads.
getMultiRefCount() - Method in class net.sf.gridarta.model.gameobject.MultiArchData
Returns the number of parts this multi-part object contains.
getMultiShapeID() - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Returns the multi shape id.
getMultiShapeID() - Method in interface net.sf.gridarta.model.archetype.Archetype
Returns the multi shape id.
getMultiShapeID() - Method in class net.sf.gridarta.model.gameobject.MultiArchData
Return the shape ID of this object.
getMultiX() - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Returns the x-distance of this part to the head part.
getMultiX() - Method in interface net.sf.gridarta.model.archetype.Archetype
Returns the x-distance of this part to the head part.
getMultiY() - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Returns the y-distance of this part to the head part.
getMultiY() - Method in interface net.sf.gridarta.model.archetype.Archetype
Returns the y-distance of this part to the head part.
getName() - Method in class net.sf.gridarta.gui.map.viewaction.ViewAction
Returns the name for sorting the menu entries.
getName() - Method in class net.sf.gridarta.gui.mapfiles.MapFolder
Returns the name.
getName() - Method in enum net.sf.gridarta.gui.utils.borderpanel.Location
Returns a name for building resource keys.
getName() - Method in class net.sf.gridarta.model.anim.DefaultAnimationObject
Get the name of this AbstractNamedObject.
getName() - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserFolder
Returns the folder name.
getName() - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserPanel
Returns the panel name.
getName() - Method in interface net.sf.gridarta.model.configsource.ConfigSource
Returns the internal name.
getName() - Method in class net.sf.gridarta.model.data.AbstractNamedObjects
Returns the tree name.
getName() - Method in interface net.sf.gridarta.model.data.NamedObject
Get the name of this AbstractNamedObject.
getName() - Method in interface net.sf.gridarta.model.data.NamedObjects
Returns the tree name.
getName() - Method in class net.sf.gridarta.model.data.NamedTreeNode
Returns the name.
getName() - Method in class net.sf.gridarta.model.face.DefaultFaceObject
Get the name of this AbstractNamedObject.
getName(V) - Method in class net.sf.gridarta.model.index.AbstractIndex
Returns the name associated with a value.
getName(V) - Method in interface net.sf.gridarta.model.index.Index
Returns the name associated with a value.
getName() - Method in class net.sf.gridarta.model.match.MutableNameGameObjectMatcher
Returns the archetype name matched by this matcher.
getName() - Method in class net.sf.gridarta.model.match.NamedGameObjectMatcher
Gets the name of this NamedGameObjectMatcher.
getName() - Method in class net.sf.gridarta.model.spells.Spell
Return the spell name.
getName() - Method in class net.sf.gridarta.model.tiles.TileLink
 
getName() - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
Returns the name of this treasure object.
getName() - Method in class net.sf.gridarta.model.undo.UndoState
Return the name of the operation.
getName() - Method in class net.sf.gridarta.plugin.parameter.AbstractPluginParameter
The name of the parameter.
getName() - Method in interface net.sf.gridarta.plugin.parameter.PluginParameter
The name of the parameter.
getName() - Method in class net.sf.gridarta.plugin.Plugin
Returns the name of this plugin.
getName() - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.Parameter
Returns the parameter name.
getName() - Method in class net.sf.gridarta.var.atrinik.model.settings.CollectedConfigSource
Returns the internal name.
getName() - Method in class net.sf.gridarta.var.atrinik.model.settings.FilesConfigSource
Returns the internal name.
getName() - Method in class net.sf.gridarta.var.crossfire.model.settings.CollectedConfigSource
Returns the internal name.
getName() - Method in class net.sf.gridarta.var.crossfire.model.settings.FilesConfigSource
Returns the internal name.
getName() - Method in class net.sf.gridarta.var.daimonin.model.settings.CollectedConfigSource
Returns the internal name.
getName() - Method in class net.sf.gridarta.var.daimonin.model.settings.FilesConfigSource
Returns the internal name.
getNamedObject() - Method in class net.sf.gridarta.model.data.NamedTreeNode
Returns the AbstractNamedObject of this node.
getNames() - Method in class net.sf.gridarta.mainactions.MassChangeDialog
Returns the object names to affect.
getNearestMatch(String) - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxModel
 
getNewValue() - Method in exception net.sf.gridarta.model.smoothface.DuplicateSmoothFaceException
Returns the new value.
getNext(G) - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Return the GameObject succeeding a given game object.
getNext() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Returns the game object succeeding this game object.
getNext() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Returns the game object succeeding this game object.
getNext(T) - Method in class net.sf.gridarta.model.gameobject.MultiArchData
Return the part following a given part.
getNormalImage() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the normal face for this GameObject.
getNormalImage() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the normal face for this GameObject.
getNumber() - Method in class net.sf.gridarta.model.archetypetype.AttributeBitmask
Returns the number of bitmask entries (not counting zero).
getNumber() - Method in class net.sf.gridarta.model.spells.NumberSpell
Return the spell number.
getNumberSpells() - Method in class net.sf.gridarta.project.ProjectModel
 
getObj() - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.LineInfo
 
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttribute
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeAnimationName
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBitmask
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBool
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBoolSpec
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeFaceName
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeFloat
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeInt
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeInvSpell
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeList
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeList2
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeLong
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeMapPath
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeScriptFile
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeSpell
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeString
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeText
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeTreasure
Returns the attribute text for this attribute.
getObjectText(G, Archetype<G, A, R>, String[], ArchetypeType) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeZSpell
Returns the attribute text for this attribute.
getObjectText() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the object text of this GameObject as String.
getObjectText() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the object text of this GameObject as String.
getObjectText() - Method in class net.sf.gridarta.model.baseobject.GameObjectText
Returns the object text.
getObjName() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the name of the object as shown to the player.
getObjName() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the name of the object as shown to the player.
getOffset() - Method in class net.sf.gridarta.model.face.DefaultFaceObject
Get the offset of this face in the actualFilename.
getOldValue() - Method in exception net.sf.gridarta.model.smoothface.DuplicateSmoothFaceException
Returns the existing value.
getOpenedMaps() - Method in class net.sf.gridarta.model.mapmanager.AbstractMapManager
Returns all opened maps.
getOpenedMaps() - Method in interface net.sf.gridarta.model.mapmanager.MapManager
Returns all opened maps.
getOpenMap() - Method in class net.sf.gridarta.model.mapmanager.AbstractMapManager
Returns one open map.
getOpenMap() - Method in interface net.sf.gridarta.model.mapmanager.MapManager
Returns one open map.
getOptions() - Method in interface net.sf.gridarta.model.scripts.ScriptedEvent
 
getOptions() - Method in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEvent
getOptions() - Method in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEvent
getOptions() - Method in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEvent
getOrCreateArchetype(String) - Method in interface net.sf.gridarta.model.archetypeset.ArchetypeSet
Returns an archetype by its name.
getOrCreateArchetype(String) - Method in class net.sf.gridarta.model.archetypeset.DefaultArchetypeSet
Returns an archetype by its name.
getOrCreateDirectory(MutableTreeNode, String) - Method in class net.sf.gridarta.gui.mapmenu.MapMenu
Returns the MapMenuEntryDir for a given path.
getOrCreateIcon(File) - Method in class net.sf.gridarta.gui.mapimagecache.MapImageCache
Returns an icon Image for a given map file.
getOrCreateIcon(MapControl<G, A, R>) - Method in class net.sf.gridarta.gui.mapimagecache.MapImageCache
Returns an icon Image for a given map.
getOrCreatePreview(File) - Method in class net.sf.gridarta.gui.mapimagecache.MapImageCache
Returns a preview Image for a given map file.
getOrCreatePreview(MapControl<G, A, R>) - Method in class net.sf.gridarta.gui.mapimagecache.MapImageCache
Returns a preview Image for a given map.
getOriginalFilename() - Method in class net.sf.gridarta.model.face.DefaultFaceObject
Get the original filename of this face.
getOriginalFilename() - Method in interface net.sf.gridarta.model.face.FaceObject
Get the original filename of this face.
getOtherMapSize() - Method in exception net.sf.gridarta.actions.MapSizeMismatchException
Returns the size of the second map.
getOutput() - Method in class net.sf.gridarta.utils.CopyReader
Returns the reader's output.
getPaintInvalid() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getPaintX() - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.ClosingLabel
Returns the x coordinate at which this label was painted last.
getPanel() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ArchTab
Creates the contents panel.
getPanel() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
Creates the contents panel.
getPanel() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.FaceTab
Creates the contents panel.
getPanel() - Method in interface net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesTab
Creates the contents panel.
getPanel() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.MsgTextTab
Creates the contents panel.
getPanel() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.TextEditorTab
Creates the contents panel.
getPanel(String) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserModel
Returns an ArchetypeChooserPanel by panel name.
getPanels() - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserModel
getParameter(int) - Method in class net.sf.gridarta.model.validation.checks.MapCheckerScriptFailureError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.checks.MapCheckerScriptIOError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.checks.MapCheckerScriptMapError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.checks.MapCheckerScriptMapSquareError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.checks.MapCheckerScriptMissingError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.checks.NonAbsoluteExitPathError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.AttributeRangeError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.BlockedMobOrSpawnPointError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.BlockedSpawnPointError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.BlockedSquareError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.ConnectedInsideContainerError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.ConnectedPickableError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.ConnectionError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.ConnectionUnknownError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.CustomTypeError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.EmptySpawnPointError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.EnvironmentInvError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.EnvironmentMapError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.EnvironmentSensorSlayingError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.ExitError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.GameObjectsValidationError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.MapDifficultyError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.MobOutsideSpawnPointError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.PaidItemShopSquareError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.ShopSquare2Error
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.ShopSquareError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.SlayingError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.SquareWithoutFloorError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.SysObjectNotOnLayerZeroError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.TilePathsError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.UndefinedAnimError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.UndefinedArchetypeError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.UndefinedFaceError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.UnsetSlayingError
Returns a parameter string to be used in the error message.
getParameter(int) - Method in class net.sf.gridarta.model.validation.errors.ValidationError
Returns a parameter string to be used in the error message.
getParameter(String) - Method in class net.sf.gridarta.plugin.Plugin
Returns the index for a plugin parameter name.
getParameter(int) - Method in class net.sf.gridarta.plugin.Plugin
Returns the PluginParameter at a given index.
getParameter(String) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.Spec
Returns the parameter specification for a parameter name.
getParameterDescriptionEditor() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditorRow
Returns the editor component for editing the parameter's description.
getParameterNameEditor() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditorRow
Returns the editor component for editing the parameter's name.
getParameterType() - Method in class net.sf.gridarta.plugin.parameter.ArchetypeParameter
Returns the parameter type name.
getParameterType() - Method in class net.sf.gridarta.plugin.parameter.BooleanParameter
Returns the parameter type name.
getParameterType() - Method in class net.sf.gridarta.plugin.parameter.DoubleParameter
Returns the parameter type name.
getParameterType() - Method in class net.sf.gridarta.plugin.parameter.IntegerParameter
Returns the parameter type name.
getParameterType() - Method in class net.sf.gridarta.plugin.parameter.MapParameter
Returns the parameter type name.
getParameterType() - Method in class net.sf.gridarta.plugin.parameter.MapPathParameter
Returns the parameter type name.
getParameterType() - Method in interface net.sf.gridarta.plugin.parameter.PluginParameter
Returns the parameter type name.
getParameterType() - Method in class net.sf.gridarta.plugin.parameter.StringParameter
Returns the parameter type name.
getParameterType() - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.Parameter
Returns the parameter type for the value of this parameter.
getParameterTypeEditor() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditorRow
Returns the editor component for editing the parameter's type.
getParent() - Method in class net.sf.gridarta.gui.mapfiles.MapFolder
Returns the parent folder.
getParent() - Method in class net.sf.gridarta.model.data.NamedTreeNode
getParentComponent() - Method in class net.sf.gridarta.gui.utils.AsynchronousProgress
getPath() - Method in class net.sf.gridarta.model.data.AbstractNamedObject
Get the path of this AbstractNamedObject.
getPath() - Method in interface net.sf.gridarta.model.data.NamedObject
Get the path of this AbstractNamedObject.
getPath() - Method in class net.sf.gridarta.model.mapmodel.AbsoluteMapPath
Returns the map path information.
getPath() - Method in interface net.sf.gridarta.model.mapmodel.MapPath
Returns the map path information.
getPath() - Method in class net.sf.gridarta.model.mapmodel.RelativeMapPath
Returns the map path information.
getPathFor(String) - Method in class net.sf.gridarta.model.data.NamedTreeNode
Get the path for a node.
getPathManager() - Method in class net.sf.gridarta.project.ProjectModel
 
getPattern() - Method in enum net.sf.gridarta.textedit.textarea.tokenmarker.ParameterType
Returns the pattern matching valid parameter values.
getPickmap() - Method in class net.sf.gridarta.gui.mapfiles.PickmapState
Returns the MapControl representing this pickmap.
getPickmap(File) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserModel
Returns the pickmap by file name.
getPickmapDir() - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Returns the pickmap directory.
getPickmapDir() - Method in class net.sf.gridarta.var.atrinik.model.settings.AtrinikDefaultProjectSettings
Returns the pickmap directory.
getPickmapDir() - Method in class net.sf.gridarta.var.crossfire.model.settings.CrossfireDefaultProjectSettings
Returns the pickmap directory.
getPickmapDir() - Method in class net.sf.gridarta.var.daimonin.model.settings.DaimoninDefaultProjectSettings
Returns the pickmap directory.
getPickmapManager() - Method in class net.sf.gridarta.project.ProjectModel
 
getPickmapPanel() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserView
Returns the JTabbedPane with all pickmaps.
getPickmaps() - Method in class net.sf.gridarta.gui.mapfiles.MapFolder
Returns the number of pickmaps in this folder.
getPlugin(String) - Method in class net.sf.gridarta.plugin.PluginModel
 
getPlugin(int) - Method in class net.sf.gridarta.plugin.PluginModel
 
getPluginAsFilter(PluginParameters) - Method in class net.sf.gridarta.plugin.Plugin
 
getPluginCount() - Method in class net.sf.gridarta.plugin.PluginModel
 
getPluginModel() - Method in class net.sf.gridarta.project.ProjectModel
 
getPluginName() - Method in interface net.sf.gridarta.model.scripts.ScriptedEvent
 
getPluginName() - Method in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEvent
getPluginName() - Method in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEvent
getPluginName() - Method in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEvent
getPopup() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getPopupMenu() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Returns the button's context menu.
getPreferredSize() - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
getPrefix() - Method in enum net.sf.gridarta.preferences.NodeType
Returns the prefix for building key names.
getPressure() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns the pressure.
getPrev(G) - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Return the GameObject preceding a given game object.
getPrev() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Returns the game object preceding this game object.
getPrev() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Returns the game object preceding this game object.
getPreview(File) - Method in class net.sf.gridarta.gui.mapimagecache.MapImageCache
Returns a preview Image for a given map file.
getProjectSettings() - Method in class net.sf.gridarta.project.ProjectModel
 
getProperties() - Method in class net.sf.gridarta.model.filter.NamedGameObjectMatcherFilterConfig
 
getProperty(String) - Method in class net.sf.gridarta.model.filter.NamedGameObjectMatcherFilterConfig
 
getProxy() - Static method in class net.sf.gridarta.gui.dialog.prefs.NetPreferences
Returns the currently preferred proxy.
getRecChange() - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Returns a rectangle where the grid was changed.
getRef() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttribute
Returns the attribute data.
getRegion() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Returns the region attribute.
getRegion() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns the region the map is in.
getRelativeMapFileTo(MapFile) - Method in class net.sf.gridarta.model.mapmodel.MapFile
Returns a map path of an another map file relative to this map file.
getRelativeMapPathTo(MapPath) - Method in class net.sf.gridarta.model.mapmodel.AbsoluteMapPath
Returns a map path of an another map path relative to this map path.
getRenderer() - Method in class net.sf.gridarta.gui.map.mapview.DefaultMapView
Returns the MapRenderer for this view.
getRenderer() - Method in interface net.sf.gridarta.gui.map.mapview.MapView
Returns the MapRenderer for this view.
getRepeatCount() - Method in class net.sf.gridarta.textedit.textarea.InputHandler
Returns the number of times the next action will be repeated.
getResetAction() - Method in class net.sf.gridarta.model.match.ViewGameObjectMatcherManager
Gets the reset action.
getResetTimeout() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Returns the reset timeout (in seconds).
getResetTimeout() - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Returns the reset timeout (in seconds).
getResource(File, String) - Static method in class net.sf.gridarta.utils.IOUtils
Get the URL of a resource.
getResourceIcon(String) - Method in class net.sf.gridarta.utils.ResourceIcons
Returns the image icon for the given icon name.
getResources() - Method in class net.sf.gridarta.project.ProjectModel
 
getRevLink() - Method in class net.sf.gridarta.model.tiles.TileLink
Returns the index for reverse map linking.
getRoot() - Method in class net.sf.gridarta.gui.mapmenu.MapMenu
Returns the root node.
getRoot() - Method in class net.sf.gridarta.model.treasurelist.TreasureTree
Returns the root node for normal treasure lists.
getRow() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfo
Returns the row component to display filled horizontally or null.
getRow() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfoGlue
Returns the row component to display filled horizontally or null.
getRow() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfoRow
Returns the row component to display filled horizontally or null.
getRow() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfoTwoColumn
Returns the row component to display filled horizontally or null.
getRowCount() - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesTableModel
getRowCount() - Method in class net.sf.gridarta.gui.dialog.findarchetypes.TableModel
getRows() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getRunValues(Plugin<G, A, R>, Component) - Method in class net.sf.gridarta.gui.dialog.plugin.PluginView
Asks the user for input parameter to run a plugin.
getSavedSquares() - Method in class net.sf.gridarta.model.undo.UndoState
Returns the map squares that have changed in the operation.
getScriptedEvent(int, G) - Method in class net.sf.gridarta.model.scripts.DefaultScriptArchData
Search the owner game object for an event object of the specified event type.
getScriptedEvent(int, G) - Method in interface net.sf.gridarta.model.scripts.ScriptArchData
Search the owner game object for an event object of the specified event type.
getScriptExtension() - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Returns the extension for script files.
getScriptExtension() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns the extension for script files.
getScriptExtension() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns the extension for script files.
getScriptExtension() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns the extension for script files.
getScriptFileFilter() - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Returns the FileFilter for script files.
getScriptFileFilter() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns the FileFilter for script files.
getScriptFileFilter() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns the FileFilter for script files.
getScriptFileFilter() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns the FileFilter for script files.
getScriptName() - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Returns the display name for script files.
getScriptName() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns the display name for script files.
getScriptName() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns the display name for script files.
getScriptName() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns the display name for script files.
getScriptPath() - Method in interface net.sf.gridarta.model.scripts.ScriptedEvent
 
getScriptPath() - Method in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEvent
getScriptPath() - Method in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEvent
getScriptPath() - Method in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEvent
getScriptsDir() - Method in interface net.sf.gridarta.project.ProjectFactory
Returns the default directory for editor scripts.
getScriptsDir() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns the default directory for editor scripts.
getScriptsDir() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns the default directory for editor scripts.
getScriptsDir() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns the default directory for editor scripts.
getScriptsFile() - Method in class net.sf.gridarta.project.ProjectModel
 
getScrollableTracksViewportWidth() - Method in class net.sf.gridarta.gui.panel.gameobjecttexteditor.ScrollingTextPane
getScrollPane() - Method in class net.sf.gridarta.gui.map.mapview.DefaultMapView
Returns the JScrollPane of this map view.
getScrollPane() - Method in class net.sf.gridarta.gui.map.mapview.MapCursorTracker
Returns the JScrollPane of the renderer.
getScrollPane() - Method in interface net.sf.gridarta.gui.map.mapview.MapView
Returns the JScrollPane of this map view.
getSecond() - Method in class net.sf.gridarta.utils.Pair
Returns the second value.
getSectionName() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSection
Returns this section's name.
getSelectedArchetype() - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypePanel
Returns the archetype currently selected in the list.
getSelectedArchetype() - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserFolder
Returns the selected Archetype.
getSelectedButton() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.ButtonList
Returns the currently selected button.
getSelectedButton(boolean) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.DoubleButtonList
Returns the currently selected button.
getSelectedConnections() - Method in class net.sf.gridarta.gui.panel.connectionview.View
Return a list of all selected connections.
getSelectedFolder() - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserPanel
Returns the selected ArchetypeChooserFolder.
getSelectedGameObject() - Method in class net.sf.gridarta.gui.map.mapview.AbstractMapView
Return one selected game object.
getSelectedGameObject() - Method in interface net.sf.gridarta.gui.map.mapview.MapView
Return one selected game object.
getSelectedGameObject() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.AbstractGameObjectAttributesTab
Returns the currently selected GameObject.
getSelectedGameObject() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesModel
Returns the selected game object.
getSelectedGameObject() - Method in class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareModel
Returns the currently selected GameObject within this list (currently selected MapSquare).
getSelectedGameObjects() - Method in class net.sf.gridarta.gui.map.mapview.AbstractMapView
Return all selected game objects.
getSelectedGameObjects() - Method in interface net.sf.gridarta.gui.map.mapview.MapView
Return all selected game objects.
getSelectedIndex() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserView
Returns the selected index.
getSelectedIndex() - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditView
 
getSelectedItem() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxModel
 
getSelectedItem() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.map.MapParameterComboBoxModel
getSelectedMapSquare() - Method in class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareModel
Returns the currently selected map square.
getSelectedPanel() - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserModel
Returns the selected ArchetypeChooserPanel.
getSelectedPickmap() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Returns the selected pickmap.
getSelectedRec() - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Returns the smallest rectangle containing selection.
getSelectedSquares() - Method in class net.sf.gridarta.gui.map.mapview.AbstractMapView
Returns the selected squares.
getSelectedSquares() - Method in interface net.sf.gridarta.gui.map.mapview.MapView
Returns the selected squares.
getSelectedTab() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesControl
Returns the selected tab.
getSelectedText() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the selected text, or null if no selection is active.
getSelectedText() - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the selected text, or null if no selection is active.
getSelectedTool() - Method in class net.sf.gridarta.gui.panel.tools.ToolSelector
Returns the tool that is currently selected.
getSelectedValue() - Method in class net.sf.gridarta.gui.utils.GList
getSelection() - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserControl
Returns the selected game object.
getSelection() - Method in class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
Returns the active arch in the left-side panel.
getSelection() - Method in interface net.sf.gridarta.gui.panel.objectchooser.ObjectChooser
Returns the active arch in the left-side panel.
getSelection() - Method in interface net.sf.gridarta.gui.panel.objectchooser.ObjectChooserTab
Returns the selected game object.
getSelection() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Returns the selected game object.
getSelection() - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Returns the selection.
getSelectionColor() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
 
getSelectionEnd() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the selection end offset.
getSelectionEnd() - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the selection end offset.
getSelectionEndLine() - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the selection end line.
getSelections() - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserControl
Returns the selected game objects.
getSelections() - Method in class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
Returns the selected arches in the left-side panel.
getSelections() - Method in interface net.sf.gridarta.gui.panel.objectchooser.ObjectChooser
Returns the selected arches in the left-side panel.
getSelections() - Method in interface net.sf.gridarta.gui.panel.objectchooser.ObjectChooserTab
Returns the selected game objects.
getSelections() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Returns the selected game objects.
getSelectionStart() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the selection start offset.
getSelectionStart() - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the selection start offset.
getSelectionStartLine() - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the selection start line.
getServer() - Method in class net.sf.gridarta.gui.dialog.prefs.AppPreferencesModel
Returns the server setting.
getServerDefault() - Method in class net.sf.gridarta.gui.dialog.prefs.AppPreferencesModel
Returns the server setting's default value.
getSeverity() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesControl
Returns the overall Severity.
getSeverity() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Returns the tab's Severity.
getShopGreed() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns the greed of the shop.
getShopItems() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns the item spec for the shop.
getShopMax() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns the maximum price the shop will trade for.
getShopMin() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns the minimum price the shop will trade for.
getShopRace() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns the preferred race of the shop.
getShortcut(Action) - Static method in class net.sf.gridarta.utils.ActionUtils
Returns the shortcut of an Action.
getShortcutDescription(Action, String) - Static method in class net.sf.gridarta.utils.ActionUtils
Returns a description of the shortcut of an Action.
getShrinkFlags(MapModel<?, ?, ?>) - Static method in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeUtils
Returns which borders contain empty squares.
getSize() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxModel
 
getSize() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.map.MapParameterComboBoxModel
getSize() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Returns the tab's size.
getSize() - Method in class net.sf.gridarta.model.face.DefaultFaceObject
Get the size of this face in the actualFilename.
getSize() - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Returns size of grid.
getSize2(Location) - Method in interface net.sf.gridarta.gui.utils.borderpanel.BorderPanelListener
Returns the preferred position of the inner split pane.
getSizeX() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Determines the horizontal extent in squares.
getSizeX() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Determines the horizontal extent in squares.
getSizeX() - Method in class net.sf.gridarta.model.gameobject.MultiArchData
Determine the horizontal extent in squares.
getSizeY() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Determines the vertical extent in squares.
getSizeY() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Determines the vertical extent in squares.
getSizeY() - Method in class net.sf.gridarta.model.gameobject.MultiArchData
Determine the vertical extent in squares.
getSky() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns the sky settings.
getSmoothFace(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.smoothface.SmoothFaces
Returns the smooth faces for a GameObject.
getSmoothFaces() - Method in class net.sf.gridarta.project.ProjectModel
 
getSource() - Method in class net.sf.gridarta.model.mapgrid.MapGridEvent
getSpell(int) - Method in class net.sf.gridarta.model.spells.Spells
Return one spell object by index.
getSpellFile() - Method in interface net.sf.gridarta.project.ProjectFactory
Returns the spell file name to load.
getSpellFile() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns the spell file name to load.
getSpellFile() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns the spell file name to load.
getSpellFile() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns the spell file name to load.
getSpellType() - Method in interface net.sf.gridarta.project.ProjectFactory
Returns the archetype type for game object spells.
getSpellType() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns the archetype type for game object spells.
getSpellType() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns the archetype type for game object spells.
getSpellType() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns the archetype type for game object spells.
getSpi(String) - Method in class net.sf.gridarta.preferences.FilePreferences
getSplitPaneOppositeOrientation() - Method in enum net.sf.gridarta.gui.utils.borderpanel.Location
Returns the opposite orientation for a JSplitPane.
getSplitPaneOrientation() - Method in enum net.sf.gridarta.gui.utils.borderpanel.Location
Returns the orientation for a JSplitPane.
getSplitPaneResizeWeight() - Method in enum net.sf.gridarta.gui.utils.borderpanel.Location
Returns the resize weight for a JSplitPane.
getSquareBounds(Point) - Method in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
Returns coordinates, length and width of map square.
getSquareBounds(Point) - Method in class net.sf.gridarta.gui.map.renderer.AbstractSimpleIsoMapRenderer
Returns coordinates, length and width of map square.
getSquareBounds(Point) - Method in interface net.sf.gridarta.gui.map.renderer.MapRenderer
Returns coordinates, length and width of map square.
getSquareBounds(Point) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Returns coordinates, length and width of map square.
getSquareBounds(Point) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.SimpleFlatMapRenderer
Returns coordinates, length and width of map square.
getSquareLocationAt(Point, Point) - Method in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
Returns the map location at the given point.
getSquareLocationAt(Point, Point) - Method in class net.sf.gridarta.gui.map.renderer.AbstractSimpleIsoMapRenderer
Returns the map location at the given point.
getSquareLocationAt(Point, Point) - Method in interface net.sf.gridarta.gui.map.renderer.MapRenderer
Returns the map location at the given point.
getSquareLocationAt(Point, Point) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Returns the map location at the given point.
getSquareLocationAt(Point, Point) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.SimpleFlatMapRenderer
Returns the map location at the given point.
getStorage() - Method in class net.sf.gridarta.preferences.FilePreferences
Return the storage instance used for loading/saving values.
getStretched(GameObject<?, ?, ?>, long) - Method in class net.sf.gridarta.model.face.FaceObjectProviders
Returns the stretched face for a GameObject as an ImageIcon.
getStretchedImage(long) - Method in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
Returns a stretched variant of the face for this floor-type GameObject.
getStretchFactor() - Method in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
Acquire stretch factor of the object.
getString(ActionBuilder, String, String) - Static method in class net.sf.gridarta.utils.ActionBuilderUtils
Returns the value of a key.
getString(ActionBuilder, String) - Static method in class net.sf.gridarta.utils.ActionBuilderUtils
Returns the value of a key.
getStringValue() - Method in class net.sf.gridarta.plugin.parameter.AbstractStringPluginParameter
Returns the string representation of the current value of the parameter.
getStringValue() - Method in class net.sf.gridarta.plugin.parameter.BooleanParameter
Returns the string representation of the current value of the parameter.
getStringValue() - Method in class net.sf.gridarta.plugin.parameter.DoubleParameter
Returns the string representation of the current value of the parameter.
getStringValue() - Method in class net.sf.gridarta.plugin.parameter.IntegerParameter
Returns the string representation of the current value of the parameter.
getStringValue() - Method in interface net.sf.gridarta.plugin.parameter.PluginParameter
Returns the string representation of the current value of the parameter.
getStringValue() - Method in class net.sf.gridarta.plugin.parameter.StringParameter
Returns the string representation of the current value of the parameter.
getStyle(byte) - Method in class net.sf.gridarta.textedit.textarea.SyntaxStyles
Returns a style for a token id.
getStyles() - Method in class net.sf.gridarta.textedit.textarea.TextAreaDefaults
Returns the syntax styles used to paint colorized text.
getStyles() - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Returns the syntax styles used to paint colorized text.
getSubLayers() - Method in class net.sf.gridarta.mainactions.MassChangeDialog
Returns the sub-layers to affect.
getSubLayers() - Method in class net.sf.gridarta.mainactions.TileStretchingDialog
Returns the sub-layers to affect.
getSwapTime() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Returns the swap time (in ticks).
getSwapTime() - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Returns the swap time (in ticks).
getSyntaxErrors(BaseObject<?, ?, ?, ?>, ArchetypeType) - Static method in class net.sf.gridarta.model.gameobject.GameObjectUtils
This method checks the objectText for syntax errors.
getTabbedPane() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.AttributesPaneBuilder
Returns the JTabbedPane that contains all attribute tabs.
getTabCount() - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditView
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.TableHeaderCellRenderer
getTabSeverity() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.AbstractGameObjectAttributesTab
Returns the tab severity.
getTabSeverity() - Method in interface net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesTab
Returns the tab severity.
getTemperature() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns the temperature.
getText() - Method in class net.sf.gridarta.gui.map.maptilepane.TilePanel
Returns the text.
getText(int) - Method in class net.sf.gridarta.model.archetypetype.AttributeBitmask
Generate the text to be displayed for a given bitmask value.
getText() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Returns the message text.
getText() - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Returns the message text.
getText() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the entire text of this text area.
getText(int, int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the specified substring of the document.
getText(int, int, Segment) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Copies the specified substring of the document into a segment.
getText(int, int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the specified substring of the document.
getText(int, int, Segment) - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Copies the specified substring of the document into a segment.
getText() - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the entire text of this text area.
getTextArea(EventObject) - Static method in class net.sf.gridarta.textedit.textarea.InputHandler
Returns the text area that fired the specified event.
getTextPane() - Method in class net.sf.gridarta.gui.panel.gameobjecttexteditor.GameObjectTextEditor
Returns the text input pane.
getThis() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns this as its real type.
getThis() - Method in class net.sf.gridarta.model.filter.AbstractFilterConfig
Returns this filter config.
getThis() - Method in class net.sf.gridarta.model.filter.NamedFilterConfig
Returns this filter config.
getThis() - Method in class net.sf.gridarta.model.filter.NamedGameObjectMatcherFilterConfig
Returns this filter config.
getThis() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Returns this map arch object cast to its real type.
getThis() - Method in class net.sf.gridarta.var.atrinik.model.archetype.DefaultArchetype
Returns this as its real type.
getThis() - Method in class net.sf.gridarta.var.atrinik.model.archetype.UndefinedArchetype
Returns this as its real type.
getThis() - Method in class net.sf.gridarta.var.atrinik.model.gameobject.GameObject
Returns this as its real type.
getThis() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Returns this map arch object cast to its real type.
getThis() - Method in class net.sf.gridarta.var.crossfire.model.archetype.DefaultArchetype
Returns this as its real type.
getThis() - Method in class net.sf.gridarta.var.crossfire.model.archetype.UndefinedArchetype
Returns this as its real type.
getThis() - Method in class net.sf.gridarta.var.crossfire.model.gameobject.GameObject
Returns this as its real type.
getThis() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns this map arch object cast to its real type.
getThis() - Method in class net.sf.gridarta.var.daimonin.model.archetype.DefaultArchetype
Returns this as its real type.
getThis() - Method in class net.sf.gridarta.var.daimonin.model.archetype.UndefinedArchetype
Returns this as its real type.
getThis() - Method in class net.sf.gridarta.var.daimonin.model.gameobject.GameObject
Returns this as its real type.
getThis() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Returns this map arch object cast to its real type.
getTilePanel() - Method in class net.sf.gridarta.gui.map.maptilepane.MapTilePanel
 
getTilePath(int) - Method in class net.sf.gridarta.gui.map.maptilepane.AbstractMapTilePane
Returns one tile path.
getTilePath(Direction) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Returns a tile path.
getTilePath(Direction) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Returns a tile path.
getTilePaths() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Returns the number of tile paths.
getTilePaths() - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Returns the number of tile paths.
getTilesetId() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Returns the tileset id attribute.
getTilesetId() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Returns the tileset id.
getTilesetX() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Returns the tileset x attribute.
getTilesetX() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Returns the tileset x coordinate.
getTilesetY() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Returns the tileset y attribute.
getTilesetY() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Returns the tileset y coordinate.
getTitle() - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntry
Returns the entry's title.
getTitle() - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserControl
Returns the title to display in the object chooser.
getTitle() - Method in interface net.sf.gridarta.gui.panel.objectchooser.ObjectChooserTab
Returns the title to display in the object chooser.
getTitle() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Returns the title to display in the object chooser.
getTitle(PickmapState<G, A, R>) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserView
Returns the title of a pickmap to use as the tab name.
getToken() - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.LineInfo
 
getTokenMarker() - Method in class net.sf.gridarta.textedit.textarea.SyntaxDocument
Returns the token marker that is to be used to split lines of this document up into tokens.
getTokenMarker() - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns the document's token marker.
getTool(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.ToolPalette
Returns a MouseOpListener depending on the event and the default settings.
getToolbarComponent() - Method in class net.sf.gridarta.gui.filter.FilterMenuEntry
 
getToolTipText(MouseEvent) - Method in class net.sf.gridarta.gui.map.renderer.AbstractMapRenderer
getToolTipText(MouseEvent) - Method in class net.sf.gridarta.gui.utils.GList
getToolTipText(T) - Method in interface net.sf.gridarta.gui.utils.ToolTipProvider
Returns the tooltip text for an element.
getTopContainer() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Get the topmost container of this GameObject (in Game sense, which means being in a MapSquare isn't, but being in an GameObject is).
getTopContainer() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Get the topmost container of this GameObject (in Game sense, which means being in a MapSquare isn't, but being in an GameObject is).
getTopmostInsertionMode() - Method in class net.sf.gridarta.model.mapmodel.InsertionModeSet
Returns the "topmost" insertion mode.
getTopmostInsertionMode() - Method in class net.sf.gridarta.project.ProjectModel
 
getTrans(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.face.FaceObjectProviders
Returns the transparent face for a GameObject as an ImageIcon.
getTransactionDepth() - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Get the transaction depth, which is the number of MapModel.beginTransaction(String) invocations without matching MapModel.endTransaction() invocations.
getTransactionDepth() - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Get the transaction depth, which is the number of MapModel.beginTransaction(String) invocations without matching MapModel.endTransaction() invocations.
getTransDouble(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.face.FaceObjectProviders
Returns the transparent double face for a GameObject as an ImageIcon.
getTransferData(DataFlavor) - Method in class net.sf.gridarta.gui.mapmenu.TransferableTreeNode
getTransferDataFlavors() - Method in class net.sf.gridarta.gui.mapmenu.TransferableTreeNode
 
getTransparentDoubleImage() - Method in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
Returns a transparent variant of the face for this GameObject.
getTransparentImage() - Method in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
Returns a transparent variant of the face for this GameObject.
getTreasureObj() - Method in class net.sf.gridarta.model.treasurelist.TreasureTreeNode
 
getTreasureTree() - Method in class net.sf.gridarta.project.ProjectModel
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class net.sf.gridarta.gui.data.NamedNodeTreeCellRenderer
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntryTreeCellRenderer
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class net.sf.gridarta.gui.treasurelist.TreasureCellRenderer
getTreeNode() - Method in class net.sf.gridarta.gui.mapmenu.MapMenu.DeletedNode
Returns the tree node.
getTreeRoot() - Method in class net.sf.gridarta.model.data.AbstractNamedObjects
Get the object tree root.
getTreeRoot() - Method in interface net.sf.gridarta.model.data.NamedObjects
Get the object tree root.
getTristateModel() - Method in class net.sf.gridarta.gui.utils.tristate.TristateCheckBox
Returns the model as a TristateButtonModel.
getTristateState() - Method in class net.sf.gridarta.gui.utils.tristate.TristateButtonModel
Returns the internal state.
getTristateState(boolean) - Static method in enum net.sf.gridarta.gui.utils.tristate.TristateState
Returns the tristate state for a boolean state.
getTrueText() - Method in class net.sf.gridarta.plugin.parameter.BooleanParameter
Returns the string representation of the "true" value.
getTrueValue() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeBoolSpec
Returns the true value.
getTypeName() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
Returns the type name (artificial).
getTypeNo() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
Returns the type number.
getTypeNo() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns the type number of this Archetype.
getTypeNo() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns the type number of this Archetype.
getTypes() - Static method in class net.sf.gridarta.plugin.parameter.PluginParameterFactory
Returns all available plugin parameter type names.
getUndefinedSpellIndex() - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Returns the index for "no spell".
getUndefinedSpellIndex() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns the index for "no spell".
getUndefinedSpellIndex() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns the index for "no spell".
getUndefinedSpellIndex() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns the index for "no spell".
getUnsavedPickmaps(Collection<MapControl<G, A, R>>) - Method in class net.sf.gridarta.gui.mapfiles.MapFolder
Returns all unsaved MapFiles in this folder.
getUnsavedPickmaps(Collection<MapControl<G, A, R>>) - Method in class net.sf.gridarta.gui.mapfiles.MapFolderTree
Returns all unsaved map controls of this model.
getUnsavedPickmaps(Collection<MapControl<G, A, R>>) - Method in class net.sf.gridarta.gui.mapfiles.PickmapState
Returns this pickmap if it has been loaded and is modified.
getUse() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
Returns the usage notes.
getUseCounter() - Method in class net.sf.gridarta.model.mapcontrol.DefaultMapControl
Returns the use counter.
getUseCounter() - Method in interface net.sf.gridarta.model.mapcontrol.MapControl
Returns the use counter.
getUserName() - Method in class net.sf.gridarta.model.settings.AbstractDefaultProjectSettings
Returns the user name.
getUserName() - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Returns the user name.
getUserNameDefault() - Method in class net.sf.gridarta.model.settings.DefaultEditorSettings
Returns the default user name.
getUserNameDefault() - Method in interface net.sf.gridarta.model.settings.EditorSettings
Returns the default user name.
getValidators() - Method in class net.sf.gridarta.project.ProjectModel
 
getValidExit(MapModel<G, A, R>, Point) - Method in class net.sf.gridarta.model.exitconnector.ExitMatcher
Returns an exit game object on a given map square having exit information.
getValidExit(G) - Method in class net.sf.gridarta.model.exitconnector.ExitMatcher
Returns whether the given game object is an exit game object having exit information.
getValue() - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBitmask
Get the active bitmask value.
getValue() - Method in class net.sf.gridarta.model.smoothface.SmoothFace
Returns the smooth information.
getValue() - Method in class net.sf.gridarta.plugin.parameter.AbstractPathParameter
Returns the current value of this parameter.
getValue() - Method in class net.sf.gridarta.plugin.parameter.AbstractValuePluginParameter
Returns the current value of this parameter.
getValue() - Method in class net.sf.gridarta.plugin.parameter.ArchetypeParameter
Returns the current value of this parameter.
getValue() - Method in class net.sf.gridarta.plugin.parameter.MapParameter
Returns the current value of this parameter.
getValue() - Method in class net.sf.gridarta.plugin.parameter.MapPathParameter
Returns the current value of this parameter.
getValue() - Method in interface net.sf.gridarta.plugin.parameter.PluginParameter
Returns the current value of this parameter.
getValue(String, String) - Method in class net.sf.gridarta.preferences.Storage
Return the value associated with the specified key at a node, or null if there is no association for this key.
getValueAt(int, int) - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesTableModel
getValueAt(int, int) - Method in class net.sf.gridarta.gui.dialog.findarchetypes.TableModel
getValueComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchetypeParameterView
Returns a JComponent for editing the parameter value.
getValueComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.BooleanParameterView
Returns a JComponent for editing the parameter value.
getValueComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.DoubleParameterView
Returns a JComponent for editing the parameter value.
getValueComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.IntegerParameterView
Returns a JComponent for editing the parameter value.
getValueComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.map.MapParameterView
Returns a JComponent for editing the parameter value.
getValueComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.MapPathParameterView
Returns a JComponent for editing the parameter value.
getValueComponent() - Method in interface net.sf.gridarta.gui.dialog.plugin.parameter.PluginParameterView
Returns a JComponent for editing the parameter value.
getValueComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.StringParameterView
Returns a JComponent for editing the parameter value.
getValueComponent() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditorRow
Returns the editor component for editing the parameter's value.
getValueOrNull() - Method in class net.sf.gridarta.plugin.parameter.AbstractPathParameter
Returns the current value of this parameter.
getValueOrNull() - Method in class net.sf.gridarta.plugin.parameter.AbstractValuePluginParameter
Returns the current value of this parameter.
getValueOrNull() - Method in class net.sf.gridarta.plugin.parameter.ArchetypeParameter
Returns the current value of this parameter.
getValueOrNull() - Method in class net.sf.gridarta.plugin.parameter.MapParameter
Returns the current value of this parameter.
getValueOrNull() - Method in class net.sf.gridarta.plugin.parameter.MapPathParameter
Returns the current value of this parameter.
getValueOrNull() - Method in interface net.sf.gridarta.plugin.parameter.PluginParameter
Returns the current value of this parameter.
getView() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginController
 
getView() - Method in class net.sf.gridarta.gui.panel.connectionview.Control
Returns the view for this controller.
getViewPositions() - Method in class net.sf.gridarta.gui.map.mapview.MapViews
Returns the current view positions of all views of a MapControl.
getVisibleLines() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns the number of lines visible in this text area.
getVisibleLines() - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
 
getWarningSquareIcon() - Method in class net.sf.gridarta.utils.ResourceIcons
 
getWeather() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Returns the weather attribute.
getWidth(int) - Method in class net.sf.gridarta.model.gameobject.MultiPositionData
Returns the total width for a multi-square image.
getWidth() - Method in class net.sf.gridarta.model.gameobject.MultiPositionEntry
Returns the total width of a multi-square image.
getWidth() - Method in class net.sf.gridarta.utils.Size2D
Returns the width of the area.
getWindDirection() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns the wind direction.
getWindowTitle() - Method in class net.sf.gridarta.gui.map.mapview.DefaultMapView
Returns the title for the map window.
getWindowTitle() - Method in interface net.sf.gridarta.gui.map.mapview.MapView
Returns the title for the map window.
getWindSpeed() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns the wind speed.
getX(int) - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.TableHeaderCellRenderer
Returns the x coordinate of a closing icon.
getXLen() - Method in class net.sf.gridarta.model.gameobject.IsoMapSquareInfo
Returns the horizontal size of a square.
getXLen2() - Method in class net.sf.gridarta.model.gameobject.IsoMapSquareInfo
Returns the horizontal center of a square.
getXOffset(int, int) - Method in class net.sf.gridarta.model.gameobject.MultiPositionData
Calculate the x-offset from the leftmost pixel of the big face image and the default x-position (The default position is where a single-square image would be put).
getXOffset(int) - Method in class net.sf.gridarta.model.gameobject.MultiPositionEntry
Returns the x offset from the left-most pixel of the multi-square image and the default x position.
getYLen() - Method in class net.sf.gridarta.model.gameobject.IsoMapSquareInfo
Returns the vertical size of a square.
getYLen2() - Method in class net.sf.gridarta.model.gameobject.IsoMapSquareInfo
Returns the vertical center of a square.
getYOffset() - Method in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
Acquire Y offset of the object for rendering purposes.
getYOffset(int, int) - Method in class net.sf.gridarta.model.gameobject.MultiPositionData
Calculate the y-offset from the topmost pixel of the big face image and the default y-position (The default position is where a single-square image would be put).
getYOffset(int) - Method in class net.sf.gridarta.model.gameobject.MultiPositionEntry
Returns the y offset from the left-most pixel of the multi-square image and the default y position.
GList<T> - Class in net.sf.gridarta.gui.utils
An extended JList.
GList(ListModel) - Constructor for class net.sf.gridarta.gui.utils.GList
Creates a new instance.
GLOW_RADIUS - Static variable in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
The name of the "glow_radius" attribute.
goExit() - Method in class net.sf.gridarta.gui.dialog.goexit.GoExitDialogManager
Action method to open the "go exit" dialog.
goExitApply() - Method in class net.sf.gridarta.gui.dialog.goexit.GoExitDialog
Action method for apply.
goExitCancel() - Method in class net.sf.gridarta.gui.dialog.goexit.GoExitDialog
Action method for cancel.
GoExitDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.goexit
A dialog to ask the user for a map to open.
GoExitDialog(Component, MapView<G, A, R>, GameObjectMatcher, EnterMap<G, A, R>, FaceObjectProviders) - Constructor for class net.sf.gridarta.gui.dialog.goexit.GoExitDialog
Creates a new instance.
GoExitDialogManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.goexit
Manager for GoExitDialog instances.
GoExitDialogManager(Window, MapManager<G, A, R>, MapViewManager<G, A, R>, GameObjectMatcher, EnterMap<G, A, R>, FaceObjectProviders) - Constructor for class net.sf.gridarta.gui.dialog.goexit.GoExitDialogManager
Creates a new instance.
goExitScrollBottom() - Method in class net.sf.gridarta.gui.dialog.goexit.GoExitDialog
Action method for scroll bottom.
goExitScrollDown() - Method in class net.sf.gridarta.gui.dialog.goexit.GoExitDialog
Action method for scroll down.
goExitScrollPageDown() - Method in class net.sf.gridarta.gui.dialog.goexit.GoExitDialog
Action method for scroll page down.
goExitScrollPageUp() - Method in class net.sf.gridarta.gui.dialog.goexit.GoExitDialog
Action method for scroll page up.
goExitScrollTop() - Method in class net.sf.gridarta.gui.dialog.goexit.GoExitDialog
Action method for scroll top.
goExitScrollUp() - Method in class net.sf.gridarta.gui.dialog.goexit.GoExitDialog
Action method for scroll up.
goExitSelectDown() - Method in class net.sf.gridarta.gui.dialog.goexit.GoExitDialog
Action method for select down.
goExitSelectUp() - Method in class net.sf.gridarta.gui.dialog.goexit.GoExitDialog
Action method for select up.
goLocation() - Method in class net.sf.gridarta.action.GoLocationAction
Opens the "go location" dialog.
GoLocationAction<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 openes the "go location" dialog.
GoLocationAction(MapViewManager<G, A, R>) - Constructor for class net.sf.gridarta.action.GoLocationAction
Creates a new instance.
goLocationApply() - Method in class net.sf.gridarta.gui.dialog.golocation.GoLocationDialog
Action method for apply.
goLocationCancel() - Method in class net.sf.gridarta.gui.dialog.golocation.GoLocationDialog
Action method for cancel.
GoLocationDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.golocation
A dialog to ask the user for coordinates to move the cursor to.
GoLocationDialog(AbstractPerMapDialogManager<G, A, R, GoLocationDialog<G, A, R>>, MapView<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.golocation.GoLocationDialog
Creates a new instance.
GoLocationDialogManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.golocation
Manager for GoLocationDialog instances.
GoLocationDialogManager(MapViewManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.golocation.GoLocationDialogManager
Creates a new instance.
goLocationOkay() - Method in class net.sf.gridarta.gui.dialog.golocation.GoLocationDialog
Action method for okay.
goMap() - Method in class net.sf.gridarta.gui.dialog.gomap.GoMapDialogManager
Action method to open the "go map" dialog.
goMapApply() - Method in class net.sf.gridarta.gui.dialog.gomap.GoMapDialog
Action method for apply.
goMapCancel() - Method in class net.sf.gridarta.gui.dialog.gomap.GoMapDialog
Action method for cancel.
GoMapDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gomap
A dialog to ask the user for a map to open.
GoMapDialog(Window, MapsIndex, MapViewsManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.gomap.GoMapDialog
Creates a new instance.
GoMapDialogManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gomap
Manager for GoMapDialog instances.
GoMapDialogManager(Window, MapManager<G, A, R>, MapViewsManager<G, A, R>, ProjectSettings, Exiter) - Constructor for class net.sf.gridarta.gui.dialog.gomap.GoMapDialogManager
Creates a new instance.
goMapScrollBottom() - Method in class net.sf.gridarta.gui.dialog.gomap.GoMapDialog
Action method for scroll bottom.
goMapScrollDown() - Method in class net.sf.gridarta.gui.dialog.gomap.GoMapDialog
Action method for scroll down.
goMapScrollPageDown() - Method in class net.sf.gridarta.gui.dialog.gomap.GoMapDialog
Action method for scroll page down.
goMapScrollPageUp() - Method in class net.sf.gridarta.gui.dialog.gomap.GoMapDialog
Action method for scroll page up.
goMapScrollTop() - Method in class net.sf.gridarta.gui.dialog.gomap.GoMapDialog
Action method for scroll top.
goMapScrollUp() - Method in class net.sf.gridarta.gui.dialog.gomap.GoMapDialog
Action method for scroll up.
goMapSelectDown() - Method in class net.sf.gridarta.gui.dialog.gomap.GoMapDialog
Action method for select down.
goMapSelectUp() - Method in class net.sf.gridarta.gui.dialog.gomap.GoMapDialog
Action method for select up.
goTo(boolean, Direction) - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Moves the cursor one square relative to current position.
GREEN_MASK - Static variable in class net.sf.gridarta.model.face.ColourFilter
The mask for selecting the green bits.
GRID_FLAG_CONNECTION - Static variable in class net.sf.gridarta.model.mapgrid.MapGrid
Flag to highlight as part of a connection group.
GRID_FLAG_CURSOR - Static variable in class net.sf.gridarta.model.mapgrid.MapGrid
Flag to highlight cursor position.
GRID_FLAG_ERROR - Static variable in class net.sf.gridarta.model.mapgrid.MapGrid
Flag to highlight as error.
GRID_FLAG_FATAL - Static variable in class net.sf.gridarta.model.mapgrid.MapGrid
Flag to highlight as fatal.
GRID_FLAG_INFORMATION - Static variable in class net.sf.gridarta.model.mapgrid.MapGrid
Flag to highlight as information.
GRID_FLAG_SELECTING - Static variable in class net.sf.gridarta.model.mapgrid.MapGrid
Pre-selection - used to preselect squares.
GRID_FLAG_SELECTION - Static variable in class net.sf.gridarta.model.mapgrid.MapGrid
Selection - marks all selected squares.
GRID_FLAG_SELECTION_EAST - Static variable in class net.sf.gridarta.model.mapgrid.MapGrid
Selection - is set for squares at the east edge of the selected area.
GRID_FLAG_SELECTION_NORTH - Static variable in class net.sf.gridarta.model.mapgrid.MapGrid
Selection - is set for squares at the north edge of the selected area.
GRID_FLAG_SELECTION_SOUTH - Static variable in class net.sf.gridarta.model.mapgrid.MapGrid
Selection - is set for squares at the south edge of the selected area.
GRID_FLAG_SELECTION_WEST - Static variable in class net.sf.gridarta.model.mapgrid.MapGrid
Selection - is set for squares at the west edge of the selected area.
GRID_FLAG_WARNING - Static variable in class net.sf.gridarta.model.mapgrid.MapGrid
Flag to highlight as warning.
GridartaEditor<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.maincontrol
Main class of the editor; parses command-line arguments, initializes and starts the editor.
GridartaEditor(String) - Constructor for class net.sf.gridarta.maincontrol.GridartaEditor
Creates a new instance.
GridartaRunMode - Enum in net.sf.gridarta.maincontrol
Main run mode of the editor.
GridMapSquarePainter - Class in net.sf.gridarta.gui.map.renderer
Paints overlays for map grids.
GridMapSquarePainter(ResourceIcons) - Constructor for class net.sf.gridarta.gui.map.renderer.GridMapSquarePainter
Creates a new instance.
gridVisibleChanged(boolean) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettingsListener
This event handler is called when the grid visibility has changed.
growSelection() - Method in class net.sf.gridarta.action.GrowSelectionAction
Grows the current map selection by one map square.
GrowSelectionAction<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 grows the current selection by one map square.
GrowSelectionAction() - Constructor for class net.sf.gridarta.action.GrowSelectionAction
 
GSplitPane - Class in net.sf.gridarta.gui.utils
A JSplitPane that keeps its size even upon ancestor layout changes and is restored upon editor restarts.
GSplitPane(int, Component, Component, String, int) - Constructor for class net.sf.gridarta.gui.utils.GSplitPane
Create a new GSplitPane.
GUIConstants - Interface in net.sf.gridarta.gui.utils
Defines common UI constants used in different dialogs.
GuiFileFilters - Class in net.sf.gridarta.utils
Utility class defining FileFilters.
GuiInfo<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,T extends ArchetypeAttribute> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
Information about one attribute line in a GameObjectAttributesDialog.
GuiInfo(DialogAttribute<G, A, R, T>) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfo
Creates a new instance.
GuiInfoGlue<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,T extends ArchetypeAttribute> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
A GuiInfo that fills one component both horizontally and vertically.
GuiInfoGlue(DialogAttribute<G, A, R, T>, Component) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfoGlue
Creates a new instance.
GuiInfoRow<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,T extends ArchetypeAttribute> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
A GuiInfo that fills one component horizontally.
GuiInfoRow(DialogAttribute<G, A, R, T>, Component) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfoRow
Creates a new instance.
GuiInfoTwoColumn<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,T extends ArchetypeAttribute> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
A GuiInfo that displays a label and another component in two columns.
GuiInfoTwoColumn(DialogAttribute<G, A, R, T>, Component, Component) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.GuiInfoTwoColumn
Creates a new instance.
GUIMainControl<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.maincontrol
Creates the main GUI of Gridarta.
GUIMainControl(ProjectModel<G, A, R>, EditorSettings, ErrorView, ResourceIcons, EditorFactory<G, A, R>, ConfigSourceFactory) - Constructor for class net.sf.gridarta.maincontrol.GUIMainControl
Creates a new instance.
GUIPreferences - Class in net.sf.gridarta.gui.dialog.prefs
Preferences Module for user interface preferences.
GUIPreferences(EditorSettings) - Constructor for class net.sf.gridarta.gui.dialog.prefs.GUIPreferences
Creates a new instance.

H

handleGrabAction(KeyEvent) - Method in class net.sf.gridarta.textedit.textarea.InputHandler
If a key is being grabbed, this method should be called with the appropriate key event.
handleThrowable(Throwable) - Method in class net.sf.gridarta.gui.misc.MainView
This implementation displays the exception in a modal message dialog.
handleThrowable(Throwable) - Method in class net.sf.gridarta.maincontrol.GUIMainControl
hasAttribute() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSections
Returns whether this archetype type defines at least one archetype attribute.
hasAttribute() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
Returns whether this archetype type defines at least one archetype attribute.
hasAttribute(String, boolean) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns whether an attribute name exists.
hasAttribute(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns whether an attribute name exists.
hasAttribute(String) - Method in interface net.sf.gridarta.model.baseobject.Attributes
Returns whether an attribute name exists.
hasAttribute(String, boolean) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns whether an attribute name exists.
hasAttributeKey(Comparable<String>) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSection
Returns whether an attribute key is defined.
hasAttributeKey(Comparable<String>) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSections
Returns whether an attribute key is defined.
hasAttributeKey(Comparable<String>) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
Returns whether an attribute key is defined.
hasError(Point) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Checks if a square has the error flag set.
hasErrors() - Method in class net.sf.gridarta.gui.dialog.errorview.ConsoleErrorView
Whether at least one error message has been added.
hasErrors() - Method in class net.sf.gridarta.gui.dialog.errorview.DefaultErrorView
Whether at least one error message has been added.
hasErrors() - Method in interface net.sf.gridarta.model.errorview.ErrorView
Whether at least one error message has been added.
hasGlobalMatch(C) - Method in interface net.sf.gridarta.model.filter.Filter
Tells if all the game objects on a square are to be analyzed before a match result.
hasGlobalMatch(NamedFilterConfig) - Method in class net.sf.gridarta.model.filter.NamedFilter
Tells if all the game objects on a square are to be analyzed before a match result.
hasGlobalMatch(NamedGameObjectMatcherFilterConfig) - Method in class net.sf.gridarta.model.filter.NamedGameObjectMatcherFilter
Tells if all the game objects on a square are to be analyzed before a match result.
hashCode() - Method in class net.sf.gridarta.gui.mapfiles.MapFolderTreeAction
hashCode() - Method in class net.sf.gridarta.model.baseobject.GameObjectText
hashCode() - Method in class net.sf.gridarta.model.data.AbstractNamedObject
hashCode() - Method in class net.sf.gridarta.model.data.NamedTreeNode
hashCode() - Method in class net.sf.gridarta.model.exitconnector.ExitLocation
hashCode() - Method in class net.sf.gridarta.model.face.DefaultFaceObject
hashCode() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
hashCode() - Method in class net.sf.gridarta.model.maplocation.MapLocation
hashCode() - Method in class net.sf.gridarta.model.mapmodel.AbsoluteMapPath
hashCode() - Method in class net.sf.gridarta.model.mapmodel.MapFile
hashCode() - Method in class net.sf.gridarta.model.mapmodel.MapSquare
}
hashCode() - Method in class net.sf.gridarta.model.mapmodel.RelativeMapPath
hashCode() - Method in class net.sf.gridarta.utils.Size2D
hashCode() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
hashCode() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
hashCode() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
hasImageSet() - Method in class net.sf.gridarta.model.settings.DefaultEditorSettings
Returns whether an image set is used.
hasImageSet() - Method in interface net.sf.gridarta.model.settings.EditorSettings
Returns whether an image set is used.
hasLoop() - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
Returns whether this treasure object contains itself.
hasMediaDirectory() - Method in class net.sf.gridarta.model.settings.DefaultEditorSettings
Returns whether a media directory is used.
hasMediaDirectory() - Method in interface net.sf.gridarta.model.settings.EditorSettings
Returns whether a media directory is used.
hasNext() - Method in class net.sf.gridarta.gui.map.mapactions.ExitIterator
hasNext() - Method in class net.sf.gridarta.model.baseobject.RecursiveGameObjectIterator
hasNext() - Method in class net.sf.gridarta.model.io.FlatFileIterator
 
hasNext() - Method in class net.sf.gridarta.model.io.RecursiveFileIterator
hasNext() - Method in class net.sf.gridarta.model.mapmodel.FilterGameObjectIterator
hasNext() - Method in class net.sf.gridarta.model.mapmodel.MapSquareIterator
hasNext() - Method in class net.sf.gridarta.model.mapmodel.TopLevelGameObjectIterator
hasNext() - Method in class net.sf.gridarta.utils.xml.ElementsIterator
hasObjectText() - Method in class net.sf.gridarta.model.baseobject.GameObjectText
Returns whether an object text is set.
hasParameters() - Method in class net.sf.gridarta.plugin.Plugin
Returns whether this plugin has at least one parameter.
hasPending() - Method in class net.sf.gridarta.model.index.AbstractIndex
Returns whether at least one pending value exists.
hasPending() - Method in interface net.sf.gridarta.model.index.Index
Returns whether at least one pending value exists.
hasSameContents(GameObjectContainer<?, ?, ?>) - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Compare this object to another game object container.
hasTypeAttributes() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
Returns whether any type attributes are defined.
hasUndefinedArchetype() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Return whether this instance references an undefined archetype.
hasUndefinedArchetype() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Return whether this instance references an undefined archetype.
hasWarnings() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ErrorListView
Returns whether any warnings are shown.
Help - Class in net.sf.gridarta.gui.dialog.help
Deprecated.
We'll use JavaHelp instead.
Help(Frame, String) - Constructor for class net.sf.gridarta.gui.dialog.help.Help
Deprecated.
Creates a "Help".
HELP_DIR - Static variable in class net.sf.gridarta.utils.CommonConstants
The directory that contains all (html) help files.
hideAttributeDialog(G) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialogFactory
Hides the game object attributes dialog for a given GameObject instance.
HideFileFilterProxy - Class in net.sf.gridarta.utils
A FileFilter that wraps another FileFilter and filters out version control directories.
HideFileFilterProxy(FileFilter) - Constructor for class net.sf.gridarta.utils.HideFileFilterProxy
Creates a new instance.
Home - Class in net.sf.gridarta.textedit.textarea.actions
 
Home(boolean) - Constructor for class net.sf.gridarta.textedit.textarea.actions.Home
 
home - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
HP - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The attribute name of the "hp" attribute.
HTMLTokenMarker - Class in net.sf.gridarta.textedit.textarea.tokenmarker
HTML token marker.
HTMLTokenMarker(boolean) - Constructor for class net.sf.gridarta.textedit.textarea.tokenmarker.HTMLTokenMarker
 

I

iconChanged(MapControl<G, A, R>) - Method in interface net.sf.gridarta.gui.mapimagecache.MapImageCacheListener
Called whenever the icon of a map has changed.
ID_COUNT - Static variable in class net.sf.gridarta.textedit.textarea.Token
The total number of defined token ids.
IgnorelistsDefinition - Class in net.sf.gridarta.model.archetypetype
The contents of an <ignorelists> element of a types.xml file.
IgnorelistsDefinition() - Constructor for class net.sf.gridarta.model.archetypetype.IgnorelistsDefinition
 
IGUIConstants - Interface in net.sf.gridarta.var.atrinik
Defines common UI constants used in different dialogs and all used icon files.
IGUIConstants - Interface in net.sf.gridarta.var.crossfire
Defines common UI constants used in different dialogs and all used icon files.
IGUIConstants - Interface in net.sf.gridarta.var.daimonin
Defines common UI constants used in different dialogs and all used icon files.
IllegalAnimationException - Exception in net.sf.gridarta.model.anim
Exception thrown to indicate that an animation object is not acceptable.
IllegalAnimationException(NamedObject, Throwable) - Constructor for exception net.sf.gridarta.model.anim.IllegalAnimationException
Creates a new instance.
IllegalAutojoinListException - Exception in net.sf.gridarta.model.autojoin
Exception thrown if an AutojoinList is invalid.
IllegalAutojoinListException(String) - Constructor for exception net.sf.gridarta.model.autojoin.IllegalAutojoinListException
Creates a new instance.
IllegalFaceException - Exception in net.sf.gridarta.model.face
Exception thrown to indicate that a face object is not acceptable.
IllegalFaceException(FaceObject, Throwable) - Constructor for exception net.sf.gridarta.model.face.IllegalFaceException
Creates a new instance.
IllegalNamedObjectException - Exception in net.sf.gridarta.model.data
Exception thrown to indicate that a named object is not acceptable.
IllegalNamedObjectException(String) - Constructor for exception net.sf.gridarta.model.data.IllegalNamedObjectException
Creates a new instance.
imageComplete(int) - Method in class net.sf.gridarta.model.face.DoubleImageFilter
imageComplete(int) - Method in class net.sf.gridarta.model.face.StretchedImageFilter
ImageCreator<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.renderer
Creates images from map instances.
ImageCreator(MapManager<G, A, R>, RendererFactory<G, A, R>) - Constructor for class net.sf.gridarta.gui.map.renderer.ImageCreator
Creates a new instance.
ImageCreator2<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.renderer
Creates images from map instances.
ImageCreator2(VolatileSettings, ImageCreator<G, A, R>) - Constructor for class net.sf.gridarta.gui.map.renderer.ImageCreator2
Creates a new instance.
ImageCreatorFactory - Class in net.sf.gridarta.maincontrol
Utility class for creating ImageCreator instances.
ImageType - Enum in net.sf.gridarta.gui.mapimagecache
The types of images that are cached.
ImageUtils - Class in net.sf.gridarta.utils
Utility class for image related functions.
importPlugin() - Method in class net.sf.gridarta.gui.scripts.ImportPluginAction
Import a plugin from a file.
ImportPluginAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.scripts
The action for importing a plugin from a file.
ImportPluginAction(PluginModel<G, A, R>, Component) - Constructor for class net.sf.gridarta.gui.scripts.ImportPluginAction
Creates a new instance.
importSpells(File, Component) - Method in class net.sf.gridarta.gui.spells.SpellsUtils
Opens a file chooser to select the spell list file, then import spells.
Index<V> - Interface in net.sf.gridarta.model.index
An index of values.
indexingFinished() - Method in class net.sf.gridarta.model.index.AbstractIndex
Should be called after indexing has finished.
indexingFinished() - Method in interface net.sf.gridarta.model.index.Index
Should be called after indexing has finished.
indexingFinished() - Method in interface net.sf.gridarta.model.index.IndexListener
Called after indexing has finished.
IndexListener<V> - Interface in net.sf.gridarta.model.index
Interface for listeners interested in Index related events.
indexOf(PickmapState<G, A, R>) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserModel
Returns the index of a map file.
indexToEventType(int) - Method in class net.sf.gridarta.gui.scripts.AbstractScriptArchUtils
Converts a combo box index to an event type.
indexToEventType(int) - Method in interface net.sf.gridarta.model.scripts.ScriptArchUtils
Converts a combo box index to an event type.
init(Iterable<NamedGameObjectMatcher>) - Method in class net.sf.gridarta.gui.map.viewaction.ViewActions
Creates the view actions.
init(R, ErrorViewCollector) - Method in class net.sf.gridarta.model.archetype.AbstractArchetypeBuilder
 
init() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Finishes initialization of this instance.
init1(Component, String) - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractNewMapDialog
Initializes the dialog.
init2() - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractNewMapDialog
Initializes the dialog.
init2() - Method in class net.sf.gridarta.gui.dialog.newmap.NewMapDialog
 
initChance() - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
Initializes the chance attribute.
initialize(String, File) - Static method in class net.sf.gridarta.preferences.FilePreferencesFactory
Initialize the module.
initParseArchetype() - Method in class net.sf.gridarta.model.io.AbstractArchetypeParser
Called when a new archetype starts.
initParseArchetype() - Method in class net.sf.gridarta.var.atrinik.model.io.ArchetypeParser
Called when a new archetype starts.
initParseArchetype() - Method in class net.sf.gridarta.var.crossfire.model.io.ArchetypeParser
Called when a new archetype starts.
initParseArchetype() - Method in class net.sf.gridarta.var.daimonin.model.io.ArchetypeParser
Called when a new archetype starts.
initRecent() - Method in class net.sf.gridarta.gui.mapmenu.MapMenuManager
Initializes the recent state.
InputActions - Class in net.sf.gridarta.textedit.textarea.actions
 
InputActions(ScriptEditControl, MenuEntries) - Constructor for class net.sf.gridarta.textedit.textarea.actions.InputActions
 
InputHandler - Class in net.sf.gridarta.textedit.textarea
An input handler converts the user's key strokes into concrete actions.
InputHandler() - Constructor for class net.sf.gridarta.textedit.textarea.InputHandler
 
InputHandler.NonRepeatable - Interface in net.sf.gridarta.textedit.textarea
If an action implements this interface, it should not be repeated.
insert(G, MapSquare<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.AboveFloorInsertionMode
Inserts a GameObject into a MapSquare.
insert(G, MapSquare<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.AutoInsertionMode
Inserts a GameObject into a MapSquare.
insert(G, MapSquare<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.BelowFloorInsertionMode
Inserts a GameObject into a MapSquare.
insert(G, MapSquare<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.BottommostInsertionMode
Inserts a GameObject into a MapSquare.
insert(G, MapSquare<G, A, R>) - Method in interface net.sf.gridarta.model.mapmodel.InsertionMode
Inserts a GameObject into a MapSquare.
insert(G, MapSquare<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.TopmostInsertionMode
Inserts a GameObject into a MapSquare.
insertAfter(G, G) - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Add a GameObject after another.
insertAfter(G) - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Insert a GameObject after this GameObject.
insertAfter(G) - Method in interface net.sf.gridarta.model.gameobject.GameObject
Insert a GameObject after this GameObject.
insertArch() - Method in class net.sf.gridarta.action.InsertArchAction
Action method for "insert arch".
InsertArchAction<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 inserts a new game object into the current map.
InsertArchAction(ObjectChooser<G, A, R>, MapViewSettings) - Constructor for class net.sf.gridarta.action.InsertArchAction
Creates a new instance.
insertArchToMap(BaseObject<G, A, R, ?>, G, Point, boolean) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Insert a game object to the map at a specified position.
insertArchToMap(BaseObject<G, A, R, ?>, G, Point, boolean) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Insert a game object to the map at a specified position.
insertBaseObject(BaseObject<G, A, R, ?>, Point, boolean, boolean, InsertionMode<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Inserts a BaseObject to a map.
insertBaseObject(BaseObject<G, A, R, ?>, Point, boolean, boolean, InsertionMode<G, A, R>) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Inserts a BaseObject to a map.
insertBefore(G, G) - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Add a GameObject before another.
insertBefore(G) - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Insert a GameObject before this GameObject.
insertBefore(G) - Method in interface net.sf.gridarta.model.gameobject.GameObject
Insert a GameObject before this GameObject.
insertBreak - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
InsertBreak - Class in net.sf.gridarta.textedit.textarea.actions
 
InsertBreak() - Constructor for class net.sf.gridarta.textedit.textarea.actions.InsertBreak
 
insertChar - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
InsertChar - Class in net.sf.gridarta.textedit.textarea.actions
 
InsertChar() - Constructor for class net.sf.gridarta.textedit.textarea.actions.InsertChar
 
insertGameObject(boolean, BaseObject<G, A, R, ?>, boolean, boolean) - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Inserts a GameObject before the selected game object.
InsertionMode<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.mapmodel
Insertion modes.
InsertionModeSet<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmodel
A set of InsertionModes.
InsertionModeSet(InsertionMode<G, A, R>, GameObjectMatcher, GameObjectMatcher, GameObjectMatcher, GameObjectMatcher) - Constructor for class net.sf.gridarta.model.mapmodel.InsertionModeSet
Creates a new instance.
InsertionResult<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.autojoin
The result of an insertion operation involving autojoining.
InsertionResult(G, R) - Constructor for class net.sf.gridarta.model.autojoin.InsertionResult
Creates a new instance.
InsertionTool<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.tools
MouseOpListener for insertion.
InsertionTool(SelectedSquareModel<G, A, R>, ObjectChooser<G, A, R>, PickmapSettings, InsertionModeSet<G, A, R>, MapViewSettings) - Constructor for class net.sf.gridarta.gui.panel.tools.InsertionTool
Create a BasicAbstractTool.
insertLines(int, int) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.TokenMarker
Informs the token marker that lines have been inserted into the document.
insertNodeInto(MapMenuEntry, DefaultMutableTreeNode, int) - Method in class net.sf.gridarta.gui.mapmenu.MapMenu
Inserts a new node into the tree.
insertTab - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
InsertTab - Class in net.sf.gridarta.textedit.textarea.actions
 
InsertTab() - Constructor for class net.sf.gridarta.textedit.textarea.actions.InsertTab
 
INSTANCE - Static variable in class net.sf.gridarta.gui.mapfiles.MapFileNameComparator
A Comparator that compares PickmapState instances by name.
IntAttributeGameObjectMatcher - Class in net.sf.gridarta.model.match
A AttributeGameObjectMatcher that compares attributes values using "int" type.
IntAttributeGameObjectMatcher(String, Operation, String, boolean) - Constructor for class net.sf.gridarta.model.match.IntAttributeGameObjectMatcher
Creates an AttributeGameObjectMatcher.
IntegerParameter<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 an integer value and a range of valid values.
IntegerParameter() - Constructor for class net.sf.gridarta.plugin.parameter.IntegerParameter
Creates a new instance.
IntegerParameterView<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
IntegerParameterView(Component, IntegerParameter<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.plugin.parameter.IntegerParameterView
Creates a new instance.
INTERNAL_FIRST - Static variable in class net.sf.gridarta.textedit.textarea.Token
The first id that can be used for internal state in a token marker.
INTERNAL_LAST - Static variable in class net.sf.gridarta.textedit.textarea.Token
The last id that can be used for internal state in a token marker.
INTERVAL_DEFAULT - Static variable in class net.sf.gridarta.updater.UpdaterManager
Preferences default value for INTERVAL_KEY.
INTERVAL_KEY - Static variable in class net.sf.gridarta.updater.UpdaterManager
Preferences key for selected update interval.
INVALID - Static variable in class net.sf.gridarta.textedit.textarea.Token
Invalid token id.
invalidateLayout(Container) - Method in class net.sf.gridarta.gui.utils.DirectionLayout
invalidateLine(int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Marks a line as needing a repaint.
invalidateLineRange(int, int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Marks a range of lines as needing a repaint.
invalidateSelectedLines() - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Repaints the lines containing the selection.
InvalidAttributeException - Exception in net.sf.gridarta.gui.dialog.gameobjectattributes
Indicates that an attribute cannot be encoded.
InvalidAttributeException(String) - Constructor for exception net.sf.gridarta.gui.dialog.gameobjectattributes.InvalidAttributeException
Creates a new instance.
InvalidAttributeException(ArchetypeAttribute, String) - Constructor for exception net.sf.gridarta.gui.dialog.gameobjectattributes.InvalidAttributeException
Creates a new instance.
InvalidCheckException - Exception in net.sf.gridarta.model.validation.checks
An Exception indicating that an attribute check is invalid.
InvalidCheckException(String) - Constructor for exception net.sf.gridarta.model.validation.checks.InvalidCheckException
Creates a new instance.
InvalidMapFormatException - Exception in net.sf.gridarta.model.io
Exception that's thrown when a MapReader read a file and detected that it's in the wrong format.
InvalidMapFormatException(String) - Constructor for exception net.sf.gridarta.model.io.InvalidMapFormatException
Create a new instance.
InvalidNameException - Exception in net.sf.gridarta.gui.mapfiles
Indicates that a folder or pickmap name is invalid.
InvalidNameException(String) - Constructor for exception net.sf.gridarta.gui.mapfiles.InvalidNameException
Creates a new instance.
InvalidPathNameException - Exception in net.sf.gridarta.actions
Exception thrown if a map path cannot be converted.
InvalidPathNameException(File, Throwable) - Constructor for exception net.sf.gridarta.actions.InvalidPathNameException
Creates a new instance.
InvalidValueException - Exception in net.sf.gridarta.plugin.parameter
An exception that is thrown if the string representation of value in a PluginParameter cannot be converted to an object.
InvalidValueException(String) - Constructor for exception net.sf.gridarta.plugin.parameter.InvalidValueException
Creates a new instance.
InvalidValueException(String, Throwable) - Constructor for exception net.sf.gridarta.plugin.parameter.InvalidValueException
Creates a new instance.
invertSelection() - Method in class net.sf.gridarta.mainactions.MainActions
Invoked when the user wants to invert all selected squares from a map.
invertSelection() - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Inverts all selected squares.
INVISIBLE - Static variable in class net.sf.gridarta.var.crossfire.model.gameobject.GameObject
The name of the "invisible" attribute.
IOUtils - Class in net.sf.gridarta.utils
Utility-class for Gridarta's I/O.
IS_ANIMATED - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The attribute name of the "is_animated" flag.
IS_TURNABLE - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The name of the "is_turnable" attribute.
isAbsolute(String) - Static method in class net.sf.gridarta.model.io.PathManagerUtils
Check whether a path is absolute.
isAllowRandomMapParameters() - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Returns whether exit paths may point to random map parameters.
isAllowRandomMapParameters() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns whether exit paths may point to random map parameters.
isAllowRandomMapParameters() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns whether exit paths may point to random map parameters.
isAllowRandomMapParameters() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns whether exit paths may point to random map parameters.
isAllowsAllInv() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
Returns whether this archetype type allows any inventory game objects, regardless whether these types have "inv" specifications.
isAlphaType(int) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Returns whether the specified edit type is to be shown transparent.
isAlphaType(int) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Returns whether the specified edit type is to be shown transparent.
isAlternativeLocation() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Returns whether the button is shown in the alternative location.
isAnyTransactionActive() - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Returns whether a transaction is currently active.
isAnyTransactionActive() - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Returns whether a transaction is currently active.
isArchDirectoryInputFieldEnabled() - Method in interface net.sf.gridarta.model.configsource.ConfigSource
Whether the "archetype directory" input field in the settings dialog should be enabled.
isArchDirectoryInputFieldEnabled() - Method in class net.sf.gridarta.var.atrinik.model.settings.CollectedConfigSource
Whether the "archetype directory" input field in the settings dialog should be enabled.
isArchDirectoryInputFieldEnabled() - Method in class net.sf.gridarta.var.atrinik.model.settings.FilesConfigSource
Whether the "archetype directory" input field in the settings dialog should be enabled.
isArchDirectoryInputFieldEnabled() - Method in class net.sf.gridarta.var.crossfire.model.settings.CollectedConfigSource
Whether the "archetype directory" input field in the settings dialog should be enabled.
isArchDirectoryInputFieldEnabled() - Method in class net.sf.gridarta.var.crossfire.model.settings.FilesConfigSource
Whether the "archetype directory" input field in the settings dialog should be enabled.
isArchDirectoryInputFieldEnabled() - Method in class net.sf.gridarta.var.daimonin.model.settings.CollectedConfigSource
Whether the "archetype directory" input field in the settings dialog should be enabled.
isArchDirectoryInputFieldEnabled() - Method in class net.sf.gridarta.var.daimonin.model.settings.FilesConfigSource
Whether the "archetype directory" input field in the settings dialog should be enabled.
isAreaEmpty(int, int, int, int) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Checks whether an area of a map is completely empty.
isAreaEmpty(int, int, int, int) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Checks whether an area of a map is completely empty.
isArtifact() - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Returns whether this GameObject is an Artifact.
isArtifact() - Method in interface net.sf.gridarta.model.archetype.Archetype
Returns whether this GameObject is an Artifact.
isAutoBoot() - Method in class net.sf.gridarta.plugin.Plugin
Returns whether this plugin is run whenever the editor starts.
isAutoCreateExit() - Method in class net.sf.gridarta.model.exitconnector.AbstractExitConnectorModel
Returns whether exit game objects should be auto-created when needed.
isAutoCreateExit() - Method in interface net.sf.gridarta.model.exitconnector.ExitConnectorModel
Returns whether exit game objects should be auto-created when needed.
isAutoGeneratePreviews() - Method in class net.sf.gridarta.gui.map.MapPreviewAccessory
Get whether to automatically generate previews.
isAutoJoin() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for "autojoin".
isAutojoin() - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Returns whether "autojoin" is enabled.
isAutojoin() - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Returns whether "autojoin" is enabled.
isAutoUpdate() - Method in class net.sf.gridarta.gui.dialog.prefs.UpdatePreferences
Returns the auto-update state.
isAutoValidatorDefault() - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Returns whether the auto validator is enabled by default.
isAutoValidatorDefault() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns whether the auto validator is enabled by default.
isAutoValidatorDefault() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns whether the auto validator is enabled by default.
isAutoValidatorDefault() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns whether the auto validator is enabled by default.
isBlockCaretEnabled() - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Returns whether the caret should be drawn as a block.
isBlocked(int, int) - Method in class net.sf.gridarta.model.validation.checks.BlockedMatrix
Returns whether a given location is blocked.
isBold() - Method in class net.sf.gridarta.textedit.textarea.SyntaxStyle
Returns true if boldface is enabled.
isBottom(G) - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Returns whether this game object is the bottom-most one.
isBottom() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Returns whether this game object is the bottom-most one.
isBottom() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Returns whether this game object is the bottom-most one.
isBracketHighlightEnabled() - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Returns whether bracket highlighting is enabled.
isCaretVisible() - Method in class net.sf.gridarta.textedit.textarea.TextAreaCaret
Returns true if the caret is visible, false otherwise.
isChanged() - Method in class net.sf.gridarta.gui.dialog.prefs.AppPreferences
isChanged() - Method in class net.sf.gridarta.gui.dialog.prefs.DevPreferences
isChanged() - Method in class net.sf.gridarta.gui.dialog.prefs.GUIPreferences
isChanged() - Method in class net.sf.gridarta.gui.dialog.prefs.MapValidatorPreferences
isChanged() - Method in class net.sf.gridarta.gui.dialog.prefs.MiscPreferences
isChanged() - Method in class net.sf.gridarta.gui.dialog.prefs.NetPreferences
isChanged() - Method in class net.sf.gridarta.gui.dialog.prefs.ResPreferences
isChanged() - Method in class net.sf.gridarta.gui.dialog.prefs.UpdatePreferences
isConsoleMode() - Method in enum net.sf.gridarta.maincontrol.GridartaRunMode
Returns whether this mode uses console-mode.
isCreateDirectionPane() - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Returns whether the direction panel should be created.
isCreateDirectionPane() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Returns whether the direction panel should be created.
isCreateDirectionPane() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Returns whether the direction panel should be created.
isCreateDirectionPane() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Returns whether the direction panel should be created.
isCurrentMap() - Method in class net.sf.gridarta.plugin.parameter.MapParameter
Returns whether the current map is selected.
isDataFlavorSupported(DataFlavor) - Method in class net.sf.gridarta.gui.mapmenu.TransferableTreeNode
isDefaultEnabled() - Method in class net.sf.gridarta.model.validation.AbstractValidator
Get whether this Validator should be enabled per default.
isDefaultEnabled() - Method in interface net.sf.gridarta.model.validation.Validator
Get whether this Validator should be enabled per default.
isDefaultGameObject() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns whether this game object is unmodified from its underlying archetype.
isDefaultGameObject() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns whether this game object is unmodified from its underlying archetype.
isDefaultGameObject() - Method in class net.sf.gridarta.var.crossfire.model.gameobject.GameObject
Returns whether this game object is unmodified from its underlying archetype.
isDeletionToolExceptionsIgnoreFloors() - Method in class net.sf.gridarta.gui.panel.tools.DeletionTool
Returns whether floors should not be deleted.
isDeletionToolExceptionsIgnoreMonsters() - Method in class net.sf.gridarta.gui.panel.tools.DeletionTool
Returns whether monsters should not be deleted.
isDeletionToolExceptionsIgnoreWalls() - Method in class net.sf.gridarta.gui.panel.tools.DeletionTool
Returns whether walls should not be deleted.
isDouble() - Method in class net.sf.gridarta.model.face.DefaultFaceObject
Return whether this face is a double face.
isDouble() - Method in interface net.sf.gridarta.model.face.FaceObject
Return whether this face is a double face.
isDoubleFaces() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for "double faces".
isDoubleFaces() - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Get whether double faces are drawn double height.
isDoubleFaces() - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Get whether double faces are drawn double height.
isDragging() - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Returns whether the cursor is currently being dragged.
isDrawDouble(boolean) - Method in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
Returns whether to draw this game object with double height.
isDrawDouble(boolean) - Method in class net.sf.gridarta.var.atrinik.model.gameobject.GameObject
Returns whether to draw this game object with double height.
isDrawDouble(boolean) - Method in class net.sf.gridarta.var.daimonin.model.gameobject.GameObject
Returns whether to draw this game object with double height.
isEditable() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns true if this text area is editable, false otherwise.
isEditable() - Method in class net.sf.gridarta.textedit.textarea.TextAreaConfig
 
isEditType(int) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Get information on the current state of edit type.
isEditType(BaseObject<?, ?, ?, ?>) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Get information whether the gameObject is edited.
isEditType(int) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Get information on the current state of edit type.
isEditType(BaseObject<?, ?, ?, ?>) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Get information whether the gameObject is edited.
isEditTypeSet() - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Returns whether a editType value is set so that not all squares are displayed.
isEditTypeSet() - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Returns whether a editType value is set so that not all squares are displayed.
isEmpty() - Method in class net.sf.gridarta.gui.copybuffer.CopyBuffer
Returns whether this copy buffer contains any game objects.
isEmpty() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserModel
Returns whether no pickmaps exist in the current folder.
isEmpty() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributesDefinition
Returns whether no attribute definitions exist.
isEmpty() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSection
Returns whether no ArchetypeAttributes exist.
isEmpty() - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Check whether this square is empty.
isEmpty() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Check whether this square is empty.
isEmpty() - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Returns whether the map is empty.
isEmpty() - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Returns whether the map is empty.
isEmpty() - Method in class net.sf.gridarta.model.mapmodel.MapSquareGrid
Returns whether the map is empty.
isEmpty() - Method in class net.sf.gridarta.model.mapmodel.SavedSquares
Returns whether no saved squares exist.
isEmpty(G) - Method in class net.sf.gridarta.model.scripts.DefaultScriptArchData
Returns whether this ScriptArchData is empty (contains no events).
isEmpty(G) - Method in interface net.sf.gridarta.model.scripts.ScriptArchData
Returns whether this ScriptArchData is empty (contains no events).
isEmpty() - Method in class net.sf.gridarta.textedit.scripteditor.MenuEntries
Returns whether no menu entries have been loaded.
isEnabled() - Static method in class net.sf.gridarta.gui.autovalidator.AutoValidator
Return whether the auto-validator is enabled.
isEnabled() - Method in class net.sf.gridarta.model.filter.AbstractFilterConfig
Returns whether the filter is enabled.
isEnabled() - Method in interface net.sf.gridarta.model.filter.FilterConfig
Returns whether the filter is enabled.
isEnabled() - Method in class net.sf.gridarta.model.validation.AbstractValidator
Get whether this Validator is enabled.
isEnabled() - Method in interface net.sf.gridarta.model.validation.Validator
Get whether this Validator is enabled.
isEqual(BaseObject<?, ?, ?, ?>) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Compares this object to another game object.
isEqual(BaseObject<?, ?, ?, ?>) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Compares this object to another game object.
isEqual(BaseObject<?, ?, ?, ?>) - Method in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
Compares this object to another game object.
isEqual(BaseObject<?, ?, ?, ?>) - Method in class net.sf.gridarta.var.crossfire.model.gameobject.GameObject
Compares this object to another game object.
isFallbackArchetypeType(ArchetypeType) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
Returns whether a given ArchetypeType is the fallback archetype type used for game objects not matching any defined archetype type.
isFilter() - Method in class net.sf.gridarta.plugin.Plugin
Returns whether this plugin is a filter.
isFixedLogin() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Returns the fixed login attribute.
isFixedLogin() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Returns the fixed login attribute.
isFixedReset() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Returns whether this map uses a fixed reset.
isFixedReset() - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Returns whether this map uses a fixed reset.
isFixedResetTime() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Returns the fixed reset time attribute.
isGameObjectVisible(G) - Method in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
Checks whether a game object is visible according to current editor settings.
isGameObjectVisible(G) - Method in class net.sf.gridarta.gui.map.renderer.IsoMapRenderer
Checks whether a game object is visible according to current editor settings.
isGameObjectVisible(G) - Method in class net.sf.gridarta.gui.map.renderer.IsoPickmapRenderer
Checks whether a game object is visible according to current editor settings.
isGridVisible() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for "grid visible".
isGridVisible() - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Get the visibility of the grid.
isGridVisible() - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Get the visibility of the grid.
isHead() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns whether this object is a single-part object or the head of the multi-part object.
isHead() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns whether this object is a single-part object or the head of the multi-part object.
isHeightDiff() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Returns the height diff attribute.
isHighlightedSquare(FilterState, int) - Method in class net.sf.gridarta.gui.filter.DefaultFilterControl
isHighlightedSquare(FilterState, int) - Method in interface net.sf.gridarta.gui.filter.FilterControl
 
isHighlightedSquare(int) - Method in class net.sf.gridarta.gui.filter.FilterState
Returns whether the given path should be highlighted.
isIncludeFaceNumbers() - Method in class net.sf.gridarta.model.face.DefaultFaceObjects
Returns whether the images file contains face numbers.
isIncludeFaceNumbers() - Method in interface net.sf.gridarta.model.face.FaceObjects
Returns whether the images file contains face numbers.
isInContainer() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Check whether this GameObject is in a Container (in Gridarta sense, which means being in a MapSquare isn't, but being in an GameObject is).
isInContainer() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Check whether this GameObject is in a Container (in Gridarta sense, which means being in a MapSquare isn't, but being in an GameObject is).
isInitialized() - Method in class net.sf.gridarta.textedit.scripteditor.CFPythonPopup
Returns whether this popup menu has been fully initialized and is ready for use.
isInverted() - Method in class net.sf.gridarta.model.filter.NamedFilterConfig
Returns whether the filter should match if all sub-filters match or if at least one sub-filter does not match.
isItalic() - Method in class net.sf.gridarta.textedit.textarea.SyntaxStyle
Returns true if italics is enabled.
isLeaf() - Method in class net.sf.gridarta.model.data.NamedTreeNode
isLight() - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Returns whether this map square is affected by any light emitting game objects.
isLightVisible() - Method in class net.sf.gridarta.action.LightVisibleAction
Action method for "light visible".
isLightVisible() - Method in class net.sf.gridarta.gui.map.renderer.AbstractMapRenderer
Returns whether the setting for lighted map squares should be inverted.
isLightVisible() - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Get the visibility of the light.
isLightVisible() - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Get the visibility of the light.
isLoadedFromArchive() - Method in interface net.sf.gridarta.model.archetypeset.ArchetypeSet
Returns whether the Archetypes in this ArchetypeSet were loaded from an archive.
isLoadedFromArchive() - Method in class net.sf.gridarta.model.archetypeset.DefaultArchetypeSet
Returns whether the Archetypes in this ArchetypeSet were loaded from an archive.
isLockAllPickmaps() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Return whether all pickmaps are locked.
isLocked() - Method in class net.sf.gridarta.model.pickmapsettings.AbstractPickmapSettings
Returns whether pickmaps are immutable.
isLocked() - Method in interface net.sf.gridarta.model.pickmapsettings.PickmapSettings
Returns whether pickmaps are immutable.
isLowestPart() - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Returns whether this part has the smallest y coordinate when painting the image.
isLowestPart() - Method in interface net.sf.gridarta.model.archetype.Archetype
Returns whether this part has the smallest y coordinate when painting the image.
isMainIndex(R) - Method in class net.sf.gridarta.model.autojoin.AutojoinList
Returns the index of an Archetype if it is a main archetype for any direction.
isMap() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
Returns whether this archetype is allowed on maps.
isMapSizeDefault() - Method in class net.sf.gridarta.gui.dialog.newmap.NewMapDialog
Set whether to override the default map size.
isMatching(G) - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserControl
Returns whether the current selection matches the given game object.
isMatching(G) - Method in class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
Returns whether a given game object matches the selection.
isMatching(G) - Method in interface net.sf.gridarta.gui.panel.objectchooser.ObjectChooser
Returns whether the current selection matches a given game object.
isMatching(G) - Method in interface net.sf.gridarta.gui.panel.objectchooser.ObjectChooserTab
Returns whether the current selection matches the given game object.
isMatching(G) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Returns whether the current selection matches the given game object.
isMatching(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.exitconnector.ExitMatcher
Matches an GameObject.
isMatching(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.match.AndGameObjectMatcher
Matches an GameObject.
isMatching(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.match.AttributeGameObjectMatcher
Matches an GameObject.
isMatching(GameObject<?, ?, ?>) - Method in interface net.sf.gridarta.model.match.GameObjectMatcher
Matches an GameObject.
isMatching(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.match.MutableNameGameObjectMatcher
Matches an GameObject.
isMatching(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.match.MutableOrGameObjectMatcher
Matches an GameObject.
isMatching(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.match.NamedGameObjectMatcher
Matches an GameObject.
isMatching(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.match.NotGameObjectMatcher
Matches an GameObject.
isMatching(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.match.OrGameObjectMatcher
Matches an GameObject.
isMatching(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.match.TypeNrsGameObjectMatcher
Matches an GameObject.
isModified() - Method in class net.sf.gridarta.model.index.AbstractIndex
Returns whether the state was modified since last save.
isModified() - Method in interface net.sf.gridarta.model.index.Index
Returns whether the state was modified since last save.
isModified() - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Return whether the map has been modified from the on-disk state.
isModified() - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Return whether the map has been modified from the on-disk state.
isModified() - Method in class net.sf.gridarta.plugin.Plugin
Returns whether the plugin contents have been modified since last save.
isModified() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Return whether the text content has been modified from the "unmodified" state.
isMulti() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns whether this Archetype is a multi-part object.
isMulti() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns whether this Archetype is a multi-part object.
isMultiArchFittingToMap(Archetype<G, A, R>, Point, boolean) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Checks whether an GameObject (multi-arch) would still fit on this map.
isMultiArchFittingToMap(Archetype<G, A, R>, Point, boolean) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Checks whether an GameObject (multi-arch) would still fit on this map.
isNextLineRequested() - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.TokenMarker
Returns true if the next line should be repainted.
isNoHarm() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Returns the no harm attribute.
isNoHarm() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Returns the no harm attribute.
isNoMagic() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Returns the no magic attribute.
isNoMagic() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Returns the no magic attribute.
isNoPriest() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Returns the no priest attribute.
isNoSave() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Returns the no save attribute.
isNoSave() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Returns the no save attribute.
isNoSmooth() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns whether this map is no smooth.
isNoSummon() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Returns the no summon attribute.
isNoSummon() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Returns the no summon attribute.
Iso3DMapTilePane<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.maptilepane
A Panel for managing the tiling of maps.
Iso3DMapTilePane(MapManager<G, A, R>, ProjectSettings, MapModel<G, A, R>, FileFilter) - Constructor for class net.sf.gridarta.gui.map.maptilepane.Iso3DMapTilePane
Create a MapTilePane.
isOkButtonEnabled() - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractNewMapDialog
Returns whether the "OK" button is enabled depending on the dialog's contents.
isOkButtonEnabled() - Method in class net.sf.gridarta.gui.dialog.newmap.NewMapDialog
Returns whether the "OK" button is enabled depending on the dialog's contents.
isOkButtonEnabled() - Method in class net.sf.gridarta.gui.dialog.newmap.NewPickmapDialog
Returns whether the "OK" button is enabled depending on the dialog's contents.
isOkButtonEnabled() - Method in class net.sf.gridarta.gui.dialog.newmap.NewPickmapFolderDialog
Returns whether the "OK" button is enabled depending on the dialog's contents.
IsoMapRenderer<G extends DefaultIsoGameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.renderer
A AbstractIsoMapRenderer to render map files.
IsoMapRenderer(int, MapViewSettings, FilterControl<G, A, R>, MapModel<G, A, R>, MapGrid, MultiPositionData, IsoMapSquareInfo, GridMapSquarePainter, GameObjectParser<G, A, R>, ResourceIcons) - Constructor for class net.sf.gridarta.gui.map.renderer.IsoMapRenderer
Creates a new instance.
IsoMapSquareInfo - Class in net.sf.gridarta.model.gameobject
Provides information about isometric map squares.
IsoMapSquareInfo(int, int, int, int) - Constructor for class net.sf.gridarta.model.gameobject.IsoMapSquareInfo
Creates a new instance.
IsoMapTilePane<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.maptilepane
A Panel for managing the tiling of maps.
IsoMapTilePane(MapManager<G, A, R>, ProjectSettings, MapModel<G, A, R>, FileFilter) - Constructor for class net.sf.gridarta.gui.map.maptilepane.IsoMapTilePane
Create a MapTilePane.
isOnGrid(Point) - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Check if point is on grid.
isOpen() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Returns the tab's open status.
IsoPickmapRenderer<G extends DefaultIsoGameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.renderer
A AbstractIsoMapRenderer to render map files.
IsoPickmapRenderer(int, MapViewSettings, MapModel<G, A, R>, MapGrid, MultiPositionData, IsoMapSquareInfo, GridMapSquarePainter, GameObjectParser<G, A, R>, Icon) - Constructor for class net.sf.gridarta.gui.map.renderer.IsoPickmapRenderer
Creates a new instance.
isOptionalSpell() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeInvSpell
Returns whether the spell game object is optional.
isOutdoor() - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Returns whether the map is an "outdoor" map.
isOutdoor() - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Returns whether the map is an "outdoor" map.
isOverwrite() - Method in class net.sf.gridarta.textedit.textarea.TextAreaConfig
Returns whether overwrite mode is active.
isOverwriteEnabled() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns whether overwrite mode is active.
isPasteExitName() - Method in class net.sf.gridarta.model.exitconnector.AbstractExitConnectorModel
Returns whether the exit name should be updated.
isPasteExitName() - Method in interface net.sf.gridarta.model.exitconnector.ExitConnectorModel
Returns whether the exit name should be updated.
isPerformingRealChecks() - Static method in class net.sf.gridarta.utils.MapFileFilter
Get whether to actually perform real checks or just file endings.
isPermDeath() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Returns the permanent death attribute.
isPickmap() - Method in class net.sf.gridarta.model.mapcontrol.DefaultMapControl
Return flag that indicates whether this is a pickmap or not.
isPickmap() - Method in interface net.sf.gridarta.model.mapcontrol.MapControl
Return flag that indicates whether this is a pickmap or not.
isPickmapActive() - Method in class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
Return if the Pickmap Chooser is active.
isPickmapActive() - Method in interface net.sf.gridarta.gui.panel.objectchooser.ObjectChooser
Return if the Pickmap Chooser is active.
isPlain() - Method in class net.sf.gridarta.textedit.textarea.SyntaxStyle
Returns true if no font styles are enabled.
isPlayerNoSave() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Returns the player no save attribute.
isPluginEditorIsAutoRun() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditor
Action method for option to run the editor script automatically.
isPluginIsEditorFilter() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditor
Action method for option to make an editor script a map filter.
isPluginIsScript() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditor
Action method for option to add an editor script to the plugins menu.
isPointValid(Point) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Checks whether the given coordinate is within map bounds.
isPointValid(Point) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Checks whether the given coordinate is within map bounds.
isPvp() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Returns the pvp attribute.
isPvp() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Returns the pvp attribute.
isRandomFillSkipAdjacentSquares() - Method in class net.sf.gridarta.mainactions.RandomFillDialog
Action method for "skip adjacent squares" action.
isRealChild() - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
Returns whether this node is no a yes or no node.
isRelative(String) - Static method in class net.sf.gridarta.model.io.PathManagerUtils
Check whether a path is relative.
isRepeatEnabled() - Method in class net.sf.gridarta.textedit.textarea.InputHandler
Returns if repetition is enabled.
isScript() - Method in class net.sf.gridarta.plugin.Plugin
Returns whether this plugin is a stand-alone plugin.
isScripted() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Returns whether this GameObject has one or more scripted events defined.
isScripted() - Method in class net.sf.gridarta.var.atrinik.model.gameobject.GameObject
Returns whether this GameObject has one or more scripted events defined.
isScripted() - Method in class net.sf.gridarta.var.crossfire.model.gameobject.GameObject
Returns whether this GameObject has one or more scripted events defined.
isScripted() - Method in class net.sf.gridarta.var.daimonin.model.gameobject.GameObject
Returns whether this GameObject has one or more scripted events defined.
isSelected() - Method in class net.sf.gridarta.model.match.SetEnabledAction
Returns whether SetEnabledAction.gameObjectMatcher is currently enabled.
isSelectedGameObjects(Iterable<G>) - Method in class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareModel
 
isSelectedMapSquares(Iterable<MapSquare<G, A, R>>) - Method in class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareModel
 
isSelectionRectangular() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Returns true if the selection is rectangular, false otherwise.
isSelectionRectangular() - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Returns true if the selection is rectangular, false otherwise.
isSelectionToolAutoFill() - Method in class net.sf.gridarta.gui.panel.tools.SelectionTool
Returns whether auto-fill is enabled.
isShowMainToolbar() - Method in class net.sf.gridarta.model.settings.DefaultEditorSettings
Returns whether the main toolbar should be shown.
isShowMainToolbar() - Method in interface net.sf.gridarta.model.settings.EditorSettings
Returns whether the main toolbar should be shown.
isShrinkMapSizeDialogEast() - Method in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialog
Action method for "shrinkMapSizeDialogEast".
isShrinkMapSizeDialogSouth() - Method in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialog
Action method for "shrinkMapSizeDialogSouth".
isSmoothing() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for "smoothing".
isSmoothing() - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Returns the smoothing setting.
isSmoothing() - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Returns the smoothing setting.
isStartLine(String) - Method in class net.sf.gridarta.model.io.AbstractArchetypeParser
Returns whether a give input line denotes the start of a new archetype.
isStartLine(String) - Method in class net.sf.gridarta.var.atrinik.model.io.ArchetypeParser
Returns whether a give input line denotes the start of a new archetype.
isStartLine(String) - Method in class net.sf.gridarta.var.crossfire.model.io.ArchetypeParser
Returns whether a give input line denotes the start of a new archetype.
isStartLine(String) - Method in class net.sf.gridarta.var.daimonin.model.io.ArchetypeParser
Returns whether a give input line denotes the start of a new archetype.
isStretched(boolean) - Method in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
Returns whether to draw this game object with stretching transformation.
isStretched(boolean) - Method in class net.sf.gridarta.var.atrinik.model.gameobject.GameObject
Returns whether to draw this game object with stretching transformation.
isStretched(boolean) - Method in class net.sf.gridarta.var.daimonin.model.gameobject.GameObject
Returns whether to draw this game object with stretching transformation.
isSubFilterEnabled(String) - Method in class net.sf.gridarta.model.filter.NamedFilterConfig
Returns whether a sub-filter is enabled.
isSuccess() - Method in class net.sf.gridarta.plugin.BshThread
Returns whether the plugin has been executed successfully.
isSystemMatcher() - Method in class net.sf.gridarta.model.match.NamedGameObjectMatcher
Returns whether this matcher is a system matcher.
isTabSplitMode() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.MoveToActions
Action method to query split mode.
isTail() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Determines if this part is a tail part.
isTail() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Determines if this part is a tail part.
isTemplate() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Returns whether this map is a template map.
isTilePathAuto(Direction, MapFile) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Determines whether a tiled map in the specified direction is automatic tiled path or not.
isTilePathAuto(Direction, MapFile) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Determines whether a tiled map in the specified direction is automatic tiled path or not.
isTileShow() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for "tile show".
isTileStretching() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for "tile-stretching".
isTileStretching() - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Returns the tile-stretching setting.
isTileStretching() - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Returns the tile-stretching setting.
isTileStretchingAbsolute() - Method in class net.sf.gridarta.mainactions.TileStretchingDialog
Action method for "absolute" action.
isTop(G) - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Returns whether this game object is the top-most one.
isTop() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Returns whether this game object is the top-most one.
isTop() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Returns whether this game object is the top-most one.
isTopOrBottom() - Method in enum net.sf.gridarta.gui.utils.borderpanel.Location
Returns whether this location is Location.TOP or Location.BOTTOM.
isTopOrLeft() - Method in enum net.sf.gridarta.gui.utils.borderpanel.Location
Returns whether this location is Location.TOP or Location.LEFT.
isTreasureList() - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
Returns whether this treasure object is a "treasure" or "treasureone" object.
isUltimateDeath() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Returns the ultimate death attribute.
isUltraDeath() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Returns the ultra death attribute.
isUndefinedArchetype() - Method in interface net.sf.gridarta.model.archetype.Archetype
Return whether this archetype denotes an undefined archetype.
isUndefinedArchetype() - Method in class net.sf.gridarta.var.atrinik.model.archetype.DefaultArchetype
Return whether this archetype denotes an undefined archetype.
isUndefinedArchetype() - Method in class net.sf.gridarta.var.atrinik.model.archetype.UndefinedArchetype
Return whether this archetype denotes an undefined archetype.
isUndefinedArchetype() - Method in class net.sf.gridarta.var.crossfire.model.archetype.DefaultArchetype
Return whether this archetype denotes an undefined archetype.
isUndefinedArchetype() - Method in class net.sf.gridarta.var.crossfire.model.archetype.UndefinedArchetype
Return whether this archetype denotes an undefined archetype.
isUndefinedArchetype() - Method in class net.sf.gridarta.var.daimonin.model.archetype.DefaultArchetype
Return whether this archetype denotes an undefined archetype.
isUndefinedArchetype() - Method in class net.sf.gridarta.var.daimonin.model.archetype.UndefinedArchetype
Return whether this archetype denotes an undefined archetype.
isUnique() - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Returns the unique attribute.
isUnique() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Get whether this map is unique.
isUp() - Method in class net.sf.gridarta.model.face.DefaultFaceObject
Return whether this face is an up face.
isUp() - Method in interface net.sf.gridarta.model.face.FaceObject
Return whether this face is an up face.
isValidDirectory(String) - Static method in class net.sf.gridarta.gui.mapmenu.MapMenuEntryDir
Returns whether a title is valid.
isValidEntry(int, String) - Method in class net.sf.gridarta.model.resource.AbstractFilesResourcesReader
Returns whether a file name should be processed.
isValidEntry(int, String) - Method in class net.sf.gridarta.var.atrinik.resource.FilesResourcesReader
Returns whether a file name should be processed.
isValidEntry(int, String) - Method in class net.sf.gridarta.var.crossfire.resource.FilesResourcesReader
Returns whether a file name should be processed.
isValidEntry(int, String) - Method in class net.sf.gridarta.var.daimonin.resource.FilesResourcesReader
Returns whether a file name should be processed.
isValidPickmapName(CharSequence) - Static method in class net.sf.gridarta.gui.mapfiles.PickmapState
Returns whether a pickmap name is valid.
isWithinRange(int) - Method in class net.sf.gridarta.model.validation.checks.Range
Return whether a given attribute value is within the valid attribute values range.
itemStateChanged(ItemEvent) - Method in class net.sf.gridarta.gui.dialog.prefs.NetPreferences
iterator() - Method in class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsManager
Returns all Actions.
iterator() - Method in class net.sf.gridarta.gui.map.mapview.MapViewManager
Returns all opened map views.
iterator() - Method in class net.sf.gridarta.gui.mapfiles.MapFolder
Returns an Iterator returning all pickmaps of this folder in arbitrary order.
iterator() - Method in class net.sf.gridarta.gui.mapfiles.MapFolderTree
Returns an Iterator returning all map folders.
iterator() - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserControl
Returns all archetypes in the panel.
iterator() - Method in class net.sf.gridarta.gui.panel.connectionview.Connection
iterator() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserModel
iterator() - Method in interface net.sf.gridarta.model.archetype.Archetype
Returns all inventory objects.
iterator() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributesDefinition
iterator() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSection
iterator() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSections
Returns a read-only Iterator returning all sections in display order.
iterator() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
iterator() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeList
iterator() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
iterator() - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
The Iterator returned does not recurse, it only contains objects on the first level.
iterator() - Method in class net.sf.gridarta.model.data.AbstractNamedObjects
NamedObjects are iterated in Unicode (=case sensitive ASCII) order.
iterator() - Method in interface net.sf.gridarta.model.data.NamedObjects
NamedObjects are iterated in Unicode (=case sensitive ASCII) order.
iterator() - Method in interface net.sf.gridarta.model.gameobject.GameObject
The Iterator returned does not recurse, it only contains objects on the first level.
iterator() - Method in class net.sf.gridarta.model.gameobject.MultiArchData
iterator() - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
iterator() - Method in class net.sf.gridarta.model.match.GameObjectMatchers
iterator() - Method in class net.sf.gridarta.model.smoothface.SmoothFaces
iterator() - Method in class net.sf.gridarta.model.spells.Spells
Return all known spell objects.
iterator() - Method in class net.sf.gridarta.model.validation.DefaultErrorCollector
iterator() - Method in class net.sf.gridarta.model.validation.DelegatingMapValidator
iterator() - Method in class net.sf.gridarta.plugin.Plugin
iterator() - Method in class net.sf.gridarta.plugin.PluginModel
iterator() - Method in class net.sf.gridarta.textedit.scripteditor.MenuEntries
iterator() - Method in class net.sf.gridarta.utils.xml.ElementsIterable

J

JavaScriptTokenMarker - Class in net.sf.gridarta.textedit.textarea.tokenmarker
JavaScript token marker.
JavaScriptTokenMarker() - Constructor for class net.sf.gridarta.textedit.textarea.tokenmarker.JavaScriptTokenMarker
 
JEditTextArea - Class in net.sf.gridarta.textedit.textarea
jEdit's text area component.
JEditTextArea(TextAreaDefaults, SyntaxDocument, boolean) - Constructor for class net.sf.gridarta.textedit.textarea.JEditTextArea
Creates a new JEditTextArea with the specified settings.
JFileField - Class in net.sf.gridarta.gui.utils
A component for selecting files.
JFileField(Component, String, File, File, int) - Constructor for class net.sf.gridarta.gui.utils.JFileField
Creates a new instance.
join() - Method in class net.sf.gridarta.utils.CopyReader
Waits for the worker thread to terminate.

K

keyPressed(KeyEvent) - Method in class net.sf.gridarta.textedit.textarea.DefaultInputHandler
Handle a key pressed event.
keyReleased(KeyEvent) - Method in class net.sf.gridarta.textedit.textarea.DefaultInputHandler
keysSpi() - Method in class net.sf.gridarta.preferences.FilePreferences
keyStrokeCancel() - Method in class net.sf.gridarta.gui.dialog.shortcuts.KeyStrokeDialog
Action method for cancel.
keyStrokeChanged(KeyStroke) - Method in interface net.sf.gridarta.gui.dialog.shortcuts.KeyStrokeFieldListener
The shown KeyStroke did change.
KeyStrokeDialog - Class in net.sf.gridarta.gui.dialog.shortcuts
A dialog that asks for a KeyStroke.
KeyStrokeDialog(Component, ShortcutsManager, Action) - Constructor for class net.sf.gridarta.gui.dialog.shortcuts.KeyStrokeDialog
Creates a new instance.
KeyStrokeField - Class in net.sf.gridarta.gui.dialog.shortcuts
A JComponent for selecting a KeyStroke.
KeyStrokeField(KeyStroke) - Constructor for class net.sf.gridarta.gui.dialog.shortcuts.KeyStrokeField
Creates a new instance.
KeyStrokeFieldListener - Interface in net.sf.gridarta.gui.dialog.shortcuts
Interface for listeners interested in KeyStrokeField related events.
keyStrokeOkay() - Method in class net.sf.gridarta.gui.dialog.shortcuts.KeyStrokeDialog
Action method for okay.
keyTyped(KeyEvent) - Method in class net.sf.gridarta.textedit.textarea.DefaultInputHandler
Handle a key typed event.
KEYWORD1 - Static variable in class net.sf.gridarta.textedit.textarea.Token
Keyword 1 token id.
KEYWORD2 - Static variable in class net.sf.gridarta.textedit.textarea.Token
Keyword 2 token id.
KEYWORD3 - Static variable in class net.sf.gridarta.textedit.textarea.Token
Keyword 3 token id.
KeywordMap - Class in net.sf.gridarta.textedit.textarea.tokenmarker
Maps (parts of) Segments to byte values.
KeywordMap(boolean) - Constructor for class net.sf.gridarta.textedit.textarea.tokenmarker.KeywordMap
Creates a new instance.

L

LABEL - Static variable in class net.sf.gridarta.textedit.textarea.Token
Label token id.
LAST_HEAL - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The name of the "last_heal" attribute.
LAST_UPDATE_KEY - Static variable in class net.sf.gridarta.updater.Updater
Preferences key for last update.
LAYER - Static variable in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
The name of the "layer" attribute.
layoutContainer(Container) - Method in class net.sf.gridarta.gui.dialog.plugin.StackLayout
layoutContainer(Container) - Method in class net.sf.gridarta.gui.utils.DirectionLayout
layoutContainer(Container) - Method in class net.sf.gridarta.textedit.textarea.ScrollLayout
LEVEL - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The name of the "level" attribute.
LightMapModelTracker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmodel
Tracks a MapModel for light emitting game objects.
LightMapModelTracker(MapModel<G, A, R>) - Constructor for class net.sf.gridarta.model.mapmodel.LightMapModelTracker
Creates a new instance.
LightVisibleAction - Class in net.sf.gridarta.action
An EditorAction that toggles whether map lighting is visible.
LightVisibleAction(MapViewSettings) - Constructor for class net.sf.gridarta.action.LightVisibleAction
Creates a new instance.
lightVisibleChanged(boolean) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettingsListener
This event handler is called when the .ight visibility has changed.
LineInfo - Class in net.sf.gridarta.textedit.textarea.tokenmarker
Stores information about tokenized lines.
LineInfo() - Constructor for class net.sf.gridarta.textedit.textarea.tokenmarker.LineInfo
Creates a new LineInfo object with token = Token.NULL and obj = null.
LineInfo(byte, Object) - Constructor for class net.sf.gridarta.textedit.textarea.tokenmarker.LineInfo
Creates a new LineInfo object with the specified parameters.
lineToY(int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Converts a line index to a y co-ordinate.
lineToY(int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Converts a line index to a y co-ordinate.
LITERAL1 - Static variable in class net.sf.gridarta.textedit.textarea.Token
Literal 1 token id.
LITERAL2 - Static variable in class net.sf.gridarta.textedit.textarea.Token
Literal 2 token id.
load() - Method in class net.sf.gridarta.gui.mapfiles.Loader
Loads all pickmap files from a directory and its sub-directories.
load() - Method in class net.sf.gridarta.gui.mapmenu.MapMenu
Loads the contents from preferences.
load(Element, ErrorViewCollector, ArchetypeTypeSet, String) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeParser
Loading the data from an xml element into this object.
load(ErrorView, URL) - Method in class net.sf.gridarta.model.gameobject.MultiPositionData
Load the array-data from file.
load(ObjectInputStream) - Method in class net.sf.gridarta.model.index.AbstractIndex
Restores the state from an ObjectInputStream.
load(ObjectInputStream) - Method in interface net.sf.gridarta.model.index.Index
Restores the state from an ObjectInputStream.
load(BufferedReader, Collection<G>) - Method in class net.sf.gridarta.model.io.AbstractGameObjectParser
Parse a game object from a stream.
load(BufferedReader, String, Collection<G>) - Method in class net.sf.gridarta.model.io.AbstractGameObjectParser
Parse a game object from a stream.
load(BufferedReader, A) - Method in class net.sf.gridarta.model.io.AbstractMapArchObjectParser
Parse a map arch object from a stream.
load(BufferedReader, Collection<G>) - Method in interface net.sf.gridarta.model.io.GameObjectParser
Parse a game object from a stream.
load(BufferedReader, String, Collection<G>) - Method in interface net.sf.gridarta.model.io.GameObjectParser
Parse a game object from a stream.
load(BufferedReader, A) - Method in interface net.sf.gridarta.model.io.MapArchObjectParser
Parse a map arch object from a stream.
load(URL, SmoothFaces, ErrorView) - Static method in class net.sf.gridarta.model.smoothface.SmoothFacesLoader
Loads a smooth file.
load(ArchetypeSet<G, A, R>, int, Spells<GameObjectSpell<G, A, R>>) - Method in class net.sf.gridarta.model.spells.ArchetypeSetSpellLoader
Find all game object that describe spells and add corresponding Spell objects.
load(ErrorViewCollector, Document, Spells<NumberSpell>) - Static method in class net.sf.gridarta.model.spells.XMLSpellLoader
Load an XML spell definitions file.
load(BufferedReader, MapArchObject) - Method in class net.sf.gridarta.var.crossfire.model.io.MapArchObjectParser
Parse a map arch object from a stream.
loadAlphaType() - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Loads the default value for AbstractMapViewSettings.alphaType.
loadAlphaType() - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
Loads the default value for AbstractMapViewSettings.alphaType.
loadAnimations(AnimationObjects, ErrorViewCollector, String, File, String, boolean) - Static method in class net.sf.gridarta.model.io.AnimationObjectsReader
Loads animations from a file.
loadAnimations(AnimationObjects, ErrorViewCollector, Reader, String, boolean, String, Map<String, String>) - Static method in class net.sf.gridarta.model.io.AnimationObjectsReader
Loads any number of animations from a reader.
loadAnimations(ErrorView) - Method in class net.sf.gridarta.model.resource.AbstractCollectedResourcesReader
Loads all animations.
loadAnimationsFromCollect(ErrorView, Map<String, String>) - Method in class net.sf.gridarta.model.resource.AbstractResourcesReader
Loads all animations from the big collected animations file.
loadAnimTree(URL) - Static method in class net.sf.gridarta.model.resource.AbstractResourcesReader
Loads animations from a file.
loadArchesFromArtifacts(File, String, String) - Method in class net.sf.gridarta.model.artifact.ArtifactParser
This method takes a filename or directory name as argument.
loadArchetypes(ErrorView, List<G>) - Method in class net.sf.gridarta.model.resource.AbstractCollectedResourcesReader
Loads all archetypes.
loadArchetypeSpells(int, GameObjectFactory<G, A, R>, ArchetypeSet<G, A, R>) - Static method in class net.sf.gridarta.project.ProjectModel
 
loadArtifact(BufferedReader, ErrorViewCollector, String, String, String) - Method in class net.sf.gridarta.model.artifact.ArtifactParser
Loads one artifact.
loadAttributeList(Element, ErrorViewCollector, ArchetypeType, ArchetypeTypeSet, IgnorelistsDefinition, boolean) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeParser
Parses an element which contains a list of Constants.XML_ELEMENT_ATTRIBUTE elements from a types.xml file.
loadAttributeRangeChecker(ErrorViewCollector, GameObjectMatchers, ValidatorPreferences) - Method in interface net.sf.gridarta.project.ProjectFactory
Loads the attribute range checker for map validation.
loadAttributeRangeChecker(ErrorViewCollector, GameObjectMatchers, ValidatorPreferences) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Loads the attribute range checker for map validation.
loadAttributeRangeChecker(ErrorViewCollector, GameObjectMatchers, ValidatorPreferences) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Loads the attribute range checker for map validation.
loadAttributeRangeChecker(ErrorViewCollector, GameObjectMatchers, ValidatorPreferences) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Loads the attribute range checker for map validation.
loadAutoCreateExit() - Method in class net.sf.gridarta.model.exitconnector.AbstractExitConnectorModel
Returns the stored attribute value for AbstractExitConnectorModel.autoCreateExit.
loadAutoCreateExit() - Method in class net.sf.gridarta.model.exitconnector.DefaultExitConnectorModel
Returns the stored attribute value for AbstractExitConnectorModel.autoCreateExit.
loadAutojoin() - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Loads the default value for AbstractMapViewSettings.autojoin.
loadAutojoin() - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
Loads the default value for AbstractMapViewSettings.autojoin.
loadDoubleFaces() - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Loads the default value for AbstractMapViewSettings.doubleFaces.
loadDoubleFaces() - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
Loads the default value for AbstractMapViewSettings.doubleFaces.
loadedFromArchiveChanged() - Method in interface net.sf.gridarta.model.archetype.ArchetypeSetListener
This event handler is called when the "loaded from archive" flag has changed.
loadEditType() - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Loads the default value for AbstractMapViewSettings.editType.
loadEditType() - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
Loads the default value for AbstractMapViewSettings.editType.
loadEnabled(String, boolean) - Method in class net.sf.gridarta.model.validation.DefaultValidatorPreferences
Loads the stored "enabled" attribute.
loadEnabled(String, boolean) - Method in interface net.sf.gridarta.model.validation.ValidatorPreferences
Loads the stored "enabled" attribute.
loadEntry(int) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuLoader
Loads an entry from preferences.
Loader<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mapfiles
Loader for pickmaps from a directory.
Loader(ErrorView, MapFolderTree<G, A, R>, MapReaderFactory<G, A>, MapManager<G, A, R>, MapViewsManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.mapfiles.Loader
Creates a new instance.
loadExitArchetypeName() - Method in class net.sf.gridarta.model.exitconnector.AbstractExitConnectorModel
Returns the stored attribute value for AbstractExitConnectorModel.exitArchetypeName.
loadExitArchetypeName() - Method in class net.sf.gridarta.model.exitconnector.DefaultExitConnectorModel
Returns the stored attribute value for AbstractExitConnectorModel.exitArchetypeName.
loadFacesCollection(ErrorView, File) - Method in class net.sf.gridarta.model.face.DefaultFaceObjects
 
loadFacesCollection(ErrorView, File) - Method in interface net.sf.gridarta.model.face.FaceObjects
Loads all faces from a png collection file.
loadFacesCollection(ErrorView) - Method in class net.sf.gridarta.model.resource.AbstractCollectedResourcesReader
Loads all faces.
loadGameObjectMatchers(ErrorView, ProjectSettings) - Static method in class net.sf.gridarta.project.ProjectModel
 
loadGridVisible() - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Loads the default value for AbstractMapViewSettings.gridVisible.
loadGridVisible() - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
Loads the default value for AbstractMapViewSettings.gridVisible.
loadLightVisible() - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Loads the default value for AbstractMapViewSettings.lightVisible.
loadLightVisible() - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
Loads the default value for AbstractMapViewSettings.lightVisible.
loadList(ErrorView, ArchetypeSet<G, A, R>, File) - Static method in class net.sf.gridarta.model.autojoin.AutojoinListsParser
Loads all the autojoin lists from the data file.
loadLocked() - Method in class net.sf.gridarta.model.pickmapsettings.AbstractPickmapSettings
Loads the default value for AbstractPickmapSettings.locked.
loadLocked() - Method in class net.sf.gridarta.model.pickmapsettings.DefaultPickmapSettings
Loads the default value for AbstractPickmapSettings.locked.
loadNumEntries() - Method in class net.sf.gridarta.gui.mapmenu.MapMenuLoader
Returns the number of entries present in the preferences.
loadPasteExitName() - Method in class net.sf.gridarta.model.exitconnector.AbstractExitConnectorModel
Returns the stored attribute value for AbstractExitConnectorModel.pasteExitName.
loadPasteExitName() - Method in class net.sf.gridarta.model.exitconnector.DefaultExitConnectorModel
Returns the stored attribute value for AbstractExitConnectorModel.pasteExitName.
loadPickmap() - Method in class net.sf.gridarta.gui.mapfiles.PickmapState
Loads the pickmap from the underlying map file.
loadPlugins(PluginParameterFactory<G, A, R>, PluginModelParser<G, A, R>, ErrorView, File) - Static method in class net.sf.gridarta.plugin.PluginModelLoader
Load all files as plugins from the given directory.
loadScriptArchUtils(ErrorView, EditorFactory<G, A, R>, ArchetypeTypeSet) - Static method in class net.sf.gridarta.maincontrol.DefaultMainControl
 
loadShortcuts() - Method in class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsManager
Restores all shortcuts from the preferences.
loadSmoothing() - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Loads the default value for AbstractMapViewSettings.smoothing.
loadSmoothing() - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
Loads the default value for AbstractMapViewSettings.smoothing.
loadSpecialTreasureLists(ErrorView, ProjectSettings) - Static method in class net.sf.gridarta.project.ProjectModel
 
loadSpellFile(String, ErrorView, ProjectSettings) - Static method in class net.sf.gridarta.project.ProjectModel
 
loadTileStretching() - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Loads the default value for AbstractMapViewSettings.tileStretching.
loadTileStretching() - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
Loads the default value for AbstractMapViewSettings.tileStretching.
loadTypesFromXML(ErrorViewCollector, Document) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSetParser
Loads a types.xml file.
loadValidators(ErrorView, ProjectFactory<G, A, R>, ProjectSettings, GameObjectMatchers, ArchetypeTypeSet, ValidatorPreferences, MapWriter<G, A, R>) - Static method in class net.sf.gridarta.project.ProjectModel
Loads map validators.
loadXML(PluginModelParser<G, A, R>, File) - Static method in class net.sf.gridarta.plugin.PluginModelLoader
 
localizeEventPath(File, File, File) - Static method in class net.sf.gridarta.model.scripts.ScriptUtils
This method is called when the user selects a new event to be created.
Location - Enum in net.sf.gridarta.gui.utils.borderpanel
A location.
lockedChanged(boolean) - Method in interface net.sf.gridarta.model.pickmapsettings.PickmapSettingsListener
This event handler is called when the immutable state has changed.
LockedItemsControl<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.connectionview
The controller of the locked items view control.
LockedItemsControl(MapViewManager<G, A, R>, DelayedMapModelListenerManager<G, A, R>, int...) - Constructor for class net.sf.gridarta.gui.panel.connectionview.LockedItemsControl
Create a new instance.
LockedItemsView<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.connectionview
The view of the locked items view control.
LockedItemsView(MapViewManager<G, A, R>, DelayedMapModelListenerManager<G, A, R>, int...) - Constructor for class net.sf.gridarta.gui.panel.connectionview.LockedItemsView
Create a LockedItemsView.
lockEditor() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxEditor
 
lookup(Segment, int, int) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.KeywordMap
Looks up a key.
lookup(char) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.Node
Looks up the next node for a given character.
lookupCache(File) - Method in class net.sf.gridarta.gui.mapimagecache.MapImageCacheEntry
Looks up an image from the cache.
LUA_FILE_FILTER - Static variable in class net.sf.gridarta.utils.GuiFileFilters
Swing FileFilter for Lua scripts.
LuaTokenMarker - Class in net.sf.gridarta.textedit.textarea.tokenmarker
Lua token marker.
LuaTokenMarker() - Constructor for class net.sf.gridarta.textedit.textarea.tokenmarker.LuaTokenMarker
 

M

main(String...) - Static method in class net.sf.gridarta.var.atrinik.maincontrol.AtrinikEditor
The main method that is invoked by the Java Runtime.
main(String...) - Static method in class net.sf.gridarta.var.crossfire.maincontrol.CrossfireEditor
The main method that is invoked by the Java Runtime.
main(String...) - Static method in class net.sf.gridarta.var.daimonin.maincontrol.DaimoninEditor
The main method that is invoked by the Java Runtime.
MainActions<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.mainactions
Encapsulates actions and related functions.
MainActions(FindDialogManager<G, A, R>, ReplaceDialogManager<G, A, R>, JFrame, MapViewSettings, ArchetypeSet<G, A, R>, CopyBuffer<G, A, R>, ObjectChooser<G, A, R>, MapManager<G, A, R>, InsertionModeSet<G, A, R>) - Constructor for class net.sf.gridarta.mainactions.MainActions
Create a new instance.
MainControl - Interface in net.sf.gridarta
Interface used as preferences location.
MainToolbar - Class in net.sf.gridarta.gui.misc
The main toolbar of the application.
MainToolbar(EditorSettings) - Constructor for class net.sf.gridarta.gui.misc.MainToolbar
Creates a new instance.
MainView - Class in net.sf.gridarta.gui.misc
Main window of the level editor.
MainView(JFrame, ActionListener, Component, ImageIcon, Exiter) - Constructor for class net.sf.gridarta.gui.misc.MainView
Constructs the main view and registers the given main controller.
MainViewActions<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.misc
Implements actions related to the MainView.
MainViewActions(MainView, GameObjectAttributesControl<G, A, R>, Tab, TextEditorTab<G, A, R>) - Constructor for class net.sf.gridarta.gui.misc.MainViewActions
Creates a new instance.
makeImage(File, File) - Method in class net.sf.gridarta.gui.map.renderer.ImageCreator
 
manageBookmarks() - Method in class net.sf.gridarta.action.ManageBookmarksAction
Action method for "manage bookmarks".
ManageBookmarksAction<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 opens the bookmarks manager.
ManageBookmarksAction(MapMenu, MapImageCache<G, A, R>, Component) - Constructor for class net.sf.gridarta.action.ManageBookmarksAction
Creates a new instance.
manageBookmarksClose() - Method in class net.sf.gridarta.gui.dialog.bookmarks.ManageBookmarksDialog
Action method for "close bookmarks dialog".
ManageBookmarksDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.bookmarks
A dialog that displays existing bookmarks and allows to edit or remove them.
ManageBookmarksDialog(Component, MapImageCache<G, A, R>, MapMenu) - Constructor for class net.sf.gridarta.gui.dialog.bookmarks.ManageBookmarksDialog
Creates a new instance.
manageBookmarksEdit() - Method in class net.sf.gridarta.gui.dialog.bookmarks.ManageBookmarksDialog
Action method for "edit bookmark".
manageBookmarksNewDirectory() - Method in class net.sf.gridarta.gui.dialog.bookmarks.ManageBookmarksDialog
Action method for "new directory".
manageBookmarksRemove() - Method in class net.sf.gridarta.gui.dialog.bookmarks.ManageBookmarksDialog
Action method for "remove bookmark".
manageBookmarksUnDelete() - Method in class net.sf.gridarta.gui.dialog.bookmarks.ManageBookmarksDialog
Action method for "undo deletion".
MAP_ENCODING - Static variable in class net.sf.gridarta.utils.IOUtils
Encoding to use for maps and other data.
MAP_FILE_FILTER - Static variable in class net.sf.gridarta.utils.GuiFileFilters
Swing FileFilter for map files.
MAP_NAME_UNNAMED - Static variable in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
The name of an unnamed map.
MAP_PLACEHOLDER - Static variable in class net.sf.gridarta.model.validation.checks.MapCheckerScriptChecker
The placeholder in the command's arguments for the map to check.
MapActions<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.mapactions
Manages actions in the "map" menu.
MapActions(Frame, MapManager<G, A, R>, MapViewManager<G, A, R>, ExitMatcher<G, A, R>, FileFilter, SelectedSquareModel<G, A, R>, boolean, MapPropertiesDialogFactory<G, A, R>, MapViewSettings, MapViewsManager<G, A, R>, EnterMap<G, A, R>, ProjectSettings) - Constructor for class net.sf.gridarta.gui.map.mapactions.MapActions
Create a new instance.
mapArchAddEnv() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesControl
Action method for adding the currently selected object to the inventory of a new object.
mapArchAddInv() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesControl
Action method for adding an object to the inventory of the currently selected object.
mapArchAttrib() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesControl
Action method for displaying the attributes of the currently selected object.
MapArchObject<A extends MapArchObject<A>> - Interface in net.sf.gridarta.model.maparchobject
Interface for MapArchObjects.
MapArchObject - Class in net.sf.gridarta.var.atrinik.model.maparchobject
MapArchObject contains the specific meta data about a map that is stored in the map-arch, at the very beginning of the map file.
MapArchObject() - Constructor for class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Creates a new instance.
MapArchObject - Class in net.sf.gridarta.var.crossfire.model.maparchobject
MapArchObject contains the specific meta data about a map that is stored in the map-arch, at the very beginning of the map file.
MapArchObject() - Constructor for class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Creates a new instance.
MapArchObject(MapArchObject) - Constructor for class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Creates a new instance as a copy of another map arch object.
MapArchObject - Class in net.sf.gridarta.var.daimonin.model.maparchobject
MapArchObject contains the specific meta data about a map that is stored in the map-arch, at the very beginning of the map file.
MapArchObject() - Constructor for class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Creates a new instance.
MapArchObject(MapArchObject) - Constructor for class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Creates a new instance as a copy of another map arch object.
MapArchObjectFactory<A extends MapArchObject<A>> - Interface in net.sf.gridarta.model.maparchobject
Factory for creating MapArchObject instances.
MapArchObjectListener - Interface in net.sf.gridarta.model.maparchobject
Interface for listeners listening on map arch object changes.
MapArchObjectParser<A extends MapArchObject<A>> - Interface in net.sf.gridarta.model.io
Interface for classes that read or write MapArchObject instances.
MapArchObjectParser - Class in net.sf.gridarta.var.atrinik.model.io
A MapArchObjectParser for Atrinik map arch object instances.
MapArchObjectParser() - Constructor for class net.sf.gridarta.var.atrinik.model.io.MapArchObjectParser
 
MapArchObjectParser - Class in net.sf.gridarta.var.crossfire.model.io
A MapArchObjectParser for Crossfire map arch object instances.
MapArchObjectParser() - Constructor for class net.sf.gridarta.var.crossfire.model.io.MapArchObjectParser
 
MapArchObjectParser - Class in net.sf.gridarta.var.daimonin.model.io
A MapArchObjectParser for Daimonin map arch object instances.
MapArchObjectParser() - Constructor for class net.sf.gridarta.var.daimonin.model.io.MapArchObjectParser
 
MapArchObjectParserFactory<A extends MapArchObject<A>> - Interface in net.sf.gridarta.model.io
Factory for creating MapArchObjectParser instances.
mapCancel() - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractNewMapDialog
Action method for cancel.
mapCancel() - Method in class net.sf.gridarta.var.atrinik.gui.mappropertiesdialog.MapPropertiesDialog
Action method for cancel.
mapCancel() - Method in class net.sf.gridarta.var.crossfire.gui.mappropertiesdialog.MapPropertiesDialog
Action method for cancel.
mapCancel() - Method in class net.sf.gridarta.var.daimonin.gui.mappropertiesdialog.MapPropertiesDialog
Action method for cancel.
MapCheckerScriptChecker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
Executes a script to check a map.
MapCheckerScriptChecker(ValidatorPreferences, MapWriter<G, A, R>, String[]) - Constructor for class net.sf.gridarta.model.validation.checks.MapCheckerScriptChecker
Creates a new instance.
MapCheckerScriptFailureError<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 MapValidationError that indicates that the map validator script could not be executed.
MapCheckerScriptFailureError(MapModel<G, A, R>, String, String) - Constructor for class net.sf.gridarta.model.validation.checks.MapCheckerScriptFailureError
Create a MapValidationError.
MapCheckerScriptIOError<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 ValidationError that reports I/O errors related to MapCheckerScriptChecker.
MapCheckerScriptIOError(MapModel<G, A, R>, String, String) - Constructor for class net.sf.gridarta.model.validation.checks.MapCheckerScriptIOError
Creates a new instance.
MapCheckerScriptMapError<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 MapValidationError that represents a per map error of the MapCheckerScriptChecker.
MapCheckerScriptMapError(MapModel<G, A, R>, String) - Constructor for class net.sf.gridarta.model.validation.checks.MapCheckerScriptMapError
Creates a new instance.
MapCheckerScriptMapSquareError<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 SquareValidationError that represents a per map square error of the MapCheckerScriptChecker.
MapCheckerScriptMapSquareError(MapSquare<G, A, R>, String) - Constructor for class net.sf.gridarta.model.validation.checks.MapCheckerScriptMapSquareError
Creates a new instance.
MapCheckerScriptMissingError<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 MapValidationError that indicates that the map checker script could not be found.
MapCheckerScriptMissingError(MapModel<G, A, R>, String, String) - Constructor for class net.sf.gridarta.model.validation.checks.MapCheckerScriptMissingError
Create a MapValidationError.
mapClosed(MapControl<G, A, R>) - Method in interface net.sf.gridarta.model.mapmanager.MapManagerListener
This event handler is called when a map has been closed.
mapClosed() - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
This function must be called if this instance is freed.
mapClosed() - Method in interface net.sf.gridarta.model.mapmodel.MapModel
This function must be called if this instance is freed.
mapClosing(MapControl<G, A, R>) - Method in interface net.sf.gridarta.model.mapmanager.MapManagerListener
This event handler is called when a map is to be closed.
MapControl<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.mapcontrol
Currently nothing more than a marker interface for unification.
MapControlFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.mapcontrol
Factory for creating MapControl instances.
MapControlListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.mapcontrol
Interface for listeners listening on changes in MapControl instances.
mapCreated(MapControl<G, A, R>, boolean) - Method in interface net.sf.gridarta.model.mapmanager.MapManagerListener
This event handler is called when a map was created.
mapCreateView() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for "create view".
MapCursor<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapcursor
MapCursor provides methods to move and drag on map.
MapCursor(MapGrid, MapModel<G, A, R>) - Constructor for class net.sf.gridarta.model.mapcursor.MapCursor
Construct a MapCursor.
MapCursorActions<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mapcursor
Cursor related actions.
MapCursorActions(MapActions<G, A, R>) - Constructor for class net.sf.gridarta.gui.mapcursor.MapCursorActions
Creates a new instance.
mapCursorChangedGameObject(MapSquare<G, A, R>, G) - Method in class net.sf.gridarta.action.AbstractMapCursorAction
Called whenever the selected game object has changed.
mapCursorChangedGameObject(MapSquare<G, A, R>, G) - Method in class net.sf.gridarta.action.ArchAttributesAction
Called whenever the selected game object has changed.
mapCursorChangedGameObject(MapSquare<G, A, R>, G) - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Called whenever the selected game object has changed.
mapCursorChangedGameObject(MapSquare<G, A, R>, G) - Method in class net.sf.gridarta.gui.mapcursor.MapCursorActions
Called whenever the selected game object has changed.
mapCursorChangedGameObject(MapSquare<G, A, R>, G) - Method in interface net.sf.gridarta.model.mapcursor.MapCursorListener
Called whenever the selected game object has changed.
mapCursorChangedMode() - Method in class net.sf.gridarta.action.AbstractMapCursorAction
This event handler is called when MapCursor changes mode (drag, select).
mapCursorChangedMode() - Method in class net.sf.gridarta.action.ArchAttributesAction
This event handler is called when MapCursor changes mode (drag, select).
mapCursorChangedMode() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
This event handler is called when MapCursor changes mode (drag, select).
mapCursorChangedMode() - Method in class net.sf.gridarta.gui.mapcursor.MapCursorActions
This event handler is called when MapCursor changes mode (drag, select).
mapCursorChangedMode() - Method in interface net.sf.gridarta.model.mapcursor.MapCursorListener
This event handler is called when MapCursor changes mode (drag, select).
mapCursorChangedPos(Point) - Method in class net.sf.gridarta.action.AbstractMapCursorAction
This event handler is called when MapCursor has moved.
mapCursorChangedPos(Point) - Method in class net.sf.gridarta.action.ArchAttributesAction
This event handler is called when MapCursor has moved.
mapCursorChangedPos(Point) - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
This event handler is called when MapCursor has moved.
mapCursorChangedPos(Point) - Method in class net.sf.gridarta.gui.mapcursor.MapCursorActions
This event handler is called when MapCursor has moved.
mapCursorChangedPos(Point) - Method in interface net.sf.gridarta.model.mapcursor.MapCursorListener
This event handler is called when MapCursor has moved.
mapCursorChangedSize() - Method in class net.sf.gridarta.action.AbstractMapCursorAction
Called whenever the map cursor's map grid size has changed.
mapCursorChangedSize() - Method in class net.sf.gridarta.action.ArchAttributesAction
Called whenever the map cursor's map grid size has changed.
mapCursorChangedSize() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Called whenever the map cursor's map grid size has changed.
mapCursorChangedSize() - Method in class net.sf.gridarta.gui.mapcursor.MapCursorActions
Called whenever the map cursor's map grid size has changed.
mapCursorChangedSize() - Method in interface net.sf.gridarta.model.mapcursor.MapCursorListener
Called whenever the map cursor's map grid size has changed.
MapCursorListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.mapcursor
Interface for listeners listening to MapCursor related events.
MapCursorTracker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.mapview
Tracks the MapCursor of map and scrolls the AbstractMapRenderer so that the map cursor remains visible.
MapCursorTracker(boolean, Point, int, int, MapCursor<G, A, R>, AbstractMapRenderer<G, A, R>) - Constructor for class net.sf.gridarta.gui.map.mapview.MapCursorTracker
Creates a new instance.
MapDesktop<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mapdesktop
The JDesktopPane containing all map views.
MapDesktop(MapViewManager<G, A, R>, MapManager<G, A, R>, MapImageCache<G, A, R>, MapViewsManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.mapdesktop.MapDesktop
Creates a new instance.
MapDifficultyChecker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
Validator that checks whether the map has a valid difficulty.
MapDifficultyChecker(ValidatorPreferences, int, int) - Constructor for class net.sf.gridarta.model.validation.checks.MapDifficultyChecker
Creates a new instance.
MapDifficultyError<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 a map has wrong tile paths.
MapDifficultyError(MapModel<G, A, R>, int) - Constructor for class net.sf.gridarta.model.validation.errors.MapDifficultyError
Creates a new instance.
MapFile - Class in net.sf.gridarta.model.mapmodel
The location of a map file with a map directory.
MapFile(File) - Constructor for class net.sf.gridarta.model.mapmodel.MapFile
Creates a new instance for the maps directory.
MapFile(MapFile, String) - Constructor for class net.sf.gridarta.model.mapmodel.MapFile
Creates a new instance for a child of a parent map file.
MapFile(MapFile, MapPath) - Constructor for class net.sf.gridarta.model.mapmodel.MapFile
Creates a new instance.
MapFileActions<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map
Implements actions for the "file" menu attached to maps.
MapFileActions(ImageCreator2<G, A, R>, MapManager<G, A, R>, MapViewsManager<G, A, R>, MapViewManager<G, A, R>, FileControl<G, A, R>, Component) - Constructor for class net.sf.gridarta.gui.map.MapFileActions
Create a new instance that tracks the map state.
mapFileChanged(MapFile) - Method in interface net.sf.gridarta.model.mapmodel.MapModelListener
The map file has changed.
MapFileFilter - Class in net.sf.gridarta.utils
Swing FileFilter implementation that filters Daimonin map files.
MapFileFilter(boolean, String, String...) - Constructor for class net.sf.gridarta.utils.MapFileFilter
Creates a new instance.
MapFileNameComparator - Class in net.sf.gridarta.gui.mapfiles
A Comparator for comparing MapFiles by pickmap name.
MapFolder<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mapfiles
Model class representing a folder of MapFiles.
MapFolder(MapFolder<G, A, R>, String, File, MapViewsManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.mapfiles.MapFolder
Creates a new instance.
MapFolderListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.mapfiles
Interface for listeners interested in events of MapFolders.
MapFolderNotEmptyException - Exception in net.sf.gridarta.gui.mapfiles
Indicates that a folder contains sub-folders.
MapFolderNotEmptyException(String) - Constructor for exception net.sf.gridarta.gui.mapfiles.MapFolderNotEmptyException
Creates a new instance.
MapFolderTree<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mapfiles
Stores all known MapFiles.
MapFolderTree(File) - Constructor for class net.sf.gridarta.gui.mapfiles.MapFolderTree
Creates a new instance.
MapFolderTreeAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mapfiles
An action for the entry in the pickmaps folder menu.
MapFolderTreeAction(MapFolderTree<G, A, R>, MapFolder<G, A, R>, AbstractButton) - Constructor for class net.sf.gridarta.gui.mapfiles.MapFolderTreeAction
Creates a new instance.
MapFolderTreeActions<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mapfiles
Encapsulates functionality related to actions for pickmap folder selection.
MapFolderTreeActions(MapFolderTree<G, A, R>, PickmapSettings, NewMapDialogFactory<G, A, R>, String, String, String, String) - Constructor for class net.sf.gridarta.gui.mapfiles.MapFolderTreeActions
Creates a new instance.
MapFolderTreeListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.mapfiles
Interface for listeners interested in events of MapFolderTrees.
MapGrid - Class in net.sf.gridarta.model.mapgrid
2D-Grid containing flags for selection, pre-selection, cursor, warnings and errors.
MapGrid(Size2D) - Constructor for class net.sf.gridarta.model.mapgrid.MapGrid
Creates a new instance.
mapGridChanged(MapGridEvent) - Method in interface net.sf.gridarta.model.mapgrid.MapGridListener
This event handler is called when flags on MapGrid have changed.
MapGridEvent - Class in net.sf.gridarta.model.mapgrid
This event is created by MapGrid.
MapGridEvent(MapGrid) - Constructor for class net.sf.gridarta.model.mapgrid.MapGridEvent
Creates a new instance.
MapGridListener - Interface in net.sf.gridarta.model.mapgrid
Interface for listeners listening to MapGridEvents.
mapGridResized(MapGridEvent) - Method in interface net.sf.gridarta.model.mapgrid.MapGridListener
This event handler is called when size of MapGrid has changed.
mapHelp() - Method in class net.sf.gridarta.var.atrinik.gui.mappropertiesdialog.MapPropertiesDialog
Action method for help.
mapHelp() - Method in class net.sf.gridarta.var.crossfire.gui.mappropertiesdialog.MapPropertiesDialog
Action method for help.
mapHelp() - Method in class net.sf.gridarta.var.daimonin.gui.mappropertiesdialog.MapPropertiesDialog
Action method for help.
MapImageCache<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mapimagecache
Caches icon and preview images for map files.
MapImageCache(MapManager<G, A, R>, Image, Image, RendererFactory<G, A, R>, CacheFiles) - Constructor for class net.sf.gridarta.gui.mapimagecache.MapImageCache
Creates a new instance.
MapImageCacheEntry - Class in net.sf.gridarta.gui.mapimagecache
An image cache entry for one ImageType.
MapImageCacheEntry(CacheFiles, Image, String) - Constructor for class net.sf.gridarta.gui.mapimagecache.MapImageCacheEntry
Creates a new instance.
MapImageCacheListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.mapimagecache
Interface for listeners interested in MapImageCache related events.
MapKeyListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mapuserlistener
Tracks key presses and maps them to actions.
MapKeyListener(MapViewManager<G, A, R>, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.mapuserlistener.MapKeyListener
Creates a new instance.
MapLink - Class in net.sf.gridarta.model.tiles
 
MapLink(Direction, Direction) - Constructor for class net.sf.gridarta.model.tiles.MapLink
 
MapListCellRenderer - Class in net.sf.gridarta.gui.dialog.goexit
A CellRenderer for the locked items view.
MapListCellRenderer(FaceObjectProviders) - Constructor for class net.sf.gridarta.gui.dialog.goexit.MapListCellRenderer
Creates a new instance.
MapListCellRenderer - Class in net.sf.gridarta.gui.dialog.gomap
A DefaultListCellRenderer that renders values of a MapsIndex.
MapListCellRenderer(MapsIndex) - Constructor for class net.sf.gridarta.gui.dialog.gomap.MapListCellRenderer
Creates a new instance.
MapLocation - Class in net.sf.gridarta.model.maplocation
Represents a location on a map consisting of a map path and a map coordinate.
MapLocation(BaseObject<?, ?, ?, ?>, boolean) - Constructor for class net.sf.gridarta.model.maplocation.MapLocation
Creates a new instance from a BaseObject instance.
MapManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.mapmanager
A MapManager manages all opened maps.
MapManagerListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.mapmanager
Interface for listeners listening to MapManager changes.
MapMenu - Class in net.sf.gridarta.gui.mapmenu
Manages the contents of a recent or bookmark menu.
MapMenu(String, PathManager) - Constructor for class net.sf.gridarta.gui.mapmenu.MapMenu
Creates a new instance.
MapMenu.DeletedNode - Class in net.sf.gridarta.gui.mapmenu
Result value consisting of a TreeNode and its location (directory).
MapMenuAction - Class in net.sf.gridarta.gui.mapmenu
An AbstractAction for a MapMenuEntryMap instance.
MapMenuAction(MapMenuEntryMap, MapViewsManager<?, ?, ?>, FileControl<?, ?, ?>) - Constructor for class net.sf.gridarta.gui.mapmenu.MapMenuAction
Creates a new instance.
MapMenuEntry - Class in net.sf.gridarta.gui.mapmenu
Abstract base class for recent and bookmark menu entries.
MapMenuEntry(String) - Constructor for class net.sf.gridarta.gui.mapmenu.MapMenuEntry
Creates a new instance.
MapMenuEntryDir - Class in net.sf.gridarta.gui.mapmenu
A MapMenuEntry that represents a directory.
MapMenuEntryDir(String) - Constructor for class net.sf.gridarta.gui.mapmenu.MapMenuEntryDir
Creates a new instance.
MapMenuEntryIcons - Class in net.sf.gridarta.gui.dialog.bookmarks
Generates icons for MapMenuEntry instances.
MapMenuEntryIcons(MapImageCache<?, ?, ?>) - Constructor for class net.sf.gridarta.gui.dialog.bookmarks.MapMenuEntryIcons
Creates a new instance.
MapMenuEntryMap - Class in net.sf.gridarta.gui.mapmenu
A MapMenuEntry that represents a map.
MapMenuEntryMap(MapFile, String) - Constructor for class net.sf.gridarta.gui.mapmenu.MapMenuEntryMap
Creates a new instance.
MapMenuEntryTreeCellRenderer - Class in net.sf.gridarta.gui.mapmenu
A DefaultTreeCellRenderer for rendering MapMenuEntry instances.
MapMenuEntryTreeCellRenderer(MapImageCache<?, ?, ?>) - Constructor for class net.sf.gridarta.gui.mapmenu.MapMenuEntryTreeCellRenderer
Creates a new instance.
MapMenuEntryVisitor - Interface in net.sf.gridarta.gui.mapmenu
Interface for classes operating on MapMenuEntry instances.
MapMenuLoader - Class in net.sf.gridarta.gui.mapmenu
Saves or restores MapMenu contents to Preferences.
MapMenuLoader(String, PathManager) - Constructor for class net.sf.gridarta.gui.mapmenu.MapMenuLoader
Creates a new instance.
MapMenuLoader.Result - Class in net.sf.gridarta.gui.mapmenu
Result value consisting of a MapMenuEntry and its location (directory).
MapMenuLoader.Type - Enum in net.sf.gridarta.gui.mapmenu
Preferences values for entries.
MapMenuManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mapmenu
Manages the recent menu entries.
MapMenuManager(MapMenu, MapViewsManager<?, ?, ?>, FileControl<?, ?, ?>, MapImageCache<?, ?, ?>) - Constructor for class net.sf.gridarta.gui.mapmenu.MapMenuManager
Create a new instance.
MapMenuPreferences - Interface in net.sf.gridarta.gui.mapmenu
Manages a MapMenu instance, implementing constraints for recent or bookmark menus.
MapMenuUtils - Class in net.sf.gridarta.gui.mapmenu
Utility class for MapMenu related functions.
mapMetaChanged() - Method in interface net.sf.gridarta.model.maparchobject.MapArchObjectListener
Meta information of a map has changed.
MapModel<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.mapmodel
A MapModel reflects the data of a map.
mapModelChanged(MapModel<G, A, R>) - Method in interface net.sf.gridarta.gui.delayedmapmodel.DelayedMapModelListener
Called whenever a MapModel has been changed.
MapModelFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmodel
A factory for creating MapModel instances.
MapModelFactory(ArchetypeChooserModel<G, A, R>, AutojoinLists<G, A, R>, GameObjectFactory<G, A, R>, GameObjectMatchers, InsertionMode<G, A, R>) - Constructor for class net.sf.gridarta.model.mapmodel.MapModelFactory
Creates a new instance.
MapModelListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.mapmodel
Interface for listeners listening on MapModel events.
MapMouseListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mapuserlistener
Tracks mouse actions and calls the appropriate MouseOpListeners.
MapMouseListener(MapRenderer, ToolPalette<G, A, R>, MapView<G, A, R>) - Constructor for class net.sf.gridarta.gui.mapuserlistener.MapMouseListener
Creates a new instance.
mapObjectsChanged(Set<G>, Set<G>) - Method in interface net.sf.gridarta.model.mapmodel.MapModelListener
One or more GameObjects on a map have changed.
mapOkay() - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractNewMapDialog
Action method for okay.
mapOkay() - Method in class net.sf.gridarta.var.atrinik.gui.mappropertiesdialog.MapPropertiesDialog
Action method for okay.
mapOkay() - Method in class net.sf.gridarta.var.crossfire.gui.mappropertiesdialog.MapPropertiesDialog
Action method for okay.
mapOkay() - Method in class net.sf.gridarta.var.daimonin.gui.mappropertiesdialog.MapPropertiesDialog
Action method for okay.
MapParameter<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 MapControl value.
MapParameter(MapManager<G, A, R>, PathManager) - Constructor for class net.sf.gridarta.plugin.parameter.MapParameter
Creates a new instance.
MapParameterCellRenderer - Class in net.sf.gridarta.gui.dialog.plugin.parameter.map
 
MapParameterCellRenderer(MapManager<?, ?, ?>) - Constructor for class net.sf.gridarta.gui.dialog.plugin.parameter.map.MapParameterCellRenderer
Create a new instance.
MapParameterComboBoxModel<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.map
 
MapParameterComboBoxModel(MapManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.plugin.parameter.map.MapParameterComboBoxModel
Creates a new instance.
MapParameterView<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.map
MapParameterView(MapParameter<G, A, R>, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.plugin.parameter.map.MapParameterView
Creates a new instance.
MapPath - Interface in net.sf.gridarta.model.mapmodel
Represents a maps directory local map path.
MapPathParameter<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 path with in the maps directory.
MapPathParameter(PathManager, ProjectSettings) - Constructor for class net.sf.gridarta.plugin.parameter.MapPathParameter
Creates a new instance.
MapPathParameterView<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
MapPathParameterView(Component, MapPathParameter<G, A, R>, PathManager) - Constructor for class net.sf.gridarta.gui.dialog.plugin.parameter.MapPathParameterView
Creates a new instance.
MapPathUtils - Class in net.sf.gridarta.model.mapmodel
Utility class for MapPath related functions.
MapPreview - Class in net.sf.gridarta.gui.misc
The map preview of the level editor.
MapPreview(Image) - Constructor for class net.sf.gridarta.gui.misc.MapPreview
Constructs the user interface.
MapPreviewAccessory - Class in net.sf.gridarta.gui.map
Abstract base class for MapPreviewAccessories which are used for previewing maps in JFileChoosers.
MapPreviewAccessory(MapImageCache<?, ?, ?>, JFileChooser) - Constructor for class net.sf.gridarta.gui.map.MapPreviewAccessory
Creates an MapPreviewAccessory.
mapProperties() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Action method for "map properties".
MapPropertiesDialog - Class in net.sf.gridarta.var.atrinik.gui.mappropertiesdialog
A dialog to change the properties of a map, like several flags and settings about the environment and the map tiles.
MapPropertiesDialog(Frame, MapManager<GameObject, MapArchObject, Archetype>, ProjectSettings, MapModel<GameObject, MapArchObject, Archetype>, FileFilter) - Constructor for class net.sf.gridarta.var.atrinik.gui.mappropertiesdialog.MapPropertiesDialog
Creates a new instance.
MapPropertiesDialog - Class in net.sf.gridarta.var.crossfire.gui.mappropertiesdialog
A dialog to change the properties of a map, like several flags and settings about the environment and the map tiles.
MapPropertiesDialog(Frame, MapManager<GameObject, MapArchObject, Archetype>, ProjectSettings, MapModel<GameObject, MapArchObject, Archetype>, FileFilter) - Constructor for class net.sf.gridarta.var.crossfire.gui.mappropertiesdialog.MapPropertiesDialog
Creates a map-options dialog.
MapPropertiesDialog - Class in net.sf.gridarta.var.daimonin.gui.mappropertiesdialog
A dialog to change the properties of a map, like several flags and settings about the environment and the map tiles.
MapPropertiesDialog(Frame, MapManager<GameObject, MapArchObject, Archetype>, ProjectSettings, MapModel<GameObject, MapArchObject, Archetype>, FileFilter) - Constructor for class net.sf.gridarta.var.daimonin.gui.mappropertiesdialog.MapPropertiesDialog
Creates a map-options dialog.
MapPropertiesDialogFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.dialog.mapproperties
Factory for creating map property dialog instances.
MapReader<G extends GameObject<G,A,?>,A extends MapArchObject<A>> - Interface in net.sf.gridarta.model.io
Interface for classes that read map files.
MapReaderFactory<G extends GameObject<G,A,?>,A extends MapArchObject<A>> - Interface in net.sf.gridarta.model.io
A factory for creating MapReader instances.
MapRenderer - Interface in net.sf.gridarta.gui.map.renderer
Common interface for renderers of map control instances.
mapRestore() - Method in class net.sf.gridarta.var.atrinik.gui.mappropertiesdialog.MapPropertiesDialog
Action method for restore.
mapRestore() - Method in class net.sf.gridarta.var.crossfire.gui.mappropertiesdialog.MapPropertiesDialog
Action method for restore.
mapRestore() - Method in class net.sf.gridarta.var.daimonin.gui.mappropertiesdialog.MapPropertiesDialog
Action method for restore.
mapsDirectoryChanged(File) - Method in interface net.sf.gridarta.model.settings.ProjectSettingsListener
Called whenever the maps directory has changed.
MapsIndex - Class in net.sf.gridarta.model.index
Indexes maps by map name.
MapsIndex() - Constructor for class net.sf.gridarta.model.index.MapsIndex
 
MapsIndexer<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.index
Maintains a MapsIndex for the maps directory.
MapsIndexer(MapsIndex, MapManager<G, A, R>, ProjectSettings) - Constructor for class net.sf.gridarta.model.index.MapsIndexer
Creates a new instance.
mapSizeChanged(Size2D) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObjectListener
The map size has changed.
mapSizeChanged(Size2D) - Method in interface net.sf.gridarta.model.mapmodel.MapModelListener
The size of a map has changed.
mapSizeChanging(Size2D, Size2D) - Method in class net.sf.gridarta.model.mapmodel.LightMapModelTracker
Called whenever the tracked map is about to change size.
MapSizeMismatchException - Exception in net.sf.gridarta.actions
Exception thrown if the size of a map file is unexpected.
MapSizeMismatchException(File, Size2D, Size2D) - Constructor for exception net.sf.gridarta.actions.MapSizeMismatchException
Creates a new instance.
MapSquare<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmodel
A single Map Square.
MapSquare(MapModel<G, A, R>, int, int) - Constructor for class net.sf.gridarta.model.mapmodel.MapSquare
Creates a new instance.
MapSquareFormatter<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.errors
MapSquareFormatter() - Constructor for class net.sf.gridarta.model.validation.errors.MapSquareFormatter
 
MapSquareGrid<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmodel
A rectangular grid of MapSquare instances.
MapSquareGrid(MapModel<G, A, R>, Size2D) - Constructor for class net.sf.gridarta.model.mapmodel.MapSquareGrid
Creates a new instance.
MapSquareIterator<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmodel
Iterator for iterating over all squares of a model.
MapSquareIterator(MapModel<G, A, R>, Point, int, boolean) - Constructor for class net.sf.gridarta.model.mapmodel.MapSquareIterator
Creates a new instance.
mapSquaresChanged(Iterable<MapSquare<G, A, R>>) - Method in class net.sf.gridarta.model.mapmodel.LightMapModelTracker
Called whenever some game objects have changed.
mapSquaresChanged(Set<MapSquare<G, A, R>>) - Method in interface net.sf.gridarta.model.mapmodel.MapModelListener
Squares of a map have changed.
mapTileChoose() - Method in class net.sf.gridarta.gui.map.maptilepane.TilePanel
Action method for choosing the path.
mapTileClear() - Method in class net.sf.gridarta.gui.map.maptilepane.TilePanel
Action method for deleting the path.
MapTilePanel - Class in net.sf.gridarta.gui.map.maptilepane
A MapTilePanel extends a TilePanel with a border and makes focus traversal work within the map tile pane.
MapTilePanel(int, int[], TilePanel, String) - Constructor for class net.sf.gridarta.gui.map.maptilepane.MapTilePanel
Creates a new instance.
mapTileRevert() - Method in class net.sf.gridarta.gui.map.maptilepane.TilePanel
Action method for reverting to stored path.
mapTilesAttach() - Method in class net.sf.gridarta.gui.map.maptilepane.AbstractMapTilePane
Action method for tiles attaching automatically.
mapTilesClear() - Method in class net.sf.gridarta.gui.map.maptilepane.AbstractMapTilePane
Action method for tiles clearing paths.
MapTransactionListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.mapmodel
Interface for listeners listening on map transactions of MapModels.
MapUserListenerManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mapuserlistener
Tracks map views and attaches/detaches MapMouseListener instances.
MapUserListenerManager(ToolPalette<G, A, R>, MapViewsManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.mapuserlistener.MapUserListenerManager
Creates a new instance.
MapValidationError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.errors
Base Class for validation errors on maps.
MapValidationError(MapModel<G, A, R>) - Constructor for class net.sf.gridarta.model.validation.errors.MapValidationError
Create a MapValidationError.
MapValidator<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 Map Validators.
MapValidatorPreferences - Class in net.sf.gridarta.gui.dialog.prefs
Preferences Module for map validator preferences.
MapValidatorPreferences(DelegatingMapValidator<?, ?, ?>, boolean) - Constructor for class net.sf.gridarta.gui.dialog.prefs.MapValidatorPreferences
Creates a new instance.
MapView<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.map.mapview
A map view consists of a map grid and a map cursor, and is attached to a map control.
mapViewClosing(MapView<G, A, R>) - Method in class net.sf.gridarta.action.AbstractMapCursorAction
This event handler is called when a map view is to be closed.
mapViewClosing(MapView<G, A, R>) - Method in class net.sf.gridarta.action.AddBookmarkAction
This event handler is called when a map view is to be closed.
mapViewClosing(MapView<G, A, R>) - Method in class net.sf.gridarta.action.ArchAttributesAction
This event handler is called when a map view is to be closed.
mapViewClosing(MapView<G, A, R>) - Method in class net.sf.gridarta.action.GrowSelectionAction
This event handler is called when a map view is to be closed.
mapViewClosing(MapView<G, A, R>) - Method in class net.sf.gridarta.action.ShrinkSelectionAction
This event handler is called when a map view is to be closed.
mapViewClosing(MapView<G, A, R>) - Method in class net.sf.gridarta.actions.AbstractServerActions
This event handler is called when a map view is to be closed.
mapViewClosing(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.exitconnector.ExitConnectorController
This event handler is called when a map view is to be closed.
mapViewClosing(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
This event handler is called when a map view is to be closed.
mapViewClosing(MapView<G, A, R>) - Method in interface net.sf.gridarta.gui.map.mapview.MapViewManagerListener
This event handler is called when a map view is to be closed.
mapViewClosing(MapView<G, A, R>) - Method in interface net.sf.gridarta.gui.map.mapview.MapViewsListener
A MapView has been closed.
mapViewClosing(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.mapcursor.MapCursorActions
This event handler is called when a map view is to be closed.
mapViewClosing(MapView<G, A, R>) - Method in class net.sf.gridarta.mainactions.MainActions
This event handler is called when a map view is to be closed.
mapViewCreated(MapView<G, A, R>) - Method in class net.sf.gridarta.action.AbstractMapCursorAction
This event handler is called when a map view was created.
mapViewCreated(MapView<G, A, R>) - Method in class net.sf.gridarta.action.AddBookmarkAction
This event handler is called when a map view was created.
mapViewCreated(MapView<G, A, R>) - Method in class net.sf.gridarta.action.ArchAttributesAction
This event handler is called when a map view was created.
mapViewCreated(MapView<G, A, R>) - Method in class net.sf.gridarta.action.GrowSelectionAction
This event handler is called when a map view was created.
mapViewCreated(MapView<G, A, R>) - Method in class net.sf.gridarta.action.ShrinkSelectionAction
This event handler is called when a map view was created.
mapViewCreated(MapView<G, A, R>) - Method in class net.sf.gridarta.actions.AbstractServerActions
This event handler is called when a map view was created.
mapViewCreated(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.exitconnector.ExitConnectorController
This event handler is called when a map view was created.
mapViewCreated(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
This event handler is called when a map view was created.
mapViewCreated(MapView<G, A, R>) - Method in interface net.sf.gridarta.gui.map.mapview.MapViewManagerListener
This event handler is called when a map view was created.
mapViewCreated(MapView<G, A, R>) - Method in interface net.sf.gridarta.gui.map.mapview.MapViewsListener
A new MapView has been created.
mapViewCreated(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.mapcursor.MapCursorActions
This event handler is called when a map view was created.
mapViewCreated(MapView<G, A, R>) - Method in class net.sf.gridarta.mainactions.MainActions
This event handler is called when a map view was created.
MapViewFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.map.mapview
A factory for creating MapView instances.
MapViewManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.mapview
Maintains all map views.
MapViewManager() - Constructor for class net.sf.gridarta.gui.map.mapview.MapViewManager
 
MapViewManagerListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.map.mapview
Interface for listeners interested in events related to MapViewManager instances.
MapViews<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.mapview
A list of MapViews for one MapControl instance.
MapViews() - Constructor for class net.sf.gridarta.gui.map.mapview.MapViews
 
MapViewSettings - Interface in net.sf.gridarta.model.mapviewsettings
Container for settings that affect the rendering of maps.
MapViewSettingsListener - Interface in net.sf.gridarta.model.mapviewsettings
Interface for event listeners that are interested in changes on MapViewSettings.
MapViewsListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.map.mapview
Interface for listeners interested in MapViewsManager related events.
MapViewsManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.mapview
Stores all existing MapViews.
MapViewsManager(MapViewSettings, MapViewFactory<G, A, R>, MapManager<G, A, R>, MapManager<G, A, R>, PathManager) - Constructor for class net.sf.gridarta.gui.map.mapview.MapViewsManager
Creates a new instance.
MapWriter<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.io
Interface for classes that write map files.
markModified() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Marks this game object as "modified".
markModified() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Marks this game object as "modified".
markTokens(Segment, int) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.TokenMarker
A wrapper for the lower-level markTokensImpl method that is called to split a line up into tokens.
markTokensImpl(byte, Segment) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.CrossfireDialogTokenMarker
An abstract method that splits a line up into tokens.
markTokensImpl(byte, Segment) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.CTokenMarker
An abstract method that splits a line up into tokens.
markTokensImpl(byte, Segment) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.DaimoninAITokenMarker
An abstract method that splits a line up into tokens.
markTokensImpl(byte, Segment) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.EmptyTokenMarker
An abstract method that splits a line up into tokens.
markTokensImpl(byte, Segment) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.HTMLTokenMarker
 
markTokensImpl(byte, Segment) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.LuaTokenMarker
 
markTokensImpl(byte, Segment) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.PythonTokenMarker
 
markTokensImpl(byte, Segment) - Method in class net.sf.gridarta.textedit.textarea.tokenmarker.TokenMarker
An abstract method that splits a line up into tokens.
MaskChangeAL<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
ActionListener for the change buttons of bitmasks.
MaskChangeAL(String, DialogAttributeBitmask<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.MaskChangeAL
Constructor.
massChange() - Method in class net.sf.gridarta.mainactions.MainActions
"Mass change" was selected from the Edit menu.
massChangeCancel() - Method in class net.sf.gridarta.mainactions.MassChangeDialog
Action method to close the dialog with "Cancel".
MassChangeDialog - Class in net.sf.gridarta.mainactions
Displays a dialog asking for parameters for the "mass change" function.
MassChangeDialog() - Constructor for class net.sf.gridarta.mainactions.MassChangeDialog
Creates a new instance.
massChangeOkay() - Method in class net.sf.gridarta.mainactions.MassChangeDialog
Action method to close the dialog with "OK".
match(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.filter.AbstractFilterConfig
Tells whether we got a match on specific GameObject.
match(C, GameObject<?, ?, ?>) - Method in interface net.sf.gridarta.model.filter.Filter
Tells whether we got a match on specific GameObject.
match(GameObject<?, ?, ?>) - Method in interface net.sf.gridarta.model.filter.FilterConfig
Tells whether we got a match on specific GameObject.
match(NamedFilterConfig, GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.filter.NamedFilter
Tells whether we got a match on specific GameObject.
match(NamedGameObjectMatcherFilterConfig, GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.filter.NamedGameObjectMatcherFilter
Tells whether we got a match on specific GameObject.
MatchCriteria<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.select
Criteria for game object matchers.
matches(Attributes) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeDefinition
Returns whether a base object matches this attribute definition.
matches(Attributes) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributesDefinition
Checks whether an Attributes instance matches all type attributes.
matches(BaseObject<?, ?, ?, ?>) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
Checks whether a BaseObject matches all type attributes.
matches(G) - Method in class net.sf.gridarta.model.select.ArchetypeNameMatchCriteria
Whether a GameObject matches this criteria.
matches(G) - Method in class net.sf.gridarta.model.select.AttributeOtherValueMatchCriteria
Whether a GameObject matches this criteria.
matches(G) - Method in class net.sf.gridarta.model.select.AttributeValueMatchCriteria
Whether a GameObject matches this criteria.
matches(G) - Method in interface net.sf.gridarta.model.select.MatchCriteria
Whether a GameObject matches this criteria.
matches(G) - Method in class net.sf.gridarta.model.select.ObjectNameMatchCriteria
Whether a GameObject matches this criteria.
MathUtils - Class in net.sf.gridarta.utils
Utility class for mathematical functions.
MAX_HIGHLIGHT - Static variable in interface net.sf.gridarta.gui.filter.FilterControl
 
MAX_SUB_LAYERS - Static variable in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
 
maximumLayoutSize(Container) - Method in class net.sf.gridarta.gui.utils.DirectionLayout
maxYOffset - Variable in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
Maximum Y offset.
MenuEntries - Class in net.sf.gridarta.textedit.scripteditor
List of menu entries (all CFPython commands).
MenuEntries() - Constructor for class net.sf.gridarta.textedit.scripteditor.MenuEntries
Creates a new instance.
MenuItemCreator - Class in net.sf.gridarta.gui.filter
Creates menu items for Filter instances.
MenuItemCreator(FilterConfig<?, ?>) - Constructor for class net.sf.gridarta.gui.filter.MenuItemCreator
Creates a new instance.
MenuUtils - Class in net.sf.gridarta.gui.utils
Utility class implementing menu related functions.
minimumLayoutSize(Container) - Method in class net.sf.gridarta.gui.dialog.plugin.StackLayout
minimumLayoutSize(Container) - Method in class net.sf.gridarta.gui.utils.DirectionLayout
minimumLayoutSize(Container) - Method in class net.sf.gridarta.textedit.textarea.ScrollLayout
minYOffset - Variable in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
Minimum Y offset.
MiscPreferences - Class in net.sf.gridarta.gui.dialog.prefs
Preferences Module for miscellaneous preferences.
MiscPreferences(ExitConnectorModel, ProjectSettings, EditorSettings) - Constructor for class net.sf.gridarta.gui.dialog.prefs.MiscPreferences
Creates a new instance.
MissingAttributeException - Exception in net.sf.gridarta.model.archetypetype
An Exception thrown if an attribute key does not exist.
MissingAttributeException(String, String) - Constructor for exception net.sf.gridarta.model.archetypetype.MissingAttributeException
Creates a new instance.
MobOutsideSpawnPointChecker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
GameObjectValidator to assert that mobs are not outside spawn points.
MobOutsideSpawnPointChecker(ValidatorPreferences, Integer...) - Constructor for class net.sf.gridarta.model.validation.checks.MobOutsideSpawnPointChecker
Create a new instance.
MobOutsideSpawnPointError<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 mobs outside spawn points.
MobOutsideSpawnPointError(G) - Constructor for class net.sf.gridarta.model.validation.errors.MobOutsideSpawnPointError
Create a MobOutsideSpawnPointError.
mod(int, int) - Static method in class net.sf.gridarta.utils.MathUtils
Calculates the remainder of a/b.
ModelUpdater - Class in net.sf.gridarta.gui.panel.selectedsquare
Updates a DefaultListModel instance to reflect the contents of a MapSquare instance.
ModelUpdater(DefaultListModel, MapViewSettings) - Constructor for class net.sf.gridarta.gui.panel.selectedsquare.ModelUpdater
Creates a new instance.
modifiedChanged() - Method in interface net.sf.gridarta.model.mapmodel.MapModelListener
The modified flag has changed.
modifyEventPath() - Method in interface net.sf.gridarta.model.scripts.ScriptedEvent
Set event path and plugin name according to user input from popup dialog.
modifyEventPath() - Method in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEvent
Set event path and plugin name according to user input from popup dialog.
modifyEventPath() - Method in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEvent
Set event path and plugin name according to user input from popup dialog.
modifyEventPath() - Method in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEvent
Set event path and plugin name according to user input from popup dialog.
modifyEventScript(int, ScriptTask, JList, MapManager<?, ?, ?>, Frame, Iterable<G>) - Method in class net.sf.gridarta.gui.scripts.ScriptArchDataUtils
If there is a scripted event of the specified type, the script pad is opened and the appropriate script displayed.
modifyMapProperties() - Method in class net.sf.gridarta.gui.map.maptilepane.AbstractMapTilePane
Invoke this method if the dialog using this pane is confirmed with OK to write the information from this pane back to the map.
MonsterCellRenderer<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.connectionview
A CellRenderer for the monster view.
MonsterCellRenderer() - Constructor for class net.sf.gridarta.gui.panel.connectionview.MonsterCellRenderer
 
MonsterControl<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.connectionview
The controller of the monster view control.
MonsterControl(MapViewManager<G, A, R>, DelayedMapModelListenerManager<G, A, R>, GameObjectMatcher) - Constructor for class net.sf.gridarta.gui.panel.connectionview.MonsterControl
Create a new instance.
MonsterView<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.connectionview
The view of the connection view control.
MonsterView(MapViewManager<G, A, R>, DelayedMapModelListenerManager<G, A, R>, GameObjectMatcher) - Constructor for class net.sf.gridarta.gui.panel.connectionview.MonsterView
Create a MonsterView.
MouseOpEvent<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.event
A MouseOpEvent is an event triggered for a MouseOpListener.
MouseOpEvent(MapView<G, A, R>) - Constructor for class net.sf.gridarta.gui.map.event.MouseOpEvent
Create an empty MouseOpEvent.
MouseOpListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.map.event
Interface for Mouse Operations.
mouseReleased(MouseEvent) - Method in class net.sf.gridarta.gui.dialog.plugin.ClosingListener
moveArchetypeChooserToFront() - Method in class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
Move the Archetype Chooser in front of the Pickmap Chooser.
moveArchetypeChooserToFront() - Method in interface net.sf.gridarta.gui.panel.objectchooser.ObjectChooser
Move the Archetype Chooser in front of the Pickmap Chooser.
moveBottom(G) - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Move an item to bottom.
moveBottom() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Move this GameObject bottom.
moveBottom() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Move this GameObject bottom.
moveCursorEast() - Method in class net.sf.gridarta.gui.mapcursor.MapCursorActions
Action method for "move cursor east".
moveCursorNorth() - Method in class net.sf.gridarta.gui.mapcursor.MapCursorActions
Action method for "move cursor north".
moveCursorNorthEast() - Method in class net.sf.gridarta.gui.mapcursor.MapCursorActions
Action method for "move cursor north east".
moveCursorNorthWest() - Method in class net.sf.gridarta.gui.mapcursor.MapCursorActions
Action method for "move cursor north west".
moveCursorSouth() - Method in class net.sf.gridarta.gui.mapcursor.MapCursorActions
Action method for "move cursor south".
moveCursorSouthEast() - Method in class net.sf.gridarta.gui.mapcursor.MapCursorActions
Action method for "move cursor south east".
moveCursorSouthWest() - Method in class net.sf.gridarta.gui.mapcursor.MapCursorActions
Action method for "move cursor south west".
moveCursorWest() - Method in class net.sf.gridarta.gui.mapcursor.MapCursorActions
Action method for "move cursor west".
moved(MouseOpEvent<G, A, R>) - Method in interface net.sf.gridarta.gui.map.event.MouseOpListener
Mouse was moved.
moved(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.DeletionTool
Mouse was moved.
moved(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.InsertionTool
Mouse was moved.
moved(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.SelectionTool
Mouse was moved.
moved(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.VoidTool
Mouse was moved.
moveDown(G) - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Move an item down.
moveDown() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Move this GameObject down.
moveDown() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Move this GameObject down.
moveEnv(G, Point, G) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Moves a GameObject to its environment.
moveEnv(G, Point, G) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Moves a GameObject to its environment.
moveInv(G, GameObject<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Moves a GameObject to the inventory of another game object.
moveInv(G, GameObject<G, A, R>) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Moves a GameObject to the inventory of another game object.
movePickmapChooserToFront() - Method in class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
Move the Pickmap Chooser in front of the Archetype Chooser.
movePickmapChooserToFront() - Method in interface net.sf.gridarta.gui.panel.objectchooser.ObjectChooser
Move the Pickmap Chooser in front of the Archetype Chooser.
moveSquareBottom() - Method in class net.sf.gridarta.action.MoveSquareBottomAction
Action method that moves the selected game object to the bottom.
MoveSquareBottomAction<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 moves the selected game object in the SelectedSquareModel to the bottom.
MoveSquareBottomAction(SelectedSquareModel<G, A, R>, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.action.MoveSquareBottomAction
Creates a new instance.
moveSquareDown() - Method in class net.sf.gridarta.action.MoveSquareDownAction
Action method for moving an arch down within its square.
MoveSquareDownAction<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 moves the selected game object in the SelectedSquareModel down.
MoveSquareDownAction(SelectedSquareModel<G, A, R>, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.action.MoveSquareDownAction
Creates a new instance.
moveSquareEnv() - Method in class net.sf.gridarta.action.MoveSquareEnvAction
Action method that moves the selected game object to its environment.
MoveSquareEnvAction<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 moves the selected game object in the SelectedSquareModel to its environment.
MoveSquareEnvAction(SelectedSquareModel<G, A, R>, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.action.MoveSquareEnvAction
Creates a new instance.
moveSquareInv() - Method in class net.sf.gridarta.action.MoveSquareInvAction
Action method that moves the selected game object to its inventory.
MoveSquareInvAction<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 moves the selected game object in the SelectedSquareModel to its inventory.
MoveSquareInvAction(SelectedSquareModel<G, A, R>, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.action.MoveSquareInvAction
Creates a new instance.
moveSquareNext() - Method in class net.sf.gridarta.action.MoveSquareNextAction
Action method that selects the next game object.
MoveSquareNextAction<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 next game object in the SelectedSquareModel.
MoveSquareNextAction(SelectedSquareModel<G, A, R>, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.action.MoveSquareNextAction
Creates a new instance.
moveSquarePrev() - Method in class net.sf.gridarta.action.MoveSquarePrevAction
Action method that selects the previous game object.
MoveSquarePrevAction<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 previous game object in the SelectedSquareModel.
MoveSquarePrevAction(SelectedSquareModel<G, A, R>, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.action.MoveSquarePrevAction
Creates a new instance.
moveSquareTop() - Method in class net.sf.gridarta.action.MoveSquareTopAction
Action method that moves the selected game object to the top.
MoveSquareTopAction<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 moves the selected game object in the SelectedSquareModel to the top.
MoveSquareTopAction(SelectedSquareModel<G, A, R>, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.action.MoveSquareTopAction
Creates a new instance.
moveSquareUp() - Method in class net.sf.gridarta.action.MoveSquareUpAction
Action method for moving an arch up within its square.
MoveSquareUpAction<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 moves the selected game object in the SelectedSquareModel up.
MoveSquareUpAction(SelectedSquareModel<G, A, R>, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.action.MoveSquareUpAction
Creates a new instance.
moveTab(Tab, Location) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.ButtonLists
Moves a Tab to a new location.
moveTab(Tab, Location) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.TabbedPanel
Moves the tab to the given location.
MoveToActions - Class in net.sf.gridarta.gui.utils.tabbedpanel
Defines ActionMethods to move tab locations.
MoveToActions(Tab, TabbedPanel) - Constructor for class net.sf.gridarta.gui.utils.tabbedpanel.MoveToActions
Creates a new instance.
moveTop(G) - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Move an item to top.
moveTop() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Move this GameObject top.
moveTop() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Move this GameObject top.
moveUp(G) - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Move an item up.
moveUp() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Move this GameObject up.
moveUp() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Move this GameObject up.
MsgTextTab<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.gameobjectattributes
The "Msg Text" tab in the game object attributes panel.
MsgTextTab(GameObjectAttributesModel<G, A, R>) - Constructor for class net.sf.gridarta.gui.panel.gameobjectattributes.MsgTextTab
Creates a new instance.
MultiArchData<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,T extends BaseObject<G,A,R,T>> - Class in net.sf.gridarta.model.gameobject
Class related to GameObject to store multi-part information.
MultiArchData(T, int) - Constructor for class net.sf.gridarta.model.gameobject.MultiArchData
Create a new instance.
MultiPositionData - Class in net.sf.gridarta.model.gameobject
The MultiPositionData class stores an array of numbers which is required in order to calculate display positions of ISO multi-part objects.
MultiPositionData(IsoMapSquareInfo) - Constructor for class net.sf.gridarta.model.gameobject.MultiPositionData
Creates a new instance.
MultiPositionEntry - Class in net.sf.gridarta.model.gameobject
Encapsulated information about a multi-square image.
MultiPositionEntry(IsoMapSquareInfo, Dimension) - Constructor for class net.sf.gridarta.model.gameobject.MultiPositionEntry
Creates a new instance.
MutableNameGameObjectMatcher - Class in net.sf.gridarta.model.match
An GameObjectMatcher that simply matches an archetype name.
MutableNameGameObjectMatcher(String) - Constructor for class net.sf.gridarta.model.match.MutableNameGameObjectMatcher
Creates a new instance.
MutableOrGameObjectMatcher - Class in net.sf.gridarta.model.match
A GameObjectMatcher that delegates to other GameObjectMatchers.
MutableOrGameObjectMatcher(boolean) - Constructor for class net.sf.gridarta.model.match.MutableOrGameObjectMatcher
Creates a new instance.

N

NAME - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The attribute name of the object's name.
nameChanged() - Method in interface net.sf.gridarta.model.index.IndexListener
A name mapping has changed.
NamedFilter - Class in net.sf.gridarta.model.filter
A Filter that aggregates named filters.
NamedFilter(Iterable<NamedGameObjectMatcher>) - Constructor for class net.sf.gridarta.model.filter.NamedFilter
Creates a new instance.
NamedFilterChangeType - Enum in net.sf.gridarta.model.filter
Enumeration of event types of NamedFilterEvent.
NamedFilterConfig - Class in net.sf.gridarta.model.filter
A FilterConfig that has a name.
NamedFilterConfig(NamedFilter) - Constructor for class net.sf.gridarta.model.filter.NamedFilterConfig
Creates a new instance.
NamedFilterListener - Interface in net.sf.gridarta.model.filter
Interface for listeners interested in NamedFilter related events.
NamedGameObjectMatcher - Class in net.sf.gridarta.model.match
Decorates an arbitrary GameObjectMatcher with a localized name that is suitable for the user interface.
NamedGameObjectMatcher(int, String, String, boolean, GameObjectMatcher, GameObjectMatcher) - Constructor for class net.sf.gridarta.model.match.NamedGameObjectMatcher
Creates a new instance.
NamedGameObjectMatcherFilter - Class in net.sf.gridarta.model.filter
A Filter which filters according to a NamedGameObjectMatcher.
NamedGameObjectMatcherFilter(GameObjectMatcher) - Constructor for class net.sf.gridarta.model.filter.NamedGameObjectMatcherFilter
Creates a new instance.
NamedGameObjectMatcherFilterConfig - Class in net.sf.gridarta.model.filter
Filter configuration of NamedGameObjectMatcherFilter instances.
NamedGameObjectMatcherFilterConfig(NamedGameObjectMatcherFilter) - Constructor for class net.sf.gridarta.model.filter.NamedGameObjectMatcherFilterConfig
Creates a new instance.
NamedNodeTreeCellRenderer - Class in net.sf.gridarta.gui.data
TreeCellRenderer for NamedTreeNodes in trees.
NamedNodeTreeCellRenderer(FaceObjectProviders) - Constructor for class net.sf.gridarta.gui.data.NamedNodeTreeCellRenderer
Creates a new instance.
NamedObject - Interface in net.sf.gridarta.model.data
An AbstractNamedObject has a name and tree position source and provides an icon for display.
NamedObjects<E extends NamedObject> - Interface in net.sf.gridarta.model.data
This class manages NamedObjects, managing their tree as well as providing a method for showing a dialog for browsing their tree and selecting one from it.
NamedObjectsUtils - Class in net.sf.gridarta.gui.data
Utility class for NamedObjects related functions.
NamedTreeNode<E extends NamedObject> - Class in net.sf.gridarta.model.data
TreeNode implementation for Named Objects (like arches, faces, animations, artifacts etc.), used for displaying faces in a JTree.
NamedTreeNode() - Constructor for class net.sf.gridarta.model.data.NamedTreeNode
Create a root node.
nameFilterChanged(NamedFilterChangeType, String, Filter<?, ?>) - Method in class net.sf.gridarta.gui.filter.FilterMenuEntry
The filter has changed.
nameFilterChanged(NamedFilterChangeType, String, Filter<?, ?>) - Method in interface net.sf.gridarta.model.filter.NamedFilterListener
The filter has changed.
net.sf.gridarta - package net.sf.gridarta
Base package of all Gridarta classes.
net.sf.gridarta.action - package net.sf.gridarta.action
 
net.sf.gridarta.actions - package net.sf.gridarta.actions
 
net.sf.gridarta.commands - package net.sf.gridarta.commands
 
net.sf.gridarta.gui.autovalidator - package net.sf.gridarta.gui.autovalidator
 
net.sf.gridarta.gui.copybuffer - package net.sf.gridarta.gui.copybuffer
 
net.sf.gridarta.gui.data - package net.sf.gridarta.gui.data
 
net.sf.gridarta.gui.delayedmapmodel - package net.sf.gridarta.gui.delayedmapmodel
 
net.sf.gridarta.gui.dialog.bookmarks - package net.sf.gridarta.gui.dialog.bookmarks
 
net.sf.gridarta.gui.dialog.browsearchetypes - package net.sf.gridarta.gui.dialog.browsearchetypes
 
net.sf.gridarta.gui.dialog.errorview - package net.sf.gridarta.gui.dialog.errorview
 
net.sf.gridarta.gui.dialog.find - package net.sf.gridarta.gui.dialog.find
 
net.sf.gridarta.gui.dialog.findarchetypes - package net.sf.gridarta.gui.dialog.findarchetypes
 
net.sf.gridarta.gui.dialog.gameobjectattributes - package net.sf.gridarta.gui.dialog.gameobjectattributes
 
net.sf.gridarta.gui.dialog.goexit - package net.sf.gridarta.gui.dialog.goexit
 
net.sf.gridarta.gui.dialog.golocation - package net.sf.gridarta.gui.dialog.golocation
 
net.sf.gridarta.gui.dialog.gomap - package net.sf.gridarta.gui.dialog.gomap
 
net.sf.gridarta.gui.dialog.help - package net.sf.gridarta.gui.dialog.help
This packages implements the online help system for the Gridarta editor.
net.sf.gridarta.gui.dialog.mapproperties - package net.sf.gridarta.gui.dialog.mapproperties
 
net.sf.gridarta.gui.dialog.newmap - package net.sf.gridarta.gui.dialog.newmap
 
net.sf.gridarta.gui.dialog.plugin - package net.sf.gridarta.gui.dialog.plugin
 
net.sf.gridarta.gui.dialog.plugin.parameter - package net.sf.gridarta.gui.dialog.plugin.parameter
 
net.sf.gridarta.gui.dialog.plugin.parameter.archetype - package net.sf.gridarta.gui.dialog.plugin.parameter.archetype
 
net.sf.gridarta.gui.dialog.plugin.parameter.map - package net.sf.gridarta.gui.dialog.plugin.parameter.map
 
net.sf.gridarta.gui.dialog.prefs - package net.sf.gridarta.gui.dialog.prefs
This package contains the preferences ui modules.
net.sf.gridarta.gui.dialog.replace - package net.sf.gridarta.gui.dialog.replace
 
net.sf.gridarta.gui.dialog.shortcuts - package net.sf.gridarta.gui.dialog.shortcuts
 
net.sf.gridarta.gui.dialog.shrinkmapsize - package net.sf.gridarta.gui.dialog.shrinkmapsize
 
net.sf.gridarta.gui.exitconnector - package net.sf.gridarta.gui.exitconnector
 
net.sf.gridarta.gui.filter - package net.sf.gridarta.gui.filter
The filter package contains the classes for Filters.
net.sf.gridarta.gui.mainwindow - package net.sf.gridarta.gui.mainwindow
 
net.sf.gridarta.gui.map - package net.sf.gridarta.gui.map
Base classes for rendering maps.
net.sf.gridarta.gui.map.event - package net.sf.gridarta.gui.map.event
 
net.sf.gridarta.gui.map.mapactions - package net.sf.gridarta.gui.map.mapactions
 
net.sf.gridarta.gui.map.maptilepane - package net.sf.gridarta.gui.map.maptilepane
 
net.sf.gridarta.gui.map.mapview - package net.sf.gridarta.gui.map.mapview
 
net.sf.gridarta.gui.map.renderer - package net.sf.gridarta.gui.map.renderer
 
net.sf.gridarta.gui.map.viewaction - package net.sf.gridarta.gui.map.viewaction
 
net.sf.gridarta.gui.mapcursor - package net.sf.gridarta.gui.mapcursor
 
net.sf.gridarta.gui.mapdesktop - package net.sf.gridarta.gui.mapdesktop
 
net.sf.gridarta.gui.mapfiles - package net.sf.gridarta.gui.mapfiles
 
net.sf.gridarta.gui.mapimagecache - package net.sf.gridarta.gui.mapimagecache
 
net.sf.gridarta.gui.mapmenu - package net.sf.gridarta.gui.mapmenu
 
net.sf.gridarta.gui.mapuserlistener - package net.sf.gridarta.gui.mapuserlistener
 
net.sf.gridarta.gui.misc - package net.sf.gridarta.gui.misc
 
net.sf.gridarta.gui.panel.archetypechooser - package net.sf.gridarta.gui.panel.archetypechooser
Reading and writing of Atrinik maps.
net.sf.gridarta.gui.panel.connectionview - package net.sf.gridarta.gui.panel.connectionview
Implements views of links between GameObjects or groups or GameObjects on a map.
net.sf.gridarta.gui.panel.gameobjectattributes - package net.sf.gridarta.gui.panel.gameobjectattributes
 
net.sf.gridarta.gui.panel.gameobjecttexteditor - package net.sf.gridarta.gui.panel.gameobjecttexteditor
 
net.sf.gridarta.gui.panel.objectchoicedisplay - package net.sf.gridarta.gui.panel.objectchoicedisplay
 
net.sf.gridarta.gui.panel.objectchooser - package net.sf.gridarta.gui.panel.objectchooser
 
net.sf.gridarta.gui.panel.pickmapchooser - package net.sf.gridarta.gui.panel.pickmapchooser
Classes implementing the pickmap chooser.
net.sf.gridarta.gui.panel.selectedsquare - package net.sf.gridarta.gui.panel.selectedsquare
Displays the contents of the currently selected map square.
net.sf.gridarta.gui.panel.tools - package net.sf.gridarta.gui.panel.tools
This package handles tools for manipulating maps.
net.sf.gridarta.gui.scripts - package net.sf.gridarta.gui.scripts
 
net.sf.gridarta.gui.spells - package net.sf.gridarta.gui.spells
 
net.sf.gridarta.gui.treasurelist - package net.sf.gridarta.gui.treasurelist
 
net.sf.gridarta.gui.undo - package net.sf.gridarta.gui.undo
UI parts of the implementation of an Undo / Redo in Gridarta.
net.sf.gridarta.gui.utils - package net.sf.gridarta.gui.utils
 
net.sf.gridarta.gui.utils.borderpanel - package net.sf.gridarta.gui.utils.borderpanel
 
net.sf.gridarta.gui.utils.tabbedpanel - package net.sf.gridarta.gui.utils.tabbedpanel
 
net.sf.gridarta.gui.utils.tristate - package net.sf.gridarta.gui.utils.tristate
Implements TristateCheckBox, a JCheckBox variant that supports three states: deselected, indeterminate, selected.
net.sf.gridarta.mainactions - package net.sf.gridarta.mainactions
 
net.sf.gridarta.maincontrol - package net.sf.gridarta.maincontrol
 
net.sf.gridarta.model.anim - package net.sf.gridarta.model.anim
Gridarta can handle frame information of animations and allow the selection of an animation using a tree.
net.sf.gridarta.model.archetype - package net.sf.gridarta.model.archetype
 
net.sf.gridarta.model.archetypechooser - package net.sf.gridarta.model.archetypechooser
 
net.sf.gridarta.model.archetypeset - package net.sf.gridarta.model.archetypeset
 
net.sf.gridarta.model.archetypetype - package net.sf.gridarta.model.archetypetype
Defines types of GameObjects with corresponding attributes.
net.sf.gridarta.model.artifact - package net.sf.gridarta.model.artifact
 
net.sf.gridarta.model.autojoin - package net.sf.gridarta.model.autojoin
 
net.sf.gridarta.model.baseobject - package net.sf.gridarta.model.baseobject
 
net.sf.gridarta.model.collectable - package net.sf.gridarta.model.collectable
Implements the collection process that combines individual files into collected files which are read by the game servers at runtime.
net.sf.gridarta.model.configsource - package net.sf.gridarta.model.configsource
 
net.sf.gridarta.model.connectionview - package net.sf.gridarta.model.connectionview
 
net.sf.gridarta.model.data - package net.sf.gridarta.model.data
The data package contains classes for handling data that is organized in a tree.
net.sf.gridarta.model.direction - package net.sf.gridarta.model.direction
 
net.sf.gridarta.model.errorview - package net.sf.gridarta.model.errorview
 
net.sf.gridarta.model.exitconnector - package net.sf.gridarta.model.exitconnector
 
net.sf.gridarta.model.face - package net.sf.gridarta.model.face
The face is the appearance of an object.
net.sf.gridarta.model.filter - package net.sf.gridarta.model.filter
 
net.sf.gridarta.model.floodfill - package net.sf.gridarta.model.floodfill
 
net.sf.gridarta.model.gameobject - package net.sf.gridarta.model.gameobject
GameObjects are the objects based on Archetypes found on maps.
net.sf.gridarta.model.index - package net.sf.gridarta.model.index
 
net.sf.gridarta.model.io - package net.sf.gridarta.model.io
Reading and writing of maps, handling of paths.
net.sf.gridarta.model.maparchobject - package net.sf.gridarta.model.maparchobject
 
net.sf.gridarta.model.mapcontrol - package net.sf.gridarta.model.mapcontrol
 
net.sf.gridarta.model.mapcursor - package net.sf.gridarta.model.mapcursor
 
net.sf.gridarta.model.mapgrid - package net.sf.gridarta.model.mapgrid
 
net.sf.gridarta.model.maplocation - package net.sf.gridarta.model.maplocation
 
net.sf.gridarta.model.mapmanager - package net.sf.gridarta.model.mapmanager
 
net.sf.gridarta.model.mapmodel - package net.sf.gridarta.model.mapmodel
 
net.sf.gridarta.model.mapviewsettings - package net.sf.gridarta.model.mapviewsettings
 
net.sf.gridarta.model.match - package net.sf.gridarta.model.match
This package contains classes related to matching GameObjects, so called GameObjectMatchers.
net.sf.gridarta.model.pickmapsettings - package net.sf.gridarta.model.pickmapsettings
 
net.sf.gridarta.model.resource - package net.sf.gridarta.model.resource
 
net.sf.gridarta.model.scripts - package net.sf.gridarta.model.scripts
Package with common types for event archetypes.
net.sf.gridarta.model.select - package net.sf.gridarta.model.select
 
net.sf.gridarta.model.settings - package net.sf.gridarta.model.settings
 
net.sf.gridarta.model.smoothface - package net.sf.gridarta.model.smoothface
 
net.sf.gridarta.model.spells - package net.sf.gridarta.model.spells
 
net.sf.gridarta.model.tiles - package net.sf.gridarta.model.tiles
 
net.sf.gridarta.model.treasurelist - package net.sf.gridarta.model.treasurelist
 
net.sf.gridarta.model.undo - package net.sf.gridarta.model.undo
Implementation of Undo / Redo for Gridarta.
net.sf.gridarta.model.validation - package net.sf.gridarta.model.validation
This package contains the framework for validating maps.
net.sf.gridarta.model.validation.checks - package net.sf.gridarta.model.validation.checks
This package contains the checks for validating maps.
net.sf.gridarta.model.validation.errors - package net.sf.gridarta.model.validation.errors
 
net.sf.gridarta.plugin - package net.sf.gridarta.plugin
 
net.sf.gridarta.plugin.parameter - package net.sf.gridarta.plugin.parameter
 
net.sf.gridarta.preferences - package net.sf.gridarta.preferences
 
net.sf.gridarta.project - package net.sf.gridarta.project
 
net.sf.gridarta.textedit.scripteditor - package net.sf.gridarta.textedit.scripteditor
This package contains the classes for the script editor used within the editor to create and modify Python and Lua scripts.
net.sf.gridarta.textedit.textarea - package net.sf.gridarta.textedit.textarea
This package contains the other part of the script editor.
net.sf.gridarta.textedit.textarea.actions - package net.sf.gridarta.textedit.textarea.actions
 
net.sf.gridarta.textedit.textarea.tokenmarker - package net.sf.gridarta.textedit.textarea.tokenmarker
 
net.sf.gridarta.updater - package net.sf.gridarta.updater
 
net.sf.gridarta.utils - package net.sf.gridarta.utils
 
net.sf.gridarta.utils.xml - package net.sf.gridarta.utils.xml
 
net.sf.gridarta.var.atrinik - package net.sf.gridarta.var.atrinik
Main package of Gridarta4Atrinik, contains all classes specific to the Atrinik version of the Gridarta map editor.
net.sf.gridarta.var.atrinik.actions - package net.sf.gridarta.var.atrinik.actions
 
net.sf.gridarta.var.atrinik.gui.map.renderer - package net.sf.gridarta.var.atrinik.gui.map.renderer
Renders maps.
net.sf.gridarta.var.atrinik.gui.mappropertiesdialog - package net.sf.gridarta.var.atrinik.gui.mappropertiesdialog
 
net.sf.gridarta.var.atrinik.gui.scripts - package net.sf.gridarta.var.atrinik.gui.scripts
Graphical User Interface to choose archetypes.
net.sf.gridarta.var.atrinik.maincontrol - package net.sf.gridarta.var.atrinik.maincontrol
 
net.sf.gridarta.var.atrinik.model.archetype - package net.sf.gridarta.var.atrinik.model.archetype
 
net.sf.gridarta.var.atrinik.model.collectable - package net.sf.gridarta.var.atrinik.model.collectable
 
net.sf.gridarta.var.atrinik.model.gameobject - package net.sf.gridarta.var.atrinik.model.gameobject
Handles the Atrinik variants of GameObjects and Archetypes.
net.sf.gridarta.var.atrinik.model.io - package net.sf.gridarta.var.atrinik.model.io
Script related Atrinik specific classes.
net.sf.gridarta.var.atrinik.model.maparchobject - package net.sf.gridarta.var.atrinik.model.maparchobject
 
net.sf.gridarta.var.atrinik.model.mapcontrol - package net.sf.gridarta.var.atrinik.model.mapcontrol
 
net.sf.gridarta.var.atrinik.model.scripts - package net.sf.gridarta.var.atrinik.model.scripts
 
net.sf.gridarta.var.atrinik.model.settings - package net.sf.gridarta.var.atrinik.model.settings
 
net.sf.gridarta.var.atrinik.resource - package net.sf.gridarta.var.atrinik.resource
 
net.sf.gridarta.var.crossfire - package net.sf.gridarta.var.crossfire
Main package of Gridarta4Crossfire, contains all classes specific to the Crossfire version of the Gridarta map editor.
net.sf.gridarta.var.crossfire.gui.map.renderer - package net.sf.gridarta.var.crossfire.gui.map.renderer
Renders maps.
net.sf.gridarta.var.crossfire.gui.mappropertiesdialog - package net.sf.gridarta.var.crossfire.gui.mappropertiesdialog
 
net.sf.gridarta.var.crossfire.gui.scripts - package net.sf.gridarta.var.crossfire.gui.scripts
Script related crossfire specific classes.
net.sf.gridarta.var.crossfire.maincontrol - package net.sf.gridarta.var.crossfire.maincontrol
 
net.sf.gridarta.var.crossfire.model.archetype - package net.sf.gridarta.var.crossfire.model.archetype
 
net.sf.gridarta.var.crossfire.model.collectable - package net.sf.gridarta.var.crossfire.model.collectable
 
net.sf.gridarta.var.crossfire.model.gameobject - package net.sf.gridarta.var.crossfire.model.gameobject
Handles the Crossfire variants of GameObjects and Archetypes.
net.sf.gridarta.var.crossfire.model.io - package net.sf.gridarta.var.crossfire.model.io
Reading and writing of Crossfire maps.
net.sf.gridarta.var.crossfire.model.maparchobject - package net.sf.gridarta.var.crossfire.model.maparchobject
 
net.sf.gridarta.var.crossfire.model.mapcontrol - package net.sf.gridarta.var.crossfire.model.mapcontrol
 
net.sf.gridarta.var.crossfire.model.scripts - package net.sf.gridarta.var.crossfire.model.scripts
 
net.sf.gridarta.var.crossfire.model.settings - package net.sf.gridarta.var.crossfire.model.settings
 
net.sf.gridarta.var.crossfire.model.validation.checks - package net.sf.gridarta.var.crossfire.model.validation.checks
 
net.sf.gridarta.var.crossfire.resource - package net.sf.gridarta.var.crossfire.resource
 
net.sf.gridarta.var.daimonin - package net.sf.gridarta.var.daimonin
Main package of Gridarta4Daimonin, contains all classes specific to the Daimonin version of the Gridarta map editor.
net.sf.gridarta.var.daimonin.gui.map.renderer - package net.sf.gridarta.var.daimonin.gui.map.renderer
Renders maps.
net.sf.gridarta.var.daimonin.gui.mappropertiesdialog - package net.sf.gridarta.var.daimonin.gui.mappropertiesdialog
 
net.sf.gridarta.var.daimonin.gui.scripts - package net.sf.gridarta.var.daimonin.gui.scripts
Script related daimonin specific classes.
net.sf.gridarta.var.daimonin.maincontrol - package net.sf.gridarta.var.daimonin.maincontrol
 
net.sf.gridarta.var.daimonin.model.archetype - package net.sf.gridarta.var.daimonin.model.archetype
 
net.sf.gridarta.var.daimonin.model.collectable - package net.sf.gridarta.var.daimonin.model.collectable
 
net.sf.gridarta.var.daimonin.model.gameobject - package net.sf.gridarta.var.daimonin.model.gameobject
Handles the Daimonin variants of GameObjects and Archetypes.
net.sf.gridarta.var.daimonin.model.io - package net.sf.gridarta.var.daimonin.model.io
Reading and writing of Daimonin maps.
net.sf.gridarta.var.daimonin.model.maparchobject - package net.sf.gridarta.var.daimonin.model.maparchobject
 
net.sf.gridarta.var.daimonin.model.mapcontrol - package net.sf.gridarta.var.daimonin.model.mapcontrol
 
net.sf.gridarta.var.daimonin.model.scripts - package net.sf.gridarta.var.daimonin.model.scripts
 
net.sf.gridarta.var.daimonin.model.settings - package net.sf.gridarta.var.daimonin.model.settings
 
net.sf.gridarta.var.daimonin.resource - package net.sf.gridarta.var.daimonin.resource
 
NetPreferences - Class in net.sf.gridarta.gui.dialog.prefs
Preferences Module for networking preferences.
NetPreferences() - Constructor for class net.sf.gridarta.gui.dialog.prefs.NetPreferences
Creates a new instance.
newAbsoluteMapLocation(GameObject<?, ?, ?>, boolean) - Static method in class net.sf.gridarta.model.maplocation.MapLocation
Creates a new instance from a BaseObject instance.
newAbsoluteMapPath(String) - Static method in class net.sf.gridarta.model.mapmodel.MapPathUtils
Creates an AbsoluteMapPath instance from string representation.
newAction(ActionBuilder, String, EditorAction, String) - Static method in class net.sf.gridarta.utils.ActionUtils
Creates a new Action instance.
newArchetype(String) - Method in interface net.sf.gridarta.model.gameobject.GameObjectFactory
Creates a new Archetype instance.
newArchetype(String) - Method in class net.sf.gridarta.var.atrinik.model.gameobject.DefaultGameObjectFactory
Creates a new Archetype instance.
newArchetype(String) - Method in class net.sf.gridarta.var.crossfire.model.gameobject.DefaultGameObjectFactory
Creates a new Archetype instance.
newArchetype(String) - Method in class net.sf.gridarta.var.daimonin.model.gameobject.DefaultGameObjectFactory
Creates a new Archetype instance.
newArchetypeAttributeAnimname(String, String, String, int) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "animname" archetype attribute.
newArchetypeAttributeAnimname(String, String, String, int) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "animname" archetype attribute.
newArchetypeAttributeBitmask(String, String, String, int, String) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "bitmask" archetype attribute.
newArchetypeAttributeBitmask(String, String, String, int, String) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "bitmask" archetype attribute.
newArchetypeAttributeBool(String, String, String, int) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "bool" archetype attribute.
newArchetypeAttributeBool(String, String, String, int) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "bool" archetype attribute.
newArchetypeAttributeBoolSpec(String, String, String, int, String, String) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "bool spec" archetype attribute.
newArchetypeAttributeBoolSpec(String, String, String, int, String, String) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "bool spec" archetype attribute.
newArchetypeAttributeFacename(String, String, String, int) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "face name" archetype attribute.
newArchetypeAttributeFacename(String, String, String, int) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "face name" archetype attribute.
newArchetypeAttributeFixed(String, String, String, int) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "fixed" archetype attribute.
newArchetypeAttributeFixed(String, String, String, int) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "fixed" archetype attribute.
newArchetypeAttributeFloat(String, String, String, int) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "float" archetype attribute.
newArchetypeAttributeFloat(String, String, String, int) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "float" archetype attribute.
newArchetypeAttributeInt(String, String, String, int, int, int, int, int) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "int" archetype attribute.
newArchetypeAttributeInt(String, String, String, int, int, int, int, int) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "int" archetype attribute.
newArchetypeAttributeInvSpell(String, String, String, int) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "inv spell" archetype attribute.
newArchetypeAttributeInvSpell(String, String, String, int) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "inv spell" archetype attribute.
newArchetypeAttributeInvSpellOptional(String, String, String, int) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "inv spell optional" archetype attribute.
newArchetypeAttributeInvSpellOptional(String, String, String, int) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "inv spell optional" archetype attribute.
newArchetypeAttributeList(String, String, String, int, String) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "list" archetype attribute.
newArchetypeAttributeList(String, String, String, int, String) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "list" archetype attribute.
newArchetypeAttributeList2(String, String, String, int, String, String) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "list2" archetype attribute.
newArchetypeAttributeList2(String, String, String, int, String, String) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "list2" archetype attribute.
newArchetypeAttributeLong(String, String, String, int) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "long" archetype attribute.
newArchetypeAttributeLong(String, String, String, int) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "long" archetype attribute.
newArchetypeAttributeMapPath(String, String, String, int) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "map path" archetype attribute.
newArchetypeAttributeMapPath(String, String, String, int) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "map path" archetype attribute.
newArchetypeAttributeScriptFile(String, String, String, int) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "script file" archetype attribute.
newArchetypeAttributeScriptFile(String, String, String, int) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "script file" archetype attribute.
newArchetypeAttributeSpell(String, String, String, int) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "spell" archetype attribute.
newArchetypeAttributeSpell(String, String, String, int) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "spell" archetype attribute.
newArchetypeAttributeString(String, String, String, int) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "string" archetype attribute.
newArchetypeAttributeString(String, String, String, int) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "string" archetype attribute.
newArchetypeAttributeText(String, String, String, String, int, String) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "text" archetype attribute.
newArchetypeAttributeText(String, String, String, String, int, String) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "text" archetype attribute.
newArchetypeAttributeTreasure(String, String, String, int) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "treasure" archetype attribute.
newArchetypeAttributeTreasure(String, String, String, int) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "treasure" archetype attribute.
newArchetypeAttributeZSpell(String, String, String, int) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeFactory
Creates a new "z-spell" archetype attribute.
newArchetypeAttributeZSpell(String, String, String, int) - Method in class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
Creates a new "z-spell" archetype attribute.
newArchetypeFactory(FaceObjectProviders, AnimationObjects) - Method in interface net.sf.gridarta.project.ProjectFactory
Creates a new ArchetypeFactory instance.
newArchetypeFactory(FaceObjectProviders, AnimationObjects) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new ArchetypeFactory instance.
newArchetypeFactory(FaceObjectProviders, AnimationObjects) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new ArchetypeFactory instance.
newArchetypeFactory(FaceObjectProviders, AnimationObjects) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new ArchetypeFactory instance.
newArchetypeParser(ErrorView, GameObjectParser<G, A, R>, AnimationObjects, ArchetypeSet<G, A, R>, GameObjectFactory<G, A, R>, ProjectSettings, SmoothFaces) - Method in interface net.sf.gridarta.project.ProjectFactory
Creates a new AbstractArchetypeParser instance.
newArchetypeParser(ErrorView, GameObjectParser<GameObject, MapArchObject, Archetype>, AnimationObjects, ArchetypeSet<GameObject, MapArchObject, Archetype>, GameObjectFactory<GameObject, MapArchObject, Archetype>, ProjectSettings, SmoothFaces) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new AbstractArchetypeParser instance.
newArchetypeParser(ErrorView, GameObjectParser<GameObject, MapArchObject, Archetype>, AnimationObjects, ArchetypeSet<GameObject, MapArchObject, Archetype>, GameObjectFactory<GameObject, MapArchObject, Archetype>, ProjectSettings, SmoothFaces) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new AbstractArchetypeParser instance.
newArchetypeParser(ErrorView, GameObjectParser<GameObject, MapArchObject, Archetype>, AnimationObjects, ArchetypeSet<GameObject, MapArchObject, Archetype>, GameObjectFactory<GameObject, MapArchObject, Archetype>, ProjectSettings, SmoothFaces) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new AbstractArchetypeParser instance.
newArchetypeSet(ProjectSettings, ArchetypeFactory<G, A, R>) - Method in interface net.sf.gridarta.project.ProjectFactory
Creates a new ArchetypeSet instance.
newArchetypeSet(ProjectSettings, ArchetypeFactory<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new ArchetypeSet instance.
newArchetypeSet(ProjectSettings, ArchetypeFactory<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new ArchetypeSet instance.
newArchetypeSet(ProjectSettings, ArchetypeFactory<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new ArchetypeSet instance.
newEventGameObject(int) - Method in class net.sf.gridarta.model.scripts.AbstractScriptedEventFactory
Return a new event game object for a given event type.
newEventGameObject(int) - Method in interface net.sf.gridarta.model.scripts.ScriptedEventFactory
Return a new event game object for a given event type.
newEventGameObject(int) - Method in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEventFactory
Return a new event game object for a given event type.
newEventGameObject(int) - Method in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEventFactory
Return a new event game object for a given event type.
newGameObjectFactory(FaceObjectProviders, AnimationObjects, ArchetypeTypeSet) - Method in interface net.sf.gridarta.project.ProjectFactory
Creates a new GameObjectFactory instance.
newGameObjectFactory(FaceObjectProviders, AnimationObjects, ArchetypeTypeSet) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new GameObjectFactory instance.
newGameObjectFactory(FaceObjectProviders, AnimationObjects, ArchetypeTypeSet) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new GameObjectFactory instance.
newGameObjectFactory(FaceObjectProviders, AnimationObjects, ArchetypeTypeSet) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new GameObjectFactory instance.
newGameObjectParser() - Method in interface net.sf.gridarta.model.io.GameObjectParserFactory
Creates a new GameObjectParser instance.
newGameObjectParser() - Method in class net.sf.gridarta.var.atrinik.model.io.DefaultGameObjectParserFactory
Creates a new GameObjectParser instance.
newGameObjectParser() - Method in class net.sf.gridarta.var.crossfire.model.io.DefaultGameObjectParserFactory
Creates a new GameObjectParser instance.
newGameObjectParser() - Method in class net.sf.gridarta.var.daimonin.model.io.DefaultGameObjectParserFactory
Creates a new GameObjectParser instance.
newGameObjectParserFactory(GameObjectFactory<G, A, R>, ArchetypeSet<G, A, R>, ArchetypeTypeSet) - Method in interface net.sf.gridarta.project.ProjectFactory
Creates a new GameObjectParserFactory instance.
newGameObjectParserFactory(GameObjectFactory<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>, ArchetypeTypeSet) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new GameObjectParserFactory instance.
newGameObjectParserFactory(GameObjectFactory<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>, ArchetypeTypeSet) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new GameObjectParserFactory instance.
newGameObjectParserFactory(GameObjectFactory<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>, ArchetypeTypeSet) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new GameObjectParserFactory instance.
newImageCreator(ResourceIcons, EditorFactory<G, A, R>, ProjectModel<G, A, R>) - Static method in class net.sf.gridarta.maincontrol.ImageCreatorFactory
Creates a new ImageCreator instance.
newInstance(GameObjectFactory<G, A, R>) - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Creates a new GameObject instance: an Archetype is instantiated, a GameObject is cloned.
newInstance(GameObjectFactory<G, A, R>) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Creates a new GameObject instance: an Archetype is instantiated, a GameObject is cloned.
newInstance(GameObjectFactory<G, A, R>) - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Creates a new GameObject instance: an Archetype is instantiated, a GameObject is cloned.
newLabel(ActionBuilder, String) - Static method in class net.sf.gridarta.utils.ActionBuilderUtils
Creates a new JLabel from a resource key.
newMap() - Method in class net.sf.gridarta.action.NewMapAction
Shows a dialog for creating a new map.
newMap(List<G>, A, MapFile, boolean) - Method in class net.sf.gridarta.model.mapmanager.AbstractMapManager
Creates a new map control without view.
newMap(List<G>, A, MapFile, boolean) - Method in interface net.sf.gridarta.model.mapmanager.MapManager
Creates a new map control without view.
NewMapAction<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 opens the "Create New Map" dialog.
NewMapAction(NewMapDialogFactory<G, A, R>) - Constructor for class net.sf.gridarta.action.NewMapAction
Creates a new instance.
newMapArchObject(boolean) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObjectFactory
Creates a new MapArchObject instance.
newMapArchObject(boolean) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.DefaultMapArchObjectFactory
Creates a new MapArchObject instance.
newMapArchObject(boolean) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.DefaultMapArchObjectFactory
Creates a new MapArchObject instance.
newMapArchObject(boolean) - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.DefaultMapArchObjectFactory
Creates a new MapArchObject instance.
newMapArchObjectFactory(ProjectSettings) - Method in interface net.sf.gridarta.project.ProjectFactory
Creates a new MapArchObjectFactory instance.
newMapArchObjectFactory(ProjectSettings) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new MapArchObjectFactory instance.
newMapArchObjectFactory(ProjectSettings) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new MapArchObjectFactory instance.
newMapArchObjectFactory(ProjectSettings) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new MapArchObjectFactory instance.
newMapArchObjectParser() - Method in interface net.sf.gridarta.model.io.MapArchObjectParserFactory
Creates a new MapArchObjectParser instance.
newMapArchObjectParser() - Method in class net.sf.gridarta.var.atrinik.model.io.DefaultMapArchObjectParserFactory
Creates a new MapArchObjectParser instance.
newMapArchObjectParser() - Method in class net.sf.gridarta.var.crossfire.model.io.DefaultMapArchObjectParserFactory
Creates a new MapArchObjectParser instance.
newMapArchObjectParser() - Method in class net.sf.gridarta.var.daimonin.model.io.DefaultMapArchObjectParserFactory
Creates a new MapArchObjectParser instance.
newMapArchObjectParserFactory() - Method in interface net.sf.gridarta.project.ProjectFactory
Creates a new MapArchObjectParserFactory instance.
newMapArchObjectParserFactory() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new MapArchObjectParserFactory instance.
newMapArchObjectParserFactory() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new MapArchObjectParserFactory instance.
newMapArchObjectParserFactory() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new MapArchObjectParserFactory instance.
newMapControl(List<G>, A, MapFile) - Method in interface net.sf.gridarta.model.mapcontrol.MapControlFactory
Create a new map control instance.
newMapControl(List<GameObject>, MapArchObject, MapFile) - Method in class net.sf.gridarta.var.atrinik.model.mapcontrol.DefaultMapControlFactory
Create a new map control instance.
newMapControl(List<GameObject>, MapArchObject, MapFile) - Method in class net.sf.gridarta.var.crossfire.model.mapcontrol.DefaultMapControlFactory
Create a new map control instance.
newMapControl(List<GameObject>, MapArchObject, MapFile) - Method in class net.sf.gridarta.var.daimonin.model.mapcontrol.DefaultMapControlFactory
Create a new map control instance.
newMapControlFactory(MapWriter<G, A, R>, ProjectSettings, MapModelFactory<G, A, R>) - Method in interface net.sf.gridarta.project.ProjectFactory
Creates a new MapControlFactory instance.
newMapControlFactory(MapWriter<GameObject, MapArchObject, Archetype>, ProjectSettings, MapModelFactory<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new MapControlFactory instance.
newMapControlFactory(MapWriter<GameObject, MapArchObject, Archetype>, ProjectSettings, MapModelFactory<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new MapControlFactory instance.
newMapControlFactory(MapWriter<GameObject, MapArchObject, Archetype>, ProjectSettings, MapModelFactory<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new MapControlFactory instance.
NewMapDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.newmap
Dialog to create a new map file.
NewMapDialog(MapViewsManager<G, A, R>, MapArchObjectFactory<A>, Component, boolean, boolean, int, int, int) - Constructor for class net.sf.gridarta.gui.dialog.newmap.NewMapDialog
Creates a "new map" dialog.
NewMapDialogFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.newmap
Utility class to create NewMapDialog instances.
NewMapDialogFactory(MapViewsManager<G, A, R>, MapArchObjectFactory<A>, int, int, int, boolean, boolean, int, int, PickmapChooserView<G, A, R>, Component) - Constructor for class net.sf.gridarta.gui.dialog.newmap.NewMapDialogFactory
Creates a new instance.
newMapModel(A) - Method in class net.sf.gridarta.model.mapmodel.MapModelFactory
Creates a new MapModel instance.
newMapPath(String) - Static method in class net.sf.gridarta.model.mapmodel.MapPathUtils
Creates a MapPath instance from string representation.
newMapPropertiesDialogFactory(ProjectSettings, MapManager<G, A, R>) - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Creates a new MapPropertiesDialogFactory instance.
newMapPropertiesDialogFactory(ProjectSettings, MapManager<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new MapPropertiesDialogFactory instance.
newMapPropertiesDialogFactory(ProjectSettings, MapManager<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new MapPropertiesDialogFactory instance.
newMapPropertiesDialogFactory(ProjectSettings, MapManager<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new MapPropertiesDialogFactory instance.
newMapReader(File) - Method in class net.sf.gridarta.model.io.DefaultMapReaderFactory
Create a new MapReader instance.
newMapReader(File) - Method in interface net.sf.gridarta.model.io.MapReaderFactory
Create a new MapReader instance.
newMapRenderer(MapModel<G, A, R>, MapGrid) - Method in interface net.sf.gridarta.gui.map.renderer.RendererFactory
Creates a new MapRenderer suitable for painting maps.
newMapRenderer(MapModel<GameObject, MapArchObject, Archetype>, MapGrid) - Method in class net.sf.gridarta.var.atrinik.gui.map.renderer.DefaultRendererFactory
Creates a new MapRenderer suitable for painting maps.
newMapRenderer(MapModel<GameObject, MapArchObject, Archetype>, MapGrid) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.DefaultRendererFactory
Creates a new MapRenderer suitable for painting maps.
newMapRenderer(MapModel<GameObject, MapArchObject, Archetype>, MapGrid) - Method in class net.sf.gridarta.var.daimonin.gui.map.renderer.DefaultRendererFactory
Creates a new MapRenderer suitable for painting maps.
newMapView(MapControl<G, A, R>, Point, int) - Method in class net.sf.gridarta.gui.map.mapview.DefaultMapViewFactory
Creates a new map view instance for a map control.
newMapView(MapControl<G, A, R>, Point, int) - Method in interface net.sf.gridarta.gui.map.mapview.MapViewFactory
Creates a new map view instance for a map control.
newMapView(MapControl<G, A, R>, Point, Point, MapViewFactory<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViews
Creates a new MapView.
newMapView(MapControl<G, A, R>, Point, Point) - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
Creates a new map view.
newMapViewFactory(RendererFactory<G, A, R>, PathManager) - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Creates a new MapViewFactory instance.
newMapViewFactory(RendererFactory<GameObject, MapArchObject, Archetype>, PathManager) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new MapViewFactory instance.
newMapViewFactory(RendererFactory<GameObject, MapArchObject, Archetype>, PathManager) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new MapViewFactory instance.
newMapViewFactory(RendererFactory<GameObject, MapArchObject, Archetype>, PathManager) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new MapViewFactory instance.
newMapWithView(List<G>, A, Point, MapFile) - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
Create a new map control and an initial map view.
newNewMapDialogFactory(MapViewsManager<G, A, R>, MapArchObjectFactory<A>, PickmapChooserView<G, A, R>, Component) - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Creates a new NewMapDialogFactory instance.
newNewMapDialogFactory(MapViewsManager<GameObject, MapArchObject, Archetype>, MapArchObjectFactory<MapArchObject>, PickmapChooserView<GameObject, MapArchObject, Archetype>, Component) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new NewMapDialogFactory instance.
newNewMapDialogFactory(MapViewsManager<GameObject, MapArchObject, Archetype>, MapArchObjectFactory<MapArchObject>, PickmapChooserView<GameObject, MapArchObject, Archetype>, Component) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new NewMapDialogFactory instance.
newNewMapDialogFactory(MapViewsManager<GameObject, MapArchObject, Archetype>, MapArchObjectFactory<MapArchObject>, PickmapChooserView<GameObject, MapArchObject, Archetype>, Component) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new NewMapDialogFactory instance.
newNode(String) - Method in class net.sf.gridarta.preferences.Storage
Make sure a node exists.
newParameter() - Method in class net.sf.gridarta.plugin.Plugin
Creates a new plugin parameter.
newPickmap(Size2D, String) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserView
Add a new pickmap.
newPickmapControl(List<G>, A, MapFile) - Method in interface net.sf.gridarta.model.mapcontrol.MapControlFactory
Create a new pickmap map control instance.
newPickmapControl(List<GameObject>, MapArchObject, MapFile) - Method in class net.sf.gridarta.var.atrinik.model.mapcontrol.DefaultMapControlFactory
Create a new pickmap map control instance.
newPickmapControl(List<GameObject>, MapArchObject, MapFile) - Method in class net.sf.gridarta.var.crossfire.model.mapcontrol.DefaultMapControlFactory
Create a new pickmap map control instance.
newPickmapControl(List<GameObject>, MapArchObject, MapFile) - Method in class net.sf.gridarta.var.daimonin.model.mapcontrol.DefaultMapControlFactory
Create a new pickmap map control instance.
NewPickmapDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.newmap
Dialog to create a new pickmap file.
NewPickmapDialog(ObjectChooser<G, A, R>, Component, int, int, PickmapChooserView<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.newmap.NewPickmapDialog
Creates a "new pickmap" dialog.
NewPickmapFolderDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.newmap
Dialog to create a new pickmap folder.
NewPickmapFolderDialog(Component, MapFolderTree<G, A, R>, MapFolder<G, A, R>, MapViewsManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.newmap.NewPickmapFolderDialog
Creates a "new pickmap folder" dialog.
newPickmapRenderer(MapModel<G, A, R>, MapGrid) - Method in interface net.sf.gridarta.gui.map.renderer.RendererFactory
Creates a new MapRenderer suitable for painting pickmaps.
newPickmapRenderer(MapModel<GameObject, MapArchObject, Archetype>, MapGrid) - Method in class net.sf.gridarta.var.atrinik.gui.map.renderer.DefaultRendererFactory
Creates a new MapRenderer suitable for painting pickmaps.
newPickmapRenderer(MapModel<GameObject, MapArchObject, Archetype>, MapGrid) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.DefaultRendererFactory
Creates a new MapRenderer suitable for painting pickmaps.
newPickmapRenderer(MapModel<GameObject, MapArchObject, Archetype>, MapGrid) - Method in class net.sf.gridarta.var.daimonin.gui.map.renderer.DefaultRendererFactory
Creates a new MapRenderer suitable for painting pickmaps.
newPlugin(String, String) - Method in class net.sf.gridarta.plugin.PluginModel
 
newPluginParameters(Object) - Method in class net.sf.gridarta.project.ProjectModel
Creates a new PluginParameters instance for this project model.
newPluginParameterView(Component, PluginParameter<G, A, R, ?>) - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.PluginParameterViewFactory
 
newProjectSettings(EditorSettings) - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Creates a new ProjectSettings instance.
newProjectSettings(EditorSettings) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new ProjectSettings instance.
newProjectSettings(EditorSettings) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new ProjectSettings instance.
newProjectSettings(EditorSettings) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new ProjectSettings instance.
newRelativeMapPath(String) - Static method in class net.sf.gridarta.model.mapmodel.MapPathUtils
Creates a RelativeMapPath instance from string representation.
newRendererFactory(MapViewSettings, FilterControl<G, A, R>, GameObjectParser<G, A, R>, FaceObjectProviders, ResourceIcons, SmoothFaces) - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Creates a new RendererFactory instance.
newRendererFactory(MapViewSettings, FilterControl<GameObject, MapArchObject, Archetype>, GameObjectParser<GameObject, MapArchObject, Archetype>, FaceObjectProviders, ResourceIcons, SmoothFaces) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new RendererFactory instance.
newRendererFactory(MapViewSettings, FilterControl<GameObject, MapArchObject, Archetype>, GameObjectParser<GameObject, MapArchObject, Archetype>, FaceObjectProviders, ResourceIcons, SmoothFaces) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new RendererFactory instance.
newRendererFactory(MapViewSettings, FilterControl<GameObject, MapArchObject, Archetype>, GameObjectParser<GameObject, MapArchObject, Archetype>, FaceObjectProviders, ResourceIcons, SmoothFaces) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new RendererFactory instance.
newResources(GameObjectParser<G, A, R>, ArchetypeSet<G, A, R>, AbstractArchetypeParser<G, A, R, ?>, FaceObjects, AnimationObjects, ArchFaceProvider, FaceObjectProviders, SmoothFaces) - Method in interface net.sf.gridarta.project.ProjectFactory
Creates a new AbstractResources instance.
newResources(GameObjectParser<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>, AbstractArchetypeParser<GameObject, MapArchObject, Archetype, ?>, FaceObjects, AnimationObjects, ArchFaceProvider, FaceObjectProviders, SmoothFaces) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new AbstractResources instance.
newResources(GameObjectParser<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>, AbstractArchetypeParser<GameObject, MapArchObject, Archetype, ?>, FaceObjects, AnimationObjects, ArchFaceProvider, FaceObjectProviders, SmoothFaces) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new AbstractResources instance.
newResources(GameObjectParser<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>, AbstractArchetypeParser<GameObject, MapArchObject, Archetype, ?>, FaceObjects, AnimationObjects, ArchFaceProvider, FaceObjectProviders, SmoothFaces) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new AbstractResources instance.
newScript() - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditControl
Open a new empty script document.
newScriptArchData() - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Creates a new ScriptArchData instance.
newScriptArchData() - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new ScriptArchData instance.
newScriptArchData() - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new ScriptArchData instance.
newScriptArchData() - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new ScriptArchData instance.
newScriptArchDataUtils(ScriptArchUtils, ScriptedEventFactory<G, A, R>, ScriptedEventEditor<G, A, R>) - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Creates a new ScriptArchDataUtils instance.
newScriptArchDataUtils(ScriptArchUtils, ScriptedEventFactory<GameObject, MapArchObject, Archetype>, ScriptedEventEditor<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new ScriptArchDataUtils instance.
newScriptArchDataUtils(ScriptArchUtils, ScriptedEventFactory<GameObject, MapArchObject, Archetype>, ScriptedEventEditor<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new ScriptArchDataUtils instance.
newScriptArchDataUtils(ScriptArchUtils, ScriptedEventFactory<GameObject, MapArchObject, Archetype>, ScriptedEventEditor<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new ScriptArchDataUtils instance.
newScriptArchUtils(ArchetypeTypeList) - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Creates a new ScriptArchUtils instance.
newScriptArchUtils(ArchetypeTypeList) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new ScriptArchUtils instance.
newScriptArchUtils(ArchetypeTypeList) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new ScriptArchUtils instance.
newScriptArchUtils(ArchetypeTypeList) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new ScriptArchUtils instance.
newScriptedEvent(int, String, String, String) - Method in interface net.sf.gridarta.model.scripts.ScriptedEventFactory
Creates a new ScriptedEvent instance.
newScriptedEvent(G) - Method in interface net.sf.gridarta.model.scripts.ScriptedEventFactory
Creates a new ScriptedEvent instance.
newScriptedEvent(int, String, String, String) - Method in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEventFactory
Creates a new ScriptedEvent instance.
newScriptedEvent(GameObject) - Method in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEventFactory
Creates a new ScriptedEvent instance.
newScriptedEvent(int, String, String, String) - Method in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEventFactory
Creates a new ScriptedEvent instance.
newScriptedEvent(GameObject) - Method in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEventFactory
Creates a new ScriptedEvent instance.
newScriptedEvent(int, String, String, String) - Method in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEventFactory
Creates a new ScriptedEvent instance.
newScriptedEvent(GameObject) - Method in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEventFactory
Creates a new ScriptedEvent instance.
newScriptedEventFactory(ScriptArchUtils, GameObjectFactory<G, A, R>, ScriptedEventEditor<G, A, R>, ArchetypeSet<G, A, R>) - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Creates a new ScriptedEventFactory instance.
newScriptedEventFactory(ScriptArchUtils, GameObjectFactory<GameObject, MapArchObject, Archetype>, ScriptedEventEditor<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates a new ScriptedEventFactory instance.
newScriptedEventFactory(ScriptArchUtils, GameObjectFactory<GameObject, MapArchObject, Archetype>, ScriptedEventEditor<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates a new ScriptedEventFactory instance.
newScriptedEventFactory(ScriptArchUtils, GameObjectFactory<GameObject, MapArchObject, Archetype>, ScriptedEventEditor<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates a new ScriptedEventFactory instance.
newServerActions(FileControl<G, A, R>) - Method in interface net.sf.gridarta.maincontrol.EditorFactory
Creates the "open in client" action.
newServerActions(FileControl<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
Creates the "open in client" action.
newServerActions(FileControl<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
Creates the "open in client" action.
newServerActions(FileControl<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
Creates the "open in client" action.
newSimpleMapRenderer(MapModel<G, A, R>) - Method in interface net.sf.gridarta.gui.map.renderer.RendererFactory
Creates a new map renderer instance which paints only squares but no grid, cursor, selection, or errors.
newSimpleMapRenderer(MapModel<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.atrinik.gui.map.renderer.DefaultRendererFactory
Creates a new map renderer instance which paints only squares but no grid, cursor, selection, or errors.
newSimpleMapRenderer(MapModel<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.DefaultRendererFactory
Creates a new map renderer instance which paints only squares but no grid, cursor, selection, or errors.
newSimpleMapRenderer(MapModel<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.daimonin.gui.map.renderer.DefaultRendererFactory
Creates a new map renderer instance which paints only squares but no grid, cursor, selection, or errors.
newSquare(FilterState) - Method in class net.sf.gridarta.gui.filter.DefaultFilterControl
newSquare(FilterState) - Method in interface net.sf.gridarta.gui.filter.FilterControl
 
newToggleAction(ActionBuilder, String, EditorAction, String) - Static method in class net.sf.gridarta.utils.ActionUtils
Creates a new Action instance.
newTree() - Method in class net.sf.gridarta.gui.mapmenu.MapMenu
Creates a new JTree for this map menu.
newUndefinedArchetype(String) - Method in interface net.sf.gridarta.model.archetype.ArchetypeFactory
Creates a new undefined archetype instance.
newUndefinedArchetype(String) - Method in class net.sf.gridarta.var.atrinik.model.archetype.DefaultArchetypeFactory
Creates a new undefined archetype instance.
newUndefinedArchetype(String) - Method in class net.sf.gridarta.var.crossfire.model.archetype.DefaultArchetypeFactory
Creates a new undefined archetype instance.
newUndefinedArchetype(String) - Method in class net.sf.gridarta.var.daimonin.model.archetype.DefaultArchetypeFactory
Creates a new undefined archetype instance.
newValidator(CharSequence) - Method in class net.sf.gridarta.model.validation.checks.ValidatorFactory
Creates a new Validator instance from string representation.
next() - Method in class net.sf.gridarta.gui.map.mapactions.ExitIterator
next() - Method in class net.sf.gridarta.model.baseobject.RecursiveGameObjectIterator
next() - Method in class net.sf.gridarta.model.io.FlatFileIterator
next() - Method in class net.sf.gridarta.model.io.RecursiveFileIterator
next() - Method in class net.sf.gridarta.model.mapmodel.FilterGameObjectIterator
next() - Method in class net.sf.gridarta.model.mapmodel.MapSquareIterator
next() - Method in class net.sf.gridarta.model.mapmodel.TopLevelGameObjectIterator
next() - Method in class net.sf.gridarta.utils.xml.ElementsIterator
nextChar - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
NextChar - Class in net.sf.gridarta.textedit.textarea.actions
 
NextChar(boolean) - Constructor for class net.sf.gridarta.textedit.textarea.actions.NextChar
 
nextExit() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Select the next exit.
nextLine - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
NextLine - Class in net.sf.gridarta.textedit.textarea.actions
 
NextLine(boolean) - Constructor for class net.sf.gridarta.textedit.textarea.actions.NextLine
 
nextPage - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
NextPage - Class in net.sf.gridarta.textedit.textarea.actions
 
NextPage(boolean) - Constructor for class net.sf.gridarta.textedit.textarea.actions.NextPage
 
nextPoint(Point, int) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Moves the given point forward or backward one map square.
nextPoint(Point, int) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Moves the given point forward or backward one map square.
nextState(TristateState) - Method in class net.sf.gridarta.gui.utils.ToggleTristateCheckBox
Returns the next state.
nextState(TristateState) - Method in class net.sf.gridarta.gui.utils.tristate.TristateCheckBox
Returns the next state.
nextTabStop(float, int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
nextTristateState() - Method in enum net.sf.gridarta.gui.utils.tristate.TristateState
Returns the next state when selected.
nextWindow() - Method in class net.sf.gridarta.gui.mapdesktop.MapDesktop
Gives focus to the previous window.
nextWord - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
NextWord - Class in net.sf.gridarta.textedit.textarea.actions
 
NextWord(boolean) - Constructor for class net.sf.gridarta.textedit.textarea.actions.NextWord
 
NO_PASS - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The name of the "no_pass" attribute.
NO_PICK - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The name of the "no_pick" attribute.
NO_SHORTCUT - Static variable in class net.sf.gridarta.utils.ActionUtils
The shortcut description for actions without shortcuts.
Node - Class in net.sf.gridarta.textedit.textarea.tokenmarker
A node in the tree that is used to store all key-value pairs.
Node() - Constructor for class net.sf.gridarta.textedit.textarea.tokenmarker.Node
 
NodeType - Enum in net.sf.gridarta.preferences
The type of a FilePreferences node.
NoExitPathException - Exception in net.sf.gridarta.model.maplocation
Exception thrown if a game object does not specify a valid exit path.
NoExitPathException(BaseObject<?, ?, ?, ?>) - Constructor for exception net.sf.gridarta.model.maplocation.NoExitPathException
Creates a new instance.
NonAbsoluteExitPathChecker - Class in net.sf.gridarta.var.crossfire.model.validation.checks
A MapValidator that checks for relative exit paths within unique maps.
NonAbsoluteExitPathChecker(ValidatorPreferences, GameObjectMatcher) - Constructor for class net.sf.gridarta.var.crossfire.model.validation.checks.NonAbsoluteExitPathChecker
Creates a new instance.
NonAbsoluteExitPathError<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 GameObjectValidationError that describes an exit GameObject having an invalid exit path.
NonAbsoluteExitPathError(G, MapPath) - Constructor for class net.sf.gridarta.model.validation.checks.NonAbsoluteExitPathError
Creates a new instance.
NONE_SYM - Static variable in class net.sf.gridarta.gui.treasurelist.CFTreasureListTree
The string displayed in attribute dialog for "none".
NORTH - Static variable in class net.sf.gridarta.model.autojoin.AutojoinList
 
NoSuchParameterException - Exception in net.sf.gridarta.plugin.parameter
Thrown if a parameter does not exist.
NoSuchParameterException(String) - Constructor for exception net.sf.gridarta.plugin.parameter.NoSuchParameterException
Creates a new instance.
NoSuchParameterException(int) - Constructor for exception net.sf.gridarta.plugin.parameter.NoSuchParameterException
Creates a new instance.
NoSuchParameterException(PluginParameter<?, ?, ?, ?>) - Constructor for exception net.sf.gridarta.plugin.parameter.NoSuchParameterException
Creates a new instance.
NoSuchValidatorException - Exception in net.sf.gridarta.model.validation
Exception thrown if a map validator cannot be created.
NoSuchValidatorException(String) - Constructor for exception net.sf.gridarta.model.validation.NoSuchValidatorException
Creates a new instance.
NoSuchValidatorException(String, Throwable) - Constructor for exception net.sf.gridarta.model.validation.NoSuchValidatorException
Creates a new instance.
NotGameObjectMatcher - Class in net.sf.gridarta.model.match
A GameObjectMatcher that negates another GameObjectMatcher.
NotGameObjectMatcher(GameObjectMatcher) - Constructor for class net.sf.gridarta.model.match.NotGameObjectMatcher
Creates a new instance.
notifyBeginChange() - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Notify the map model that this container is about to change.
notifyBeginChange() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Notify the map model that this container is about to change.
notifyBeginChange() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Notifies the map model that this container is about to change.
notifyBeginChange() - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Notify the map model that this container is about to change.
notifyBeginChange() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Notify the map model that this container is about to change.
notifyBeginChange() - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Notify the map model that this container is about to change.
notifyEndChange() - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Notify the map model that this container has changed.
notifyEndChange() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Notify the map model that this container has changed.
notifyEndChange() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Notifies the map model that this container has changed.
notifyEndChange() - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Notify the map model that this container has changed.
notifyEndChange() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Notify the map model that this container has changed.
notifyEndChange() - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Notify the map model that this container has changed.
notifyTransientChange() - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Notifies the map model that this container has changed but need not be restored by undo/redo.
notifyTransientChange() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Notifies the map model that this container has changed but need not be restored by undo/redo.
notifyTransientChange() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Notifies the map model that this container has changed but need not be restored by undo/redo.
NotInsideContainerException - Exception in net.sf.gridarta.model.gameobject
This exception is thrown in case a method of a GameObject without a container or the wrong container was invoked when a GameObject requires a container.
NotInsideContainerException(GameObject<?, ?, ?>) - Constructor for exception net.sf.gridarta.model.gameobject.NotInsideContainerException
Create a NotInsideContainerException.
NotInsideContainerException(GameObjectContainer<?, ?, ?>, GameObject<?, ?, ?>) - Constructor for exception net.sf.gridarta.model.gameobject.NotInsideContainerException
Create a NotInsideContainerException.
NoTreasureObj - Class in net.sf.gridarta.model.treasurelist
A TreasureObj representing a "no" entry.
NoTreasureObj(int) - Constructor for class net.sf.gridarta.model.treasurelist.NoTreasureObj
Creates a new instance.
NULL - Static variable in class net.sf.gridarta.textedit.textarea.Token
Normal text token id.
NumberSpell - Class in net.sf.gridarta.model.spells
Describes a numbered in-game spell.
NumberSpell(String, int) - Constructor for class net.sf.gridarta.model.spells.NumberSpell
Create a new instance.
NumberUtils - Class in net.sf.gridarta.utils
Utility class for parsing strings into numbers.

O

ObjectChoiceDisplay - Class in net.sf.gridarta.gui.panel.objectchoicedisplay
The object choice display shows information about the selected object in the object chooser.
ObjectChoiceDisplay(ArchetypeTypeSet) - Constructor for class net.sf.gridarta.gui.panel.objectchoicedisplay.ObjectChoiceDisplay
Creates a new instance.
ObjectChooser<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.panel.objectchooser
Common base interface for ObjectChoosers.
ObjectChooserListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.panel.objectchooser
Interface for listener interested in ObjectChooser events.
ObjectChooserTab<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.panel.objectchooser
Interface for classes being part of the object chooser.
objectInSquare(FilterState, G) - Method in class net.sf.gridarta.gui.filter.DefaultFilterControl
objectInSquare(FilterState, G) - Method in interface net.sf.gridarta.gui.filter.FilterControl
 
ObjectNameMatchCriteria<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.select
A MatchCriteria that matches by object name.
ObjectNameMatchCriteria(String) - Constructor for class net.sf.gridarta.model.select.ObjectNameMatchCriteria
Creates a new instance.
offsetToX(int, int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Converts an offset in a line into an x co-ordinate.
offsetToX(int, int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Converts an offset in a line into an x co-ordinate.
offsetToX2(int, int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Converts an offset in a line into an x co-ordinate.
offsetToX2(int, int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Converts an offset in a line into an x co-ordinate.
ONE - Static variable in class net.sf.gridarta.utils.Size2D
One size object.
openFile() - Method in class net.sf.gridarta.action.OpenFileAction
Opens a map file.
openFile(boolean) - Method in class net.sf.gridarta.gui.misc.DefaultFileControl
The user wants to edit a file.
openFile(File) - Method in class net.sf.gridarta.maincontrol.GUIMainControl
Loads a map file.
openFile(boolean) - Method in interface net.sf.gridarta.model.mapmanager.FileControl
The user wants to edit a file.
OpenFileAction<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 edits or creates a map file.
OpenFileAction(DefaultFileControl<G, A, R>) - Constructor for class net.sf.gridarta.action.OpenFileAction
Creates a new instance.
openFiles(Iterable<String>) - Method in class net.sf.gridarta.maincontrol.GUIMainControl
Load a list of map files.
openInClient() - Method in class net.sf.gridarta.actions.AbstractServerActions
Action method for "open in client".
openMapFile(MapFile, boolean) - Method in class net.sf.gridarta.model.mapmanager.AbstractMapManager
Loads a map file.
openMapFile(File, boolean) - Method in class net.sf.gridarta.model.mapmanager.AbstractMapManager
Loads a map file.
openMapFile(MapFile, boolean) - Method in interface net.sf.gridarta.model.mapmanager.MapManager
Loads a map file.
openMapFile(File, boolean) - Method in interface net.sf.gridarta.model.mapmanager.MapManager
Loads a map file.
openMapFileWithView(MapFile, Point, Point) - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
Load a map file and create a map view.
openMapFileWithView(File, Point, Point) - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
Load a map file and create a map view.
openPickmapMap() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Open active pickmap as normal map for extensive editing.
openScript(MapManager<?, ?, ?>, String, Component) - Method in class net.sf.gridarta.gui.scripts.ScriptedEventEditor
Opens the script pad to display a script.
openScriptFile(String) - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditControl
Open a new empty script document.
openUser() - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditControl
Open a file which is chosen by the user.
Operation - Enum in net.sf.gridarta.model.match
Operator.
OPERATOR - Static variable in class net.sf.gridarta.textedit.textarea.Token
Operator token id.
options() - Method in class net.sf.gridarta.action.OptionsAction
The action method for "options".
OptionsAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.action
 
OptionsAction(EditorFactory<G, A, R>, ProjectSettings, EditorSettings, DelegatingMapValidator<G, A, R>, AppPreferencesModel, ExitConnectorModel, ConfigSourceFactory, Component) - Constructor for class net.sf.gridarta.action.OptionsAction
Creates a new instance.
OrGameObjectMatcher - Class in net.sf.gridarta.model.match
A GameObjectMatcher that Or-combines other GameObjectMatchers.
OrGameObjectMatcher(Collection<GameObjectMatcher>) - Constructor for class net.sf.gridarta.model.match.OrGameObjectMatcher
Creates a new instance.
overwrite - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
Overwrite - Class in net.sf.gridarta.textedit.textarea.actions
 
Overwrite() - Constructor for class net.sf.gridarta.textedit.textarea.actions.Overwrite
 
overwriteSetSelectedText(String) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Similar to setSelectedText(), but overstrikes the appropriate number of characters if overwrite mode is enabled.

P

PaidItemShopSquareChecker<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 that contain paid items.
PaidItemShopSquareChecker(ValidatorPreferences, GameObjectMatcher, GameObjectMatcher) - Constructor for class net.sf.gridarta.model.validation.checks.PaidItemShopSquareChecker
Creates a new instance.
PaidItemShopSquareError<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 map square that is a shop tile and contains paid items.
PaidItemShopSquareError(MapSquare<G, A, R>) - Constructor for class net.sf.gridarta.model.validation.errors.PaidItemShopSquareError
Creates a new instance.
paint(Graphics2D, int, int, G) - Method in class net.sf.gridarta.gui.map.renderer.AbstractSimpleIsoMapRenderer
Paints a single GameObject.
paint(Graphics, int, boolean, int, int, ImageObserver) - Method in class net.sf.gridarta.gui.map.renderer.GridMapSquarePainter
Paints overlay images for one grid square.
paint(Graphics2D, int, int, G) - Method in class net.sf.gridarta.gui.map.renderer.SimpleIsoMapRenderer
Paints a single GameObject.
paint(Graphics) - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Repaints the text.
paintComponent(Graphics) - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.ClosingLabel
paintComponent(Graphics) - Method in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
paintComponent(Graphics) - Method in class net.sf.gridarta.gui.map.renderer.AbstractSimpleIsoMapRenderer
paintComponent(Graphics) - Method in class net.sf.gridarta.gui.misc.MapPreview
paintComponent(Graphics) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
paintComponent(Graphics, boolean, boolean) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Paints this component.
paintComponent(Graphics) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatMapRenderer
paintComponent(Graphics) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatPickmapRenderer
paintComponent(Graphics) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.SimpleFlatMapRenderer
paintComponent2(Graphics2D) - Method in class net.sf.gridarta.gui.map.renderer.AbstractSimpleIsoMapRenderer
Paints this component.
paintGameObjectIfVisible(Graphics2D, int, int, G) - Method in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
Paints a single game object if it is visible according to current editor settings.
paintIcon(Component, Graphics, int, int) - Method in class net.sf.gridarta.gui.dialog.plugin.ClosingIcon
Overwrites paintIcon to get hold of the coordinates of the icon, this is a rather rude approach just to find out if the closingIcon was pressed.
paintIcon(Graphics2D, Icon) - Method in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
Paints an icon.
paintSmooth(Graphics, Point, int, int, boolean, int, int) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.SmoothingRenderer
Draw the smoothing information at given position of map, for a given limit smoothlevel, at a given layer.
paintSquare(Graphics2D, int, int, MapSquare<G, A, R>) - Method in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
Paints one square.
paintSquare(Graphics2D, int, int, MapSquare<G, A, R>) - Method in class net.sf.gridarta.gui.map.renderer.IsoMapRenderer
Paints one square.
paintSquare(Graphics2D, int, int, MapSquare<G, A, R>) - Method in class net.sf.gridarta.gui.map.renderer.IsoPickmapRenderer
Paints one square.
paintSquare(Graphics, int, int, MapSquare<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Paints one square.
paintSquare(Graphics, int, int, MapSquare<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatMapRenderer
Paints one square.
paintSquare(Graphics, int, int, MapSquare<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatPickmapRenderer
Paints one square.
paintSquareGrid(Graphics, Point) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Paints the grid for one square.
paintSquareSelection(Graphics, Point) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Paints the selection for one square.
paintSyntaxLine(Segment, Iterable<Token>, SyntaxStyles, TabExpander, Graphics, int, int) - Static method in class net.sf.gridarta.textedit.textarea.SyntaxUtilities
Paints the specified line onto the graphics context.
Pair<T,U> - Class in net.sf.gridarta.utils
Stores a pair of values.
Pair(T, U) - Constructor for class net.sf.gridarta.utils.Pair
Creates a new instance.
Parameter - Class in net.sf.gridarta.textedit.textarea.tokenmarker
Describes a parameter.
Parameter(String, byte, ParameterType) - Constructor for class net.sf.gridarta.textedit.textarea.tokenmarker.Parameter
Creates a new instance.
PARAMETER_TYPE - Static variable in class net.sf.gridarta.plugin.parameter.ArchetypeParameter
The string representation of this parameter type.
PARAMETER_TYPE - Static variable in class net.sf.gridarta.plugin.parameter.BooleanParameter
The string representation of this parameter type.
PARAMETER_TYPE - Static variable in class net.sf.gridarta.plugin.parameter.DoubleParameter
The string representation of this parameter type.
PARAMETER_TYPE - Static variable in class net.sf.gridarta.plugin.parameter.IntegerParameter
The string representation of this parameter type.
PARAMETER_TYPE - Static variable in class net.sf.gridarta.plugin.parameter.MapParameter
The string representation of this parameter type.
PARAMETER_TYPE - Static variable in class net.sf.gridarta.plugin.parameter.MapPathParameter
The string representation of this parameter type.
PARAMETER_TYPE - Static variable in class net.sf.gridarta.plugin.parameter.StringParameter
The string representation of this parameter type.
parametersChanged() - Method in interface net.sf.gridarta.plugin.PluginListener
Called whenever a parameter has been added, removed, or replaced.
ParameterType - Enum in net.sf.gridarta.textedit.textarea.tokenmarker
Describes a parameter type.
parseArchetypeFromStream(BufferedReader, R, String, String, String, String, String, List<G>, ErrorViewCollector) - Method in class net.sf.gridarta.model.io.AbstractArchetypeParser
Here we read an Archetype from a BufferedReader, parse the data and put the result in the ArchetypeSet in CMainControl.
parseArchetypeFromStream(BufferedReader, R, String, String, String, String, String, List<G>, ErrorViewCollector) - Method in interface net.sf.gridarta.model.io.ArchetypeParser
Here we read an Archetype from a BufferedReader, parse the data and put the result in the ArchetypeSet in CMainControl.
parseConnections(BaseObject<?, ?, ?, ?>) - Static method in class net.sf.gridarta.model.connectionview.Connections
Extract the "connected" value(s) from a given game object.
parseDouble(String) - Static method in class net.sf.gridarta.utils.NumberUtils
Parses a double string.
parseInt(String) - Static method in class net.sf.gridarta.utils.NumberUtils
Parses an integer string.
parseInt(String, int) - Static method in class net.sf.gridarta.utils.NumberUtils
Parses an integer string.
parseLine(String, G) - Method in class net.sf.gridarta.model.io.AbstractGameObjectParser
Parse one line.
parseLine(String, A, BufferedReader) - Method in class net.sf.gridarta.model.io.AbstractMapArchObjectParser
Parse a line for this editor type.
parseLine(String, MapArchObject, BufferedReader) - Method in class net.sf.gridarta.var.atrinik.model.io.MapArchObjectParser
Parse a line for this editor type.
parseLine(String, MapArchObject, BufferedReader) - Method in class net.sf.gridarta.var.crossfire.model.io.MapArchObjectParser
Parse a line for this editor type.
parseLine(String, MapArchObject, BufferedReader) - Method in class net.sf.gridarta.var.daimonin.model.io.MapArchObjectParser
Parse a line for this editor type.
parseLong(String) - Static method in class net.sf.gridarta.utils.NumberUtils
Parses a long string.
parseMatcher(Element, int) - Static method in class net.sf.gridarta.model.match.GameObjectMatcherParser
Creates a NamedGameObjectMatcher from XML.
parseTreasureLists(Document) - Static method in class net.sf.gridarta.model.treasurelist.TreasureListsParser
This method fills the 'specialTreasureLists' hash table with the names of all treasurelists which are special and belong into a special sub-folder.
parseTreasures(ErrorView, Map<String, TreasureTreeNode>, ConfigSource, ProjectSettings) - Static method in class net.sf.gridarta.model.treasurelist.TreasureLoader
Parses a treasure file into a TreasureTree instance.
ParseUtils - Class in net.sf.gridarta.utils.xml
Utility class for parsing XML files.
ParsingException - Exception in net.sf.gridarta.model.match
Thrown when a parsing error occurs.
ParsingException(String) - Constructor for exception net.sf.gridarta.model.match.ParsingException
Creates a new instance.
ParsingException(String, Throwable) - Constructor for exception net.sf.gridarta.model.match.ParsingException
Creates a new instance.
paste(MapView<G, A, R>, Point) - Method in class net.sf.gridarta.gui.copybuffer.CopyBuffer
Executing the Paste command.
paste() - Method in class net.sf.gridarta.mainactions.MainActions
"Paste" was selected from the Edit menu.
PASTE - Static variable in class net.sf.gridarta.textedit.scripteditor.Actions
 
Paste - Class in net.sf.gridarta.textedit.textarea.actions
Action listener for PASTE actions.
Paste() - Constructor for class net.sf.gridarta.textedit.textarea.actions.Paste
 
paste() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Inserts the clipboard contents into the text.
PASTE_EXIT_NAME_DEFAULT - Static variable in interface net.sf.gridarta.model.exitconnector.ExitConnectorModel
pasteExitNameChanged(boolean) - Method in interface net.sf.gridarta.model.exitconnector.ExitConnectorModelListener
Called whenever the setting "paste exit name" has changed.
pasteTiled(MapView<G, A, R>, Iterable<MapSquare<G, A, R>>, Point) - Method in class net.sf.gridarta.gui.copybuffer.CopyBuffer
Executing the Paste Tiled command.
pasteTiled() - Method in class net.sf.gridarta.mainactions.MainActions
"Paste Tiled" was selected from the Edit menu.
path(CharSequence) - Static method in class net.sf.gridarta.model.io.PathManagerUtils
Create a reasonable path.
PathManager - Class in net.sf.gridarta.model.io
This class contains methods for converting relative map paths to absolute map paths and vice versa.
PathManager(ProjectSettings) - Constructor for class net.sf.gridarta.model.io.PathManager
Creates a new instance.
PathManagerUtils - Class in net.sf.gridarta.model.io
Utility class for converting relative map paths to absolute map paths and vice versa.
PATTERN_BACKSLASH - Static variable in class net.sf.gridarta.utils.StringUtils
The pattern that matches a single backslash ("\").
PATTERN_COLON - Static variable in class net.sf.gridarta.utils.StringUtils
The pattern that matches a single colon (":").
PATTERN_COMMA - Static variable in class net.sf.gridarta.utils.StringUtils
The pattern that matches a single comma (",").
PATTERN_END_OF_LINE - Static variable in class net.sf.gridarta.utils.StringUtils
The pattern to match end of line characters separating lines.
PATTERN_EQUAL - Static variable in class net.sf.gridarta.utils.StringUtils
The pattern that matches a single equal sign ("=").
PATTERN_NEWLINE - Static variable in class net.sf.gridarta.utils.StringUtils
The pattern that matches a single newline ("\n").
PATTERN_SLASH - Static variable in class net.sf.gridarta.utils.StringUtils
The pattern that matches a single slash ("/").
PATTERN_SPACE - Static variable in class net.sf.gridarta.utils.StringUtils
The pattern that matches a single space.
PATTERN_SPACES - Static variable in class net.sf.gridarta.utils.StringUtils
The pattern that matches a non-empty sequence of spaces.
PATTERN_WHITESPACE - Static variable in class net.sf.gridarta.utils.StringUtils
Pattern to match whitespace excluding NL and CR.
PATTERN_WHITESPACE_NEWLINE - Static variable in class net.sf.gridarta.utils.StringUtils
Pattern to match whitespace including NL and CR.
pendingChanged() - Method in interface net.sf.gridarta.model.index.IndexListener
At least one pending value has become available.
PICKMAP_DIR - Static variable in interface net.sf.gridarta.var.atrinik.IGUIConstants
The directory that contains all pickmaps.
PICKMAP_DIR - Static variable in interface net.sf.gridarta.var.crossfire.IGUIConstants
The directory that contains all pickmaps.
PICKMAP_DIR - Static variable in interface net.sf.gridarta.var.daimonin.IGUIConstants
The directory that contains all pickmaps.
pickmapActiveChanged(boolean) - Method in interface net.sf.gridarta.gui.panel.objectchooser.ObjectChooserListener
Called whenever the active state of the pickmap chooser changed.
pickmapAdded(PickmapState<G, A, R>) - Method in interface net.sf.gridarta.gui.mapfiles.MapFolderListener
A pickmap has been added to the folder.
PickmapChooserControl<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.pickmapchooser
Manages the pickmap panel and most pickmap-related code in general.
PickmapChooserControl(PickmapChooserModel<G, A, R>, PickmapSettings, NewMapDialogFactory<G, A, R>, MapFolderTree<G, A, R>, MapManager<G, A, R>, Component, MapViewsManager<G, A, R>, FileControl<G, A, R>, PickmapChooserView<G, A, R>) - Constructor for class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Create a PickmapChooserControl.
PickmapChooserModel<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.pickmapchooser
Maintains loaded PickmapState instances.
PickmapChooserModel() - Constructor for class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserModel
 
PickmapChooserModelListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.panel.pickmapchooser
Interface for listeners for pickmap related events.
PickmapChooserView<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.pickmapchooser
A View for choosing pickmaps.
PickmapChooserView(PickmapChooserModel<G, A, R>, MapFolderTree<G, A, R>, MapArchObjectFactory<A>, MapReaderFactory<G, A>, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserView
Creates a new instance.
pickmapModifiedChanged(int, PickmapState<G, A, R>) - Method in interface net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserModelListener
Notifies that one pickmap's modified flag has changed.
pickmapRemoved(PickmapState<G, A, R>) - Method in interface net.sf.gridarta.gui.mapfiles.MapFolderListener
A pickmap has been removed from the folder.
pickmapReverted(PickmapState<G, A, R>, MapControl<G, A, R>) - Method in interface net.sf.gridarta.gui.mapfiles.MapFolderListener
A pickmap has been reverted to the contents of its underlying file.
pickmapReverted(PickmapState<G, A, R>) - Method in interface net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserModelListener
Notifies that one pickmap has been reverted.
PickmapSettings - Interface in net.sf.gridarta.model.pickmapsettings
Container for settings that affect pickmaps.
PickmapSettingsListener - Interface in net.sf.gridarta.model.pickmapsettings
Interface for event listeners that are interested in changes on PickmapSettings.
PickmapState<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mapfiles
Maintains the state of a pickmap file.
PickmapState(MapFolder<G, A, R>, String, MapReaderFactory<G, A>, MapManager<G, A, R>, MapViewsManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.mapfiles.PickmapState
Creates a new instance.
Plugin<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.plugin
Model for plugins.
Plugin(String, PluginParameterFactory<G, A, R>) - Constructor for class net.sf.gridarta.plugin.Plugin
Creates a new instance.
PluginConsole - Class in net.sf.gridarta.plugin
 
PluginConsole() - Constructor for class net.sf.gridarta.plugin.PluginConsole
 
PluginController<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.plugin
Controller for plugins.
PluginController(FilterControl<G, A, R>, PluginModel<G, A, R>, PluginParameters, Component, PluginParameterViewFactory<G, A, R>, File, ResourceIcons) - Constructor for class net.sf.gridarta.gui.dialog.plugin.PluginController
Creates a new instance.
pluginCreated(Plugin<G, A, R>) - Method in interface net.sf.gridarta.plugin.PluginModelListener
Notifies about the creation of a new plugin.
pluginDeleted(Plugin<G, A, R>) - Method in interface net.sf.gridarta.plugin.PluginModelListener
Notifies about the deletion of a plugin.
PluginEditor<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.plugin
 
PluginEditor(Plugin<G, A, R>, PluginController<G, A, R>, PluginModel<G, A, R>, PluginParameterViewFactory<G, A, R>, ResourceIcons) - Constructor for class net.sf.gridarta.gui.dialog.plugin.PluginEditor
Create a visual JComponent used to edit the given script.
pluginEditorAddParameter() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditor
Action method to add a parameter to the current plugin script.
pluginEditorExport() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditor
Action method to export the current plugin as an XML file.
pluginEditorRemoveParameter() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditor
Action method to remove the selected parameter from the current plugin script.
pluginEditorReRegister() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditor
Action method to re-register the current plugin.
PluginEditorRow - Class in net.sf.gridarta.gui.dialog.plugin
A set of components for editing a PluginParameter and its configuration.
PluginEditorRow(Plugin<G, A, R>, PluginParameter<G, A, R, ?>, PluginParameterViewFactory<G, A, R>, MouseListener, FocusListener, Component) - Constructor for class net.sf.gridarta.gui.dialog.plugin.PluginEditorRow
Creates a new instance.
pluginEditorRunScript() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginEditor
Action method to execute the selected plugin script.
PluginExecException - Exception in net.sf.gridarta.plugin
Thrown to indicate a problem while executing a plugin.
PluginExecException(String) - Constructor for exception net.sf.gridarta.plugin.PluginExecException
Creates a new instance.
PluginExecException(String, Throwable) - Constructor for exception net.sf.gridarta.plugin.PluginExecException
Creates a new instance.
PluginExecutor<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.plugin
Allows execution of Plugins.
PluginExecutor(PluginModel<G, A, R>, PluginParameters) - Constructor for class net.sf.gridarta.plugin.PluginExecutor
Creates a new instance.
PluginListener - Interface in net.sf.gridarta.plugin
Interface for listeners interested in Plugin related events.
PluginManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.plugin
 
PluginManager(Component, PluginController<G, A, R>, PluginModel<G, A, R>, PluginParameterViewFactory<G, A, R>, ResourceIcons) - Constructor for class net.sf.gridarta.gui.dialog.plugin.PluginManager
Creates a PluginManager.
PluginManagerFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.plugin
 
PluginManagerFactory(Component, PluginController<G, A, R>, PluginModel<G, A, R>, PluginParameterViewFactory<G, A, R>, ResourceIcons) - Constructor for class net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory
Creates a new instance.
pluginManagerNewScript() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginManager
Action method to create a new plugin script.
pluginManagerRemoveScript() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginManager
Action method to remove the selected plugin script.
PluginModel<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.plugin
 
PluginModel(PluginParameterFactory<G, A, R>, PluginModelParser<G, A, R>) - Constructor for class net.sf.gridarta.plugin.PluginModel
 
PluginModelListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.plugin
Listener interface for scripting related events.
PluginModelLoader<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.plugin
Utility class for loading plugins.
PluginModelParser<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.plugin
Converter for Plugin instances to or from XML representation.
PluginModelParser(PluginParameterFactory<G, A, R>) - Constructor for class net.sf.gridarta.plugin.PluginModelParser
Creates a new instance.
PluginParameter<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,V> - Interface in net.sf.gridarta.plugin.parameter
Parameter for a Plugin.
PluginParameterCodec<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.plugin.parameter
Converts PluginParameters from or to XML encoding.
PluginParameterCodec() - Constructor for class net.sf.gridarta.plugin.parameter.PluginParameterCodec
 
PluginParameterFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.plugin.parameter
Factory for Plugin Parameters.
PluginParameterFactory(ArchetypeSet<G, A, R>, MapManager<G, A, R>, ProjectSettings, PathManager) - Constructor for class net.sf.gridarta.plugin.parameter.PluginParameterFactory
 
PluginParameterListener - Interface in net.sf.gridarta.plugin.parameter
Interface for listeners interested in PluginParameter related events.
PluginParameters - Class in net.sf.gridarta.plugin
Makes basic Gridarta classes available to scripts.
PluginParameters() - Constructor for class net.sf.gridarta.plugin.PluginParameters
 
PluginParameterView - Interface in net.sf.gridarta.gui.dialog.plugin.parameter
Interface for views that display plugin parameters.
PluginParameterViewFactory<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
Factory for creating PluginParameterView instances.
PluginParameterViewFactory(ArchetypeSet<G, A, R>, GameObjectAttributesModel<G, A, R>, ObjectChooser<G, A, R>, MapManager<G, A, R>, FaceObjectProviders, PathManager) - Constructor for class net.sf.gridarta.gui.dialog.plugin.parameter.PluginParameterViewFactory
Creates a new instance.
PluginParameterVisitor<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,T> - Interface in net.sf.gridarta.plugin.parameter
Interface for visitors of PluginParameter instances.
pluginRegistered(Plugin<G, A, R>) - Method in interface net.sf.gridarta.plugin.PluginModelListener
Notifies about the registering of a plugin.
PluginRunMode - Enum in net.sf.gridarta.plugin
The run mode of a plugin plugin.
pluginUnregistered(Plugin<G, A, R>) - Method in interface net.sf.gridarta.plugin.PluginModelListener
Notifies about the unregistering of a plugin.
PluginView<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.plugin
View for Scripts.
PluginView(PluginController<G, A, R>, PluginModel<G, A, R>, PluginParameterViewFactory<G, A, R>, ResourceIcons) - Constructor for class net.sf.gridarta.gui.dialog.plugin.PluginView
Creates a PluginView.
PluginViewPane - Class in net.sf.gridarta.gui.dialog.plugin
 
PluginViewPane() - Constructor for class net.sf.gridarta.gui.dialog.plugin.PluginViewPane
 
PNG_FILE_FILTER - Static variable in class net.sf.gridarta.utils.FileFilters
Swing FileFilter for png graphics.
postEndTransaction() - Method in interface net.sf.gridarta.model.mapmodel.MapTransactionListener
A map transaction has been finished.
preBeginTransaction() - Method in interface net.sf.gridarta.model.mapmodel.MapTransactionListener
A map transaction is about to start.
preExitNotify() - Method in interface net.sf.gridarta.utils.ExiterListener
Called when the application exits.
PREFERENCES - Static variable in class net.sf.gridarta.gui.dialog.newmap.AbstractNewMapDialog
Preferences.
PREFERENCES_LANGUAGE - Static variable in class net.sf.gridarta.gui.dialog.prefs.GUIPreferences
Preferences key for language.
PREFERENCES_SYSTEM_EXIT - Static variable in class net.sf.gridarta.gui.dialog.prefs.DevPreferences
Preferences key for using System.exit().
PREFERENCES_SYSTEM_EXIT_DEFAULT - Static variable in class net.sf.gridarta.gui.dialog.prefs.DevPreferences
Preferences default value for using System.exit().
PreferencesHelper - Class in net.sf.gridarta.gui.dialog.prefs
Helper class for preference panes.
PreferencesHelper(Container) - Constructor for class net.sf.gridarta.gui.dialog.prefs.PreferencesHelper
Creates a new instance.
preferredLayoutSize(Container) - Method in class net.sf.gridarta.gui.dialog.plugin.StackLayout
preferredLayoutSize(Container) - Method in class net.sf.gridarta.gui.utils.DirectionLayout
preferredLayoutSize(Container) - Method in class net.sf.gridarta.textedit.textarea.ScrollLayout
prepare(MapModel<G, A, R>, Size2D) - Method in enum net.sf.gridarta.gui.copybuffer.CopyMode
Prepares the operation.
preSelect(Point, Point) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Rectangle defined by two points gets preselected.
pressed(MouseOpEvent<G, A, R>) - Method in interface net.sf.gridarta.gui.map.event.MouseOpListener
Mouse was pressed.
pressed(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.DeletionTool
Mouse was pressed.
pressed(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.InsertionTool
Mouse was pressed.
pressed(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.SelectionTool
Mouse was pressed.
pressed(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.VoidTool
Mouse was pressed.
prevChar - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
PrevChar - Class in net.sf.gridarta.textedit.textarea.actions
 
PrevChar(boolean) - Constructor for class net.sf.gridarta.textedit.textarea.actions.PrevChar
 
prevExit() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Select the previous exit.
prevLine - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
PrevLine - Class in net.sf.gridarta.textedit.textarea.actions
 
PrevLine(boolean) - Constructor for class net.sf.gridarta.textedit.textarea.actions.PrevLine
 
prevPage - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
PrevPage - Class in net.sf.gridarta.textedit.textarea.actions
 
PrevPage(boolean) - Constructor for class net.sf.gridarta.textedit.textarea.actions.PrevPage
 
prevWindow() - Method in class net.sf.gridarta.gui.mapdesktop.MapDesktop
Gives focus to the next window.
prevWord - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
PrevWord - Class in net.sf.gridarta.textedit.textarea.actions
 
PrevWord(boolean) - Constructor for class net.sf.gridarta.textedit.textarea.actions.PrevWord
 
printFullImage(File) - Method in class net.sf.gridarta.gui.map.renderer.AbstractMapRenderer
Saves an image of the entire view to a file.
printFullImage(File) - Method in interface net.sf.gridarta.gui.map.renderer.MapRenderer
Saves an image of the entire view to a file.
process(MapModel<G, A, R>, G, boolean, Collection<G>, Point, GameObjectFactory<G, A, R>, InsertionModeSet<G, A, R>) - Method in enum net.sf.gridarta.gui.copybuffer.CopyMode
Processes a GameObject.
processKeyEvent(KeyEvent) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Forwards key events directly to the input handler.
processLine(BufferedReader, String, String, B, ErrorViewCollector, List<G>) - Method in class net.sf.gridarta.model.io.AbstractArchetypeParser
Called for each processed line.
processLine(BufferedReader, String, String, DefaultArchetypeBuilder, ErrorViewCollector, List<GameObject>) - Method in class net.sf.gridarta.var.atrinik.model.io.ArchetypeParser
Called for each processed line.
processLine(BufferedReader, String, String, DefaultArchetypeBuilder, ErrorViewCollector, List<GameObject>) - Method in class net.sf.gridarta.var.crossfire.model.io.ArchetypeParser
Called for each processed line.
processLine(BufferedReader, String, String, DefaultArchetypeBuilder, ErrorViewCollector, List<GameObject>) - Method in class net.sf.gridarta.var.daimonin.model.io.ArchetypeParser
Called for each processed line.
ProcessRunner - Class in net.sf.gridarta.utils
Class to run an external process.
ProcessRunner(String, String[]) - Constructor for class net.sf.gridarta.utils.ProcessRunner
Creates a ProcessRunner for running the given command in its directory.
ProjectFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.project
A factory to create project-dependent objects.
ProjectModel<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.project
 
ProjectModel(ErrorView, ProjectSettings, ProjectFactory<G, A, R>, ResourceIcons, ConfigSource) - Constructor for class net.sf.gridarta.project.ProjectModel
 
ProjectSettings - Interface in net.sf.gridarta.model.settings
Settings that apply to a project.
ProjectSettingsListener - Interface in net.sf.gridarta.model.settings
Interface for listeners interested in ProjectSettings events.
propagateElevation(BaseObject<?, ?, ?, ?>) - Method in interface net.sf.gridarta.model.gameobject.GameObject
If there is elevation data in the other game object, move it to here.
propagateElevation(BaseObject<?, ?, ?, ?>) - Method in class net.sf.gridarta.var.atrinik.model.gameobject.GameObject
If there is elevation data in the other game object, move it to here.
propagateElevation(BaseObject<?, ?, ?, ?>) - Method in class net.sf.gridarta.var.crossfire.model.gameobject.GameObject
If there is elevation data in the other game object, move it to here.
propagateElevation(BaseObject<?, ?, ?, ?>) - Method in class net.sf.gridarta.var.daimonin.model.gameobject.GameObject
If there is elevation data in the other game object, move it to here.
put(String, String) - Method in class net.sf.gridarta.model.archetypetype.IgnorelistsDefinition
Adds a new entry.
put(E) - Method in class net.sf.gridarta.model.data.AbstractNamedObjects
Store a AbstractNamedObject.
putAll(Iterable<TreasureTreeNode>) - Method in class net.sf.gridarta.model.treasurelist.TreasureTree
putSpi(String, String) - Method in class net.sf.gridarta.preferences.FilePreferences
putValue(String, String, String) - Method in class net.sf.gridarta.preferences.Storage
Put the given key-value association into a node.
PYTHON_FILE_FILTER - Static variable in class net.sf.gridarta.utils.GuiFileFilters
Swing FileFilter for Python scripts.
PythonTokenMarker - Class in net.sf.gridarta.textedit.textarea.tokenmarker
Python token marker.
PythonTokenMarker() - Constructor for class net.sf.gridarta.textedit.textarea.tokenmarker.PythonTokenMarker
 

R

randFillAbove() - Method in class net.sf.gridarta.mainactions.MainActions
"Random fill above" was selected from the Edit menu.
randFillAuto() - Method in class net.sf.gridarta.mainactions.MainActions
"Random fill" was selected from the Edit menu.
randFillBelow() - Method in class net.sf.gridarta.mainactions.MainActions
"Random fill below" was selected from the Edit menu.
randomFillCancel() - Method in class net.sf.gridarta.mainactions.RandomFillDialog
Action method to close the dialog with "Cancel".
RandomFillDialog - Class in net.sf.gridarta.mainactions
Displays a dialog asking for parameters for the "random fill" function.
RandomFillDialog() - Constructor for class net.sf.gridarta.mainactions.RandomFillDialog
Creates a new instance.
randomFillOkay() - Method in class net.sf.gridarta.mainactions.RandomFillDialog
Action method to close the dialog with "OK".
RandomUtils - Class in net.sf.gridarta.utils
Random number utilities.
Range - Class in net.sf.gridarta.model.validation.checks
Represents a range of attribute values.
Range(int, int) - Constructor for class net.sf.gridarta.model.validation.checks.Range
Create a new instance.
RangeEntry<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 attribute to check.
RangeEntry(String, Range) - Constructor for class net.sf.gridarta.model.validation.checks.RangeEntry
Create a new instance.
read(ProjectSettings, AbstractResources<G, A, R>, ErrorView) - Method in interface net.sf.gridarta.model.configsource.ConfigSource
Reads config files.
read(ErrorView, List<G>) - Method in class net.sf.gridarta.model.resource.AbstractFilesResourcesReader
Reads the resources.
read(ErrorView, List<G>) - Method in class net.sf.gridarta.model.resource.AbstractResourcesReader
Reads the resources.
read() - Method in class net.sf.gridarta.utils.xml.FixedDtdInputStream
read(ProjectSettings, AbstractResources<G, A, R>, ErrorView) - Method in class net.sf.gridarta.var.atrinik.model.settings.CollectedConfigSource
Reads config files.
read(ProjectSettings, AbstractResources<G, A, R>, ErrorView) - Method in class net.sf.gridarta.var.atrinik.model.settings.FilesConfigSource
Reads config files.
read(ErrorView, List<GameObject>) - Method in class net.sf.gridarta.var.atrinik.resource.CollectedResourcesReader
Reads the resources.
read(ErrorView, List<GameObject>) - Method in class net.sf.gridarta.var.atrinik.resource.FilesResourcesReader
Reads the resources.
read(ProjectSettings, AbstractResources<G, A, R>, ErrorView) - Method in class net.sf.gridarta.var.crossfire.model.settings.CollectedConfigSource
Reads config files.
read(ProjectSettings, AbstractResources<G, A, R>, ErrorView) - Method in class net.sf.gridarta.var.crossfire.model.settings.FilesConfigSource
Reads config files.
read(ErrorView, List<GameObject>) - Method in class net.sf.gridarta.var.crossfire.resource.CollectedResourcesReader
Reads the resources.
read(ProjectSettings, AbstractResources<G, A, R>, ErrorView) - Method in class net.sf.gridarta.var.daimonin.model.settings.CollectedConfigSource
Reads config files.
read(ProjectSettings, AbstractResources<G, A, R>, ErrorView) - Method in class net.sf.gridarta.var.daimonin.model.settings.FilesConfigSource
Reads config files.
read(ErrorView, List<GameObject>) - Method in class net.sf.gridarta.var.daimonin.resource.CollectedResourcesReader
Reads the resources.
read(ErrorView, List<GameObject>) - Method in class net.sf.gridarta.var.daimonin.resource.FilesResourcesReader
Reads the resources.
readCollected(ProjectSettings, ErrorView) - Method in class net.sf.gridarta.model.resource.AbstractResources
Reads the resources from a collection.
readCollectedInt(ProjectSettings, ErrorView) - Method in class net.sf.gridarta.model.resource.AbstractResources
Reads the resources from a collection.
readCollectedInt(ProjectSettings, ErrorView) - Method in class net.sf.gridarta.var.atrinik.resource.DefaultResources
Reads the resources from a collection.
readCollectedInt(ProjectSettings, ErrorView) - Method in class net.sf.gridarta.var.crossfire.resource.DefaultResources
Reads the resources from a collection.
readCollectedInt(ProjectSettings, ErrorView) - Method in class net.sf.gridarta.var.daimonin.resource.DefaultResources
Reads the resources from a collection.
readFiles(ProjectSettings, ErrorView) - Method in class net.sf.gridarta.model.resource.AbstractResources
Reads the resources from individual files.
readFilesInt(ProjectSettings, ErrorView, List<G>) - Method in class net.sf.gridarta.model.resource.AbstractResources
Reads the resources from individual files.
readFilesInt(ProjectSettings, ErrorView, List<GameObject>) - Method in class net.sf.gridarta.var.atrinik.resource.DefaultResources
Reads the resources from individual files.
readFilesInt(ProjectSettings, ErrorView, List<GameObject>) - Method in class net.sf.gridarta.var.crossfire.resource.DefaultResources
Reads the resources from individual files.
readFilesInt(ProjectSettings, ErrorView, List<GameObject>) - Method in class net.sf.gridarta.var.daimonin.resource.DefaultResources
Reads the resources from individual files.
readGameObjectMatchers(Document, GameObjectMatchers, ErrorViewCollector) - Static method in class net.sf.gridarta.model.match.GameObjectMatchersParser
Parses a .xml file defining game object matchers.
readXmlStream(InputStream, String, String, String, String, ErrorHandler) - Static method in class net.sf.gridarta.utils.xml.ParseUtils
Reads an XML file.
readXmlUrl(URL, String, String, String, ErrorHandler) - Static method in class net.sf.gridarta.utils.xml.ParseUtils
Reads an XML file from an URL.
REAL_MAP_PLACEHOLDER - Static variable in class net.sf.gridarta.model.validation.checks.MapCheckerScriptChecker
The placeholder in the command's arguments for the real map path.
recalculateChances() - Method in class net.sf.gridarta.model.treasurelist.TreasureTreeNode
Recalculate the chances of objects in a treasureone list.
recalculateVisibleLines() - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Recalculates the number of visible lines.
RecentManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.misc
Manages the recent menu.
RecentManager(MapManager<G, A, R>, MapMenuPreferences) - Constructor for class net.sf.gridarta.gui.misc.RecentManager
Creates a new instance.
RecentMapMenuPreferences - Class in net.sf.gridarta.gui.mapmenu
An AbstractMapMenuPreferences implementation that manages recent menu entries.
RecentMapMenuPreferences(PathManager) - Constructor for class net.sf.gridarta.gui.mapmenu.RecentMapMenuPreferences
Creates a new instance.
recordMapSquare(MapSquare<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.SavedSquares
Records a map square as changed.
recursive() - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Return an object that is a recursive representation.
recursive() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Return an object that is a recursive representation.
RecursiveFileIterator - Class in net.sf.gridarta.model.io
An Iterator that recursively returns all files from a directory.
RecursiveFileIterator(File) - Constructor for class net.sf.gridarta.model.io.RecursiveFileIterator
Creates a new instance.
RecursiveGameObjectIterator<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.baseobject
Iterator for recursively iterating over GameObjectContainers.
RED_GREEN_BLUE_MASK - Static variable in class net.sf.gridarta.model.face.ColourFilter
The mask for selecting the red, green, and blue bits.
RED_MASK - Static variable in class net.sf.gridarta.model.face.ColourFilter
The mask for selecting the red bits.
redo(UndoModel<G, A, R>, MapModel<G, A, R>) - Static method in class net.sf.gridarta.actions.UndoActions
Perform a "redo" action on a MapModel.
redo() - Method in class net.sf.gridarta.gui.undo.UndoControl
"Redo" was selected.
redo() - Method in class net.sf.gridarta.model.undo.UndoModel
Perform a "redo" operation.
redoName() - Method in class net.sf.gridarta.model.undo.UndoModel
Return the "redo" operation name.
refresh(G) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.AbstractGameObjectAttributesTab
Refreshes the display.
refresh(G) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ArchTab
Refreshes the display.
refresh(G) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
Refreshes the display.
refresh(G) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.FaceTab
Refreshes the display.
refresh(G) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.MsgTextTab
Refreshes the display.
refresh(G) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.TextEditorTab
Refreshes the display.
refresh() - Method in class net.sf.gridarta.textedit.scripteditor.Actions
Refreshes the enable/disable state of all menus.
refreshAllMaps() - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
Refreshes all map views.
refreshDisplay(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.gui.panel.gameobjecttexteditor.GameObjectTextEditor
Refreshes the input field to show the attributes of a GameObject.
refreshSelectedGameObject() - Method in interface net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesModelListener
Called whenever the selected game object's attributes may have changed.
refreshStretchFactor() - Method in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
Invalidates stretch factor value calculated by DefaultIsoGameObject.getStretchFactor() and clears the stored stretched face.
regionMatches(boolean, Segment, int, CharSequence) - Static method in class net.sf.gridarta.textedit.textarea.SyntaxUtilities
Checks if a sub-region of a Segment is equal to a string.
registerActivePopup(CFPythonPopup) - Static method in class net.sf.gridarta.textedit.scripteditor.ScriptEditControl
Register last active popup.
reInit(String) - Method in class net.sf.gridarta.model.archetype.AbstractArchetypeBuilder
 
RelativeMapPath - Class in net.sf.gridarta.model.mapmodel
Represents a maps directory local map path.
RelativeMapPath() - Constructor for class net.sf.gridarta.model.mapmodel.RelativeMapPath
Creates a new instance.
RelativeMapPath(RelativeMapPath, String) - Constructor for class net.sf.gridarta.model.mapmodel.RelativeMapPath
Creates a new map path based on a parent map path.
RelativeMapPath(AbsoluteMapPath, AbsoluteMapPath) - Constructor for class net.sf.gridarta.model.mapmodel.RelativeMapPath
Creates a new instance as the difference between two absolute map paths.
relativeToAbsolute(String, String) - Static method in class net.sf.gridarta.model.io.PathManagerUtils
Converts a relative path to an absolute path.
release() - Method in class net.sf.gridarta.model.mapcontrol.DefaultMapControl
Decreases the use counter and possibly frees the map control.
release() - Method in interface net.sf.gridarta.model.mapcontrol.MapControl
Decreases the use counter and possibly frees the map control.
release(MapControl<G, A, R>) - Method in class net.sf.gridarta.model.mapmanager.AbstractMapManager
Releases a MapControl instance.
release(MapControl<G, A, R>) - Method in interface net.sf.gridarta.model.mapmanager.MapManager
Releases a MapControl instance.
released(MouseOpEvent<G, A, R>) - Method in interface net.sf.gridarta.gui.map.event.MouseOpListener
Mouse was released.
released(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.DeletionTool
Mouse was released.
released(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.InsertionTool
Mouse was released.
released(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.SelectionTool
Mouse was released.
released(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.VoidTool
Mouse was released.
releaseDrag() - Method in class net.sf.gridarta.action.ReleaseDragAction
Action method for "release drag".
ReleaseDragAction<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 finishes a selection process when the mouse button is released.
ReleaseDragAction() - Constructor for class net.sf.gridarta.action.ReleaseDragAction
 
reload() - Method in class net.sf.gridarta.model.face.AbstractFaceProvider
Reload faces.
reload() - Method in class net.sf.gridarta.model.face.EmptyFaceProvider
Reload faces.
reload() - Method in interface net.sf.gridarta.model.face.FaceProvider
Reload faces.
reloadAll() - Method in class net.sf.gridarta.model.face.FaceObjectProviders
Reloads all providers provided by this FaceObjects.
reloadFaces() - Method in class net.sf.gridarta.action.ReloadFacesAction
Invoked when the user wants to reload the images.
ReloadFacesAction<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 reloads all images from disk.
ReloadFacesAction(ArchetypeSet<G, A, R>, FaceObjectProviders) - Constructor for class net.sf.gridarta.action.ReloadFacesAction
Creates a new instance.
reloadMap() - Method in class net.sf.gridarta.gui.map.MapFileActions
Invoked when the user wants to reload the map to the previously saved state.
remove() - Method in class net.sf.gridarta.gui.map.mapactions.ExitIterator
remove(boolean) - Method in class net.sf.gridarta.gui.mapfiles.PickmapState
Removes this pickmap from its folder.
remove(G) - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Remove a GameObject from this container.
remove() - Method in class net.sf.gridarta.model.baseobject.RecursiveGameObjectIterator
remove() - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Remove this GameObject from its container.
remove() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Remove this GameObject from its container.
remove(V) - Method in class net.sf.gridarta.model.index.AbstractIndex
Removes a value from the cache.
remove(V) - Method in interface net.sf.gridarta.model.index.Index
Removes a value from the cache.
remove() - Method in class net.sf.gridarta.model.io.FlatFileIterator
remove() - Method in class net.sf.gridarta.model.io.RecursiveFileIterator
remove() - Method in class net.sf.gridarta.model.mapmodel.FilterGameObjectIterator
remove() - Method in class net.sf.gridarta.model.mapmodel.MapSquareIterator
remove() - Method in class net.sf.gridarta.model.mapmodel.TopLevelGameObjectIterator
remove(T) - Method in class net.sf.gridarta.utils.EventListenerList2
Removes a listener.
remove() - Method in class net.sf.gridarta.utils.xml.ElementsIterator
removeActionListener(ActionListener) - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxEditor
 
removeAll(JMenu) - Static method in class net.sf.gridarta.gui.utils.MenuUtils
Remove all menu entries.
removeAll() - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Removes all GameObjects from this container.
removeAll() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Removes all GameObjects from this container.
removeAll() - Method in class net.sf.gridarta.model.match.MutableOrGameObjectMatcher
Removes all GameObjectMatchers.
removeAllFromSeparator(JMenu) - Static method in class net.sf.gridarta.gui.utils.MenuUtils
Remove all menu entries from (but not including) the last separator.
removeAllPickmaps(boolean) - Method in class net.sf.gridarta.gui.mapfiles.MapFolder
Removes all PickmapState from this folder.
removeAllToSeparator(JMenu) - Static method in class net.sf.gridarta.gui.utils.MenuUtils
Remove all menu entries up to (but not including) the first separator.
removeArchetypeChooserFolderListener(ArchetypeChooserFolderListener<G, A, R>) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserFolder
Removes a listener to be notified of changes.
removeArchetypeChooserModelListener(ArchetypeChooserModelListener<G, A, R>) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserModel
Removes a listener to be notified of changes.
removeArchetypeChooserPanelListener(ArchetypeChooserPanelListener<G, A, R>) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserPanel
Removes a listener to be notified of changes.
removeArchetypeSetListener(ArchetypeSetListener<G, A, R>) - Method in interface net.sf.gridarta.model.archetypeset.ArchetypeSet
removeArchetypeSetListener(ArchetypeSetListener<G, A, R>) - Method in class net.sf.gridarta.model.archetypeset.DefaultArchetypeSet
removeArchObjectMatcher(GameObjectMatcher) - Method in class net.sf.gridarta.model.match.MutableOrGameObjectMatcher
Removes an GameObjectMatcher.
removeAttribute(int) - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesTableModel
Removes an attribute from the table.
removeAttribute(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Removes the String of an archetype attribute from the objectText.
removeAttribute(String) - Method in interface net.sf.gridarta.model.baseobject.Attributes
Removes the String of an archetype attribute from the objectText.
removeAttribute(String, AbstractBaseObject<?, ?, ?, ?>) - Method in class net.sf.gridarta.model.baseobject.GameObjectText
Removes an attribute.
removeAttribute(String, String) - Static method in class net.sf.gridarta.model.io.AttributeListUtils
Removes an attribute from an attribute list.
removeButton(AbstractButton) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.ButtonList
Removes a button.
removeButton(AbstractButton, boolean) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.DoubleButtonList
Removes a button.
removeConfigChangeListener(FilterConfigListener) - Method in class net.sf.gridarta.model.filter.AbstractFilterConfig
Removes a FilterConfigListener to be notified about changes.
removeConfigChangeListener(FilterConfigListener) - Method in interface net.sf.gridarta.model.filter.FilterConfig
Removes a FilterConfigListener to be notified about changes.
removeConfigListener(FilterConfigListener) - Method in class net.sf.gridarta.gui.filter.DefaultFilterControl
Removes a FilterConfigListener to be notified about changes.
removeConfigListener(FilterConfigListener) - Method in interface net.sf.gridarta.gui.filter.FilterControl
Removes a FilterConfigListener to be notified about changes.
removeDelayedMapModelListener(DelayedMapModelListener<G, A, R>) - Method in class net.sf.gridarta.gui.delayedmapmodel.DelayedMapModelListenerManager
Removes a DelayedMapModelListener to be notified.
removeDocument(Document) - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditUndoActions
Removes a document.
removeEditorSettingsListener(EditorSettingsListener) - Method in class net.sf.gridarta.model.settings.AbstractEditorSettings
Removes a EditorSettingsListener to be notified of changes.
removeEditorSettingsListener(EditorSettingsListener) - Method in interface net.sf.gridarta.model.settings.EditorSettings
Removes a EditorSettingsListener to be notified of changes.
removeEmptySquares(Size2D) - Method in class net.sf.gridarta.model.mapmodel.SavedSquares
Removes empty squares outside a given area.
removeEntry(int) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuLoader
Removes an entry.
removeErrorListViewListener(ErrorListViewListener) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ErrorListView
Removes an ErrorListViewListener to be notified about changes.
removeExitConnectorModelListener(ExitConnectorModelListener) - Method in class net.sf.gridarta.model.exitconnector.AbstractExitConnectorModel
Removes an ExitConnectorModelListener to be notified of changes.
removeExitConnectorModelListener(ExitConnectorModelListener) - Method in interface net.sf.gridarta.model.exitconnector.ExitConnectorModel
Removes an ExitConnectorModelListener to be notified of changes.
removeExiterListener(ExiterListener) - Method in class net.sf.gridarta.mainactions.DefaultExiter
Removes an ExiterListener to be notified.
removeExiterListener(ExiterListener) - Method in interface net.sf.gridarta.utils.Exiter
Removes an ExiterListener to be notified.
removeFaceObjectProvidersListener(FaceObjectProvidersListener) - Method in class net.sf.gridarta.model.face.FaceObjectProviders
Removes a FaceObjectProvidersListener to be notified about changes.
removeFilter(String) - Method in class net.sf.gridarta.gui.filter.DefaultFilterControl
removeFilter(String) - Method in class net.sf.gridarta.gui.filter.FilterComponent
 
removeFilter(String) - Method in interface net.sf.gridarta.gui.filter.FilterControl
 
removeFilter(String) - Method in class net.sf.gridarta.model.filter.NamedFilter
Removes a sub-filter.
removeFilterListener(NamedFilterListener) - Method in class net.sf.gridarta.model.filter.NamedFilter
Removes a NamedFilterListener to be notified about changes.
removeFolderListener(MapFolderListener<G, A, R>) - Method in class net.sf.gridarta.gui.mapfiles.MapFolder
Removes a MapFolderListener to be notified of events.
removeGameObject(G, boolean) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Delete an existing GameObject from the map.
removeGameObject(G, boolean) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Delete an existing GameObject from the map.
removeGameObjectAttributesControlListener(GameObjectAttributesControlListener) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesControl
removeGameObjectAttributesModelListener(GameObjectAttributesModelListener<G, A, R>) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesModel
Removes a listener to be notified.
removeGameObjectAttributesTabListener(GameObjectAttributesTabListener<G, A, R>) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.AbstractGameObjectAttributesTab
Removes a listener.
removeGameObjectAttributesTabListener(GameObjectAttributesTabListener<G, A, R>) - Method in interface net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesTab
Removes a listener.
removeIndexListener(IndexListener<V>) - Method in class net.sf.gridarta.model.index.AbstractIndex
Removes an IndexListener to be notified of changes.
removeIndexListener(IndexListener<V>) - Method in interface net.sf.gridarta.model.index.Index
Removes an IndexListener to be notified of changes.
removeLayoutComponent(Component) - Method in class net.sf.gridarta.gui.dialog.plugin.StackLayout
removeLayoutComponent(Component) - Method in class net.sf.gridarta.gui.utils.DirectionLayout
removeLayoutComponent(Component) - Method in class net.sf.gridarta.textedit.textarea.ScrollLayout
removeLightSource(MapSquare<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.MapSquare
Removes a light emitting game object that affects this map square.
removeMap(MutableTreeNode, MapFile) - Static method in class net.sf.gridarta.gui.mapmenu.MapMenuUtils
Removes all entries for a given map file.
removeMapArchObjectListener(MapArchObjectListener) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Unregisters an event listener.
removeMapArchObjectListener(MapArchObjectListener) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Unregisters an event listener.
removeMapControlListener(MapControlListener<G, A, R>) - Method in class net.sf.gridarta.model.mapcontrol.DefaultMapControl
Unregisters a MapControlListener.
removeMapControlListener(MapControlListener<G, A, R>) - Method in interface net.sf.gridarta.model.mapcontrol.MapControl
Unregisters a MapControlListener.
removeMapCursorListener(MapCursorListener<G, A, R>) - Method in class net.sf.gridarta.model.mapcursor.MapCursor
Remove a MapCursorListener.
removeMapFile(PickmapState<G, A, R>) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserModel
Removes a map file.
removeMapFolder(MapFolder<G, A, R>, boolean) - Method in class net.sf.gridarta.gui.mapfiles.MapFolderTree
Removes a map folder from this model.
removeMapGridListener(MapGridListener) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Removes a MapGridListener.
removeMapImageCacheListener(MapImageCacheListener<G, A, R>) - Method in class net.sf.gridarta.gui.mapimagecache.MapImageCache
Removes a MapControlListener to be notified.
removeMapManagerListener(MapManagerListener<G, A, R>) - Method in class net.sf.gridarta.model.mapmanager.AbstractMapManager
Removes a MapManagerListener to be notified.
removeMapManagerListener(MapManagerListener<G, A, R>) - Method in interface net.sf.gridarta.model.mapmanager.MapManager
Removes a MapManagerListener to be notified.
removeMapModelListener(MapModelListener<G, A, R>) - Method in class net.sf.gridarta.gui.copybuffer.CopyBuffer
Removes a MapModelListener to be notified about changes of the cut/copied game objects.
removeMapModelListener(MapModelListener<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Unregister a map listener.
removeMapModelListener(MapModelListener<G, A, R>) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Unregister a map listener.
removeMapTransactionListener(MapTransactionListener<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Unregisters a map transaction listener.
removeMapTransactionListener(MapTransactionListener<G, A, R>) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Unregisters a map transaction listener.
removeMapView(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewManager
Removes a map view.
removeMapViewManagerListener(MapViewManagerListener<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewManager
Removes a listener to be notified.
removeMapViewSettingsListener(MapViewSettingsListener) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Unregister a MapViewSettingsListener.
removeMapViewSettingsListener(MapViewSettingsListener) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Unregister a MapViewSettingsListener.
removeMapViewsListener(MapViewsListener<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViews
Removes a MapViewsListener to be notified of events.
removeMapViewsListener(MapControl<G, A, R>, MapViewsListener<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
Removes a MapViewsListener to be notified of events.
removeModelListener(MapFolderTreeListener<G, A, R>) - Method in class net.sf.gridarta.gui.mapfiles.MapFolderTree
Removes a MapFolderTreeListener to be informed about changes.
removeMouseListener(MouseListener) - Method in interface net.sf.gridarta.gui.map.renderer.MapRenderer
 
removeMouseMotionListener(MouseMotionListener) - Method in interface net.sf.gridarta.gui.map.renderer.MapRenderer
Removes a MouseMotionListener to be notified about mouse events.
removeNode(DefaultMutableTreeNode) - Method in class net.sf.gridarta.gui.mapmenu.MapMenu
Removes a node from the tree.
removeNode(String) - Method in class net.sf.gridarta.preferences.Storage
Remove a preference node including all preferences that it contains.
removeNodeSpi() - Method in class net.sf.gridarta.preferences.FilePreferences
removeNotify() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Called by the AWT when this component is removed from it's parent.
removeObjectChooserListener(ObjectChooserListener<G, A, R>) - Method in class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
Removes a listener to be notified.
removeObjectChooserListener(ObjectChooserListener<G, A, R>) - Method in interface net.sf.gridarta.gui.panel.objectchooser.ObjectChooser
Removes a listener to be notified.
removeParameter(int) - Method in class net.sf.gridarta.plugin.Plugin
Removes a plugin parameter.
removePending() - Method in class net.sf.gridarta.model.index.AbstractIndex
Returns one pending value.
removePending() - Method in interface net.sf.gridarta.model.index.Index
Returns one pending value.
removePickmap(PickmapState<G, A, R>, boolean) - Method in class net.sf.gridarta.gui.mapfiles.MapFolder
Removes a PickmapState from this folder.
removePickmapSettingsListener(PickmapSettingsListener) - Method in class net.sf.gridarta.model.pickmapsettings.AbstractPickmapSettings
Removes a PickmapSettingsListener to be notified about changes.
removePickmapSettingsListener(PickmapSettingsListener) - Method in interface net.sf.gridarta.model.pickmapsettings.PickmapSettings
Removes a PickmapSettingsListener to be notified about changes.
removePlugin(Plugin<G, A, R>) - Method in class net.sf.gridarta.plugin.PluginModel
 
removePluginListener(PluginListener) - Method in class net.sf.gridarta.plugin.Plugin
Removes a PluginListener to be notified about changes.
removePluginModelListener(PluginModelListener<G, A, R>) - Method in class net.sf.gridarta.plugin.PluginModel
Removes a listener to be informed of changes.
removePluginParameterListener(PluginParameterListener) - Method in class net.sf.gridarta.plugin.parameter.AbstractPluginParameter
Removes a listener to be notified.
removePluginParameterListener(PluginParameterListener) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameter
Removes a listener to be notified.
removeProjectSettingsListener(ProjectSettingsListener) - Method in class net.sf.gridarta.model.settings.AbstractProjectSettings
Removes a ProjectSettingsListener to be notified of changes.
removeProjectSettingsListener(ProjectSettingsListener) - Method in interface net.sf.gridarta.model.settings.ProjectSettings
Removes a ProjectSettingsListener to be notified of changes.
removeSelectedSquareListener(SelectedSquareModelListener<G, A, R>) - Method in class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareModel
Removes a SelectedSquareModelListener to be notified.
removeSpi(String) - Method in class net.sf.gridarta.preferences.FilePreferences
removeTabListener(TabListener) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Removes a TabListener to be notified.
removeTailParts() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Removes all tail parts of this game object.
removeTailParts() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Removes all tail parts of this game object.
removeTrailingWhitespace(CharSequence) - Static method in class net.sf.gridarta.utils.StringUtils
Removes trailing whitespace from a string.
removeTrailingWhitespaceFromLines(CharSequence) - Static method in class net.sf.gridarta.utils.StringUtils
Removes trailing whitespace from all lines of a string.
removeValue(String, String) - Method in class net.sf.gridarta.preferences.Storage
Remove the association (if any) for the specified key at a node.
RendererFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.map.renderer
Factory for creating MapRenderer instances.
repaintAllViews() - Method in class net.sf.gridarta.gui.map.mapview.MapViews
Repaints all MapViews.
repaintAllViews(MapControl<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
Repaints all MapViews of a MapControl.
repeat - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
Repeat - Class in net.sf.gridarta.textedit.textarea.actions
 
Repeat() - Constructor for class net.sf.gridarta.textedit.textarea.actions.Repeat
 
repeatCount - Variable in class net.sf.gridarta.textedit.textarea.InputHandler
 
replace() - Method in class net.sf.gridarta.mainactions.MainActions
"Replace" was selected from the Edit menu.
replace(G, G) - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Replace an GameObject with another one.
REPLACE - Static variable in class net.sf.gridarta.textedit.scripteditor.Actions
The "replace" action listener.
Replace - Class in net.sf.gridarta.textedit.textarea.actions
Action listener for "replace".
Replace() - Constructor for class net.sf.gridarta.textedit.textarea.actions.Replace
 
replace(JEditTextArea) - Method in class net.sf.gridarta.textedit.textarea.actions.Replace
Replace the next occurrence of Replace.textToFind with Replace.textToReplace.
replace(CharSequence) - Method in class net.sf.gridarta.utils.StringParameterBuilder
Replaces all parameters in a string.
Replace.ReplaceDialog - Class in net.sf.gridarta.textedit.textarea.actions
The replace dialog implementation.
replaceApply() - Method in class net.sf.gridarta.gui.dialog.replace.ReplaceDialog
Action method for Apply button.
replaceButton() - Method in class net.sf.gridarta.textedit.textarea.actions.Replace.ReplaceDialog
Action method for okay.
replaceCancel() - Method in class net.sf.gridarta.gui.dialog.replace.ReplaceDialog
Action method for Cancel button.
ReplaceDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.replace
This dialog manages the replace action.
ReplaceDialog(Component, CopyBuffer<G, A, R>, ObjectChooser<G, A, R>, FaceObjectProviders, InsertionModeSet<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.replace.ReplaceDialog
Creates a new instance.
ReplaceDialogManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.replace
Creates and displays the replace dialog.
ReplaceDialogManager(Component, CopyBuffer<G, A, R>, ObjectChooser<G, A, R>, MapViewManager<G, A, R>, FaceObjectProviders, InsertionModeSet<G, A, R>) - Constructor for class net.sf.gridarta.gui.dialog.replace.ReplaceDialogManager
Creates a new instance.
replaceOk() - Method in class net.sf.gridarta.gui.dialog.replace.ReplaceDialog
Action method for Ok button.
reportLoadError(File, String) - Method in class net.sf.gridarta.gui.misc.DefaultFileControl
reportLoadError(File, String) - Method in interface net.sf.gridarta.model.mapmanager.FileControl
 
reportOutOfMapBoundsDeleted(File, int, StringBuilder) - Method in class net.sf.gridarta.gui.misc.DefaultFileControl
reportOutOfMapBoundsDeleted(File, int, StringBuilder) - Method in interface net.sf.gridarta.model.mapmanager.FileControl
 
reportOutOfMemory(File) - Method in class net.sf.gridarta.gui.misc.DefaultFileControl
reportOutOfMemory(File) - Method in interface net.sf.gridarta.model.mapmanager.FileControl
 
reportSaveError(MapControl<G, A, R>, String) - Method in class net.sf.gridarta.gui.misc.DefaultFileControl
Reports an error while saving a map file to the user.
reportSaveError(File, String) - Method in class net.sf.gridarta.gui.misc.DefaultFileControl
Reports an error while saving a map file to the user.
reportSaveError(MapControl<G, A, R>, String) - Method in interface net.sf.gridarta.model.mapmanager.FileControl
Reports an error while saving a map file to the user.
reportSaveError(File, String) - Method in interface net.sf.gridarta.model.mapmanager.FileControl
Reports an error while saving a map file to the user.
reportTeleportCharacterError(String, String) - Method in class net.sf.gridarta.gui.misc.DefaultFileControl
Reports an error while teleporting a character to the current map.
reportTeleportCharacterError(String, String) - Method in interface net.sf.gridarta.model.mapmanager.FileControl
Reports an error while teleporting a character to the current map.
reRegister(Plugin<G, A, R>) - Method in class net.sf.gridarta.plugin.PluginModel
 
reset() - Method in class net.sf.gridarta.gui.filter.FilterState
Resets the state to no highlights.
reset() - Method in class net.sf.gridarta.model.filter.AbstractFilterConfig
Tells the filter we have finished with current map square and, perhaps, we are jumping on next one.
reset(C) - Method in interface net.sf.gridarta.model.filter.Filter
This tells the filter we have finished with current map square and, perhaps, we are jumping on next one.
reset() - Method in interface net.sf.gridarta.model.filter.FilterConfig
Tells the filter we have finished with current map square and, perhaps, we are jumping on next one.
reset(NamedFilterConfig) - Method in class net.sf.gridarta.model.filter.NamedFilter
This tells the filter we have finished with current map square and, perhaps, we are jumping on next one.
reset(NamedGameObjectMatcherFilterConfig) - Method in class net.sf.gridarta.model.filter.NamedGameObjectMatcherFilter
This tells the filter we have finished with current map square and, perhaps, we are jumping on next one.
resetConfig(NamedFilterConfig) - Method in class net.sf.gridarta.model.filter.NamedFilter
Disables all sub-filters.
resetMap(String) - Method in class net.sf.gridarta.actions.AbstractServerActions
Resets a map identified by the given map path.
resetMap(String) - Method in class net.sf.gridarta.var.atrinik.actions.AtrinikServerActions
Resets a map identified by the given map path.
resetModified() - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Resets the modified flag to false.
resetModified() - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Resets the modified flag to false.
resetModified() - Method in class net.sf.gridarta.plugin.Plugin
Marks the plugin as unmodified since last save.
resetModified() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Reset the "modified" state.
resetUndo(Document) - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditUndoActions
Forget all undo-able operations for a document.
resetView() - Method in class net.sf.gridarta.gui.map.viewaction.ViewActions
Action method for "reset view".
resize(Size2D) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Resizes the MapGrid.
resize(Size2D) - Method in class net.sf.gridarta.model.mapmodel.MapSquareGrid
Resizes the map grid to a new size.
resizeBackBuffer(Dimension) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Resizes the backing buffer to the new grid size.
resizeBackBuffer(Dimension) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatMapRenderer
Resizes the backing buffer to the new grid size.
resizeBackBuffer(Dimension) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatPickmapRenderer
Resizes the backing buffer to the new grid size.
resolveEntity(String, String) - Method in class net.sf.gridarta.utils.xml.FixedDtdEntityResolver
ResourceIcons - Class in net.sf.gridarta.utils
Creates ImageIcon instances from resources.
ResourceIcons() - Constructor for class net.sf.gridarta.utils.ResourceIcons
 
ResPreferences - Class in net.sf.gridarta.gui.dialog.prefs
Preferences Module for resource preferences.
ResPreferences(ProjectSettings, EditorSettings, ConfigSourceFactory) - Constructor for class net.sf.gridarta.gui.dialog.prefs.ResPreferences
Create a ResPreferences pane.
restoreMapProperties() - Method in class net.sf.gridarta.gui.map.maptilepane.AbstractMapTilePane
Restores the settings from the map.
reverse() - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
Return an object that is the reverse representation.
reverse() - Method in interface net.sf.gridarta.model.gameobject.GameObject
Return an object that is the reverse representation.
revert() - Method in class net.sf.gridarta.gui.dialog.prefs.AppPreferences
revert() - Method in class net.sf.gridarta.gui.dialog.prefs.DevPreferences
revert() - Method in class net.sf.gridarta.gui.dialog.prefs.GUIPreferences
revert() - Method in class net.sf.gridarta.gui.dialog.prefs.MapValidatorPreferences
revert() - Method in class net.sf.gridarta.gui.dialog.prefs.MiscPreferences
revert() - Method in class net.sf.gridarta.gui.dialog.prefs.NetPreferences
revert() - Method in class net.sf.gridarta.gui.dialog.prefs.ResPreferences
revert() - Method in class net.sf.gridarta.gui.dialog.prefs.UpdatePreferences
revert() - Method in class net.sf.gridarta.gui.mapfiles.PickmapState
Reverts this pickmap to its underlying map file.
revert(MapControl<G, A, R>) - Method in class net.sf.gridarta.model.mapmanager.AbstractMapManager
Reverts one map.
revert(MapControl<G, A, R>) - Method in interface net.sf.gridarta.model.mapmanager.MapManager
Reverts one map.
revertAll() - Method in class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsManager
Reverts all shortcuts to their default values.
revertMapFile(MapControl<G, A, R>, PickmapState<G, A, R>) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserModel
Reverts a map file.
revertPickmap() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Invoked when user wants to revert the current pickmap to previously saved state.
RIGHT - Static variable in class net.sf.gridarta.textedit.textarea.ScrollLayout
 
RND - Static variable in class net.sf.gridarta.utils.RandomUtils
Global random number generator.
ROTATE - Static variable in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
The name of the "rotate" attribute.
run() - Method in class net.sf.gridarta.commands.Collector
run(String, String, EditorFactory<G, A, R>, String, String...) - Method in class net.sf.gridarta.maincontrol.GridartaEditor
Runs the editor.
run(Iterable<String>) - Method in class net.sf.gridarta.maincontrol.GUIMainControl
Starts the editor: makes the main window visible and opens map files.
run() - Method in class net.sf.gridarta.plugin.BshThread
run() - Method in class net.sf.gridarta.updater.Updater
RUN_PLUGIN_SMALL_ICON - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
runPlugin(Plugin<G, A, R>) - Method in class net.sf.gridarta.gui.dialog.plugin.PluginController
 
runPlugin(String) - Method in class net.sf.gridarta.gui.dialog.plugin.PluginController
 
runPlugin(PluginParameters) - Method in class net.sf.gridarta.plugin.Plugin
 

S

SameMapException - Exception in net.sf.gridarta.model.mapmodel
Exception thrown if the destination path points to the source map.
SameMapException() - Constructor for exception net.sf.gridarta.model.mapmodel.SameMapException
 
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.PickmapState
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, MapFile) - Method in interface net.sf.gridarta.model.io.MapArchObjectParser
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 - 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, MapFile) - Method in class net.sf.gridarta.var.atrinik.model.io.MapArchObjectParser
Write a map arch object to a stream.
save(Appendable, MapArchObject, MapFile) - Method in class net.sf.gridarta.var.crossfire.model.io.MapArchObjectParser
Write a map arch object to a stream.
save(Appendable, MapArchObject, MapFile) - 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.
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.
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.
saveAllPlugins() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginController
Saves all modified plugins.
saveAlphaType(int) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
saveAlphaType(int) - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
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(MapFile) - Method in class net.sf.gridarta.model.mapcontrol.DefaultMapControl
Saves the file with the given map file.
saveAs(MapFile) - Method in interface net.sf.gridarta.model.mapcontrol.MapControl
Saves the file with the given map file.
saveAs(MapControl<G, A, R>) - Method in interface net.sf.gridarta.model.mapmanager.FileControl
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.
saveAsCsv(File) - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesTableModel
Saves the current contents as a CSV 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().
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.
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
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.
saveEnabled(String, boolean) - Method in class net.sf.gridarta.model.validation.DefaultValidatorPreferences
Saves the "enabled" attribute.
saveEnabled(String, boolean) - Method in interface net.sf.gridarta.model.validation.ValidatorPreferences
Saves the "enabled" attribute.
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).
saveGridVisible(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
saveGridVisible(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
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.
saveLightVisible(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
saveLightVisible(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
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.
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.
savePickmap() - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
Save current active pickmap.
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.scripts.SavePluginsAction
Saves all unsaved plugins.
SavePluginsAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.scripts
The action for saving modified plugins.
SavePluginsAction(PluginController<G, A, R>) - Constructor for class net.sf.gridarta.gui.scripts.SavePluginsAction
Creates a new instance.
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
saveTextToFile(File, String) - Method in class net.sf.gridarta.textedit.scripteditor.ScriptEditControl
Write the given text into the specified file.
saveTileStretching(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
saveTileStretching(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.DefaultMapViewSettings
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.
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.
scheduleAllMapModels() - Method in class net.sf.gridarta.gui.delayedmapmodel.DelayedMapModelListenerManager
Schedules all MapModels as changed.
scheduleMapModel(MapModel<G, A, R>) - Method in class net.sf.gridarta.gui.delayedmapmodel.DelayedMapModelListenerManager
Schedules a MapModel which has been changed.
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<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<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.scripts
Dialog to create events linked to item scripting.
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 - Interface in net.sf.gridarta.model.scripts
 
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<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.scripts
Dialog to edit events linked to item scripting.
ScriptedEventEditor(ProjectSettings, ScriptEditControl) - Constructor for class net.sf.gridarta.gui.scripts.ScriptedEventEditor
Creates a new instance.
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 - 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
 
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
 
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).
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.
ScriptTask - Enum in net.sf.gridarta.gui.scripts
ScriptUtils - Class in net.sf.gridarta.model.scripts
 
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
 
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
 
select(Point, SelectionMode) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Selects or deselects a single square.
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.archetype.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() - Constructor for class net.sf.gridarta.action.SelectArchAboveAction
 
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() - Constructor for class net.sf.gridarta.action.SelectArchBelowAction
 
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
 
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.
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.
selectedGameObjectChanged(G) - Method in interface net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesModelListener
Called whenever the selected game object has changed.
selectedPanelChanged(ArchetypeChooserPanel<G, A, R>) - Method in interface net.sf.gridarta.model.archetypechooser.ArchetypeChooserModelListener
The selected panel has changed.
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
 
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.
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.
selectEnd - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
selectHome - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
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.
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.
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.
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
 
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
 
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() - Constructor for class net.sf.gridarta.action.SelectSquareAction
 
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
 
SEPARATOR - Static variable in interface net.sf.gridarta.model.mapmodel.MapPath
A Pattern to split a map path's string representation into components.
set(int, int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaBrackets
Sets the highlighted bracket.
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.scripts.ImportPluginAction
Sets the Action instance for this editor action.
setAction(Action, String) - Method in class net.sf.gridarta.gui.scripts.SavePluginsAction
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(PickmapState<G, A, R>) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserView
Sets the active pickmap.
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.
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.
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.
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, AbstractBaseObject<?, ?, ?, ?>) - 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
 
setBlink(boolean) - Method in class net.sf.gridarta.textedit.textarea.TextAreaCaret
 
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.
setCaretVisible(boolean) - Method in class net.sf.gridarta.textedit.textarea.TextAreaCaret
Sets if the caret should be visible.
setChance(int) - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
Sets the chance attribute.
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.
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
Calls JFileChooser.setCurrentDirectory(File).
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.mapdesktop.MapDesktop
Sets the given level view as the current one.
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.
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
setDimensions(int, int) - Method in class net.sf.gridarta.model.face.StretchedImageFilter
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
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.
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 new instance.
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
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.
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.parameter.MapPathParameter
Sets the value from a File instance.
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.archetype.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.
setFirstLine(int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
 
setFirstLoad(int) - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
Sets the timestamp the Crossfire server has loaded this map.
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.
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.
setHeightDiff(boolean) - Method in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Sets the height diff attribute.
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
setHints(int) - Method in class net.sf.gridarta.model.face.StretchedImageFilter
setHorizontalOffset(int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Sets the horizontal offset of drawn lines.
setHorizontalOffset(int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
 
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.
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.
setInterpreterValues(Interpreter, PluginRunMode) - Method in class net.sf.gridarta.plugin.PluginParameters
Adds variables to a Interpreter instance.
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.archetype.ArchComboBoxEditor
 
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(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.
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.
setMagicCaret(int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaConfig
 
setMagicCaretPosition(int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Sets the `magic' caret position.
setMapFile(MapFile) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Sets the map file.
setMapFile(MapFile) - 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
 
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.
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.
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.
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.
setModifiers(int) - Method in class net.sf.gridarta.gui.map.event.MouseOpEvent
 
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.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, AbstractBaseObject<?, ?, ?, ?>) - Method in class net.sf.gridarta.model.baseobject.GameObjectText
Sets the object text.
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.
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.
setOverwrite(boolean) - Method in class net.sf.gridarta.textedit.textarea.TextAreaConfig
Sets whether overwrite mode is active.
setOverwriteEnabled(boolean) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Sets whether overwrite mode is active.
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
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class net.sf.gridarta.model.face.StretchedImageFilter
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class net.sf.gridarta.model.face.StretchedImageFilter
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.
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.
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).
setSavedSquares(SavedSquares<G, A, R>) - Method in class net.sf.gridarta.model.undo.UndoState
Records the affected map squares.
setScript(boolean) - Method in class net.sf.gridarta.plugin.Plugin
Sets whether this plugin is a stand-alone plugin.
setSelected(boolean) - Method in class net.sf.gridarta.gui.utils.tristate.TristateButtonModel
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.
setSelectedItem(Object) - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxModel
 
setSelectedItem(Object) - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.map.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.
setSelectedText(String) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Replaces the selection with the specified text.
setSelectedText(String) - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
Replaces the selection with the specified text.
setSelectedTool(String) - Method in class net.sf.gridarta.gui.panel.tools.ToolSelector
Makes a tool the currently selected tool to edit its options.
setSelection(int, int, int, int, boolean) - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
 
setSelectionRectangular(boolean) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Sets if the selection should be rectangular.
setSelectionRectangular(boolean) - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
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(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.
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.
setStretchedFactor(long) - Method in class net.sf.gridarta.model.face.StretchedImageFilter
Set the stretch factor for this instance.
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.
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.
setText(String) - Method in class net.sf.gridarta.textedit.textarea.TextAreaSelection
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".
setTileStretching(boolean) - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Sets whether tile-stretching of the current map is active.
setTileStretching(boolean) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Sets the tile-stretching setting.
setTileStretching(boolean) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Sets the tile-stretching setting.
setTileStretchingAbsolute(boolean) - Method in class net.sf.gridarta.mainactions.TileStretchingDialog
Action method for "absolute" action.
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.
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.
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.
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.
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(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 - Enum in net.sf.gridarta.gui.utils
Severity levels for colors of tabs.
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.
shift(Direction) - Method in class net.sf.gridarta.gui.misc.ShiftProcessor
Shift the map contents by one square.
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.
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 - 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.
showAttributeDialog(G) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialogFactory
Shows the game object attributes dialog for a given GameObject instance.
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(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.
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.
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.
showMainToolbarChanged(boolean) - Method in interface net.sf.gridarta.model.settings.EditorSettingsListener
Called whenever the visibility of the main toolbar has changed.
showMassChangeDialog(Component) - Method in class net.sf.gridarta.mainactions.MassChangeDialog
Displays the mass change dialog.
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.
showShortcutsDialog(Component) - Method in class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsManager
Displays a dialog to edit shortcuts.
showTileStretchingDialog(Component) - Method in class net.sf.gridarta.mainactions.TileStretchingDialog
Displays the tile stretching dialog.
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.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<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.
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.
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() - Constructor for class net.sf.gridarta.action.ShrinkSelectionAction
 
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.
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.
size() - Method in class net.sf.gridarta.gui.mapmenu.MapMenu
Returns the number of entries in this menu.
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() - 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.
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.
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.
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.
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.
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.
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.
smoothingChanged(boolean) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettingsListener
This event handler is called when the smoothing setting has changed.
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.
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.
SOUTH - Static variable in class net.sf.gridarta.model.autojoin.AutojoinList
 
SP - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The attribute name of the "sp" attribute.
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.
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).
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
 
SpellsUtils - Class in net.sf.gridarta.gui.spells
 
SpellsUtils(String) - Constructor for class net.sf.gridarta.gui.spells.SpellsUtils
Creates a new instance.
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_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() - Method in class net.sf.gridarta.model.index.MapsIndexer
Starts indexing.
start() - Method in class net.sf.gridarta.utils.CopyReader
Starts reading.
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() - Constructor for class net.sf.gridarta.action.StartStopDragAction
 
startup() - Method in class net.sf.gridarta.updater.UpdaterManager
Eventually perform an update during startup.
StatusBar<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.misc
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.
stop() - Method in class net.sf.gridarta.model.index.MapsIndexer
Stops indexing.
stop() - Method in class net.sf.gridarta.utils.CopyReader
Stops reading.
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.
StretchedImageFilter - Class in net.sf.gridarta.model.face
An ImageFilter that produces stretched faces.
StretchedImageFilter() - Constructor for class net.sf.gridarta.model.face.StretchedImageFilter
 
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 a new instance.
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
Creates a new instance.
StringUtils - Class in net.sf.gridarta.utils
Utility class for string manipulation.
SUB_LAYER - Static variable in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
The name of the "sub_layer" attribute.
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.
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() - Constructor for class net.sf.gridarta.action.SubFromSelectionAction
 
SUBTYPE_EVENT_CONNECTOR_TRIGGER - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
SwingUtils - Class in net.sf.gridarta.gui.utils
Utility class for Swing related functions.
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.
syncSpi() - Method in class net.sf.gridarta.preferences.FilePreferences
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.
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.
systemRoot() - Method in class net.sf.gridarta.preferences.FilePreferencesFactory

T

Tab - Class in net.sf.gridarta.gui.utils.tabbedpanel
A tab in a TabbedPanel component.
Tab(String, JComponent, Location, boolean, int, boolean) - Constructor for class net.sf.gridarta.gui.utils.tabbedpanel.Tab
Creates a new instance.
TabbedPanel - Class in net.sf.gridarta.gui.utils.tabbedpanel
A Component that always displays another component and optionally a number of tabs around it.
TabbedPanel(Component) - Constructor for class net.sf.gridarta.gui.utils.tabbedpanel.TabbedPanel
Creates a new instance.
TabButtonAction - Class in net.sf.gridarta.gui.utils.tabbedpanel
An Action for buttons in TabbedPanels.
TabButtonAction(String) - Constructor for class net.sf.gridarta.gui.utils.tabbedpanel.TabButtonAction
Creates a new instance.
tabButtonMoveToBottom() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.MoveToActions
Action method to move the menu to Location.BOTTOM.
tabButtonMoveToLeft() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.MoveToActions
Action method to move the menu to Location.LEFT.
tabButtonMoveToRight() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.MoveToActions
Action method to move the menu to Location.RIGHT.
tabButtonMoveToTop() - Method in class net.sf.gridarta.gui.utils.tabbedpanel.MoveToActions
Action method to move the menu to Location.TOP.
tabChanged(Tab, Tab) - Method in interface net.sf.gridarta.gui.utils.tabbedpanel.ButtonListsListener
Called whenever thee selected tab has changed.
TableHeaderCellRenderer - Class in net.sf.gridarta.gui.dialog.browsearchetypes
A TableCellRenderer that adds a closing icon.
TableHeaderCellRenderer(ImageIcon, TableCellRenderer) - Constructor for class net.sf.gridarta.gui.dialog.browsearchetypes.TableHeaderCellRenderer
Creates a new instance.
TableModel<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.dialog.findarchetypes
The model for displaying a set of archetypes.
TableModel(ArchetypeTypeSet) - Constructor for class net.sf.gridarta.gui.dialog.findarchetypes.TableModel
Creates a new instance.
TabListener - Interface in net.sf.gridarta.gui.utils.tabbedpanel
Interface for listeners interested in Tab related events.
tabSeverityChanged(GameObjectAttributesTab<G, A, R>, Severity) - Method in interface net.sf.gridarta.gui.panel.gameobjectattributes.GameObjectAttributesTabListener
A tab's severity has changed.
teleportCharacterToMap(String, int, int) - Method in class net.sf.gridarta.actions.AbstractServerActions
Teleports the character to the given map path.
teleportCharacterToMap(String, int, int) - Method in class net.sf.gridarta.var.atrinik.actions.AtrinikServerActions
Teleports the character to the given map path.
TextAreaBrackets - Class in net.sf.gridarta.textedit.textarea
Maintains information about the highlighted pairs of brackets.
TextAreaBrackets() - Constructor for class net.sf.gridarta.textedit.textarea.TextAreaBrackets
 
TextAreaCaret - Class in net.sf.gridarta.textedit.textarea
 
TextAreaCaret(boolean, boolean) - Constructor for class net.sf.gridarta.textedit.textarea.TextAreaCaret
 
TextAreaConfig - Class in net.sf.gridarta.textedit.textarea
Miscellaneous configuration settings for JEditTextArea.
TextAreaConfig(boolean, int) - Constructor for class net.sf.gridarta.textedit.textarea.TextAreaConfig
Creates a new instance.
TextAreaDefaults - Class in net.sf.gridarta.textedit.textarea
Encapsulates default settings for a text area.
TextAreaDefaults(ScriptEditControl, MenuEntries) - Constructor for class net.sf.gridarta.textedit.textarea.TextAreaDefaults
Creates a new instance.
TextAreaPainter - Class in net.sf.gridarta.textedit.textarea
The text area repaint manager.
TextAreaPainter(JEditTextArea, TextAreaSelection, TextAreaCaret, TextAreaDefaults, TextAreaBrackets, TextAreaConfig, boolean) - Constructor for class net.sf.gridarta.textedit.textarea.TextAreaPainter
Creates a new repaint manager.
TextAreaSelection - Class in net.sf.gridarta.textedit.textarea
 
TextAreaSelection(SyntaxDocument) - Constructor for class net.sf.gridarta.textedit.textarea.TextAreaSelection
Creates a new instance.
TextComponentUtils - Class in net.sf.gridarta.gui.utils
Utility class for JTextComponent related functions.
TextEditorTab<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.gameobjectattributes
The tab containing the game object text editor.
TextEditorTab(GameObjectAttributesModel<G, A, R>, ArchetypeTypeSet) - Constructor for class net.sf.gridarta.gui.panel.gameobjectattributes.TextEditorTab
Creates a new instance.
TEXTFIELD_COLUMNS - Static variable in class net.sf.gridarta.model.archetypetype.ArchetypeAttribute
The width (columns) for input fields like textfields or JChooseBoxes.
TextUtilities - Class in net.sf.gridarta.textedit.textarea
Class with several utility functions used by the text area component.
TILE_NORTH - Static variable in interface net.sf.gridarta.var.atrinik.IGUIConstants
 
TILE_NORTH - Static variable in interface net.sf.gridarta.var.daimonin.IGUIConstants
 
TileLink - Class in net.sf.gridarta.model.tiles
 
TileLink(String, MapLink[], Direction) - Constructor for class net.sf.gridarta.model.tiles.TileLink
Creates a new instance.
TilePanel - Class in net.sf.gridarta.gui.map.maptilepane
A tile panel displays exactly one direction for map tiling.
TilePanel(FileFilter, String, File, File) - Constructor for class net.sf.gridarta.gui.map.maptilepane.TilePanel
Creates a new instance.
TilePathsChecker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
Validator that checks whether all tile paths are valid.
TilePathsChecker(ValidatorPreferences, int) - Constructor for class net.sf.gridarta.model.validation.checks.TilePathsChecker
Create a TilePathsChecker.
TilePathsError<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 a map has wrong tile paths.
TilePathsError(MapModel<G, A, R>, Direction, String) - Constructor for class net.sf.gridarta.model.validation.errors.TilePathsError
Create a MapValidationError.
tileStretchingCancel() - Method in class net.sf.gridarta.mainactions.TileStretchingDialog
Action method to close the dialog with "Cancel".
tileStretchingChanged(boolean) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettingsListener
This event handler is called when the tile-stretching setting has changed.
tileStretchingClear() - Method in class net.sf.gridarta.mainactions.MainActions
Invoked when the user wants to clear tile stretching on the selected map squares.
tileStretchingDecrease() - Method in class net.sf.gridarta.mainactions.MainActions
Invoked when the user wants to decrease tile stretching on the selected map squares.
TileStretchingDialog - Class in net.sf.gridarta.mainactions
Displays a dialog asking for parameters for the "tile stretching set" function.
TileStretchingDialog() - Constructor for class net.sf.gridarta.mainactions.TileStretchingDialog
Creates a new instance.
tileStretchingIncrease() - Method in class net.sf.gridarta.mainactions.MainActions
Invoked when the user wants to increase tile stretching on the selected map squares.
tileStretchingOffsets(Point, boolean[]) - Method in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
Calculates the tile stretching Y offset.
tileStretchingOkay() - Method in class net.sf.gridarta.mainactions.TileStretchingDialog
Action method to close the dialog with "OK".
tileStretchingSet() - Method in class net.sf.gridarta.mainactions.MainActions
Invoked when the user wants to set tile stretching on the selected map squares.
tipOfTheDay() - Method in class net.sf.gridarta.action.TipOfTheDayAction
Shows the "tip of the day" dialog.
TipOfTheDayAction - Class in net.sf.gridarta.action
An EditorAction that shows the "tip of the day" dialog.
TipOfTheDayAction(Frame) - Constructor for class net.sf.gridarta.action.TipOfTheDayAction
Creates a new instance.
TITLE - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The attribute name of the object's title.
toggleEditType(int) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Toggle an edit type.
toggleEditType(int) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Toggle an edit type.
toggleRectangle - Variable in class net.sf.gridarta.textedit.textarea.actions.InputActions
 
ToggleRectangle - Class in net.sf.gridarta.textedit.textarea.actions
 
ToggleRectangle() - Constructor for class net.sf.gridarta.textedit.textarea.actions.ToggleRectangle
 
toggleTabSplitMode(Tab) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.ButtonLists
 
ToggleTristateCheckBox - Class in net.sf.gridarta.gui.utils
A TristateCheckBox that skips the indeterminate state when activated.
ToggleTristateCheckBox(String) - Constructor for class net.sf.gridarta.gui.utils.ToggleTristateCheckBox
Creates a new instance.
Token - Class in net.sf.gridarta.textedit.textarea
A linked list of tokens.
Token(int, byte) - Constructor for class net.sf.gridarta.textedit.textarea.Token
Creates a new token.
TokenMarker - Class in net.sf.gridarta.textedit.textarea.tokenmarker
A token marker that splits lines of text into tokens.
TokenMarker() - Constructor for class net.sf.gridarta.textedit.textarea.tokenmarker.TokenMarker
Creates a new TokenMarker.
TokenMarkerFactory - Class in net.sf.gridarta.textedit.textarea.tokenmarker
A factory for creatingTokenMarker instances for Files.
Tool<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.gui.panel.tools
Interface for tools that are used to manipulate maps.
ToolPalette<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.tools
Pane for controlling which mouse to select and configure tools for.
ToolPalette(MapViewSettings, SelectedSquareModel<G, A, R>, ObjectChooser<G, A, R>, PickmapSettings, GameObjectMatcher, GameObjectMatcher, GameObjectMatcher, InsertionModeSet<G, A, R>) - Constructor for class net.sf.gridarta.gui.panel.tools.ToolPalette
Create a ToolPalette.
ToolSelector<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.tools
User interface for selecting a tool and displaying its options.
ToolSelector(String, MapViewSettings, SelectedSquareModel<G, A, R>, ObjectChooser<G, A, R>, PickmapSettings, GameObjectMatcher, GameObjectMatcher, GameObjectMatcher, InsertionModeSet<G, A, R>) - Constructor for class net.sf.gridarta.gui.panel.tools.ToolSelector
Creates a new instance.
ToolTipAppender<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.renderer
 
ToolTipAppender(GameObjectParser<G, A, R>) - Constructor for class net.sf.gridarta.gui.map.renderer.ToolTipAppender
Creates a new instance.
ToolTipProvider<T> - Interface in net.sf.gridarta.gui.utils
Interface for classes providing per-item tooltip text for GList instances.
TopLevelGameObjectIterator<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmodel
Iterator for iterating over top-level game object of a map model.
TopLevelGameObjectIterator(MapModel<G, A, R>, Point, int, boolean) - Constructor for class net.sf.gridarta.model.mapmodel.TopLevelGameObjectIterator
Creates a new instance.
TopmostInsertionMode<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.mapmodel
Insert topmost.
TopmostInsertionMode() - Constructor for class net.sf.gridarta.model.mapmodel.TopmostInsertionMode
 
toString() - Method in enum net.sf.gridarta.gui.mapimagecache.ImageType
toString() - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntry
toString() - Method in class net.sf.gridarta.gui.mapmenu.MapMenuLoader.Result
toString() - Method in class net.sf.gridarta.gui.utils.DirectionLayout
toString() - Method in class net.sf.gridarta.model.anim.DefaultAnimationObject
The String representation of an AnimationObject is suitable for writing into the animations file.
toString() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttribute
toString() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeDefinition
toString() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSection
toString() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
toString(StringBuilder) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
Appends a string representation of this instance to a StringBuilder.
toString() - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
toString(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Returns a string representation of this game object.
toString(String) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Returns a string representation of this game object.
toString() - Method in class net.sf.gridarta.model.baseobject.GameObjectContainer
toString() - Method in class net.sf.gridarta.model.configsource.AbstractConfigSource
toString() - Method in interface net.sf.gridarta.model.configsource.ConfigSource
toString() - Method in class net.sf.gridarta.model.data.AbstractNamedObject
toString() - Method in interface net.sf.gridarta.model.data.NamedObject
toString() - Method in class net.sf.gridarta.model.data.NamedTreeNode
toString() - Method in enum net.sf.gridarta.model.errorview.ErrorViewCategory
toString() - Method in class net.sf.gridarta.model.exitconnector.ExitLocation
toString() - Method in class net.sf.gridarta.model.maplocation.MapLocation
toString() - Method in class net.sf.gridarta.model.mapmodel.AboveFloorInsertionMode
toString() - Method in class net.sf.gridarta.model.mapmodel.AbsoluteMapPath
toString() - Method in class net.sf.gridarta.model.mapmodel.AutoInsertionMode
toString() - Method in class net.sf.gridarta.model.mapmodel.BelowFloorInsertionMode
toString() - Method in class net.sf.gridarta.model.mapmodel.BottommostInsertionMode
toString() - Method in class net.sf.gridarta.model.mapmodel.MapFile
toString() - Method in class net.sf.gridarta.model.mapmodel.MapSquare
}
toString() - Method in class net.sf.gridarta.model.mapmodel.RelativeMapPath
toString() - Method in class net.sf.gridarta.model.mapmodel.TopmostInsertionMode
toString() - Method in class net.sf.gridarta.model.match.TypeNrsGameObjectMatcher
toString() - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
toString() - Method in class net.sf.gridarta.model.treasurelist.TreasureTreeNode
toString(O) - Method in interface net.sf.gridarta.model.validation.errors.Formatter
Returns a string representation of an object.
toString(G) - Method in class net.sf.gridarta.model.validation.errors.GameObjectFormatter
 
toString(MapSquare<G, A, R>) - Method in class net.sf.gridarta.model.validation.errors.MapSquareFormatter
 
toString() - Method in class net.sf.gridarta.model.validation.errors.ValidationError
The String representation of an error is its title.
toString() - Method in class net.sf.gridarta.plugin.Plugin
toString() - Method in class net.sf.gridarta.textedit.textarea.SyntaxStyle
toString() - Method in class net.sf.gridarta.textedit.textarea.Token
Returns a string representation of this token.
toString() - Method in class net.sf.gridarta.utils.EventListenerList2
toString() - Method in class net.sf.gridarta.utils.Size2D
toString() - Method in class net.sf.gridarta.utils.WrappingStringBuilder
Return the concatenated words as a string.
toXML(FilterConfig<?, ?>) - Method in class net.sf.gridarta.model.filter.FilterParser
Export the filter configuration settings.
toXML(PluginParameter<G, A, R, ?>) - Method in class net.sf.gridarta.plugin.parameter.PluginParameterCodec
Returns the XML representation of a PluginParameter.
toXML(PluginParameter<G, A, R, ?>) - Method in class net.sf.gridarta.plugin.Plugin
Returns XML representation for a PluginParameter.
toXML(Plugin<G, A, R>) - Method in class net.sf.gridarta.plugin.PluginModelParser
Converts a Plugin instance to XML representation.
TransferableTreeNode - Class in net.sf.gridarta.gui.mapmenu
A Transferable that transfers TreePath instances.
TransferableTreeNode(TreePath) - Constructor for class net.sf.gridarta.gui.mapmenu.TransferableTreeNode
Creates a new instance.
transientGameObjectChange() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Records that this game object has changed but need not be restored by undo/redo actions.
transientGameObjectChange(G) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Method to notify the model that a game object was changed but need not be restored by undo/redo.
transientGameObjectChange(G) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
Method to notify the model that a game object was changed but need not be restored by undo/redo.
TREASURE_LIST - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
TREASURE_NO - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
TREASURE_YES - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
TreasureCellRenderer - Class in net.sf.gridarta.gui.treasurelist
This cell renderer is responsible for drawing the treasure-object cells in the JTree.
TreasureCellRenderer(ArchetypeSet<?, ?, ?>, DefaultMutableTreeNode, FaceObjectProviders, ResourceIcons) - Constructor for class net.sf.gridarta.gui.treasurelist.TreasureCellRenderer
Create a TreasureCellRenderer: load icons and initialize fonts.
TreasureListsParser - Class in net.sf.gridarta.model.treasurelist
Utility class for loadings the TreasureLists.xml file.
TreasureListTreasureObj - Class in net.sf.gridarta.model.treasurelist
A TreasureObj representing a "treasure" entry.
TreasureListTreasureObj(String, TreasureListTreasureObjType) - Constructor for class net.sf.gridarta.model.treasurelist.TreasureListTreasureObj
Creates a new instance.
TreasureListTreasureObjType - Enum in net.sf.gridarta.model.treasurelist
Type of TreasureListTreasureObj instances.
TreasureLoader - Class in net.sf.gridarta.model.treasurelist
Loader for treasure list files.
TreasureObj - Class in net.sf.gridarta.model.treasurelist
Subclass: UserObject (= content object) for nodes in the CFTreasureListTree These can be either treasurelists (containers), arches, or yes/no containers.
TreasureObj(String, boolean, boolean) - Constructor for class net.sf.gridarta.model.treasurelist.TreasureObj
Creates a new instance.
TreasureObjVisitor - Interface in net.sf.gridarta.model.treasurelist
Interface for visitors of TreasureObj instances.
TREASUREONE_LIST - Static variable in class net.sf.gridarta.utils.ResourceIcons
 
TreasureTree - Class in net.sf.gridarta.model.treasurelist
Stores all defined treasure lists.
TreasureTree(DefaultMutableTreeNode) - Constructor for class net.sf.gridarta.model.treasurelist.TreasureTree
Creates a new instance.
TreasureTreeNode - Class in net.sf.gridarta.model.treasurelist
Subclass: Nodes in the CFTreasureListTree.
TreasureTreeNode(TreasureObj) - Constructor for class net.sf.gridarta.model.treasurelist.TreasureTreeNode
Construct tree node with specified content object.
TreeChooseAction - Class in net.sf.gridarta.gui.utils
Action for choosing a face or animation.
TreeChooseAction(String, JTextComponent, NamedObjects<? extends NamedObject>, FaceObjectProviders) - Constructor for class net.sf.gridarta.gui.utils.TreeChooseAction
Create a TreeChooseAction.
TreeDragSource - Class in net.sf.gridarta.gui.mapmenu
Implements a drag source for JTree instances.
TreeDragSource(JTree, int) - Constructor for class net.sf.gridarta.gui.mapmenu.TreeDragSource
Creates a new instance.
TreeDropTarget - Class in net.sf.gridarta.gui.mapmenu
Tracks JTree instances for drop targets.
TreeDropTarget(JTree) - Constructor for class net.sf.gridarta.gui.mapmenu.TreeDropTarget
Creates a new instance.
trimToSize(int) - Method in class net.sf.gridarta.model.undo.UndoModel
Discard old undo information.
TristateButtonModel - Class in net.sf.gridarta.gui.utils.tristate
A JToggleButton.ToggleButtonModel supporting three states (deselected, indeterminate, selected).
TristateButtonModel(TristateState) - Constructor for class net.sf.gridarta.gui.utils.tristate.TristateButtonModel
Creates a new instance.
TristateButtonModel() - Constructor for class net.sf.gridarta.gui.utils.tristate.TristateButtonModel
Create a new instance.
TristateCheckBox - Class in net.sf.gridarta.gui.utils.tristate
A JCheckBox that supports three states: deselected, indeterminate, selected.
TristateCheckBox(String) - Constructor for class net.sf.gridarta.gui.utils.tristate.TristateCheckBox
Creates a new instance without icon which is initially TristateState.DESELECTED.
TristateState - Enum in net.sf.gridarta.gui.utils.tristate
Possible states for TristateButtonModels.
TYPE - Static variable in interface net.sf.gridarta.model.baseobject.BaseObject
The attribute name of the object's type.
Type<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
Manages all checks for one game object type.
Type() - Constructor for class net.sf.gridarta.model.validation.checks.Type
 
TYPE_ALTAR - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_ALTAR - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_ALTAR - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_ALTAR_TRIGGER - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_ALTAR_TRIGGER - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_AMULET - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_APPLYABLE_LIGHT - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_APPLYABLE_LIGHT - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_BOOTS - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_BRACERS - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_BREASTPLATE_ARMOR - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_BUTTON - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_BUTTON - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_BUTTON - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_CLOAK - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_CONNECTION_SENSOR - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_CONNECTION_SENSOR - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_CONTAINER - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_CONTAINER - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_CONTAINER - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_CREATOR - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_CREATOR - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_CREATOR - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_DETECTOR - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_DETECTOR - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_DETECTOR - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_DIRECTOR - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_DIRECTOR - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_DIRECTOR - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_DUPLICATOR - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_ENVIRONMENT_SENSOR - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_ENVIRONMENT_SENSOR - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_EVENT_CONNECTOR - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_EVENT_OBJECT - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_EVENT_OBJECT - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_EXIT - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_EXIT - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_EXIT - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_FLOOR - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_FLOOR - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_FLOOR - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_GATE - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_GATE - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_GATE - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_GIRDLE - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_GLOVES - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_HANDLE - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_HANDLE - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_HANDLE - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_HANDLE_TRIGGER - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_HANDLE_TRIGGER - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_HELMET - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_INVENTORY_CHECKER - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_INVENTORY_CHECKER - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_INVENTORY_CHECKER - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_LIGHT_SOURCE - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_LIGHT_SOURCE - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_LOCKED_DOOR - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_LOCKED_DOOR - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_LOCKED_DOOR - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_MAGIC_EAR - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_MAGIC_MOUTH - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_MAGIC_WALL - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_MAGIC_WALL - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_MAGIC_WALL - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_MARKER - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_MARKER - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_MARKER - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_MISC - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_MOB - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_MOB - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_MOOD_FLOOR - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_MOOD_FLOOR - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_MOOD_FLOOR - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_PEDESTAL - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_PEDESTAL - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_PEDESTAL - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_PEDESTAL_TRIGGER - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_PIT - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_PIT - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_PIT - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_RING - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_SHIELD - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_SHOP_FLOOR - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_SHOP_FLOOR - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_SIGN_MAGIC_MOUTH - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_SIGN_MAGIC_MOUTH - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_SPAWN_POINT - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_SPAWN_POINT - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_SPAWN_POINT_MOB - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_SPAWN_POINT_MOB - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_SPECIAL_KEY - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_SPECIAL_KEY - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_SPECIAL_KEY - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_SPELL - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_TELEPORTER - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_TELEPORTER - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_TELEPORTER - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_TIMED_GATE - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_TIMED_GATE - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_TIMED_GATE - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_TIMER - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_TIMER - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_TRAP - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_TRIGGER - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_TRIGGER_ALTAR - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_TRIGGER_BUTTON - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_TRIGGER_BUTTON - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_TRIGGER_BUTTON - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_TRIGGER_MARKER - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_TRIGGER_PEDESTAL - Static variable in interface net.sf.gridarta.var.atrinik.model.archetype.Archetype
 
TYPE_TRIGGER_PEDESTAL - Static variable in interface net.sf.gridarta.var.daimonin.model.archetype.Archetype
 
TYPE_WALL - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPE_WEAPON - Static variable in interface net.sf.gridarta.var.crossfire.model.archetype.Archetype
 
TYPEDEF_FILE - Static variable in class net.sf.gridarta.utils.CommonConstants
Name of the file that contains the type definitions.
typeName(int) - Method in class net.sf.gridarta.gui.scripts.AbstractScriptArchUtils
Returns a human readable name for an event type.
typeName(int) - Method in class net.sf.gridarta.model.scripts.AbstractScriptedEvent
 
typeName(int) - Method in interface net.sf.gridarta.model.scripts.ScriptArchUtils
Returns a human readable name for an event type.
typeName(int) - Method in class net.sf.gridarta.var.atrinik.model.scripts.DefaultScriptedEvent
typeName(int) - Method in class net.sf.gridarta.var.crossfire.model.scripts.DefaultScriptedEvent
typeName(int) - Method in class net.sf.gridarta.var.daimonin.model.scripts.DefaultScriptedEvent
TypeNrsGameObjectMatcher - Class in net.sf.gridarta.model.match
An GameObjectMatcher matching certain archetype types.
TypeNrsGameObjectMatcher(int...) - Constructor for class net.sf.gridarta.model.match.TypeNrsGameObjectMatcher
Creates a new instance.

U

UndefinedAnimError<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 GameObjectValidationError indicating a game object references an undefined animation.
UndefinedAnimError(G, String) - Constructor for class net.sf.gridarta.model.validation.errors.UndefinedAnimError
Creates a new instance.
UndefinedArchetype - Class in net.sf.gridarta.var.atrinik.model.archetype
Implements an undefined Atrinik archetype.
UndefinedArchetype(String, FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.var.atrinik.model.archetype.UndefinedArchetype
Create a new undefined archetype with the given archetype name.
UndefinedArchetype - Class in net.sf.gridarta.var.crossfire.model.archetype
Implements an undefined Crossfire archetype.
UndefinedArchetype(String, FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.var.crossfire.model.archetype.UndefinedArchetype
Create a new undefined archetype with the given archetype name.
UndefinedArchetype - Class in net.sf.gridarta.var.daimonin.model.archetype
Implements an undefined Daimonin archetype.
UndefinedArchetype(String, FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.var.daimonin.model.archetype.UndefinedArchetype
Create a new undefined archetype with the given archetype name.
UndefinedArchetypeChecker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
Check that no game object references an undefined archetype.
UndefinedArchetypeChecker(ValidatorPreferences) - Constructor for class net.sf.gridarta.model.validation.checks.UndefinedArchetypeChecker
Creates a new instance.
UndefinedArchetypeError<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 ValidationError that refers to an undefined archetype.
UndefinedArchetypeError(G) - Constructor for class net.sf.gridarta.model.validation.errors.UndefinedArchetypeError
Create a new instance.
UndefinedArchetypeException - Exception in net.sf.gridarta.model.archetype
Exception thrown if an Archetype does not exist.
UndefinedArchetypeException(String) - Constructor for exception net.sf.gridarta.model.archetype.UndefinedArchetypeException
Creates a new instance.
UndefinedEventArchetypeException - Exception in net.sf.gridarta.model.scripts
This exception is thrown if an event game object cannot be created.
UndefinedEventArchetypeException(String) - Constructor for exception net.sf.gridarta.model.scripts.UndefinedEventArchetypeException
Creates a new instance.
UndefinedEventArchetypeException(String, Throwable) - Constructor for exception net.sf.gridarta.model.scripts.UndefinedEventArchetypeException
Creates a new instance.
UndefinedEventArchetypeNameException - Exception in net.sf.gridarta.model.scripts
This class implements an UndefinedEventArchetypeException that describes a missing archetype.
UndefinedEventArchetypeNameException(String, Throwable) - Constructor for exception net.sf.gridarta.model.scripts.UndefinedEventArchetypeNameException
Create a new instance.
UndefinedEventArchetypeTypeException - Exception in net.sf.gridarta.model.scripts
This class implements an UndefinedEventArchetypeException that describes an invalid event type.
UndefinedEventArchetypeTypeException(int) - Constructor for exception net.sf.gridarta.model.scripts.UndefinedEventArchetypeTypeException
Create a new instance.
UndefinedFaceChecker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
Checks that a game object does not reference an undefined face.
UndefinedFaceChecker(ValidatorPreferences) - Constructor for class net.sf.gridarta.model.validation.checks.UndefinedFaceChecker
Creates a new instance.
UndefinedFaceError<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 GameObjectValidationError indicating a game object references an undefined face.
UndefinedFaceError(G, String) - Constructor for class net.sf.gridarta.model.validation.errors.UndefinedFaceError
Creates a new instance.
undo(UndoModel<G, A, R>, MapModel<G, A, R>) - Static method in class net.sf.gridarta.actions.UndoActions
Perform an "undo" action on a MapModel.
undo() - Method in class net.sf.gridarta.gui.undo.UndoControl
"Undo" was selected.
undo() - Method in class net.sf.gridarta.model.undo.UndoModel
Perform an "undo" operation.
UndoActions - Class in net.sf.gridarta.actions
Utility class implementing undo and redo actions.
UndoControl<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.undo
Implements the controller for undo/redo actions.
UndoControl(MapManager<G, A, R>, GameObjectFactory<G, A, R>, GameObjectMatchers) - Constructor for class net.sf.gridarta.gui.undo.UndoControl
Create a new instance.
UndoModel<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.undo
Maintains the undo state for one map control.
UndoModel(GameObjectFactory<G, A, R>, GameObjectMatchers, MapTransactionListener<G, A, R>) - Constructor for class net.sf.gridarta.model.undo.UndoModel
Creates a new instance.
undoName() - Method in class net.sf.gridarta.model.undo.UndoModel
Return the "undo" operation name.
UndoState<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.undo
Holds information to undo/redo one edit operation.
UndoState(String, A) - Constructor for class net.sf.gridarta.model.undo.UndoState
Create a new instance.
UndoType - Enum in net.sf.gridarta.model.undo
Represents the type of undo recording.
unlockEditor() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxEditor
 
unPreSelect(Point, Point) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Pre-selection of rectangle defined by points gets deleted.
UnsavedMapException - Exception in net.sf.gridarta.model.mapmodel
Exception thrown if an operation is attempted on an unsaved map.
UnsavedMapException() - Constructor for exception net.sf.gridarta.model.mapmodel.UnsavedMapException
 
unSelect() - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Clears all selection and pre-selection flags from the grid.
UNSET - Static variable in class net.sf.gridarta.model.treasurelist.TreasureObj
Unset values.
unsetComponent(Location, boolean) - Method in class net.sf.gridarta.gui.utils.borderpanel.BorderPanel
Unsets the optional Component for a location.
unSetCursor(Point) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Un-highlights the given cursor position.
unsetEditType(int) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Set the map view to hide squares of the given type.
unsetEditType(int) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Set the map view to hide squares of the given type.
UnsetSlayingChecker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
Checks that a game object does not set a custom type.
UnsetSlayingChecker(ValidatorPreferences, Integer...) - Constructor for class net.sf.gridarta.model.validation.checks.UnsetSlayingChecker
Create a new instance.
UnsetSlayingError<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 indicating a game object with a custom type.
UnsetSlayingError(G) - Constructor for class net.sf.gridarta.model.validation.errors.UnsetSlayingError
Create a new instance.
update(MapImageCache<?, ?, ?>) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuAction
Updates properties.
update(GameObjectContainer<?, ?, ?>, GameObject<?, ?, ?>) - Method in class net.sf.gridarta.gui.panel.selectedsquare.ModelUpdater
Updates the model to reflect a MapSquare.
update() - Method in class net.sf.gridarta.updater.UpdaterManager
Perform an update.
updateAction() - Method in class net.sf.gridarta.action.AbstractMapCursorAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.AddToSelectionAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.DeleteArchAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.GoLocationAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.InsertArchAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.ReleaseDragAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.SelectArchAboveAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.SelectArchBelowAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.SelectSquareAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.StartStopDragAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.SubFromSelectionAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.gui.map.viewaction.ViewAction
Update the action's state to match the current edit type settings.
updateAll() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Callback function that is called when any square may have changed.
updateAll() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatMapRenderer
Callback function that is called when any square may have changed.
updateAll() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatPickmapRenderer
Callback function that is called when any square may have changed.
updateArchetype() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Called whenever BaseObject.getArchetype() has changed.
updateDirection(Integer) - Method in class net.sf.gridarta.gui.utils.DirectionComponent
Sets the selected direction.
updateEnabled(boolean) - Method in class net.sf.gridarta.gui.utils.DirectionComponent
Enables/disables the direction buttons for a given archetype.
updateErrors(ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ErrorListView
Updates the errors for the current map.
updateExitObject(BaseObject<?, ?, ?, ?>, boolean, MapFile) - Method in class net.sf.gridarta.model.exitconnector.ExitLocation
Updates exit information.
updateIconLabel() - Method in class net.sf.gridarta.gui.utils.AnimTreeChooseAction
Updates the icon of AnimTreeChooseAction.icon to reflect the current animation name.
updateIconLabel() - Method in class net.sf.gridarta.gui.utils.FaceTreeChooseAction
Updates the icon of FaceTreeChooseAction.icon to reflect the current face name.
updateModifiedAttribute(String) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Updates the "Modified:" attribute in the message text.
updateModifiedAttribute(String) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Updates the "Modified:" attribute in the message text.
updateOkButton() - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractNewMapDialog
Updates the enabled state of the "OK" button depending on the dialog's contents.
UpdatePreferences - Class in net.sf.gridarta.gui.dialog.prefs
Preferences Module for update preferences.
UpdatePreferences() - Constructor for class net.sf.gridarta.gui.dialog.prefs.UpdatePreferences
Creates a new instance.
updatePreSelect(Point, Point, Point) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Update the pre-selection rectangle.
Updater - Class in net.sf.gridarta.updater
This class handles updating the map editor.
Updater(Component, Exiter, String) - Constructor for class net.sf.gridarta.updater.Updater
Create a new instance.
updateRAState() - Method in class net.sf.gridarta.gui.map.maptilepane.TilePanel
Updates the state of the TilePanel.raSwitch.
UpdaterManager - Class in net.sf.gridarta.updater
This class handles updating the map editor.
UpdaterManager(Exiter, MapManager<?, ?, ?>, Component, String) - Constructor for class net.sf.gridarta.updater.UpdaterManager
Creates a new instance.
updateScrollBars() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Updates the state of the scroll bars.
updateSquare(Point) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Callback function that is called when a square may have changed.
updateSquare(Point) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatMapRenderer
Callback function that is called when a square may have changed.
updateSquare(Point) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatPickmapRenderer
Callback function that is called when a square may have changed.
updateSquares(Rectangle) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Callback function that is called when multiple squares may have changed.
updateSquares(Rectangle) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatMapRenderer
Callback function that is called when multiple squares may have changed.
updateSquares(Rectangle) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatPickmapRenderer
Callback function that is called when multiple squares may have changed.
updateTileStretch(int, boolean, Integer[]) - Method in interface net.sf.gridarta.model.gameobject.GameObject
Updates the tile stretching value of the selected object.
updateTileStretch(int, boolean, Integer[]) - Method in class net.sf.gridarta.var.atrinik.model.gameobject.GameObject
Updates the tile stretching value of the selected object.
updateTileStretch(int, boolean, Integer[]) - Method in class net.sf.gridarta.var.crossfire.model.gameobject.GameObject
Updates the tile stretching value of the selected object.
updateTileStretch(int, boolean, Integer[]) - Method in class net.sf.gridarta.var.daimonin.model.gameobject.GameObject
Updates the tile stretching value of the selected object.
userRoot() - Method in class net.sf.gridarta.preferences.FilePreferencesFactory
usesDirection() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.var.atrinik.model.archetype.DefaultArchetype
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.var.atrinik.model.archetype.UndefinedArchetype
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.var.crossfire.model.archetype.DefaultArchetype
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.var.crossfire.model.archetype.UndefinedArchetype
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.var.crossfire.model.gameobject.GameObject
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.var.daimonin.model.archetype.DefaultArchetype
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.var.daimonin.model.archetype.UndefinedArchetype
Return whether this base object uses the "direction" attribute.

V

validate(Iterable<AnimationObject>) - Method in class net.sf.gridarta.model.anim.AnimationValidator
Validates a set of AnimationObjects.
validate(ArchetypeSet<?, ?, ?>) - Method in class net.sf.gridarta.model.archetypeset.ArchetypeValidator
Validates an ArchetypeSet instance.
validate(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.Entry
Validates one GameObject instance.
validate(int, G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.RangeEntry
Validate an attribute value.
validate(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.Type
Validate a game object.
validate(G[], ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.DelegatingMapValidator
Validate a set of game objects.
validateAll(MapModel<G, A, R>) - Method in class net.sf.gridarta.model.validation.DelegatingMapValidator
Perform all validations on a map.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.AttributeRangeChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.ConnectedInsideContainerChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.ConnectedPickableChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.CustomTypeChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.EmptySpawnPointChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.EnvironmentChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.ExitChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.MobOutsideSpawnPointChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.SlayingChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.SysObjectNotOnLayerZeroChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.UndefinedArchetypeChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.UndefinedFaceChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.UnsetSlayingChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.DelegatingMapValidator
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in interface net.sf.gridarta.model.validation.GameObjectValidator
Validates a game object.
validateGameObject(GameObject, ErrorCollector<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.crossfire.model.validation.checks.NonAbsoluteExitPathChecker
Validates a game object.
validateMap() - Method in class net.sf.gridarta.action.ValidateMapAction
Runs the map validator on the current map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.BlockedSpawnPointChecker
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.BlockedSquareChecker
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.ConnectionChecker
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.MapCheckerScriptChecker
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.MapDifficultyChecker
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.PaidItemShopSquareChecker
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.ShopSquareChecker
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.TilePathsChecker
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.DelegatingMapValidator
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in interface net.sf.gridarta.model.validation.MapValidator
Validate a map.
ValidateMapAction<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 runs the map validator on the current map.
ValidateMapAction(DelegatingMapValidator<G, A, R>, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.action.ValidateMapAction
Creates a new instance.
validateSquare(MapSquare<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.BlockedMobOrSpawnPointChecker
Validate a map square.
validateSquare(MapSquare<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.DoubleLayerChecker
Validate a map square.
validateSquare(MapSquare<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.DoubleTypeChecker
Validate a map square.
validateSquare(MapSquare<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.SquareWithoutFloorChecker
Validate a map square.
validateSquare(MapSquare<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.DelegatingMapValidator
Validate a map square.
validateSquare(MapSquare<G, A, R>, ErrorCollector<G, A, R>) - Method in interface net.sf.gridarta.model.validation.SquareValidator
Validate a map square.
ValidationError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.errors
Super class of all errors that could occur during map validation.
ValidationError(MapModel<G, A, R>) - Constructor for class net.sf.gridarta.model.validation.errors.ValidationError
Creates a new instance.
ValidationError(String, MapModel<G, A, R>) - Constructor for class net.sf.gridarta.model.validation.errors.ValidationError
Creates a new instance.
ValidationErrorComparator<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation
A Comparator that compares ValidationError instances for display ordering.
ValidationErrorComparator() - Constructor for class net.sf.gridarta.model.validation.ValidationErrorComparator
 
Validator<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.validation
Super-interface for validators.
ValidatorFactory<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 factory for creating Validator instances from string representation.
ValidatorFactory(ValidatorPreferences, GameObjectMatchers, ProjectSettings, MapWriter<G, A, R>) - Constructor for class net.sf.gridarta.model.validation.checks.ValidatorFactory
Creates a new instance.
ValidatorPreferences - Interface in net.sf.gridarta.model.validation
Configuration parameters for Validators.
valueAdded(V) - Method in interface net.sf.gridarta.model.index.IndexListener
A new value has been added to the index.
valueOf(String) - Static method in enum net.sf.gridarta.gui.copybuffer.CopyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.gui.mapimagecache.ImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.gui.mapmenu.MapMenuLoader.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.gui.scripts.ScriptTask
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.gui.utils.borderpanel.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.gui.utils.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.gui.utils.tristate.TristateState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.maincontrol.GridartaRunMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.direction.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.errorview.ErrorViewCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.filter.FilterConfigChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.filter.NamedFilterChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.gameobject.FaceSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.mapgrid.SelectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.match.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.treasurelist.TreasureListTreasureObjType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.undo.UndoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.plugin.PluginRunMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.preferences.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.textedit.textarea.actions.FindType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.textedit.textarea.tokenmarker.ParameterType
Returns the enum constant of this type with the specified name.
valueRemoved(V) - Method in interface net.sf.gridarta.model.index.IndexListener
A value has been removed from the index.
values() - Static method in enum net.sf.gridarta.gui.copybuffer.CopyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.gui.mapimagecache.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.gui.mapmenu.MapMenuLoader.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.gui.scripts.ScriptTask
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.gui.utils.borderpanel.Location
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.gui.utils.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.gui.utils.tristate.TristateState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.maincontrol.GridartaRunMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.direction.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.errorview.ErrorViewCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.filter.FilterConfigChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.filter.NamedFilterChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.gameobject.FaceSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.mapgrid.SelectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.match.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.treasurelist.TreasureListTreasureObjType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.undo.UndoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.plugin.PluginRunMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.preferences.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.textedit.textarea.actions.FindType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.textedit.textarea.tokenmarker.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
VerticalToggleButton - Class in net.sf.gridarta.gui.utils.borderpanel
A JToggleButton that displays vertical text.
VerticalToggleButton(String, boolean) - Constructor for class net.sf.gridarta.gui.utils.borderpanel.VerticalToggleButton
Creates a new instance.
View<K,G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.connectionview
Abstract base class for a panel that holds information about connections of the selected key on the selected map.
View(Comparator<K>, CellRenderer<K>, MapViewManager<G, A, R>, DelayedMapModelListenerManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.panel.connectionview.View
Create a panel.
ViewAction - Class in net.sf.gridarta.gui.map.viewaction
Action to manage one edit type represented by one NamedGameObjectMatcher.
ViewAction(MapViewSettings, NamedGameObjectMatcher) - Constructor for class net.sf.gridarta.gui.map.viewaction.ViewAction
Creates a new instance.
ViewActions<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.viewaction
Manages edit type actions in "view" menu.
ViewActions(MapViewSettings, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.map.viewaction.ViewActions
Create a new instance.
ViewGameObjectMatcherManager - Class in net.sf.gridarta.model.match
ViewGameObjectMatcherManager(MutableOrGameObjectMatcher) - Constructor for class net.sf.gridarta.model.match.ViewGameObjectMatcherManager
Creates a new instance.
ViewTreasurelistAL - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
An Action for the buttons on treasurelists.
ViewTreasurelistAL(JTextComponent, Component, CFTreasureListTree) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.ViewTreasurelistAL
Constructor.
viewTreasurelists() - Method in class net.sf.gridarta.action.ViewTreasurelistsAction
Shows the treasurelists dialog.
ViewTreasurelistsAction - Class in net.sf.gridarta.action
An EditorAction tha shows the treasurelists dialog.
ViewTreasurelistsAction(CFTreasureListTree, Frame) - Constructor for class net.sf.gridarta.action.ViewTreasurelistsAction
Creates a new instance.
visit(MapMenuEntryDir) - Method in class net.sf.gridarta.gui.dialog.bookmarks.MapMenuEntryIcons
Called for MapMenuEntryDir instances.
visit(MapMenuEntryMap) - Method in class net.sf.gridarta.gui.dialog.bookmarks.MapMenuEntryIcons
Called for MapMenuEntryMap instances.
visit(MapMenuEntryVisitor) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntry
Calls the visit() function of the MapMenuEntryVisitor for this instance.
visit(MapMenuEntryVisitor) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntryDir
Calls the visit() function of the MapMenuEntryVisitor for this instance.
visit(MapMenuEntryVisitor) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntryMap
Calls the visit() function of the MapMenuEntryVisitor for this instance.
visit(MapMenuEntryDir) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntryTreeCellRenderer
Called for MapMenuEntryDir instances.
visit(MapMenuEntryMap) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntryTreeCellRenderer
Called for MapMenuEntryMap instances.
visit(MapMenuEntryDir) - Method in interface net.sf.gridarta.gui.mapmenu.MapMenuEntryVisitor
Called for MapMenuEntryDir instances.
visit(MapMenuEntryMap) - Method in interface net.sf.gridarta.gui.mapmenu.MapMenuEntryVisitor
Called for MapMenuEntryMap instances.
visit(BaseObjectVisitor<G, A, R>) - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Calls the appropriate visit() function of a BaseObjectVisitor.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttribute
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeAnimationName
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeBitmask
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeBool
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeBoolSpec
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeFaceName
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeFixed
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeFloat
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeInt
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeInvSpell
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeList
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeList2
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeLong
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeMapPath
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeScriptFile
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSpell
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeString
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeText
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeTreasure
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeAnimationName) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeBitmask) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeBool) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeBoolSpec) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeFaceName) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeFixed) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeFloat) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeInt) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeInvSpell) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeList) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeList2) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeLong) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeMapPath) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeScriptFile) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeSpell) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeString) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeText) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeTreasure) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeZSpell) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeZSpell
Calls the visit() function appropriate for this instance.
visit(BaseObjectVisitor<G, A, R>) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Calls the appropriate visit() function of a BaseObjectVisitor.
visit(Archetype<G, A, R>) - Method in interface net.sf.gridarta.model.baseobject.BaseObjectVisitor
 
visit(GameObject<G, A, R>) - Method in interface net.sf.gridarta.model.baseobject.BaseObjectVisitor
 
visit(NamedFilterConfig) - Method in interface net.sf.gridarta.model.filter.FilterConfigVisitor
Visits a NamedFilterConfig instance.
visit(NamedGameObjectMatcherFilterConfig) - Method in interface net.sf.gridarta.model.filter.FilterConfigVisitor
visit(BaseObjectVisitor<G, A, R>) - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Calls the appropriate visit() function of a BaseObjectVisitor.
visit(TreasureObjVisitor) - Method in class net.sf.gridarta.model.treasurelist.ArchTreasureObj
Calls the TreasureObjVisitor callback function appropriate for this instance.
visit(TreasureObjVisitor) - Method in class net.sf.gridarta.model.treasurelist.FolderTreasureObj
Calls the TreasureObjVisitor callback function appropriate for this instance.
visit(TreasureObjVisitor) - Method in class net.sf.gridarta.model.treasurelist.NoTreasureObj
Calls the TreasureObjVisitor callback function appropriate for this instance.
visit(TreasureObjVisitor) - Method in class net.sf.gridarta.model.treasurelist.TreasureListTreasureObj
Calls the TreasureObjVisitor callback function appropriate for this instance.
visit(TreasureObjVisitor) - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
Calls the TreasureObjVisitor callback function appropriate for this instance.
visit(ArchTreasureObj) - Method in interface net.sf.gridarta.model.treasurelist.TreasureObjVisitor
Called for ArchTreasureObj instances.
visit(FolderTreasureObj) - Method in interface net.sf.gridarta.model.treasurelist.TreasureObjVisitor
Called for FolderTreasureObj instances.
visit(NoTreasureObj) - Method in interface net.sf.gridarta.model.treasurelist.TreasureObjVisitor
Called for NoTreasureObj instances.
visit(TreasureListTreasureObj) - Method in interface net.sf.gridarta.model.treasurelist.TreasureObjVisitor
Called for TreasureListTreasureObj instances.
visit(YesTreasureObj) - Method in interface net.sf.gridarta.model.treasurelist.TreasureObjVisitor
Called for YesTreasureObj instances.
visit(TreasureObjVisitor) - Method in class net.sf.gridarta.model.treasurelist.YesTreasureObj
Calls the TreasureObjVisitor callback function appropriate for this instance.
visit(PluginParameterVisitor<G, A, R, T>) - Method in class net.sf.gridarta.plugin.parameter.ArchetypeParameter
Calls the visit() function for this parameter type.
visit(PluginParameterVisitor<G, A, R, T>) - Method in class net.sf.gridarta.plugin.parameter.BooleanParameter
Calls the visit() function for this parameter type.
visit(PluginParameterVisitor<G, A, R, T>) - Method in class net.sf.gridarta.plugin.parameter.DoubleParameter
Calls the visit() function for this parameter type.
visit(PluginParameterVisitor<G, A, R, T>) - Method in class net.sf.gridarta.plugin.parameter.IntegerParameter
Calls the visit() function for this parameter type.
visit(PluginParameterVisitor<G, A, R, T>) - Method in class net.sf.gridarta.plugin.parameter.MapParameter
Calls the visit() function for this parameter type.
visit(PluginParameterVisitor<G, A, R, T>) - Method in class net.sf.gridarta.plugin.parameter.MapPathParameter
Calls the visit() function for this parameter type.
visit(PluginParameterVisitor<G, A, R, T>) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameter
Calls the visit() function for this parameter type.
visit(ArchetypeParameter<G, A, R>) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameterVisitor
Called for ArchetypeParameter instances.
visit(BooleanParameter<G, A, R>) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameterVisitor
Called for BooleanParameter instances.
visit(DoubleParameter<G, A, R>) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameterVisitor
Called for DoubleParameter instances.
visit(IntegerParameter<G, A, R>) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameterVisitor
Called for IntegerParameter instances.
visit(MapParameter<G, A, R>) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameterVisitor
Called for MapParameter instances.
visit(MapPathParameter<G, A, R>) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameterVisitor
Called for MapPathParameter instances.
visit(StringParameter<G, A, R>) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameterVisitor
Called for StringParameter instances.
visit(PluginParameterVisitor<G, A, R, T>) - Method in class net.sf.gridarta.plugin.parameter.StringParameter
Calls the visit() function for this parameter type.
VoidTool<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.tools
The VoidTool is a tool that does nothing.
VoidTool() - Constructor for class net.sf.gridarta.gui.panel.tools.VoidTool
Create a VoidTool.
VolatileSettings - Interface in net.sf.gridarta.model.settings
Settings that are not retained across editor restarts.

W

waitDialog() - Method in class net.sf.gridarta.gui.dialog.errorview.ConsoleErrorView
Waits until the dialog has been dismissed.
waitDialog() - Method in class net.sf.gridarta.gui.dialog.errorview.DefaultErrorView
Waits until the dialog has been dismissed.
waitDialog() - Method in interface net.sf.gridarta.model.errorview.ErrorView
Waits until the dialog has been dismissed.
waitExitNotify() - Method in interface net.sf.gridarta.utils.ExiterListener
Called when the application exits.
waitForIdle() - Method in class net.sf.gridarta.model.index.MapsIndexer
Blocks the calling thread until all pending maps have been indexed.
waitUntilFinished() - Method in class net.sf.gridarta.commands.Collector
Waits until collection has finished.
warning(SAXParseException) - Method in class net.sf.gridarta.model.errorview.ErrorViewCollectorErrorHandler
warningsChanged(boolean) - Method in interface net.sf.gridarta.gui.panel.gameobjectattributes.ErrorListViewListener
The displayed warnings may have changed.
WarningsTab<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mainwindow
A Tab that displays map validator results.
WarningsTab(String, ErrorListView<G, A, R>, Location, boolean, int, boolean) - Constructor for class net.sf.gridarta.gui.mainwindow.WarningsTab
Creates a new instance.
WEST - Static variable in class net.sf.gridarta.model.autojoin.AutojoinList
 
WindowAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mapdesktop
Action class for selecting this window.
WindowAction(MapDesktop<G, A, R>, MapView<G, A, R>, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.mapdesktop.WindowAction
Create a new instance.
windowActivated(WindowEvent) - Method in class net.sf.gridarta.textedit.scripteditor.EditWindowListener
windowClosed(WindowEvent) - Method in class net.sf.gridarta.textedit.scripteditor.EditWindowListener
windowClosing(WindowEvent) - Method in class net.sf.gridarta.textedit.scripteditor.EditWindowListener
Window close box has been clicked.
windowDeactivated(WindowEvent) - Method in class net.sf.gridarta.textedit.scripteditor.EditWindowListener
windowDeiconified(WindowEvent) - Method in class net.sf.gridarta.textedit.scripteditor.EditWindowListener
windowIconified(WindowEvent) - Method in class net.sf.gridarta.textedit.scripteditor.EditWindowListener
WindowMenuManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.mapdesktop
Maintains the window menu.
WindowMenuManager(JMenu, MapViewManager<G, A, R>, Action, MapDesktop<G, A, R>) - Constructor for class net.sf.gridarta.gui.mapdesktop.WindowMenuManager
Creates a new instance.
windowOpened(WindowEvent) - Method in class net.sf.gridarta.textedit.scripteditor.EditWindowListener
WrappingStringBuilder - Class in net.sf.gridarta.utils
Implements a string buffer that separates words by "," and wraps lines at a given margin.
WrappingStringBuilder(int) - Constructor for class net.sf.gridarta.utils.WrappingStringBuilder
Create a new instance.
write(Progress, File) - Method in class net.sf.gridarta.model.resource.CollectedResourcesWriter
Writes the resources into a collection.
writeCollected(Progress, File) - Method in class net.sf.gridarta.model.resource.AbstractResources
Writes the resources in collected form.
writeCollectedInt(Progress, File) - Method in class net.sf.gridarta.model.resource.AbstractResources
Writes the resources in collected form.
writeCollectedInt(Progress, File) - Method in class net.sf.gridarta.var.atrinik.resource.DefaultResources
Writes the resources in collected form.
writeCollectedInt(Progress, File) - Method in class net.sf.gridarta.var.crossfire.resource.DefaultResources
Writes the resources in collected form.
writeCollectedInt(Progress, File) - Method in class net.sf.gridarta.var.daimonin.resource.DefaultResources
Writes the resources in collected form.

X

XML_ATTRIBUTE_ARCH - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "arch" attribute within Constants.XML_ELEMENT_ATTRIBUTE elements.
XML_ATTRIBUTE_ARCH_BEGIN - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "arch_begin" attribute within Constants.XML_ELEMENT_ATTRIBUTE elements.
XML_ATTRIBUTE_ARCH_END - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "arch_end" attribute within Constants.XML_ELEMENT_ATTRIBUTE elements.
XML_ATTRIBUTE_CHECK_MAX - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "check_max" attribute within Constants.XML_ELEMENT_ATTRIBUTE elements.
XML_ATTRIBUTE_CHECK_MIN - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "check_min" attribute within Constants.XML_ELEMENT_ATTRIBUTE elements.
XML_ATTRIBUTE_EDITOR - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "editor" attribute within Constants.XML_ELEMENT_ATTRIBUTE elements.
XML_ATTRIBUTE_FALSE - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "false" attribute within Constants.XML_ELEMENT_ATTRIBUTE elements.
XML_ATTRIBUTE_LENGTH - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "length" attribute within Constants.XML_ELEMENT_ATTRIBUTE elements.
XML_ATTRIBUTE_MARKER - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "marker" attribute within Constants.XML_ELEMENT_ATTRIBUTE elements.
XML_ATTRIBUTE_MAX - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "max" attribute within Constants.XML_ELEMENT_ATTRIBUTE elements.
XML_ATTRIBUTE_MIN - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "min" attribute within Constants.XML_ELEMENT_ATTRIBUTE elements.
XML_ATTRIBUTE_TRUE - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "true" attribute within Constants.XML_ELEMENT_ATTRIBUTE elements.
XML_ATTRIBUTE_TYPE - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "type" attribute within Constants.XML_ELEMENT_ATTRIBUTE elements.
XML_ATTRIBUTE_VALUE - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "value" attribute within Constants.XML_ELEMENT_ATTRIBUTE elements.
XML_BITMASK_IS_NAMED - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "is_named" attribute within Constants.XML_ELEMENT_BITMASK elements.
XML_BITMASK_NAME - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "name" attribute within Constants.XML_ELEMENT_BITMASK elements.
XML_BMENTRY_BIT - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "bit" attribute within Constants.XML_ELEMENT_BMENTRY elements.
XML_BMENTRY_ENCODING - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "encoding" attribute within Constants.XML_ELEMENT_BMENTRY elements.
XML_BMENTRY_NAME - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "name" attribute within Constants.XML_ELEMENT_BMENTRY elements.
XML_BMENTRY_VALUE - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "value" attribute within Constants.XML_ELEMENT_BMENTRY elements.
XML_DESCRIPTION - Static variable in class net.sf.gridarta.model.archetypetype.Constants
Description Element Name.
XML_ELEMENT_ATTRIBUTE - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "attribute" element.
XML_ELEMENT_ATTRIBUTE_ORDER - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "attribute_order" element.
XML_ELEMENT_BITMASK - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "bitmask" element.
XML_ELEMENT_BITMASKS - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "bitmasks" element.
XML_ELEMENT_BMENTRY - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "bmentry" element.
XML_ELEMENT_DEFAULT_TYPE - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "default_type" element.
XML_ELEMENT_IGNORE - Static variable in class net.sf.gridarta.model.archetypetype.Constants
Ignore Element Name.
XML_ELEMENT_IGNORE_LIST - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "ignore_list" element.
XML_ELEMENT_IGNORELISTS - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "ignorelists" element.
XML_ELEMENT_IMPORT_TYPE - Static variable in class net.sf.gridarta.model.archetypetype.Constants
Import Type Element Name.
XML_ELEMENT_LIST - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "list" element.
XML_ELEMENT_LISTENTRY - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "listentry" element.
XML_ELEMENT_LISTS - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "lists" element.
XML_ELEMENT_REQUIRED - Static variable in class net.sf.gridarta.model.archetypetype.Constants
Required Element Name.
XML_ELEMENT_SECTION - Static variable in class net.sf.gridarta.model.archetypetype.Constants
Section Element Name.
XML_ELEMENT_TYPE - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "type" element.
XML_IGNORE_LIST_NAME - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The "name" attribute name of a Constants.XML_ELEMENT_IGNORE_LIST element.
XML_IMPORT_TYPE_NAME - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The "name" attribute name of a Constants.XML_ELEMENT_IMPORT_TYPE element.
XML_LIST_NAME - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "name" attribute within Constants.XML_ELEMENT_LIST elements.
XML_LISTENTRY_NAME - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "name" attribute within Constants.XML_ELEMENT_LISTENTRY elements.
XML_LISTENTRY_VALUE - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "value" attribute within Constants.XML_ELEMENT_LISTENTRY elements.
XML_SECTION_NAME - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The "name" attribute name of a Constants.XML_ELEMENT_SECTION element.
XML_TYPE_ALLOWS_ALL_INV - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "allows_all_inv" attribute within Constants.XML_ELEMENT_TYPE elements.
XML_TYPE_AVAILABLE - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "available" attribute within Constants.XML_ELEMENT_TYPE elements.
XML_TYPE_DISPLAY - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "display" attribute within Constants.XML_ELEMENT_TYPE elements.
XML_TYPE_INV - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "inv" attribute within Constants.XML_ELEMENT_TYPE elements.
XML_TYPE_MAP - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "map" attribute within Constants.XML_ELEMENT_TYPE elements.
XML_TYPE_NAME - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "name" attribute within Constants.XML_ELEMENT_TYPE or Constants.XML_ELEMENT_DEFAULT_TYPE elements.
XML_TYPE_NUMBER - Static variable in class net.sf.gridarta.model.archetypetype.Constants
The name of the "number" attribute within Constants.XML_ELEMENT_TYPE elements.
XML_USE - Static variable in class net.sf.gridarta.model.archetypetype.Constants
Use Element Name.
XMLSpellLoader - Class in net.sf.gridarta.model.spells
Load spell definitions from an XML file.
XMLTokenMarker - Class in net.sf.gridarta.textedit.textarea.tokenmarker
XML token marker.
XMLTokenMarker() - Constructor for class net.sf.gridarta.textedit.textarea.tokenmarker.XMLTokenMarker
 
XmlUtils - Class in net.sf.gridarta.utils
XML related utility functions.
Xtea - Class in net.sf.gridarta.utils
Implements the XTEA algorithm.
Xtea(byte[]) - Constructor for class net.sf.gridarta.utils.Xtea
Creates a new instance.
xToOffset(int, int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Converts an x co-ordinate to an offset within a line.
xToOffset(int, int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Converts an x co-ordinate to an offset within a line.
xyToOffset(int, int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Converts a point to an offset, from the start of the text.

Y

Y_DIM - Static variable in class net.sf.gridarta.model.gameobject.MultiPositionData
Number of rows in the array.
YesTreasureObj - Class in net.sf.gridarta.model.treasurelist
A TreasureObj representing a "yes" entry.
YesTreasureObj(int) - Constructor for class net.sf.gridarta.model.treasurelist.YesTreasureObj
Creates a new instance.
yToLine(int) - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
Converts a y co-ordinate to a line index.

Z

Z - Static variable in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
The name of the "z" attribute.
zoom() - Method in class net.sf.gridarta.action.ZoomAction
The action method for "zoom".
ZOOM - Static variable in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
The name of the "zoom" attribute.
zoom0() - Method in class net.sf.gridarta.gui.misc.MapPreview
Zoom to 24x24.
zoom100() - Method in class net.sf.gridarta.gui.misc.MapPreview
Zoom to 100%.
zoom12() - Method in class net.sf.gridarta.gui.misc.MapPreview
Zoom to 12.5%.
zoom150() - Method in class net.sf.gridarta.gui.misc.MapPreview
Zoom to 150%.
zoom200() - Method in class net.sf.gridarta.gui.misc.MapPreview
Zoom to 200%.
zoom25() - Method in class net.sf.gridarta.gui.misc.MapPreview
Zoom to 25%.
zoom250() - Method in class net.sf.gridarta.gui.misc.MapPreview
Zoom to 250%.
zoom300() - Method in class net.sf.gridarta.gui.misc.MapPreview
Zoom to 300%.
zoom400() - Method in class net.sf.gridarta.gui.misc.MapPreview
Zoom to 400%.
zoom50() - Method in class net.sf.gridarta.gui.misc.MapPreview
Zoom to 50%.
ZoomAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.action
 
ZoomAction(MapManager<G, A, R>, RendererFactory<G, A, R>, Component) - Constructor for class net.sf.gridarta.action.ZoomAction
Creates a new instance.
zoomAlgAreaAveraging() - Method in class net.sf.gridarta.gui.misc.MapPreview
Zoom Algorithm: Area Averaging.
zoomAlgDefault() - Method in class net.sf.gridarta.gui.misc.MapPreview
Zoom Algorithm: Default.
zoomAlgFast() - Method in class net.sf.gridarta.gui.misc.MapPreview
Zoom Algorithm: Fast.
zoomAlgReplicate() - Method in class net.sf.gridarta.gui.misc.MapPreview
Zoom Algorithm: Replicate.
zoomAlgSmooth() - Method in class net.sf.gridarta.gui.misc.MapPreview
Zoom Algorithm: Smooth.
zoomClose() - Method in class net.sf.gridarta.gui.misc.MapPreview
Close the preview.
zoomSave() - Method in class net.sf.gridarta.gui.misc.MapPreview
Zoom save.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links