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 

V

validate(Iterable<AnimationObject>) - Method in class net.sf.gridarta.model.anim.AnimationValidator
Validates a set of AnimationObjects.
validate(ArchetypeSet<?, ?, ?>) - Method in class net.sf.gridarta.model.archetypeset.ArchetypeValidator
Validates an ArchetypeSet instance.
validate(Iterable<R>) - Static method in class net.sf.gridarta.model.autojoin.AutojoinList
Validates a list of archetypes: no entry must be , no duplicate entry must exist, at least one entry must exist.
validate(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.Entry
Validates one GameObject instance.
validate(int, G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.RangeEntry
Validate an attribute value.
validate(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.Type
Validate a game object.
validate(G[], ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.DelegatingMapValidator
Validate a set of game objects.
validateAll(MapModel<G, A, R>) - Method in class net.sf.gridarta.model.validation.DelegatingMapValidator
Perform all validations on a map.
validateAllMaps() - Method in class net.sf.gridarta.gui.autovalidator.AutoValidator
Schedules all maps for validation.
validateAnimation(AnimationObject) - Method in class net.sf.gridarta.model.anim.AnimationValidator
Validates an AnimationObject instance.
validateArchetype(Archetype<?, ?, ?>) - Method in class net.sf.gridarta.model.archetypeset.ArchetypeValidator
Validates an Archetype instance.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.AttributeRangeChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.ConnectedInsideContainerChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.ConnectedPickableChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.CustomTypeChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.EmptySpawnPointChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.EnvironmentChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.ExitChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.MobOutsideSpawnPointChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.SlayingChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.SysObjectNotOnLayerZeroChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.UndefinedArchetypeChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.UndefinedFaceChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.UnsetSlayingChecker
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.DelegatingMapValidator
Validates a game object.
validateGameObject(G, ErrorCollector<G, A, R>) - Method in interface net.sf.gridarta.model.validation.GameObjectValidator
Validates a game object.
validateGameObject(GameObject, ErrorCollector<GameObject, MapArchObject, Archetype>) - Method in class net.sf.gridarta.var.crossfire.model.validation.checks.NonAbsoluteExitPathChecker
Validates a game object.
validateMap() - Method in class net.sf.gridarta.action.ValidateMapAction
Runs the map validator on the current map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.BlockedSpawnPointChecker
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.BlockedSquareChecker
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.ConnectionChecker
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.MapCheckerScriptChecker
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.MapDifficultyChecker
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.PaidItemShopSquareChecker
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.ShopSquareChecker
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.TilePathsChecker
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.DelegatingMapValidator
Validate a map.
validateMap(MapModel<G, A, R>, ErrorCollector<G, A, R>) - Method in interface net.sf.gridarta.model.validation.MapValidator
Validate a map.
ValidateMapAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.action
An EditorAction that runs the map validator on the current map.
ValidateMapAction(DelegatingMapValidator<G, A, R>, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.action.ValidateMapAction
Creates a new instance.
validateMapSizes(MapModel<G, A, R>, Iterable<MapControl<G, A, R>>) - Method in class net.sf.gridarta.actions.AttachTiledMaps
Validates all links to check that attached maps have matching width/height.
validateSquare(MapSquare<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.BlockedMobOrSpawnPointChecker
Validate a map square.
validateSquare(MapSquare<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.DoubleLayerChecker
Validate a map square.
validateSquare(MapSquare<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.DoubleTypeChecker
Validate a map square.
validateSquare(MapSquare<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.checks.SquareWithoutFloorChecker
Validate a map square.
validateSquare(MapSquare<G, A, R>, ErrorCollector<G, A, R>) - Method in class net.sf.gridarta.model.validation.DelegatingMapValidator
Validate a map square.
validateSquare(MapSquare<G, A, R>, ErrorCollector<G, A, R>) - Method in interface net.sf.gridarta.model.validation.SquareValidator
Validate a map square.
ValidationError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.errors
Super class of all errors that could occur during map validation.
ValidationError(MapModel<G, A, R>) - Constructor for class net.sf.gridarta.model.validation.errors.ValidationError
Creates a new instance.
ValidationError(String, MapModel<G, A, R>) - Constructor for class net.sf.gridarta.model.validation.errors.ValidationError
Creates a new instance.
ValidationErrorComparator<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation
A Comparator that compares ValidationError instances for display ordering.
ValidationErrorComparator() - Constructor for class net.sf.gridarta.model.validation.ValidationErrorComparator
 
ValidationUtils - Class in net.sf.gridarta.model.validation
Utility class for helper functions needed be regression tests.
ValidationUtils() - Constructor for class net.sf.gridarta.model.validation.ValidationUtils
Private constructor to prevent instantiation.
Validator<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Interface in net.sf.gridarta.model.validation
Super-interface for validators.
VALIDATOR_PREFIX - Static variable in class net.sf.gridarta.model.validation.AbstractValidator
The prefix for preference keys.
ValidatorFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.model.validation.checks
A factory for creating Validator instances from string representation.
ValidatorFactory(ValidatorPreferences, GameObjectMatchers, ProjectSettings, MapWriter<G, A, R>) - Constructor for class net.sf.gridarta.model.validation.checks.ValidatorFactory
Creates a new instance.
ValidatorFactoryTest - Class in net.sf.gridarta.model.validation.checks
Regression tests for ValidatorFactory to create validators.
ValidatorFactoryTest() - Constructor for class net.sf.gridarta.model.validation.checks.ValidatorFactoryTest
 
ValidatorFactoryTest - Class in net.sf.gridarta.var.crossfire.model.validation.checks
Regression tests for ValidatorFactory to create Crossfire specific validators.
ValidatorFactoryTest() - Constructor for class net.sf.gridarta.var.crossfire.model.validation.checks.ValidatorFactoryTest
 
validatorPreferences - Variable in class net.sf.gridarta.model.validation.AbstractValidator
validatorPreferences - Variable in class net.sf.gridarta.model.validation.checks.ValidatorFactory
The ValidatorPreferences to pass to the newly created Validator instances.
ValidatorPreferences - Interface in net.sf.gridarta.model.validation
Configuration parameters for Validators.
validators - Variable in class net.sf.gridarta.action.OptionsAction
 
validators - Variable in class net.sf.gridarta.action.ValidateMapAction
The map validators.
validators - Variable in class net.sf.gridarta.gui.autovalidator.AutoValidator
The map validators to run.
validators - Variable in class net.sf.gridarta.gui.dialog.prefs.MapValidatorPreferences
The delegating validator that contains all the validators.
validators - Variable in class net.sf.gridarta.model.validation.DelegatingMapValidator
Map Validators to validate against.
validators - Variable in class net.sf.gridarta.project.ProjectModel
 
value - Variable in class net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeBitmask
Active bitmask value.
value - Variable in class net.sf.gridarta.gui.dialog.plugin.parameter.ArchComboBoxModel
 
value - Variable in class net.sf.gridarta.gui.dialog.plugin.parameter.ArchParameterView
 
value - Variable in class net.sf.gridarta.gui.dialog.plugin.parameter.BooleanParameterView
 
value - Variable in class net.sf.gridarta.gui.dialog.plugin.parameter.DoubleParameterView
 
value - Variable in class net.sf.gridarta.gui.dialog.plugin.parameter.FilterParameterView
 
value - Variable in class net.sf.gridarta.gui.dialog.plugin.parameter.IntegerParameterView
 
value - Variable in class net.sf.gridarta.gui.dialog.plugin.parameter.MapParameterView
 
value - Variable in class net.sf.gridarta.gui.dialog.plugin.parameter.StringParameterView
 
value - Variable in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeDefinition
The value.
value - Variable in class net.sf.gridarta.model.match.IntAttributeGameObjectMatcher
The attribute value to match.
value - Variable in class net.sf.gridarta.model.match.StringAttributeGameObjectMatcher
The attribute value to match.
value - Variable in class net.sf.gridarta.model.smoothface.SmoothFace
The smooth information.
value - Variable in class net.sf.gridarta.plugin.parameter.AbstractValuePluginParameter
The current value.
valueAdded(V) - Method in interface net.sf.gridarta.model.index.IndexListener
A new value has been added to the index.
valueAdded(File) - Method in class net.sf.gridarta.model.index.MapsIndexTest.Listener
 
valueComponent - Variable in class net.sf.gridarta.gui.dialog.plugin.parameter.MapPathParameterView
The button that displays the map path.
valueOf(String) - Static method in enum net.sf.gridarta.gui.copybuffer.CopyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.gui.mapimagecache.ImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.gui.mapmenu.MapMenuLoader.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.gui.scripts.ScriptTask
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.gui.utils.borderpanel.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.gui.utils.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.gui.utils.tristate.TristateState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.maincontrol.GridartaRunMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.direction.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.errorview.ErrorViewCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.filter.FilterConfigChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.filter.NamedFilterChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.gameobject.FaceSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.index.MapsIndexer.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.mapgrid.SelectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.match.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.treasurelist.TreasureListTreasureObjType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.model.undo.UndoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.plugin.PluginRunMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.preferences.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.textedit.textarea.actions.FindType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.gridarta.textedit.textarea.tokenmarker.ParameterType
Returns the enum constant of this type with the specified name.
valueRemoved(V) - Method in interface net.sf.gridarta.model.index.IndexListener
A value has been removed from the index.
valueRemoved(File) - Method in class net.sf.gridarta.model.index.MapsIndexTest.Listener
 
values() - Static method in enum net.sf.gridarta.gui.copybuffer.CopyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.gui.mapimagecache.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.gui.mapmenu.MapMenuLoader.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.gui.scripts.ScriptTask
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.gui.utils.borderpanel.Location
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.gui.utils.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.gui.utils.tristate.TristateState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.maincontrol.GridartaRunMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.direction.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.errorview.ErrorViewCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.filter.FilterConfigChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.filter.NamedFilterChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.gameobject.FaceSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.index.MapsIndexer.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.mapgrid.SelectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.match.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.treasurelist.TreasureListTreasureObjType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.model.undo.UndoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.plugin.PluginRunMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.preferences.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class net.sf.gridarta.preferences.Storage
The stored values.
values() - Static method in enum net.sf.gridarta.textedit.textarea.actions.FindType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.gridarta.textedit.textarea.tokenmarker.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class net.sf.gridarta.utils.StringParameterBuilder
Maps parameter key to value.
variables - Variable in class net.sf.gridarta.plugin.PluginParameters
All defined variables for new plugins.
version - Variable in class net.sf.gridarta.updater.Updater.VersionInfo
Update information: Version of update version, usually the build number.
vertical - Variable in class net.sf.gridarta.textedit.textarea.JEditTextArea
 
VerticalToggleButton - Class in net.sf.gridarta.gui.utils.borderpanel
A JToggleButton that displays vertical text.
VerticalToggleButton(String, boolean) - Constructor for class net.sf.gridarta.gui.utils.borderpanel.VerticalToggleButton
Creates a new instance.
vGap - Variable in class net.sf.gridarta.gui.dialog.plugin.StackLayout
The vertical gap between components in pixels.
vGap - Variable in class net.sf.gridarta.gui.utils.DirectionLayout
Vertical Gap.
view - Variable in class net.sf.gridarta.gui.dialog.plugin.PluginController
 
view - Variable in class net.sf.gridarta.gui.panel.connectionview.Control
The view of this controller.
View<K,G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.connectionview
Abstract base class for a panel that holds information about connections of the selected key on the selected map.
View(Comparator<K>, CellRenderer<K>, MapViewManager<G, A, R>, DelayedMapModelListenerManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.panel.connectionview.View
Create a panel.
view - Variable in class net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserControl
The view for this control.
view - Variable in class net.sf.gridarta.textedit.scripteditor.ScriptEditControl
 
view - Variable in class net.sf.gridarta.textedit.scripteditor.ScriptEditView.EditTabListener
 
ViewAction - Class in net.sf.gridarta.gui.map.viewaction
Action to manage one edit type represented by one NamedGameObjectMatcher.
ViewAction(MapViewSettings, NamedGameObjectMatcher) - Constructor for class net.sf.gridarta.gui.map.viewaction.ViewAction
Creates a new instance.
ViewActions<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.map.viewaction
Manages edit type actions in "view" menu.
ViewActions(MapViewSettings, MapManager<G, A, R>) - Constructor for class net.sf.gridarta.gui.map.viewaction.ViewActions
Create a new instance.
viewActions - Variable in class net.sf.gridarta.gui.map.viewaction.ViewActions
The view actions.
ViewGameObjectMatcherManager - Class in net.sf.gridarta.model.match
ViewGameObjectMatcherManager(MutableOrGameObjectMatcher) - Constructor for class net.sf.gridarta.model.match.ViewGameObjectMatcherManager
Creates a ViewArchObjectMatcher.
ViewGameObjectMatcherManager.GameObjectMatcherToggleAction - Class in net.sf.gridarta.model.match
ViewGameObjectMatcherManager.GameObjectMatcherToggleAction(GameObjectMatcher, MutableOrGameObjectMatcher) - Constructor for class net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction
Creates an GameObjectMatcherToggleAction.
ViewGameObjectMatcherManager.ResetAction - Class in net.sf.gridarta.model.match
The reset action.
ViewGameObjectMatcherManager.ResetAction(Iterable<? extends ViewGameObjectMatcherManager.GameObjectMatcherToggleAction>) - Constructor for class net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction
Creates a ResetAction.
ViewTreasurelistAL - Class in net.sf.gridarta.gui.dialog.gameobjectattributes
An Action for the buttons on treasurelists.
ViewTreasurelistAL(JTextComponent, Component, CFTreasureListTree) - Constructor for class net.sf.gridarta.gui.dialog.gameobjectattributes.ViewTreasurelistAL
Constructor.
viewTreasurelists() - Method in class net.sf.gridarta.action.ViewTreasurelistsAction
Shows the treasurelists dialog.
ViewTreasurelistsAction - Class in net.sf.gridarta.action
An EditorAction tha shows the treasurelists dialog.
ViewTreasurelistsAction(CFTreasureListTree, Frame) - Constructor for class net.sf.gridarta.action.ViewTreasurelistsAction
Creates a new instance.
visibilityManager - Variable in class net.sf.gridarta.model.mapviewsettings.AbstractMapViewSettings
The visibility settings.
visibleLines - Variable in class net.sf.gridarta.textedit.textarea.JEditTextArea
 
visit(MapMenuEntryDir) - Method in class net.sf.gridarta.gui.dialog.bookmarks.MapMenuEntryIcons
Called for MapMenuEntryDir instances.
visit(MapMenuEntryMap) - Method in class net.sf.gridarta.gui.dialog.bookmarks.MapMenuEntryIcons
Called for MapMenuEntryMap instances.
visit(MapMenuEntryVisitor) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntry
Calls the visit() function of the MapMenuEntryVisitor for this instance.
visit(MapMenuEntryVisitor) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntryDir
Calls the visit() function of the MapMenuEntryVisitor for this instance.
visit(MapMenuEntryVisitor) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntryMap
Calls the visit() function of the MapMenuEntryVisitor for this instance.
visit(MapMenuEntryDir) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntryTreeCellRenderer
Called for MapMenuEntryDir instances.
visit(MapMenuEntryMap) - Method in class net.sf.gridarta.gui.mapmenu.MapMenuEntryTreeCellRenderer
Called for MapMenuEntryMap instances.
visit(MapMenuEntryDir) - Method in interface net.sf.gridarta.gui.mapmenu.MapMenuEntryVisitor
Called for MapMenuEntryDir instances.
visit(MapMenuEntryMap) - Method in interface net.sf.gridarta.gui.mapmenu.MapMenuEntryVisitor
Called for MapMenuEntryMap instances.
visit(BaseObjectVisitor<G, A, R>) - Method in class net.sf.gridarta.model.archetype.AbstractArchetype
Calls the appropriate visit() function of a BaseObjectVisitor.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttribute
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeAnimationName
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeBitmask
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeBool
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeBoolSpec
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeFaceName
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeFixed
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeFloat
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeInt
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeInvSpell
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeList
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeList2
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeLong
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeMapPath
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeScriptFile
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeSpell
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeString
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeText
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeTreasure
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeAnimationName) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeBitmask) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeBool) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeBoolSpec) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeFaceName) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeFixed) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeFloat) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeInt) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeInvSpell) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeList) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeList2) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeLong) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeMapPath) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeScriptFile) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeSpell) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeString) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeText) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeTreasure) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeZSpell) - Method in interface net.sf.gridarta.model.archetypetype.ArchetypeAttributeVisitor
Visitor callback function.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.ArchetypeAttributeZSpell
Calls the visit() function appropriate for this instance.
visit(ArchetypeAttributeVisitor) - Method in class net.sf.gridarta.model.archetypetype.TestArchetypeAttribute
Calls the visit() function appropriate for this instance.
visit(BaseObjectVisitor<G, A, R>) - Method in interface net.sf.gridarta.model.baseobject.BaseObject
Calls the appropriate visit() function of a BaseObjectVisitor.
visit(Archetype<G, A, R>) - Method in interface net.sf.gridarta.model.baseobject.BaseObjectVisitor
 
visit(GameObject<G, A, R>) - Method in interface net.sf.gridarta.model.baseobject.BaseObjectVisitor
 
visit(NamedFilterConfig) - Method in interface net.sf.gridarta.model.filter.FilterConfigVisitor
Visits a NamedFilterConfig instance.
visit(NamedGameObjectMatcherFilterConfig) - Method in interface net.sf.gridarta.model.filter.FilterConfigVisitor
visit(BaseObjectVisitor<G, A, R>) - Method in class net.sf.gridarta.model.gameobject.AbstractGameObject
Calls the appropriate visit() function of a BaseObjectVisitor.
visit(TreasureObjVisitor) - Method in class net.sf.gridarta.model.treasurelist.ArchTreasureObj
Calls the TreasureObjVisitor callback function appropriate for this instance.
visit(TreasureObjVisitor) - Method in class net.sf.gridarta.model.treasurelist.FolderTreasureObj
Calls the TreasureObjVisitor callback function appropriate for this instance.
visit(TreasureObjVisitor) - Method in class net.sf.gridarta.model.treasurelist.NoTreasureObj
Calls the TreasureObjVisitor callback function appropriate for this instance.
visit(TreasureObjVisitor) - Method in class net.sf.gridarta.model.treasurelist.TreasureListTreasureObj
Calls the TreasureObjVisitor callback function appropriate for this instance.
visit(TreasureObjVisitor) - Method in class net.sf.gridarta.model.treasurelist.TreasureObj
Calls the TreasureObjVisitor callback function appropriate for this instance.
visit(ArchTreasureObj) - Method in interface net.sf.gridarta.model.treasurelist.TreasureObjVisitor
Called for ArchTreasureObj instances.
visit(FolderTreasureObj) - Method in interface net.sf.gridarta.model.treasurelist.TreasureObjVisitor
Called for FolderTreasureObj instances.
visit(NoTreasureObj) - Method in interface net.sf.gridarta.model.treasurelist.TreasureObjVisitor
Called for NoTreasureObj instances.
visit(TreasureListTreasureObj) - Method in interface net.sf.gridarta.model.treasurelist.TreasureObjVisitor
Called for TreasureListTreasureObj instances.
visit(YesTreasureObj) - Method in interface net.sf.gridarta.model.treasurelist.TreasureObjVisitor
Called for YesTreasureObj instances.
visit(TreasureObjVisitor) - Method in class net.sf.gridarta.model.treasurelist.YesTreasureObj
Calls the TreasureObjVisitor callback function appropriate for this instance.
visit(PluginParameterVisitor<G, A, R, T>) - Method in class net.sf.gridarta.plugin.parameter.ArchetypeParameter
Calls the visit() function for this parameter type.
visit(PluginParameterVisitor<G, A, R, T>) - Method in class net.sf.gridarta.plugin.parameter.BooleanParameter
Calls the visit() function for this parameter type.
visit(PluginParameterVisitor<G, A, R, T>) - Method in class net.sf.gridarta.plugin.parameter.DoubleParameter
Calls the visit() function for this parameter type.
visit(PluginParameterVisitor<G, A, R, T>) - Method in class net.sf.gridarta.plugin.parameter.FilterParameter
Calls the visit() function for this parameter type.
visit(PluginParameterVisitor<G, A, R, T>) - Method in class net.sf.gridarta.plugin.parameter.IntegerParameter
Calls the visit() function for this parameter type.
visit(PluginParameterVisitor<G, A, R, T>) - Method in class net.sf.gridarta.plugin.parameter.MapParameter
Calls the visit() function for this parameter type.
visit(PluginParameterVisitor<G, A, R, T>) - Method in class net.sf.gridarta.plugin.parameter.MapPathParameter
Calls the visit() function for this parameter type.
visit(PluginParameterVisitor<G, A, R, T>) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameter
Calls the visit() function for this parameter type.
visit(ArchetypeParameter<G, A, R>) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameterVisitor
Called for ArchetypeParameter instances.
visit(BooleanParameter<G, A, R>) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameterVisitor
Called for BooleanParameter instances.
visit(DoubleParameter<G, A, R>) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameterVisitor
Called for DoubleParameter instances.
visit(FilterParameter<G, A, R>) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameterVisitor
Called for FilterParameter instances.
visit(IntegerParameter<G, A, R>) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameterVisitor
Called for IntegerParameter instances.
visit(MapParameter<G, A, R>) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameterVisitor
Called for MapParameter instances.
visit(MapPathParameter<G, A, R>) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameterVisitor
Called for MapPathParameter instances.
visit(StringParameter<G, A, R>) - Method in interface net.sf.gridarta.plugin.parameter.PluginParameterVisitor
Called for StringParameter instances.
visit(PluginParameterVisitor<G, A, R, T>) - Method in class net.sf.gridarta.plugin.parameter.StringParameter
Calls the visit() function for this parameter type.
visitor - Variable in class net.sf.gridarta.gui.dialog.plugin.parameter.PluginParameterViewFactory
 
VoidTool<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> - Class in net.sf.gridarta.gui.panel.tools
The VoidTool is a tool that does nothing.
VoidTool() - Constructor for class net.sf.gridarta.gui.panel.tools.VoidTool
Create a VoidTool.
volatileSettings - Variable in class net.sf.gridarta.gui.map.renderer.ImageCreator2
The VolatileSettings to use.
volatileSettings - Variable in class net.sf.gridarta.gui.misc.DefaultFileControl
VolatileSettings - Interface in net.sf.gridarta.model.settings
Settings that are not retained across editor restarts.
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