- 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 - 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.utils.PathManagerUtils
-
Converts an absolute path to a relative path.
- AbstractAnimationObjects - Class in net.sf.gridarta.model.anim
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- AbstractConfigSource() - Constructor for class net.sf.gridarta.model.configsource.AbstractConfigSource
-
- AbstractDefaultProjectSettings - Class in net.sf.gridarta.model.settings
-
- AbstractDefaultProjectSettings(EditorSettings) - Constructor for class net.sf.gridarta.model.settings.AbstractDefaultProjectSettings
-
Creates a new instance.
- AbstractEditorSettings - Class in net.sf.gridarta.model.settings
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- AbstractGameObjectParser(GameObjectFactory<G, A, R>, ArchetypeSet<G, A, R>) - Constructor for class net.sf.gridarta.model.io.AbstractGameObjectParser
-
Creates 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
-
- 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
-
- 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
-
- 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
-
Creates a instance.
- AbstractMapMenuPreferences - Class in net.sf.gridarta.gui.mapmenu
-
- 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
-
- 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
-
Creates a new instance.
- 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
-
- 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
-
- 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
-
Creates a new instance.
- 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
-
Creates a new 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- AbstractSuspiciousMsgError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.var.crossfire.model.validation.errors
-
A validation error that's used when the
SuspiciousMsgChecker
detected a possible error on a game object.
- AbstractSuspiciousMsgError(G, String) - Constructor for class net.sf.gridarta.var.crossfire.model.validation.errors.AbstractSuspiciousMsgError
-
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
-
Creates a new instance.
- 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
-
Creates a new instance.
- AbstractValidator(ValidatorPreferences, String) - Constructor for class net.sf.gridarta.model.validation.AbstractValidator
-
Creates a new instance.
- 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
-
- accept(FilterConfigVisitor) - Method in class net.sf.gridarta.model.filter.NamedFilterConfig
-
- accept(FilterConfigVisitor) - Method in class net.sf.gridarta.model.filter.NamedGameObjectMatcherFilterConfig
-
- 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
-
- 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
-
- 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
-
Creates 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
-
- 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() - 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
-
- activate() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
-
- activate() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.FaceTab
-
- 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
-
- activate() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.TextEditorTab
-
- 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
-
- activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.action.AddBookmarkAction
-
- activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.action.ArchAttributesAction
-
- activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.action.GrowSelectionAction
-
- activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.action.ShrinkSelectionAction
-
- activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.actions.AbstractServerActions
-
- activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.exitconnector.ExitConnectorController
-
- activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
-
- 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
-
- activeMapViewChanged(MapView<G, A, R>) - Method in class net.sf.gridarta.mainactions.MainActions
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- addArchetype(String, String, R) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserModel
-
- addArchetype(String, R) - Method in class net.sf.gridarta.model.archetypechooser.ArchetypeChooserPanel
-
- 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
-
- addArchetypeAttribute(String, ArchetypeAttribute) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSections
-
- addArchetypeAttribute(String, ArchetypeAttribute) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeType
-
- 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
-
- addArchetypeSetListener(ArchetypeSetListener<G, A, R>) - Method in class net.sf.gridarta.model.archetypeset.DefaultArchetypeSet
-
Registers an ArchetypeSetListener.
- addArchetypeType(ArchetypeType) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
-
- 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
-
- addButtonListListener(ButtonListListener) - Method in class net.sf.gridarta.gui.utils.tabbedpanel.DoubleButtonList
-
- 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
-
- 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
-
- addConfigChangeListener(FilterConfigListener) - Method in interface net.sf.gridarta.model.filter.FilterConfig
-
- addConfigListener(FilterConfigListener) - Method in class net.sf.gridarta.gui.filter.DefaultFilterControl
-
- addConfigListener(FilterConfigListener) - Method in interface net.sf.gridarta.gui.filter.FilterControl
-
- 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
-
- 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
-
- addEditorSettingsListener(EditorSettingsListener) - Method in interface net.sf.gridarta.model.settings.EditorSettings
-
- addEntry(MapMenuEntryMap) - Method in class net.sf.gridarta.gui.mapmenu.BookmarksMapMenuPreferences
-
- 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
-
- addError(ErrorViewCategory, String) - Method in class net.sf.gridarta.gui.dialog.errorview.ConsoleErrorView
-
- addError(ErrorViewCategory, int, String) - Method in class net.sf.gridarta.gui.dialog.errorview.ConsoleErrorView
-
- addError(ErrorViewCategory, String) - Method in class net.sf.gridarta.gui.dialog.errorview.DefaultErrorView
-
- addError(ErrorViewCategory, int, String) - Method in class net.sf.gridarta.gui.dialog.errorview.DefaultErrorView
-
- 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
-
- 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<String>, Iterable<? extends GameObject<?, ?, ?>>) - Method in class net.sf.gridarta.gui.scripts.AbstractScriptArchUtils
-
- addEventsToJList(JList<String>, 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
-
- addExitConnectorModelListener(ExitConnectorModelListener) - Method in interface net.sf.gridarta.model.exitconnector.ExitConnectorModel
-
- addExiterListener(ExiterListener) - Method in class net.sf.gridarta.mainactions.DefaultExiter
-
- addExiterListener(ExiterListener) - Method in interface net.sf.gridarta.utils.Exiter
-
- addFaceObject(String, String, int, int) - Method in class net.sf.gridarta.model.face.AbstractFaceObjects
-
- 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
-
- addFields(JPanel, GridBagConstraints, GridBagConstraints) - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractMapsizeNewMapDialog
-
- 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
-
- addFields(JPanel, GridBagConstraints, GridBagConstraints) - Method in class net.sf.gridarta.gui.dialog.newmap.NewPickmapFolderDialog
-
- 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
-
- addFilterListener(NamedFilterListener) - Method in class net.sf.gridarta.model.filter.NamedFilter
-
- 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
-
Adds the given game object 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
-
- addFirst(GameObject) - Method in class net.sf.gridarta.var.daimonin.model.gameobject.GameObject
-
- addFolderListener(MapFolderListener<G, A, R>) - Method in class net.sf.gridarta.gui.mapfiles.MapFolder
-
- addGameObject(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.gui.panel.connectionview.Connection
-
Adds a game object.
- addGameObject(G) - Method in class net.sf.gridarta.model.validation.errors.DoubleLayerError
-
- addGameObject(G) - Method in class net.sf.gridarta.model.validation.errors.DoubleTypeError
-
- addGameObject(G) - Method in class net.sf.gridarta.model.validation.errors.ValidationError
-
- 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
-
- 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
-
- addGameObjectToMap(G, Point, InsertionMode) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
-
- addGameObjectToMap(G, Point, InsertionMode) - 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
-
- addIndexListener(IndexListener<V>) - Method in interface net.sf.gridarta.model.index.Index
-
- 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
-
- 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
-
Adds the given game object 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
-
- addLast(GameObject) - Method in class net.sf.gridarta.var.daimonin.model.gameobject.GameObject
-
- 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
-
Registers a MouseListener
for the connection list.
- addListSelectionListener(ListSelectionListener) - Method in class net.sf.gridarta.gui.panel.connectionview.View
-
Registers 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
-
- 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
-
- addMapControlListener(MapControlListener<G, A, R>) - Method in interface net.sf.gridarta.model.mapcontrol.MapControl
-
- 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
-
- addMapManager(MapManager<G, A, R>) - Method in class net.sf.gridarta.gui.mapuserlistener.MapUserListenerManager
-
- addMapManagerListener(MapManagerListener<G, A, R>) - Method in class net.sf.gridarta.model.mapmanager.AbstractMapManager
-
- addMapManagerListener(MapManagerListener<G, A, R>) - Method in interface net.sf.gridarta.model.mapmanager.MapManager
-
- addMapMenuEntry(String, MapMenuEntry) - Method in class net.sf.gridarta.gui.mapmenu.MapMenu
-
- 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
-
- 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
-
- addMapTransactionListener(MapTransactionListener<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
-
- 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
-
- 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
-
- addMapViewsListener(MapControl<G, A, R>, MapViewsListener<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
-
- 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
-
- addModifiedFields(G, Map<String, String>) - Method in class net.sf.gridarta.model.io.AbstractGameObjectParser
-
- 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
-
- 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
-
- addObjectChooserListener(ObjectChooserListener<G, A, R>) - Method in class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
-
- 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
-
- addObjectListToMap(Iterable<G>) - Method in interface net.sf.gridarta.model.mapmodel.MapModel
-
- addObjectText(String) - Method in class net.sf.gridarta.model.archetype.AbstractArchetypeBuilder
-
- addObjectText(String) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
-
- 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
-
Adds 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
-
- addPickmapChooserListener(PickmapChooserModelListener<G, A, R>) - Method in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserModel
-
- addPickmapSettingsListener(PickmapSettingsListener) - Method in class net.sf.gridarta.model.pickmapsettings.AbstractPickmapSettings
-
- addPickmapSettingsListener(PickmapSettingsListener) - Method in interface net.sf.gridarta.model.pickmapsettings.PickmapSettings
-
- 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
-
- 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
-
- addPluginParameterListener(PluginParameterListener) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameter
-
- 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
-
- addProjectSettingsListener(ProjectSettingsListener) - Method in interface net.sf.gridarta.model.settings.ProjectSettings
-
- 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
-
- 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
-
- addTailPart(T) - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
-
- 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
-
- 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
-
- addToPanel(boolean, String, Archetype) - Method in class net.sf.gridarta.var.crossfire.model.io.ArchetypeParser
-
- addToPanel(boolean, String, Archetype) - Method in class net.sf.gridarta.var.daimonin.model.io.ArchetypeParser
-
- 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
-
- addWarning(ErrorViewCategory, String) - Method in class net.sf.gridarta.gui.dialog.errorview.ConsoleErrorView
-
- addWarning(ErrorViewCategory, int, String) - Method in class net.sf.gridarta.gui.dialog.errorview.ConsoleErrorView
-
- addWarning(ErrorViewCategory, String) - Method in class net.sf.gridarta.gui.dialog.errorview.DefaultErrorView
-
- addWarning(ErrorViewCategory, int, String) - Method in class net.sf.gridarta.gui.dialog.errorview.DefaultErrorView
-
- 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
-
- 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
-
- allowsChildren() - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntryMap
-
- 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
-
- 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
-
- 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
-
- 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
-
- AnimationObjectsCollectable - Class in net.sf.gridarta.model.collectable
-
- AnimationObjectsCollectable(AnimationObjects, String) - Constructor for class net.sf.gridarta.model.collectable.AnimationObjectsCollectable
-
Creates a new instance.
- AnimationObjectsReader - Class in net.sf.gridarta.model.io
-
- 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
-
Creates a new instance.
- AnimationValidator - Class in net.sf.gridarta.model.anim
-
- 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
-
- AnimTreeChooseAction(String, JTextComponent, AbstractButton, AnimationObjects, FaceObjectProviders, ImageIcon, ImageIcon) - Constructor for class net.sf.gridarta.gui.utils.AnimTreeChooseAction
-
Creates a new instance.
- 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
-
Appends a word.
- append(int) - Method in class net.sf.gridarta.utils.WrappingStringBuilder
-
Appends 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
-
- appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBitmask
-
- appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBool
-
- appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBoolSpec
-
- appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeFaceName
-
- appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeFloat
-
- appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeInt
-
- appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeInvSpell
-
- appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeList
-
- appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeList2
-
- appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeLong
-
- appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeMapPath
-
- appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeScriptFile
-
- appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeSpell
-
- appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeString
-
- appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeText
-
- appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeTreasure
-
- appendSummary(Document, Style) - Method in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeZSpell
-
- appendToString(StringBuilder) - Method in class net.sf.gridarta.model.treasurelist.ArchTreasureObj
-
- appendToString(StringBuilder) - Method in class net.sf.gridarta.model.treasurelist.FolderTreasureObj
-
- appendToString(StringBuilder) - Method in class net.sf.gridarta.model.treasurelist.NoTreasureObj
-
- appendToString(StringBuilder) - Method in class net.sf.gridarta.model.treasurelist.TreasureListTreasureObj
-
- 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
-
- 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
-
- 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
-
- apply(G) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
-
- apply(G) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.FaceTab
-
- 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
-
- apply(G) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.TextEditorTab
-
- 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
-
- applyMassChange(Integer[], Integer[], String) - Method in class net.sf.gridarta.var.crossfire.model.gameobject.GameObject
-
- applyMassChange(Integer[], Integer[], String) - Method in class net.sf.gridarta.var.daimonin.model.gameobject.GameObject
-
- 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.utils
-
Maintains the application preferences state.
- AppPreferencesModel(String, String, String) - Constructor for class net.sf.gridarta.utils.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<Archetype<G, A, R>>, 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- ArchetypeAttributeFixed - Class in net.sf.gridarta.model.archetypetype
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- ArchetypeAttributeParser(ArchetypeAttributeFactory) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeParser
-
Creates a new instance.
- ArchetypeAttributeScriptFile - Class in net.sf.gridarta.model.archetypetype
-
- 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
-
- ArchetypeAttributeSections() - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSections
-
Creates a new instance.
- ArchetypeAttributeSpell - Class in net.sf.gridarta.model.archetypetype
-
- 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
-
- 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
-
- 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
-
- 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
-
- ArchetypeAttributeZSpell - Class in net.sf.gridarta.model.archetypetype
-
- 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
-
- 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
-
- 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
-
- ArchetypeChooserPanel<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.archetypechooser
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- ArchetypeTypeListCellRenderer() - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.ArchetypeTypeListCellRenderer
-
- ArchetypeTypeParser - Class in net.sf.gridarta.model.archetypetype
-
- ArchetypeTypeParser(ArchetypeAttributeParser) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeTypeParser
-
Creates a new instance.
- ArchetypeTypeSet - Class in net.sf.gridarta.model.archetypetype
-
- ArchetypeTypeSet() - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeTypeSet
-
- ArchetypeTypeSetParser - Class in net.sf.gridarta.model.archetypetype
-
- ArchetypeTypeSetParser(ArchetypeTypeParser) - Constructor for class net.sf.gridarta.model.archetypetype.ArchetypeTypeSetParser
-
Creates a new instance.
- ArchetypeValidator - Class in net.sf.gridarta.model.archetypeset
-
- 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
-
- 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
-
- 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
-
- asGameObject() - Method in class net.sf.gridarta.model.mapmodel.MapSquare
-
- 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
-
- 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
-
- 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
-
Creates 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
-
- 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 - 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
-
Creates a new instance.
- AutojoinLists<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.autojoin
-
- AutojoinLists() - Constructor for class net.sf.gridarta.model.autojoin.AutojoinLists
-
- AutojoinListsParser - Class in net.sf.gridarta.model.autojoin
-
- 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
-
Creates a new instance.
- 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.
- calculateTilePath(Direction, MapFile) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
-
- 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
-
- 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
-
- canApply() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
-
- canApply() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.FaceTab
-
- 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
-
- canApply() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.TextEditorTab
-
- canApplyChanges() - Method in class net.sf.gridarta.gui.panel.gameobjecttexteditor.GameObjectTextEditor
-
Returns whether the current text field differs from the initial value.
- cancel() - Method in interface net.sf.gridarta.action.exportmap.ExportMapProgress
-
Will be called regularly while exporting the map.
- 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
-
Checks 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
-
- 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
-
- centerMapView(Point) - Method in class net.sf.gridarta.gui.map.mapview.AbstractMapView
-
- centerMapView(Point) - Method in interface net.sf.gridarta.gui.map.mapview.MapView
-
Centers the map view on a map square.
- 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<Object>) - 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
-
- 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
-
- childrenNames(String) - Method in class net.sf.gridarta.preferences.Storage
-
Returns 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
-
Executes 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
-
- 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
-
- 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
-
- clearBackground(Graphics) - Method in class net.sf.gridarta.gui.map.renderer.IsoPickmapRenderer
-
- clearErrors() - Method in class net.sf.gridarta.model.mapgrid.MapGrid
-
Clears all error flags.
- clearMap() - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
-
- 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
-
- clicked(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.InsertionTool
-
- clicked(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.SelectionTool
-
- clicked(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.VoidTool
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- cloneMultiGameObject(G) - Method in class net.sf.gridarta.model.gameobject.AbstractGameObjectFactory
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
Unregisters all registered listeners.
- closeNotify() - Method in class net.sf.gridarta.gui.map.mapview.AbstractMapView
-
- closeNotify() - Method in class net.sf.gridarta.gui.map.mapview.DefaultMapView
-
- 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
-
- 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
-
- closeNotify() - Method in class net.sf.gridarta.gui.map.renderer.SimpleIsoMapRenderer
-
- 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
-
- closeNotify() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatMapRenderer
-
- closeNotify() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.SimpleFlatMapRenderer
-
- closeView(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViews
-
- closeView(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.map.mapview.MapViewsManager
-
- 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
-
- 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
-
- collect(ValidationError<G, A, R>) - Method in class net.sf.gridarta.model.validation.DefaultErrorCollector
-
- 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
-
- 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
-
- collectArchetype(Archetype, Writer) - Method in class net.sf.gridarta.var.crossfire.model.collectable.CrossfireArchetypeSetCollectable
-
- collectArchetype(Archetype, Writer) - Method in class net.sf.gridarta.var.daimonin.model.collectable.DaimoninArchetypeSetCollectable
-
- CollectedConfigSource - Class in net.sf.gridarta.var.atrinik.model.settings
-
- CollectedConfigSource() - Constructor for class net.sf.gridarta.var.atrinik.model.settings.CollectedConfigSource
-
- CollectedConfigSource - Class in net.sf.gridarta.var.crossfire.model.settings
-
- CollectedConfigSource() - Constructor for class net.sf.gridarta.var.crossfire.model.settings.CollectedConfigSource
-
- CollectedConfigSource - Class in net.sf.gridarta.var.daimonin.model.settings
-
- 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
-
Creates a new instance.
- 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
-
- 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
-
Creates a new instance.
- 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
-
- compareValue(GameObject<?, ?, ?>) - Method in class net.sf.gridarta.model.match.StringAttributeGameObjectMatcher
-
- configChanged(FilterConfigChangeType, FilterConfig<?, ?>) - Method in interface net.sf.gridarta.model.filter.FilterConfigListener
-
- 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
-
- 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
-
- 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
-
A 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
-
Creates a new instance.
- 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
-
Creates a new instance.
- 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
-
- Connection(K) - Constructor for class net.sf.gridarta.gui.panel.connectionview.Connection
-
Creates 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
-
Creates 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
-
Creates 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
-
Creates 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
-
Creates 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
-
Creates a new instance.
- 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
-
Creates 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
-
Creates 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
-
- 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
-
- 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
-
Executes 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.
- 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
-
Creates a new instance.
- copyListType(TreasureObj) - Method in class net.sf.gridarta.model.treasurelist.ArchTreasureObj
-
- copyListType(TreasureObj) - Method in class net.sf.gridarta.model.treasurelist.FolderTreasureObj
-
- copyListType(TreasureObj) - Method in class net.sf.gridarta.model.treasurelist.NoTreasureObj
-
- copyListType(TreasureObj) - Method in class net.sf.gridarta.model.treasurelist.TreasureListTreasureObj
-
- 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
-
- 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
-
- correct(Component) - Method in class net.sf.gridarta.model.validation.errors.BlockedSquareError
-
- correct(Component) - Method in class net.sf.gridarta.model.validation.errors.ConnectedInsideContainerError
-
- correct(Component) - Method in class net.sf.gridarta.model.validation.errors.ConnectedPickableError
-
- 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
-
- correct(Component) - Method in class net.sf.gridarta.model.validation.errors.DoubleTypeError
-
- correct(Component) - Method in class net.sf.gridarta.model.validation.errors.EmptySpawnPointError
-
- correct(Component) - Method in class net.sf.gridarta.model.validation.errors.EnvironmentSensorSlayingError
-
- correct(Component) - Method in class net.sf.gridarta.model.validation.errors.MobOutsideSpawnPointError
-
- correct(Component) - Method in class net.sf.gridarta.model.validation.errors.SlayingError
-
- correct(Component) - Method in class net.sf.gridarta.model.validation.errors.SquareWithoutFloorError
-
- correct(Component) - Method in class net.sf.gridarta.model.validation.errors.SysObjectNotOnLayerZeroError
-
- correct(Component) - Method in class net.sf.gridarta.var.crossfire.model.validation.errors.AbstractSuspiciousMsgError
-
- 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
-
- 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
-
- createClone() - Method in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
-
- createClone() - Method in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
-
- createConfig() - Method in interface net.sf.gridarta.model.filter.Filter
-
- createConfig() - Method in class net.sf.gridarta.model.filter.NamedFilter
-
- createConfig() - Method in class net.sf.gridarta.model.filter.NamedGameObjectMatcherFilter
-
- 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
-
- createGameObject() - Method in class net.sf.gridarta.model.spells.GameObjectSpell
-
Returns a copy of the game object.
- createGameObject(Archetype) - Method in class net.sf.gridarta.var.atrinik.model.gameobject.DefaultGameObjectFactory
-
- createGameObject(Archetype) - Method in class net.sf.gridarta.var.crossfire.model.gameobject.DefaultGameObjectFactory
-
- createGameObject(Archetype) - Method in class net.sf.gridarta.var.daimonin.model.gameobject.DefaultGameObjectFactory
-
- createGameObjectPart(R, G) - Method in interface net.sf.gridarta.model.gameobject.GameObjectFactory
-
- createGameObjectPart(Archetype, GameObject) - Method in class net.sf.gridarta.var.atrinik.model.gameobject.DefaultGameObjectFactory
-
- createGameObjectPart(Archetype, GameObject) - Method in class net.sf.gridarta.var.crossfire.model.gameobject.DefaultGameObjectFactory
-
- createGameObjectPart(Archetype, GameObject) - Method in class net.sf.gridarta.var.daimonin.model.gameobject.DefaultGameObjectFactory
-
- createImage(MapFile, boolean, ExportMapProgress) - Method in class net.sf.gridarta.action.exportmap.MapImageCreator
-
Creates an image from a map file.
- 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
-
Creates an image of a map and save it as a file.
- createImage(String, long) - Method in class net.sf.gridarta.model.face.AbstractFaceProvider
-
Creates an image not found in the cache.
- createImage(String, long) - Method in class net.sf.gridarta.model.face.ArchFaceProvider
-
- createImage(String, long) - Method in class net.sf.gridarta.model.face.CollectedFaceProvider
-
- createImage(String, long) - Method in class net.sf.gridarta.model.face.FilterFaceProvider
-
- createInventory(GameObject<G, A, R>, Iterable<G>) - Method in class net.sf.gridarta.model.gameobject.AbstractGameObjectFactory
-
- 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
-
Creates a JLabel
instance.
- createMapControl(List<G>, A, MapFile) - Method in class net.sf.gridarta.model.mapmanager.AbstractMapManager
-
- createMapControl(List<G>, A, MapFile) - Method in class net.sf.gridarta.model.mapmanager.DefaultMapManager
-
- createMapControl(List<G>, A, MapFile) - Method in class net.sf.gridarta.model.mapmanager.DefaultPickmapManager
-
- 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
-
- createNew() - Method in class net.sf.gridarta.gui.dialog.newmap.NewPickmapDialog
-
- createNew() - Method in class net.sf.gridarta.gui.dialog.newmap.NewPickmapFolderDialog
-
- createOptionsView() - Method in class net.sf.gridarta.gui.panel.tools.DeletionTool
-
- createOptionsView() - Method in class net.sf.gridarta.gui.panel.tools.InsertionTool
-
- createOptionsView() - Method in class net.sf.gridarta.gui.panel.tools.SelectionTool
-
- createOptionsView() - Method in interface net.sf.gridarta.gui.panel.tools.Tool
-
Creates a view for changing the options of this tool.
- createOptionsView() - Method in class net.sf.gridarta.gui.panel.tools.VoidTool
-
- createParameter(Element) - Method in class net.sf.gridarta.plugin.parameter.PluginParameterFactory
-
- createParameter(String) - 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
-
- createPreferencesGroup(ProjectSettings, EditorSettings, DelegatingMapValidator<GameObject, MapArchObject, Archetype>, AppPreferencesModel, ExitConnectorModel, ConfigSourceFactory) - Method in class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
-
- createPreferencesGroup(ProjectSettings, EditorSettings, DelegatingMapValidator<GameObject, MapArchObject, Archetype>, AppPreferencesModel, ExitConnectorModel, ConfigSourceFactory) - Method in class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
-
- 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
-
- 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
-
- createTokenMarker(String) - Static method in class net.sf.gridarta.textedit.textarea.tokenmarker.TokenMarkerFactory
-
- 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
-
Creates 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
-
Creates a new instance.
- cut(MapView<G, A, R>, Rectangle) - Method in class net.sf.gridarta.gui.copybuffer.CopyBuffer
-
Executes 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.
- 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, FilterConfig<?, ?>) - Method in class net.sf.gridarta.model.filter.FilterConfigDecoder
-
Import the filter configuration settings.
- decode(String) - Static method in class net.sf.gridarta.preferences.Codec
-
- decodeString(StringBuilder) - Static method in class net.sf.gridarta.model.filter.FilterCodecUtils
-
Decodes a string from a string builder.
- 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
-
- 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
-
- DefaultAnimationObjects() - Constructor for class net.sf.gridarta.model.anim.DefaultAnimationObjects
-
Creates a new instance.
- DefaultArchetype - Class in net.sf.gridarta.var.atrinik.model.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
-
- 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
-
- 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
-
- DefaultArchetypeAttributeFactory() - Constructor for class net.sf.gridarta.model.archetypetype.DefaultArchetypeAttributeFactory
-
- DefaultArchetypeBuilder - Class in net.sf.gridarta.var.atrinik.model.archetype
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
Creates a new instance.
- DefaultConfigSourceFactory - Class in net.sf.gridarta.model.configsource
-
- DefaultConfigSourceFactory() - Constructor for class net.sf.gridarta.model.configsource.DefaultConfigSourceFactory
-
Creates a new instance.
- DefaultEditorFactory - Class in net.sf.gridarta.var.atrinik.maincontrol
-
- DefaultEditorFactory() - Constructor for class net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory
-
- DefaultEditorFactory - Class in net.sf.gridarta.var.crossfire.maincontrol
-
- DefaultEditorFactory() - Constructor for class net.sf.gridarta.var.crossfire.maincontrol.DefaultEditorFactory
-
- DefaultEditorFactory - Class in net.sf.gridarta.var.daimonin.maincontrol
-
- DefaultEditorFactory() - Constructor for class net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory
-
- DefaultEditorSettings - Class in net.sf.gridarta.model.settings
-
- 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
-
- 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
-
Creates a new instance.
- DefaultFaceObjects - Class in net.sf.gridarta.model.face
-
- 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
-
- 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, EditorSettings) - Constructor for class net.sf.gridarta.gui.filter.DefaultFilterControl
-
Creates a new instance.
- DefaultGameObjectFactory - Class in net.sf.gridarta.var.atrinik.model.gameobject
-
- 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
-
- 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
-
- 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
-
- DefaultGameObjectParser(GameObjectFactory<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.atrinik.model.io.DefaultGameObjectParser
-
Creates a new instance.
- DefaultGameObjectParser - Class in net.sf.gridarta.var.crossfire.model.io
-
- DefaultGameObjectParser(GameObjectFactory<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>, ArchetypeTypeSet) - Constructor for class net.sf.gridarta.var.crossfire.model.io.DefaultGameObjectParser
-
Creates a new instance.
- DefaultGameObjectParser - Class in net.sf.gridarta.var.daimonin.model.io
-
- DefaultGameObjectParser(GameObjectFactory<GameObject, MapArchObject, Archetype>, ArchetypeSet<GameObject, MapArchObject, Archetype>) - Constructor for class net.sf.gridarta.var.daimonin.model.io.DefaultGameObjectParser
-
Creates a new instance.
- DefaultGameObjectParserFactory - Class in net.sf.gridarta.var.atrinik.model.io
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- DefaultMapArchObjectParserFactory() - Constructor for class net.sf.gridarta.var.atrinik.model.io.DefaultMapArchObjectParserFactory
-
- DefaultMapArchObjectParserFactory - Class in net.sf.gridarta.var.crossfire.model.io
-
- DefaultMapArchObjectParserFactory() - Constructor for class net.sf.gridarta.var.crossfire.model.io.DefaultMapArchObjectParserFactory
-
- DefaultMapArchObjectParserFactory - Class in net.sf.gridarta.var.daimonin.model.io
-
- 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
-
- 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
-
- 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
-
- 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
-
Creates a new instance.
- 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) - Constructor for class net.sf.gridarta.model.mapmodel.DefaultMapModel
-
Creates a new instance.
- DefaultMapPropertiesDialogFactory - Class in net.sf.gridarta.var.atrinik.gui.mappropertiesdialog
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- DefaultMapView(MapControl<G, A, R>, int, PathManager, MapGrid, MapCursor<G, A, R>, AbstractMapRenderer<G, A, R>, int, int) - Constructor for class net.sf.gridarta.gui.map.mapview.DefaultMapView
-
Creates 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
-
- 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
-
- 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
-
- 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
-
Creates a new instance.
- DefaultPickmapSettings - Class in net.sf.gridarta.model.pickmapsettings
-
- DefaultPickmapSettings() - Constructor for class net.sf.gridarta.model.pickmapsettings.DefaultPickmapSettings
-
- DefaultRendererFactory - Class in net.sf.gridarta.var.atrinik.gui.map.renderer
-
- 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
-
- 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
-
- 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
-
Creates a new instance.
- 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
-
- 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
-
- 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
-
- 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
-
- DefaultValidatorPreferences() - Constructor for class net.sf.gridarta.model.validation.DefaultValidatorPreferences
-
- DefaultVolatileSettings - Class in net.sf.gridarta.model.settings
-
- 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
-
- DelayedChangeManager - Class in net.sf.gridarta.utils
-
- 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
-
Creates a new instance 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
-
Creates a new instance.
- 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
-
- 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
-
Creates 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.
- DialogManager - Interface in net.sf.gridarta.gui.utils
-
Manages a single dialog 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
-
- 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
-
- 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
-
- doAction(boolean, G) - Method in class net.sf.gridarta.action.MoveSquareDownAction
-
- doAction(boolean, G) - Method in class net.sf.gridarta.action.MoveSquareEnvAction
-
- doAction(boolean, G) - Method in class net.sf.gridarta.action.MoveSquareInvAction
-
- doAction(boolean, G) - Method in class net.sf.gridarta.action.MoveSquareNextAction
-
- doAction(boolean, G) - Method in class net.sf.gridarta.action.MoveSquarePrevAction
-
- doAction(boolean, G) - Method in class net.sf.gridarta.action.MoveSquareTopAction
-
- doAction(boolean, G) - Method in class net.sf.gridarta.action.MoveSquareUpAction
-
- 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
-
- 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
-
- 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
-
- doubleClick(Connection<GameObject<G, A, R>>) - Method in class net.sf.gridarta.gui.panel.connectionview.MonsterControl
-
- 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
-
Creates a new instance.
- DoubleParameter<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.plugin.parameter
-
- 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
-
Creates a new instance.
- 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
-
- dragged(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.InsertionTool
-
- dragged(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.SelectionTool
-
- dragged(MouseOpEvent<G, A, R>) - Method in class net.sf.gridarta.gui.panel.tools.VoidTool
-
- 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
-
Creates a new instance.
- 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.