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

U

ultimateDeath - Variable in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Permanent death with instant character deletion.
ultraDeath - Variable in class net.sf.gridarta.var.daimonin.model.maparchobject.MapArchObject
Permanent death with corpses temporarily available.
UNAVAILABLE - Static variable in class net.sf.gridarta.updater.Updater.VersionInfo
Special Version "unavailable".
UNDEFINED_CATEGORY - Static variable in class net.sf.gridarta.utils.ActionUtils
Category value for Actions not defining a ActionUtils.CATEGORY.
UndefinedAnimError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.errors
A GameObjectValidationError indicating a game object references an undefined animation.
UndefinedAnimError(G, String) - Constructor for class net.sf.gridarta.model.validation.errors.UndefinedAnimError
Creates a new instance.
UndefinedArchetype - Class in net.sf.gridarta.var.atrinik.model.archetype
The class UndefinedArchetype implements an undefined Atrinik archetype.
UndefinedArchetype(String, FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.var.atrinik.model.archetype.UndefinedArchetype
Create a new undefined archetype with the given archetype name.
UndefinedArchetype - Class in net.sf.gridarta.var.crossfire.model.archetype
The class UndefinedArchetype implements an undefined Crossfire archetype.
UndefinedArchetype(String, FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.var.crossfire.model.archetype.UndefinedArchetype
Create a new undefined archetype with the given archetype name.
UndefinedArchetype - Class in net.sf.gridarta.var.daimonin.model.archetype
The class UndefinedArchetype implements an undefined Daimonin archetype.
UndefinedArchetype(String, FaceObjectProviders, AnimationObjects) - Constructor for class net.sf.gridarta.var.daimonin.model.archetype.UndefinedArchetype
Create a new undefined archetype with the given archetype name.
UndefinedArchetypeChecker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
Check that no game object references an undefined archetype.
UndefinedArchetypeChecker(ValidatorPreferences) - Constructor for class net.sf.gridarta.model.validation.checks.UndefinedArchetypeChecker
Creates a new instance.
UndefinedArchetypeError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.errors
A ValidationError that refers to an undefined archetype.
UndefinedArchetypeError(G) - Constructor for class net.sf.gridarta.model.validation.errors.UndefinedArchetypeError
Create a new instance.
UndefinedArchetypeException - Exception in net.sf.gridarta.model.archetype
Exception thrown if an Archetype does not exist.
UndefinedArchetypeException(String) - Constructor for exception net.sf.gridarta.model.archetype.UndefinedArchetypeException
Creates a new instance.
undefinedArchetypes - Variable in class net.sf.gridarta.model.archetypeset.DefaultArchetypeSet
The archetypes used for game objects which reference undefined archetypes.
UndefinedEventArchetypeException - Exception in net.sf.gridarta.model.scripts
The class UndefinedEventArchetypeException is thrown when an event game object cannot be created.
UndefinedEventArchetypeException(String) - Constructor for exception net.sf.gridarta.model.scripts.UndefinedEventArchetypeException
Creates a new instance.
UndefinedEventArchetypeException(String, Throwable) - Constructor for exception net.sf.gridarta.model.scripts.UndefinedEventArchetypeException
Creates a new instance.
UndefinedEventArchetypeNameException - Exception in net.sf.gridarta.model.scripts
This class implements an UndefinedEventArchetypeException that describes a missing archetype.
UndefinedEventArchetypeNameException(String, Throwable) - Constructor for exception net.sf.gridarta.model.scripts.UndefinedEventArchetypeNameException
Create a new instance.
UndefinedEventArchetypeTypeException - Exception in net.sf.gridarta.model.scripts
This class implements an UndefinedEventArchetypeException that describes an invalid event type.
UndefinedEventArchetypeTypeException(int) - Constructor for exception net.sf.gridarta.model.scripts.UndefinedEventArchetypeTypeException
Create a new instance.
UndefinedFaceChecker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
Checks that a game object does not reference an undefined face.
UndefinedFaceChecker(ValidatorPreferences) - Constructor for class net.sf.gridarta.model.validation.checks.UndefinedFaceChecker
Creates a new instance.
UndefinedFaceError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.errors
A GameObjectValidationError indicating a game object references an undefined face.
UndefinedFaceError(G, String) - Constructor for class net.sf.gridarta.model.validation.errors.UndefinedFaceError
Creates a new instance.
undefinedSpellIndex - Variable in class net.sf.gridarta.gui.dialog.gameobjectattributes.AttributesPaneBuilder
The index for "no spell".
undefinedSpellIndex - Variable in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeZSpell
The index used for "no" spell.
undefinedSpellIndex - Variable in class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialogFactory
The index for "no spell".
unDeleteAction - Variable in class net.sf.gridarta.gui.dialog.bookmarks.ManageBookmarksDialog
The Action for "remove bookmark".
UNDERSCORE - Static variable in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeParser
Pattern to match the list name separator in "list2_xxx_yyy" types.
undo(UndoModel<G, A, R>, MapModel<G, A, R>) - Static method in class net.sf.gridarta.actions.UndoActions
Perform an "undo" action on a MapModel.
undo() - Method in class net.sf.gridarta.gui.undo.UndoControl
"Undo" was selected.
undo() - Method in class net.sf.gridarta.model.undo.UndoModel
Perform an "undo" operation.
undo - Variable in class net.sf.gridarta.textedit.scripteditor.ScriptEditUndoActions
Records an UndoManager for each known Document.
undo() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea.CaretUndo
 
undoableEditListener - Variable in class net.sf.gridarta.textedit.scripteditor.ScriptEditUndoActions
The UndoableEditListener to detect document changes.
UndoActions - Class in net.sf.gridarta.actions
Utility class implementing undo and redo actions.
UndoActions() - Constructor for class net.sf.gridarta.actions.UndoActions
Private constructor to prevent instantiation.
UndoActionsTest - Class in net.sf.gridarta.actions
Regression tests for UndoActions.
UndoActionsTest() - Constructor for class net.sf.gridarta.actions.UndoActionsTest
 
UndoControl<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.undo
The class UndoControl implements the controller for undo/redo actions.
UndoControl(MapManager<G, A, R>, GameObjectFactory<G, A, R>, GameObjectMatchers) - Constructor for class net.sf.gridarta.gui.undo.UndoControl
Create a new instance.
UndoModel<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.undo
The class UndoModel maintains the undo state for one map control.
UndoModel(GameObjectFactory<G, A, R>, GameObjectMatchers, MapTransactionListener<G, A, R>) - Constructor for class net.sf.gridarta.model.undo.UndoModel
Creates a new instance.
undoModels - Variable in class net.sf.gridarta.gui.undo.UndoControl
Contains an UndoModel for each known MapModel.
undoName() - Method in class net.sf.gridarta.model.undo.UndoModel
Return the "undo" operation name.
undoStack - Variable in class net.sf.gridarta.model.undo.UndoModel
The undo stack.
undoStackIndex - Variable in class net.sf.gridarta.model.undo.UndoModel
Current index into UndoModel.undoStack.
UndoState<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.undo
The class UndoState holds information to undo/redo one edit operation.
UndoState(String, A) - Constructor for class net.sf.gridarta.model.undo.UndoState
Create a new instance.
UndoType - Enum in net.sf.gridarta.model.undo
Represents the type of undo recording.
UndoType() - Constructor for enum net.sf.gridarta.model.undo.UndoType
 
unique - Variable in class net.sf.gridarta.var.atrinik.model.maparchobject.MapArchObject
Unique map.
unique - Variable in class net.sf.gridarta.var.crossfire.model.maparchobject.MapArchObject
If set, this entire map is unique.
UNITS - Static variable in class net.sf.gridarta.gui.misc.StatusBar
unknowns - Variable in class net.sf.gridarta.model.validation.checks.ConnectionChecker.Rec
The game objects in this connection set which are neither sources nor sinks.
unknownSquareIcon - Variable in class net.sf.gridarta.gui.dialog.gameobjectattributes.AttributesPaneBuilder
The ImageIcon for undefined animations.
unknownSquareIcon - Variable in class net.sf.gridarta.gui.dialog.gameobjectattributes.GameObjectAttributesDialogFactory
The ImageIcon for undefined animations.
unknownSquareIcon - Variable in class net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer
The Icon drawn into squares without game objects.
unknownSquareIcon - Variable in class net.sf.gridarta.gui.map.renderer.SimpleIsoMapRenderer
The icon for unknown squares.
unknownSquareIcon - Variable in class net.sf.gridarta.gui.panel.selectedsquare.CellRenderer
The Icon for unknown squares.
unknownSquareIcon - Variable in class net.sf.gridarta.gui.utils.AnimTreeChooseAction
The ImageIcon for undefined animations.
unknownSquareIcon - Variable in class net.sf.gridarta.gui.utils.FaceTreeChooseAction
The ImageIcon for undefined animations.
unlockEditor() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.ArchComboBoxEditor
 
unmodifiedText - Variable in class net.sf.gridarta.textedit.textarea.JEditTextArea
The text contents in the last "unmodified" state.
unPreSelect(Point, Point) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Pre-selection of rectangle defined by points gets deleted.
unSelect() - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Clears all selection and pre-selection flags from the grid.
UNSET - Static variable in class net.sf.gridarta.model.treasurelist.TreasureObj
Unset values.
unsetComponent(Location, boolean) - Method in class net.sf.gridarta.gui.utils.borderpanel.BorderPanel
Unsets the optional Component for a location.
unSetCursor(Point) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Un-highlights the given cursor position.
unsetEditType(int) - Method in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
Set the map view to hide squares of the given type.
unsetEditType(int) - Method in interface net.sf.gridarta.model.mapviewsettings.MapViewSettings
Set the map view to hide squares of the given type.
unsetFlags(int, int, int, int, int) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Resets flags in a rectangle and generate a grid change event.
UnsetSlayingChecker<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
Checks that a game object does not set a custom type.
UnsetSlayingChecker(ValidatorPreferences, Integer...) - Constructor for class net.sf.gridarta.model.validation.checks.UnsetSlayingChecker
Create a new instance.
UnsetSlayingError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.errors
Validation error indicating a game object with a custom type.
UnsetSlayingError(G) - Constructor for class net.sf.gridarta.model.validation.errors.UnsetSlayingError
Create a new instance.
update() - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesTableModel
Updates BrowseArchetypesTableModel.archetypes to include all archetypes from BrowseArchetypesTableModel.archetypeSet that define at least one show attribute.
update(MapImageCache<?, ?, ?>) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuAction
Updates properties.
update(GameObjectContainer<?, ?, ?>, GameObject<?, ?, ?>) - Method in class net.sf.gridarta.gui.panel.selectedsquare.ModelUpdater
Updates the model to reflect a MapSquare.
update() - Method in class net.sf.gridarta.updater.UpdaterManager
Perform an update.
UPDATE_TIMES - Static variable in class net.sf.gridarta.updater.UpdaterManager
The times for update calculation.
updateAction() - Method in class net.sf.gridarta.action.AbstractMapCursorAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.AbstractMoveSquareAction
Updates the enabled state of AbstractMoveSquareAction.action.
updateAction() - Method in class net.sf.gridarta.action.AddBookmarkAction
Updates the enabled state of all actions.
updateAction() - Method in class net.sf.gridarta.action.AddToSelectionAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.CollectArchesAction
Updates the action's enabled state.
updateAction() - Method in class net.sf.gridarta.action.DeleteArchAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.GoLocationAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.GrowSelectionAction
Updates the GrowSelectionAction.action's enabled state.
updateAction() - Method in class net.sf.gridarta.action.InsertArchAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.LightVisibleAction
Updates the LightVisibleAction.action's state.
updateAction() - Method in class net.sf.gridarta.action.ReleaseDragAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.ReloadFacesAction
Updates the enabled state of ReloadFacesAction.action.
updateAction() - Method in class net.sf.gridarta.action.SelectArchAboveAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.SelectArchBelowAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.SelectSquareAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.ShrinkSelectionAction
Updates the ShrinkSelectionAction.action's enabled state.
updateAction() - Method in class net.sf.gridarta.action.StartStopDragAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.action.SubFromSelectionAction
Called whenever the current map cursor has changed.
updateAction() - Method in class net.sf.gridarta.gui.map.viewaction.ViewAction
Update the action's state to match the current edit type settings.
updateActions() - Method in class net.sf.gridarta.action.ArchAttributesAction
Updates the enabled state of ArchAttributesAction.action.
updateActions() - Method in class net.sf.gridarta.action.ValidateMapAction
Updates the state of the ValidateMapAction.action.
updateActions() - Method in class net.sf.gridarta.actions.AbstractServerActions
Update the enabled/disabled state of all actions.
updateActions() - Method in class net.sf.gridarta.gui.dialog.bookmarks.ManageBookmarksDialog
Updates the actions' states to reflect the current selection.
updateActions() - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesDialog
Updates the actions' states to reflect the current selection.
updateActions() - Method in class net.sf.gridarta.gui.map.mapactions.MapActions
Update the actions' state.
updateActions() - Method in class net.sf.gridarta.gui.map.MapFileActions
Update the enabled/disabled state of all actions.
updateActions() - Method in class net.sf.gridarta.gui.map.viewaction.ViewActions
Update the actions' state to the current edit mode.
updateActions() - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserView
Update the actions' state.
updateActions() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.EventsTab
Updates the enabled state of all actions.
updateActiveMapView() - Method in class net.sf.gridarta.gui.map.mapview.MapViewManager
Updates the active map view and notifies all listeners of changes.
updateActivePickmap(MapFile<G, A, R>) - Method in class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
Records an active pickmap.
updateActivePickmap() - Method in class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
Updates the display state after DefaultObjectChooser.activeMapFile has changed.
updateAll() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Callback function that is called when any square may have changed.
updateAll() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatMapRenderer
Callback function that is called when any square may have changed.
updateAll() - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatPickmapRenderer
Callback function that is called when any square may have changed.
updateArchetype() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Called whenever BaseObject.getArchetype() has changed.
updateArchetypeList() - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypePanel
Updates ArchetypePanel.archetypeList to contain the currently selected folder.
updateArchSelection(BaseObject<G, A, R, ?>, boolean) - Method in class net.sf.gridarta.gui.dialog.replace.ReplaceDialog
Update which arch is displayed as replace object.
updateArrows(boolean) - Method in class net.sf.gridarta.gui.panel.selectedsquare.SelectedSquareView
Updates the parameters of the SelectedSquareView.arrows buttons.
updateBracketHighlight(int) - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
 
updateCachedAttributes() - Method in class net.sf.gridarta.model.baseobject.AbstractBaseObject
Updates attribute values that are cached.
updateCaches(File, ImageType) - Method in class net.sf.gridarta.gui.mapimagecache.MapImageCache
Updates the cached icon and preview Images for one map file.
updateCaches(File, MapControl<G, A, R>, ImageType) - Method in class net.sf.gridarta.gui.mapimagecache.MapImageCache
Updates the cached icon and preview Images for one map file.
updateCellRenderer(DisplayMode<G, A, R>) - Method in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypePanel
Updates the cell renderer state.
updateCheckboxState() - Method in class net.sf.gridarta.gui.utils.tristate.TristateButtonModel
Updates the check box state to reflect the internal state.
updateComboBox() - Method in class net.sf.gridarta.gui.dialog.browsearchetypes.BrowseArchetypesDialog
updateDirection(Integer) - Method in class net.sf.gridarta.gui.utils.DirectionComponent
Sets the selected direction.
updateEditType(GameObject<G, A, R>, int) - Method in class net.sf.gridarta.model.mapmodel.DefaultMapModel
Updates the edit type of a GameObject.
updateEnabled(BaseObject<?, ?, ?, ?>) - Method in class net.sf.gridarta.gui.panel.archetypechooser.DirectionPane
Enables/disables the direction buttons for a given archetype.
updateEnabled(boolean) - Method in class net.sf.gridarta.gui.utils.DirectionComponent
Enables/disables the direction buttons for a given archetype.
updateEnabled() - Method in class net.sf.gridarta.gui.utils.DirectionComponent
Enables/disables the buttons.
updateErrors() - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ErrorListView
Updates the displayed errors.
updateErrors(ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.gui.panel.gameobjectattributes.ErrorListView
Updates the errors for the current map.
updateExitObject(BaseObject<?, ?, ?, ?>, boolean, File) - Method in class net.sf.gridarta.model.exitconnector.ExitLocation
Updates exit information.
updateFileName - Variable in class net.sf.gridarta.updater.Updater
The file to update.
updateFileName - Variable in class net.sf.gridarta.updater.UpdaterManager
The file to update.
updateFocus(boolean) - Method in class net.sf.gridarta.gui.mapdesktop.MapDesktop
Updates the focus to the first non-iconified map window.
updateFrameIcon(MapView<G, A, R>) - Method in class net.sf.gridarta.gui.mapdesktop.MapDesktop
Updates the frame icon to the current icon image.
updateIconLabel() - Method in class net.sf.gridarta.gui.utils.AnimTreeChooseAction
Updates the icon of AnimTreeChooseAction.icon to reflect the current animation name.
updateIconLabel() - Method in class net.sf.gridarta.gui.utils.FaceTreeChooseAction
Updates the icon of FaceTreeChooseAction.icon to reflect the current face name.
updateIndex - Variable in class net.sf.gridarta.gui.panel.selectedsquare.ModelUpdater
The next index to update.
updateInProgress - Variable in class net.sf.gridarta.gui.panel.archetypechooser.ArchetypePanel
updateKeyStroke() - Method in class net.sf.gridarta.gui.dialog.shortcuts.KeyStrokeDialog
Updates the information shown for the selected action.
updateKeyStroke() - Method in class net.sf.gridarta.gui.dialog.shortcuts.KeyStrokeField
Updates the shown text to reflect the current value of KeyStrokeField.keyStroke.
updateLightRadius(MapSquare<G, A, R>) - Method in class net.sf.gridarta.model.mapmodel.LightMapModelTracker
Recalculates information about light emitting game objects in a map square.
updateLineInfo() - Method in class net.sf.gridarta.textedit.textarea.TextAreaPainter
updateMapsDirectory() - Method in class net.sf.gridarta.model.index.MapsIndexer
Checks whether MapsIndexer.newMapsDirectory has been set and updates MapsIndexer.mapsDirectory accordingly.
updateMenu(JMenu, TreeNode) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuManager
Updates a JMenu from a menu instance.
updateMenuEntries() - Method in class net.sf.gridarta.gui.dialog.plugin.PluginView
Refresh the menu entries.
updateModifiedAttribute(String) - Method in class net.sf.gridarta.model.maparchobject.AbstractMapArchObject
Updates the "Modified:" attribute in the message text.
updateModifiedAttribute(String) - Method in interface net.sf.gridarta.model.maparchobject.MapArchObject
Updates the "Modified:" attribute in the message text.
updateName() - Method in class net.sf.gridarta.gui.mapdesktop.WindowAction
Updates the action's name to the current map state.
updateOkButton() - Method in class net.sf.gridarta.gui.dialog.bookmarks.BookmarkDirectoryDialog
Sets the enabled state of BookmarkDirectoryDialog.okButton depending on the contents of BookmarkDirectoryDialog.directoryField.
updateOkButton() - Method in class net.sf.gridarta.gui.dialog.bookmarks.EditBookmarkDialog
Sets the enabled state of EditBookmarkDialog.okButton depending on the contents of EditBookmarkDialog.descriptionField.
updateOkButton() - Method in class net.sf.gridarta.gui.dialog.newmap.AbstractNewMapDialog
Updates the enabled state of the "OK" button depending on the dialog's contents.
updateOkButton() - Method in class net.sf.gridarta.mainactions.RandomFillDialog
Updates the enabled state of the "OK" button depending on the dialog's contents.
updatePickmapInfo(MapCursor<G, A, R>) - Method in class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
Updates the display information for the active pickmap.
UpdatePreferences - Class in net.sf.gridarta.gui.dialog.prefs
Preferences Module for update preferences.
UpdatePreferences() - Constructor for class net.sf.gridarta.gui.dialog.prefs.UpdatePreferences
Creates a new instance.
updatePreSelect(Point, Point, Point) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Update the pre-selection rectangle.
Updater - Class in net.sf.gridarta.updater
This class handles updating the map editor.
Updater(Component, Exiter, String) - Constructor for class net.sf.gridarta.updater.Updater
Create a new instance.
Updater.VersionInfo - Class in net.sf.gridarta.updater
Class for holding version information and quickly comparing it.
Updater.VersionInfo() - Constructor for class net.sf.gridarta.updater.Updater.VersionInfo
Private constructor used for unavailable versions.
Updater.VersionInfo(String, String, String) - Constructor for class net.sf.gridarta.updater.Updater.VersionInfo
Private constructor to map the strings.
Updater.VersionInfo(ResourceBundle, String) - Constructor for class net.sf.gridarta.updater.Updater.VersionInfo
Create update information from a ResourceBundle.
updateRAState() - Method in class net.sf.gridarta.gui.map.maptilepane.TilePanel.RASwitch
Updates the state of the button.
updateRAState() - Method in class net.sf.gridarta.gui.map.maptilepane.TilePanel
Updates the state of the TilePanel.raSwitch.
updateRecChange(int, int) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Adds a point to the set of changes.
updateRenderer() - Method in class net.sf.gridarta.gui.mapuserlistener.MapKeyListener
Updates the current map view's renderer settings.
updaterManager - Variable in class net.sf.gridarta.maincontrol.GUIMainControl
The UpdaterManager instance.
UpdaterManager - Class in net.sf.gridarta.updater
This class handles updating the map editor.
UpdaterManager(Exiter, MapManager<?, ?, ?>, Component, String) - Constructor for class net.sf.gridarta.updater.UpdaterManager
Creates a new instance.
updateScrollBars() - Method in class net.sf.gridarta.textedit.textarea.JEditTextArea
Updates the state of the scroll bars.
updateSelectedAction() - Method in class net.sf.gridarta.gui.dialog.shortcuts.ShortcutsDialog
Updates the information shown for the selected action.
updateSelectedBookmark() - Method in class net.sf.gridarta.gui.dialog.bookmarks.ManageBookmarksDialog
updateSelectedIndex() - Method in class net.sf.gridarta.gui.panel.objectchooser.DefaultObjectChooser
updateSelectionFlag(int, int, boolean) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Updates the border selection flags of a square and its adjacent squares.
updateSelectionFlag(int, int, boolean, int, int, int, int) - Method in class net.sf.gridarta.model.mapgrid.MapGrid
Updates the border selection flags of a square and one adjacent square.
updateSquare(Point) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Callback function that is called when a square may have changed.
updateSquare(Point) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatMapRenderer
Callback function that is called when a square may have changed.
updateSquare(Point) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatPickmapRenderer
Callback function that is called when a square may have changed.
updateSquares(Rectangle) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.AbstractFlatMapRenderer
Callback function that is called when multiple squares may have changed.
updateSquares(Rectangle) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatMapRenderer
Callback function that is called when multiple squares may have changed.
updateSquares(Rectangle) - Method in class net.sf.gridarta.var.crossfire.gui.map.renderer.FlatPickmapRenderer
Callback function that is called when multiple squares may have changed.
updateStyledFont(Font) - Method in class net.sf.gridarta.textedit.textarea.SyntaxStyle
Update SyntaxStyle.lastFont and SyntaxStyle.lastStyledFont for the given font.
updateText() - Method in class net.sf.gridarta.gui.map.maptilepane.TilePanel.RASwitch
Updates the button text to reflect the current state.
updateTilePaths(MapModel<G, A, R>, List<MapControl<G, A, R>>, String[], File) - Method in class net.sf.gridarta.actions.AttachTiledMaps
Updates map tile paths to match the loaded maps.
updateTitle() - Method in class net.sf.gridarta.gui.map.mapview.DefaultMapView
Update the Map-Window Title (according to name and changeFlag).
updateTooltip() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.DoubleParameterView
 
updateTooltip() - Method in class net.sf.gridarta.gui.dialog.plugin.parameter.IntegerParameterView
 
updateWarnings() - Method in class net.sf.gridarta.gui.dialog.shrinkmapsize.ShrinkMapSizeDialog
Updates the ShrinkMapSizeDialog.warnings label.
url - Variable in class net.sf.gridarta.gui.dialog.help.HtmlPane.PageLoader
URL to load.
usage(String, String) - Static method in class net.sf.gridarta.maincontrol.GridartaEditor
Prints the editor's command-line options to System.out.
use - Variable in class net.sf.gridarta.model.archetypetype.ArchetypeType
The usage notes.
useCounter - Variable in class net.sf.gridarta.model.mapcontrol.DefaultMapControl
The use counter.
useDefArch - Variable in class net.sf.gridarta.model.match.IntAttributeGameObjectMatcher
Whether to query the archetype as well.
useDefArch - Variable in class net.sf.gridarta.model.match.StringAttributeGameObjectMatcher
Whether to query the archetype as well.
userField - Variable in class net.sf.gridarta.gui.dialog.prefs.MiscPreferences
TextField for user / artist name.
userRoot - Static variable in class net.sf.gridarta.preferences.FilePreferencesFactory
The user preferences as returned by FilePreferencesFactory.userRoot().
userRoot() - Method in class net.sf.gridarta.preferences.FilePreferencesFactory
usesDirection - Variable in class net.sf.gridarta.model.archetype.TestDefaultArchetype
usesDirection() - Method in class net.sf.gridarta.model.archetype.TestDefaultArchetype
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.model.archetype.TestUndefinedArchetype
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.model.gameobject.DefaultIsoGameObject
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.model.gameobject.TestGameObject
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.var.atrinik.model.archetype.DefaultArchetype
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.var.atrinik.model.archetype.UndefinedArchetype
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.var.crossfire.model.archetype.DefaultArchetype
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.var.crossfire.model.archetype.UndefinedArchetype
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.var.crossfire.model.gameobject.GameObject
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.var.daimonin.model.archetype.DefaultArchetype
Return whether this base object uses the "direction" attribute.
usesDirection() - Method in class net.sf.gridarta.var.daimonin.model.archetype.UndefinedArchetype
Return whether this base object uses the "direction" attribute.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Gridarta 9529
API Documentation

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