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

A

abort() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
abort() - Method in interface org.gvsig.tools.task.SimpleTaskStatus
Used by the task to inform that it has terminated with errors.
AbstractCancellableTask - Class in org.gvsig.tools.task
 
AbstractCancellableTask() - Constructor for class org.gvsig.tools.task.AbstractCancellableTask
 
AbstractCancellableTask(String) - Constructor for class org.gvsig.tools.task.AbstractCancellableTask
 
AbstractCoerceToDate - Class in org.gvsig.tools.dataTypes.impl.coercion
Abstract implementation for Date coercion classes.
AbstractCoerceToDate() - Constructor for class org.gvsig.tools.dataTypes.impl.coercion.AbstractCoerceToDate
 
AbstractCommand - Class in org.gvsig.tools.undo.command.impl
Base implementation for Commands.
AbstractCommand(String) - Constructor for class org.gvsig.tools.undo.command.impl.AbstractCommand
Creates a new AbstractCommand.
AbstractDisposable - Class in org.gvsig.tools.dispose.impl
Base implementation for Disposable classes.
AbstractDisposable() - Constructor for class org.gvsig.tools.dispose.impl.AbstractDisposable
 
AbstractEvaluator - Class in org.gvsig.tools.evaluator
 
AbstractEvaluator() - Constructor for class org.gvsig.tools.evaluator.AbstractEvaluator
 
AbstractIndexedVisitable - Class in org.gvsig.tools.visitor.impl
Abstract base implementation for Visitable classes.
AbstractIndexedVisitable() - Constructor for class org.gvsig.tools.visitor.impl.AbstractIndexedVisitable
 
AbstractLibrariesInitializer - Class in org.gvsig.tools.library
Base implementation of an LibrariesInitializer with the initialization of Libraries already implemented, delegating on child classes the finding of available Library objects.
AbstractLibrariesInitializer() - Constructor for class org.gvsig.tools.library.AbstractLibrariesInitializer
 
AbstractLibrariesInitializer(ClassLoader) - Constructor for class org.gvsig.tools.library.AbstractLibrariesInitializer
 
AbstractLibrariesInitializer(ClassLoader[]) - Constructor for class org.gvsig.tools.library.AbstractLibrariesInitializer
 
AbstractLibrary - Class in org.gvsig.tools.library
Base Library implementation, checking that a Library is initialized and postInitialized only once.
AbstractLibrary() - Constructor for class org.gvsig.tools.library.AbstractLibrary
Empty constructor.
AbstractLibrary(Class, String) - Constructor for class org.gvsig.tools.library.AbstractLibrary
Deprecated. to be removed in the 4.x version. Use the AbstractLibrary.AbstractLibrary() empty constructor and override the AbstractLibrary.doRegistration() method instead.
AbstractLibrary(Class, int) - Constructor for class org.gvsig.tools.library.AbstractLibrary
Deprecated. to be removed in the 4.x version. Use the AbstractLibrary.AbstractLibrary() empty constructor and override the AbstractLibrary.doRegistration() method instead.
AbstractLibrary.Required - Class in org.gvsig.tools.library
Association between a library class and its type.
AbstractLocator - Class in org.gvsig.tools.locator
Locator implementation based on the use of the ExtensionPoints.
AbstractLocator() - Constructor for class org.gvsig.tools.locator.AbstractLocator
 
AbstractManager - Class in org.gvsig.tools.service
Base Manager implementation.
AbstractManager(ProviderManager) - Constructor for class org.gvsig.tools.service.AbstractManager
 
AbstractMonitorableTask - Class in org.gvsig.tools.task
 
AbstractMonitorableTask(String) - Constructor for class org.gvsig.tools.task.AbstractMonitorableTask
 
AbstractMultiPersistenceFactory - Class in org.gvsig.tools.persistence
 
AbstractMultiPersistenceFactory() - Constructor for class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
AbstractMultiServiceImplManager - Class in org.gvsig.tools.service
Base Manager implementation for managers which depend on the registration of multiple service implementations.
AbstractMultiServiceImplManager(ServiceManager) - Constructor for class org.gvsig.tools.service.AbstractMultiServiceImplManager
 
AbstractOperation - Class in org.gvsig.tools.operations
 
AbstractOperation(String, String) - Constructor for class org.gvsig.tools.operations.AbstractOperation
 
AbstractPersistenceManager - Class in org.gvsig.tools.persistence.impl
 
AbstractPersistenceManager() - Constructor for class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
AbstractPersistentProviderServices - Class in org.gvsig.tools.service.spi
Base Persistent ProviderServices.
AbstractPersistentProviderServices() - Constructor for class org.gvsig.tools.service.spi.AbstractPersistentProviderServices
Empty constructor to be used only for persistence purposes.
AbstractPersistentService - Class in org.gvsig.tools.service
Base Service implementation which is also Persistent.
AbstractPersistentService() - Constructor for class org.gvsig.tools.service.AbstractPersistentService
Empty constructor to be used only for persistence purposes.
AbstractPersistentService(DynObject) - Constructor for class org.gvsig.tools.service.AbstractPersistentService
 
AbstractPersistentState - Class in org.gvsig.tools.persistence.impl
 
AbstractPersistentState(PersistenceManagerServices, PersistentContextServices, PersistentIdentifier) - Constructor for class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
AbstractProvider - Class in org.gvsig.tools.service.spi
Base Provider implementation.
AbstractProvider(ProviderServices) - Constructor for class org.gvsig.tools.service.spi.AbstractProvider
Creates a new Provider with the provider services to use.
AbstractProviderFactory - Class in org.gvsig.tools.service.spi
Base ProviderFactory implementation.
AbstractProviderFactory() - Constructor for class org.gvsig.tools.service.spi.AbstractProviderFactory
Creates a new AbstractProviderFactory.
AbstractProviderManager - Class in org.gvsig.tools.service.spi
Base ProviderManager implementation which stores the registered ProviderFactory objects into a Map, using the name as the key.
AbstractProviderManager() - Constructor for class org.gvsig.tools.service.spi.AbstractProviderManager
 
AbstractProviderRegistration - Class in org.gvsig.tools.service.spi
Base ProviderRegistration implementation which delegates on child classed the search of ProviderFactory objects.
AbstractProviderRegistration() - Constructor for class org.gvsig.tools.service.spi.AbstractProviderRegistration
 
AbstractProviderServices - Class in org.gvsig.tools.service.spi
Base ProviderServices implementation.
AbstractProviderServices() - Constructor for class org.gvsig.tools.service.spi.AbstractProviderServices
Empty constructor to be used only for persistence purposes.
AbstractService - Class in org.gvsig.tools.service
Service base parent implementation, delegating in the child classes the retrieval of the ProviderManager.
AbstractService() - Constructor for class org.gvsig.tools.service.AbstractService
Empty constructor to be used only for persistence purposes.
AbstractService(DynObject) - Constructor for class org.gvsig.tools.service.AbstractService
Creates a new AbstractService.
AbstractServiceFactory - Class in org.gvsig.tools.service.spi
Base ServiceFactory implementation.
AbstractServiceFactory() - Constructor for class org.gvsig.tools.service.spi.AbstractServiceFactory
Creates a new AbstractServiceFactory.
AbstractServiceManager - Class in org.gvsig.tools.service.spi
Base ServiceManager implementation which stores the registered ServiceFactory objects into a Map, using the name as the key.
AbstractServiceManager() - Constructor for class org.gvsig.tools.service.spi.AbstractServiceManager
 
AbstractSinglePersistenceFactory - Class in org.gvsig.tools.persistence
 
AbstractSinglePersistenceFactory(Class, String, String, String, String) - Constructor for class org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
 
AbstractVisitable - Class in org.gvsig.tools.visitor.impl
Abstract base implementation for Visitable classes.
AbstractVisitable() - Constructor for class org.gvsig.tools.visitor.impl.AbstractVisitable
 
accept(Visitor, long) - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet
 
accept(Visitor) - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet
 
accept(Visitor) - Method in class org.gvsig.tools.observer.impl.ComplexNotification
 
accept(Visitor, long) - Method in class org.gvsig.tools.visitor.impl.AbstractIndexedVisitable
 
accept(Visitor) - Method in class org.gvsig.tools.visitor.impl.AbstractVisitable
 
accept(Visitor, long) - Method in interface org.gvsig.tools.visitor.IndexedVisitable
Provides each value of this container to the provided Visitor, beginning from the provided index position.
accept(Visitor) - Method in interface org.gvsig.tools.visitor.Visitable
Provides each value of this container to the provided Visitor.
add(DynClass) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Añade la dynClass a la lista de clases registradas.
add(String, String) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Create and add to the manager a class with the name passed as parameter in the default namespace.
add(String) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Create and add to the manager a class with the name passed as parameter in the default namespace.
add(ListBaseException, DynClassName, String, Object) - Static method in exception org.gvsig.tools.dynobject.impl.DefaultDynClass.CheckDynClassListException
 
add(ListBaseException, DynClassName, Exception) - Static method in exception org.gvsig.tools.dynobject.impl.DefaultDynClass.CheckDynClassListException
 
add(ListBaseException, String, String, Object) - Static method in exception org.gvsig.tools.dynobject.impl.DefaultDynField.CheckDynFieldListException
 
add(DynClass) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
add(String, String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
add(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
add(Object) - Method in exception org.gvsig.tools.exception.ListBaseException
 
add(int, Object) - Method in exception org.gvsig.tools.exception.ListBaseException
 
add(ExtensionPoint) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPointManager
Añade el punto de extension indicado al registro de puntos de extension.
add(String, String) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPointManager
Metodo de utilidad para facilitar la creacion de puntos de extension.
add(String) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPointManager
 
add(ExtensionPoint) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPointManager
 
add(String, String) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPointManager
 
add(String) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPointManager
 
add(String, String, String, String, Class) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPointManager
 
add(String, String, String, String, ExtensionBuilder) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPointManager
 
add(PersistenceFactory, String) - Method in class org.gvsig.tools.persistence.impl.DefaultFactories
 
add(PersistenceFactory) - Method in class org.gvsig.tools.persistence.impl.DefaultFactories
 
add(PersistentIdentifier) - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
add(PersistentState, Object) - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
add(Object) - Method in class org.gvsig.tools.persistence.impl.DelegatedCollection
 
add(int, Object) - Method in class org.gvsig.tools.persistence.impl.DelegatedList
 
add(String, String) - Method in class org.gvsig.tools.persistence.impl.Domains
 
add(PersistenceFactory, String) - Method in interface org.gvsig.tools.persistence.PersistenceManager.Factories
Add a new factory to the list registering an alias.
add(PersistenceFactory) - Method in interface org.gvsig.tools.persistence.PersistenceManager.Factories
Add a new class to the factory.
add(PersistentState, Object) - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
Add a reference to the object associated to the state.
add(PersistentIdentifier) - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
Add a new reference associated to the identifier passed as parameter.
add() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
add(TaskStatus) - Method in class org.gvsig.tools.task.impl.DefaultTaskStatusManager
 
add() - Method in interface org.gvsig.tools.task.SimpleTaskStatus
Add this TaskStatus to the TaskStatusManager.
add(TaskStatus) - Method in interface org.gvsig.tools.task.TaskStatusManager
Add the TaskStatus to the TaskStatusManager.
ADD - Static variable in interface org.gvsig.tools.undo.command.CommandNotification
The command has been added to the command record
add(Command) - Method in class org.gvsig.tools.undo.command.impl.CompoundCommand
 
add(Command) - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
add(Command) - Method in interface org.gvsig.tools.undo.command.UndoRedoCommandStack
 
add(Callable) - Method in interface org.gvsig.tools.util.Caller
Add a callable to the list of callables of the caller.
add(Callable) - Method in class org.gvsig.tools.util.impl.DefaultCaller
 
addAlias(String, String) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Crea un alias para un registro de extension.
addAlias(String, String) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
addAlias(String, Class) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
addAlias(String, Class) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Associates an alias with a class.
addAll(Collection) - Method in exception org.gvsig.tools.exception.ListBaseException
 
addAll(int, Collection) - Method in exception org.gvsig.tools.exception.ListBaseException
 
addAll(Collection) - Method in class org.gvsig.tools.persistence.impl.DelegatedCollection
 
addAll(int, Collection) - Method in class org.gvsig.tools.persistence.impl.DelegatedList
 
addClassLoader(ClassLoader) - Method in class org.gvsig.tools.util.impl.DefaultServiceLoader
 
addClassLoader(ClassLoader) - Method in interface org.gvsig.tools.util.ServiceLoader
Adds a ClassLoader to use to find services, in the case we don't provide one.
addDefinition(Class, String, String) - Method in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
addDefinition(Class, String, String, String, String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
addDefinition(Class, String, InputStream, ClassLoader, String, String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
addDefinition(Class, String, Map, String, String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
addDefinition(Class, DynClass, String, String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
addDefinition(DynStruct, String, String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
addDefinition(Class, String, String, String, String) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Add a new definition to the class in the persistent manager.
addDefinition(Class, String, InputStream, ClassLoader, String, String) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Add a new definition to the class in the persistent manager.
addDefinition(Class, String, Map, String, String) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Add a new definition to the class in the persistent manager.
addDefinition(DynStruct, String, String) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Add a new definition to the class in the persistent manager.
AddDefinitionException - Exception in org.gvsig.tools.persistence.exception
 
AddDefinitionException(Throwable) - Constructor for exception org.gvsig.tools.persistence.exception.AddDefinitionException
 
AddDefinitionException(String, String, long) - Constructor for exception org.gvsig.tools.persistence.exception.AddDefinitionException
 
addDynField(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
addDynField(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynField(DynField) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldArray(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
addDynFieldArray(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldBoolean(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
addDynFieldBoolean(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldChoice(String, int, Object, DynObjectValueItem[], boolean, boolean) - Method in interface org.gvsig.tools.dynobject.DynStruct
Deprecated. to be removed in gvSIG 2.1.0
addDynFieldChoice(String, int, Object, DynObjectValueItem[]) - Method in interface org.gvsig.tools.dynobject.DynStruct
Deprecated. to be removed in gvSIG 2.1.0
addDynFieldChoice(String, int, Object, DynObjectValueItem[]) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldChoice(String, int, Object, DynObjectValueItem[], boolean, boolean) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldDate(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
addDynFieldDate(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldDouble(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
addDynFieldDouble(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldFile(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
addDynFieldFile(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldFloat(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
addDynFieldFloat(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldFolder(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
addDynFieldFolder(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldInt(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
addDynFieldInt(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldList(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
addDynFieldList(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldLong(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
addDynFieldLong(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldMap(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
addDynFieldMap(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldObject(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
addDynFieldObject(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldObject(String, String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldObjectList(String, String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldRange(String, int, Object, Object, Object, boolean, boolean) - Method in interface org.gvsig.tools.dynobject.DynStruct
Deprecated. to be removed in gvSIG 2.1.0
addDynFieldRange(String, int, Object, Object, Object) - Method in interface org.gvsig.tools.dynobject.DynStruct
Deprecated. to be removed in gvSIG 2.1.0
addDynFieldRange(String, int, Object, Object, Object) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldRange(String, int, Object, Object, Object, boolean, boolean) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldSet(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
addDynFieldSet(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldSingle(String, int, Object, boolean, boolean) - Method in interface org.gvsig.tools.dynobject.DynStruct
Deprecated. to be removed in gvSIG 2.1.0
addDynFieldSingle(String, int, Object) - Method in interface org.gvsig.tools.dynobject.DynStruct
Deprecated. to be removed in gvSIG 2.1.0
addDynFieldSingle(String, int, Object) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldSingle(String, int, Object, boolean, boolean) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldString(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
addDynFieldString(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldURI(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
addDynFieldURI(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynFieldURL(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
addDynFieldURL(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addDynMethod(DynMethod) - Method in interface org.gvsig.tools.dynobject.DynClass
 
addDynMethod(DynMethod) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
addError(Throwable) - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
addError(Throwable) - Method in interface org.gvsig.tools.persistence.PersistentContext
Add a error to the list of errors of the context.
addEvaluator(Evaluator) - Method in class org.gvsig.tools.evaluator.AndEvaluator
 
addFieldValue(String) - Method in class org.gvsig.tools.evaluator.EvaluatorFieldsInfo
 
addMatchFieldValue(String, Object) - Method in class org.gvsig.tools.evaluator.EvaluatorFieldsInfo
 
addNearestFieldValue(String, int, Object) - Method in class org.gvsig.tools.evaluator.EvaluatorFieldsInfo
 
addNearestFieldValue(String, int, Object, Object) - Method in class org.gvsig.tools.evaluator.EvaluatorFieldsInfo
 
addNotification(Object) - Method in class org.gvsig.tools.observer.impl.ComplexNotification
 
addObserver(Observer) - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet
 
addObserver(Observer) - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addObserver(Reference) - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
 
addObserver(Observer) - Method in interface org.gvsig.tools.observer.Observable
 
addObserver(Observer) - Method in class org.gvsig.tools.observer.ObservableHelper
 
addObserver(Observer) - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
addObserver(Observer) - Method in class org.gvsig.tools.task.impl.DefaultTaskStatusManager
 
addObserver(Observer) - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
addObservers(BaseWeakReferencingObservable) - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
 
addProviderFactory(ProviderFactory) - Method in class org.gvsig.tools.service.spi.AbstractProviderManager
 
addProviderFactory(ProviderFactory) - Method in interface org.gvsig.tools.service.spi.ProviderManager
Adds a new ProviderFactory to the registry.
addRangeFieldValue(String, Object, Object) - Method in class org.gvsig.tools.evaluator.EvaluatorFieldsInfo
 
addServiceFactory(ServiceFactory) - Method in class org.gvsig.tools.service.spi.AbstractServiceManager
 
addServiceFactory(ServiceFactory) - Method in interface org.gvsig.tools.service.spi.ServiceManager
Adds a new ServiceFactory to the registry.
addtype(int, String, String, Class, DataTypesManager.Coercion) - Method in interface org.gvsig.tools.dataTypes.DataTypesManager
 
addtype(int, String, String, Class, DataTypesManager.Coercion) - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataTypesManager
 
AndEvaluator - Class in org.gvsig.tools.evaluator
This evaluator is a set of evaluators that are applied used the and operator.
AndEvaluator(Evaluator) - Constructor for class org.gvsig.tools.evaluator.AndEvaluator
 
ANY - Static variable in interface org.gvsig.tools.dynobject.DynField
Deprecated. now autodetect the mode of use
API - Static variable in interface org.gvsig.tools.library.Library.TYPE
 
append(String, String, Class) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Añade una extension nueva basada en una clase al registro de extensiones.
append(String, String, ExtensionSingleton) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Añade una extension nueva basada en una instancia que actuara a modo de simgleton al registro de extensiones.
append(String, String, ExtensionBuilder) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Añade una extension nueva basada en ExtensioBuilder al registro de extensiones.
append(String, String, ExtensionBuilder) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
append(String, String, Class) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
append(String, String, ExtensionSingleton) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
ARRAY - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 

B

BASE_DOMIAN_NAME - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 
BASE_DOMIAN_URL - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 
BASE_SCHEMA_FILE_NAME - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
Current Schema file name.
BaseException - Exception in org.gvsig.tools.exception
Esta clase esta pensada para actuar como clase base para las excepciones que se lanzan dentro del proyecto de gvSIG.
BaseException() - Constructor for exception org.gvsig.tools.exception.BaseException
Deprecated.  
BaseException(String, String, long) - Constructor for exception org.gvsig.tools.exception.BaseException
Constructs a BaseException with a default message format, a key to find a localized message format, and a unique code to identify the exception.
BaseException(String, Throwable, String, long) - Constructor for exception org.gvsig.tools.exception.BaseException
Constructs a BaseException with a default message format, a key to find a localized message format, and a unique code to identify the exception.
BaseLocator - Class in org.gvsig.tools.locator
Base Locator implementation using the Java class name as the Locator name.
BaseLocator() - Constructor for class org.gvsig.tools.locator.BaseLocator
 
BaseRuntimeException - Exception in org.gvsig.tools.exception
Esta clase esta pensada para actuar como clase base para las excepciones que se lanzan dentro del proyecto de gvSIG.
BaseRuntimeException(BaseException) - Constructor for exception org.gvsig.tools.exception.BaseRuntimeException
 
BaseRuntimeException(String, String, long) - Constructor for exception org.gvsig.tools.exception.BaseRuntimeException
Constructs a BaseException with a default message format, a key to find a localized message format, and a unique code to identify the exception.
BaseRuntimeException(String, Throwable, String, long) - Constructor for exception org.gvsig.tools.exception.BaseRuntimeException
Constructs a BaseException with a default message format, a key to find a localized message format, and a unique code to identify the exception.
BaseTaskStatus - Class in org.gvsig.tools.task.impl
 
BaseTaskStatus(String) - Constructor for class org.gvsig.tools.task.impl.BaseTaskStatus
 
BaseTaskStatus(String, long, long) - Constructor for class org.gvsig.tools.task.impl.BaseTaskStatus
 
BaseWeakReferencingObservable - Class in org.gvsig.tools.observer.impl
Implementation for observers based on the use of Reference, instead of direct Observer references.
BaseWeakReferencingObservable() - Constructor for class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
 
beginComplexNotification() - Method in interface org.gvsig.tools.observer.ComplexObservable
Sets the Observable in complex notification mode.
beginComplexNotification() - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
 
bind(Disposable) - Method in interface org.gvsig.tools.dispose.DisposableManager
Registers a disposable as being in use.
bind(Disposable) - Method in class org.gvsig.tools.dispose.impl.DefaultDisposableManager
 
BOOLEAN - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
BYTE - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
BYTEARRAY - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 

C

call() - Method in interface org.gvsig.tools.util.Callable
Computes a result, or throws an exception if unable to do so.
call() - Method in interface org.gvsig.tools.util.Caller
Call all callables in the list of callables of the caller.
call() - Method in class org.gvsig.tools.util.impl.DefaultCaller
 
Callable - Interface in org.gvsig.tools.util
A task that returns a result and may throw an exception.
CallableException - Exception in org.gvsig.tools.util.impl
 
CallableException(Callable, Throwable) - Constructor for exception org.gvsig.tools.util.impl.CallableException
 
Caller - Interface in org.gvsig.tools.util
This is a utility class for call a list of callables.
cancel() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
cancel() - Method in interface org.gvsig.tools.task.SimpleTaskStatus
Used by the task to inform that it has terminated cancelled by the user or another task.
Cancellable - Interface in org.gvsig.tools.task
Deprecated. Use CancellableTask
CancellableTask - Interface in org.gvsig.tools.task
 
cancelRequest() - Method in class org.gvsig.tools.task.AbstractCancellableTask
 
cancelRequest() - Method in class org.gvsig.tools.task.AbstractMonitorableTask
 
cancelRequest() - Method in interface org.gvsig.tools.task.CancellableTask
Request to the task that cancel.
cancelRequest() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
canRedo() - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
canRedo() - Method in interface org.gvsig.tools.undo.UndoRedoStack
If a redo can be performed on the stack.
CantFindDefinitionInStreamException - Exception in org.gvsig.tools.persistence.impl.exception
 
CantFindDefinitionInStreamException(String) - Constructor for exception org.gvsig.tools.persistence.impl.exception.CantFindDefinitionInStreamException
 
CantFindDefinitionInStreamException(String, String) - Constructor for exception org.gvsig.tools.persistence.impl.exception.CantFindDefinitionInStreamException
 
canUndo() - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
canUndo() - Method in interface org.gvsig.tools.undo.UndoRedoStack
If an undo can be performed on the stack.
CDATA_END - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
CDATA element end
CDATA_START - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
CDATA element start
CHAR - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
ChasetMap - Class in org.gvsig.tools.persistence.xml
 
ChasetMap() - Constructor for class org.gvsig.tools.persistence.xml.ChasetMap
 
check() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
check() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
CHOICE - Static variable in interface org.gvsig.tools.dynobject.DynField
Deprecated. usado automaticamente al asignar AvailableValues
classes - Variable in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
clear() - Method in interface org.gvsig.tools.dynobject.DynObject
 
clear() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
clear() - Method in exception org.gvsig.tools.exception.ListBaseException
 
clear() - Method in class org.gvsig.tools.observer.impl.ComplexNotification
 
clear() - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
clear() - Method in class org.gvsig.tools.persistence.impl.DelegatedCollection
 
clear() - Method in class org.gvsig.tools.persistence.impl.DelegatedMap
 
clear() - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
Clear the instances of references previously recreated
clear() - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
clear() - Method in interface org.gvsig.tools.undo.command.UndoRedoCommandStack
 
clearChanged() - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change, so that the hasChanged method will now return false.
clone() - Method in interface org.gvsig.tools.lang.Cloneable
Creates a copy of the object.
clone() - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
 
clone() - Method in class org.gvsig.tools.observer.impl.ComplexNotification
 
Cloneable - Interface in org.gvsig.tools.lang
Cloneable extension to define the java.lang.Cloneable#clone() as a public method.
code - Variable in exception org.gvsig.tools.exception.BaseException
Unique code of error.
code - Variable in exception org.gvsig.tools.exception.BaseRuntimeException
Unique code of error.
code - Variable in class org.gvsig.tools.task.impl.BaseTaskStatus
 
coerce(Object) - Method in interface org.gvsig.tools.dataTypes.DataType
 
coerce(int, Object) - Method in interface org.gvsig.tools.dataTypes.DataTypesManager
 
coerce(Object) - Method in interface org.gvsig.tools.dataTypes.DataTypesManager.Coercion
 
coerce(Object) - Method in class org.gvsig.tools.dataTypes.impl.coercion.AbstractCoerceToDate
 
coerce(Object) - Method in class org.gvsig.tools.dataTypes.impl.coercion.CoerceToBoolean
 
coerce(Object) - Method in class org.gvsig.tools.dataTypes.impl.coercion.CoerceToByte
 
coerce(Object) - Method in class org.gvsig.tools.dataTypes.impl.coercion.CoerceToDouble
 
coerce(Object) - Method in class org.gvsig.tools.dataTypes.impl.coercion.CoerceToFile
 
coerce(Object) - Method in class org.gvsig.tools.dataTypes.impl.coercion.CoerceToFloat
 
coerce(Object) - Method in class org.gvsig.tools.dataTypes.impl.coercion.CoerceToInt
 
coerce(Object) - Method in class org.gvsig.tools.dataTypes.impl.coercion.CoerceToLong
 
coerce(Object) - Method in class org.gvsig.tools.dataTypes.impl.coercion.CoerceToString
 
coerce(Object) - Method in class org.gvsig.tools.dataTypes.impl.coercion.CoerceToURI
 
coerce(Object) - Method in class org.gvsig.tools.dataTypes.impl.coercion.CoerceToURL
 
coerce(Object) - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataType
 
coerce(int, Object) - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataTypesManager
 
coerce(Object) - Method in interface org.gvsig.tools.dynobject.DynField
Force the type of value to the type of the field.
coerce(Object) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
CoerceToBoolean - Class in org.gvsig.tools.dataTypes.impl.coercion
 
CoerceToBoolean() - Constructor for class org.gvsig.tools.dataTypes.impl.coercion.CoerceToBoolean
 
CoerceToByte - Class in org.gvsig.tools.dataTypes.impl.coercion
 
CoerceToByte() - Constructor for class org.gvsig.tools.dataTypes.impl.coercion.CoerceToByte
 
CoerceToDate - Class in org.gvsig.tools.dataTypes.impl.coercion
Coerces a value to a Date.
CoerceToDate() - Constructor for class org.gvsig.tools.dataTypes.impl.coercion.CoerceToDate
 
CoerceToDateTime - Class in org.gvsig.tools.dataTypes.impl.coercion
Coerces a value to a Date.
CoerceToDateTime() - Constructor for class org.gvsig.tools.dataTypes.impl.coercion.CoerceToDateTime
 
CoerceToDouble - Class in org.gvsig.tools.dataTypes.impl.coercion
 
CoerceToDouble() - Constructor for class org.gvsig.tools.dataTypes.impl.coercion.CoerceToDouble
 
CoerceToFile - Class in org.gvsig.tools.dataTypes.impl.coercion
 
CoerceToFile() - Constructor for class org.gvsig.tools.dataTypes.impl.coercion.CoerceToFile
 
CoerceToFloat - Class in org.gvsig.tools.dataTypes.impl.coercion
 
CoerceToFloat() - Constructor for class org.gvsig.tools.dataTypes.impl.coercion.CoerceToFloat
 
CoerceToInt - Class in org.gvsig.tools.dataTypes.impl.coercion
 
CoerceToInt() - Constructor for class org.gvsig.tools.dataTypes.impl.coercion.CoerceToInt
 
CoerceToLong - Class in org.gvsig.tools.dataTypes.impl.coercion
 
CoerceToLong() - Constructor for class org.gvsig.tools.dataTypes.impl.coercion.CoerceToLong
 
CoerceToString - Class in org.gvsig.tools.dataTypes.impl.coercion
 
CoerceToString() - Constructor for class org.gvsig.tools.dataTypes.impl.coercion.CoerceToString
 
CoerceToTime - Class in org.gvsig.tools.dataTypes.impl.coercion
Coerces a value to a Date.
CoerceToTime() - Constructor for class org.gvsig.tools.dataTypes.impl.coercion.CoerceToTime
 
CoerceToURI - Class in org.gvsig.tools.dataTypes.impl.coercion
 
CoerceToURI() - Constructor for class org.gvsig.tools.dataTypes.impl.coercion.CoerceToURI
 
CoerceToURL - Class in org.gvsig.tools.dataTypes.impl.coercion
 
CoerceToURL() - Constructor for class org.gvsig.tools.dataTypes.impl.coercion.CoerceToURL
 
CoercionException - Exception in org.gvsig.tools.dataTypes
 
CoercionException() - Constructor for exception org.gvsig.tools.dataTypes.CoercionException
 
CoercionException(String) - Constructor for exception org.gvsig.tools.dataTypes.CoercionException
 
CoercionException(Throwable) - Constructor for exception org.gvsig.tools.dataTypes.CoercionException
 
CoercionException(String, Throwable) - Constructor for exception org.gvsig.tools.dataTypes.CoercionException
 
Command - Interface in org.gvsig.tools.undo.command
Undo/Redoable command interface.
CommandNotification - Interface in org.gvsig.tools.undo.command
This interface represents a notification used by the commands record to indicate an action over a command.
ComplexNotification - Class in org.gvsig.tools.observer.impl
 
ComplexNotification() - Constructor for class org.gvsig.tools.observer.impl.ComplexNotification
 
ComplexObservable - Interface in org.gvsig.tools.observer
 
ComplexWeakReferencingObservable - Interface in org.gvsig.tools.observer
Adds operations to the Observable to perform complex notifications (a group of notifications to be performed in group), and to be able to enable/disable notifications.
CompoundCommand - Class in org.gvsig.tools.undo.command.impl
 
CompoundCommand(String) - Constructor for class org.gvsig.tools.undo.command.impl.CompoundCommand
 
consolide() - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Actualiza todas las DynClasses registradas para reflejar la herencia de forma adecuada.
consolide() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
consolide() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
CONTAINER - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
contains(Object) - Method in exception org.gvsig.tools.exception.ListBaseException
 
contains(Object) - Method in class org.gvsig.tools.persistence.impl.DelegatedCollection
 
containsAll(Collection) - Method in exception org.gvsig.tools.exception.ListBaseException
 
containsAll(Collection) - Method in class org.gvsig.tools.persistence.impl.DelegatedCollection
 
containsKey(Object) - Method in class org.gvsig.tools.persistence.impl.DelegatedMap
 
containsValue(Object) - Method in class org.gvsig.tools.persistence.impl.DelegatedMap
 
countObservers() - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
Returns the number of observers of this object.
create() - Method in interface org.gvsig.tools.extensionpoint.ExtensionBuilder
Crea una instancia de la extension y la retorna.
create(Object[]) - Method in interface org.gvsig.tools.extensionpoint.ExtensionBuilder
Crea una instancia de la extension y la retorna.
create(Map) - Method in interface org.gvsig.tools.extensionpoint.ExtensionBuilder
 
create(String) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Crea una instancia asociada al contenido del registro de extension de nombre o alias indicado.
create(String, Object[]) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Crea una instancia asociada al contenido del registro de extension de nombre o alias indicado.
create(String, Map) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Crea una instancia asociada al contenido del registro de extension de nombre o alias indicado.
create() - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint.Extension
 
create(Object[]) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint.Extension
 
create(Map) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint.Extension
 
create(String, String) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPointManager
Crea un nuevo punto de extension y nos lo debuelve.
create(String) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
create(String, Object[]) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
create(String, Map) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
create(Class) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPointManager
 
create(Class, Map) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPointManager
 
create(Class, Object[]) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPointManager
 
create(String, String) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPointManager
 
create(PersistentState) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
create(PersistentState) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Instantiates an object from a persistent state.
create(DynObject, ProviderServices) - Method in class org.gvsig.tools.service.spi.AbstractProviderFactory
 
create(DynObject, ServiceManager) - Method in class org.gvsig.tools.service.spi.AbstractServiceFactory
 
create(DynObject, ProviderServices) - Method in interface org.gvsig.tools.service.spi.ProviderFactory
Creates a new Provider.
create(DynObject, ServiceManager) - Method in interface org.gvsig.tools.service.spi.ServiceFactory
Creates a new Service.
createDefaultSimpleTaskStatus(String) - Method in class org.gvsig.tools.task.impl.DefaultTaskStatusManager
 
createDefaultSimpleTaskStatus(String) - Method in interface org.gvsig.tools.task.TaskStatusManager
Create a new instance of the default implementation of a SimpleTaskStatus.
createDynClass(String, String) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Create a instance of DynClass with the name and description Indicated as parameters.
createDynClass(String, String, String) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Create a instance of DynClass with the name and description Indicated as parameters.
createDynClass(String, String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
createDynClass(String, String, String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
createDynClassName(String, String) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Creates a DynClassName with a DynClass name and its namespace.
createDynClassName(String) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Creates a DynClassName with a DynClass name or fullname
createDynClassName(String, String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
createDynClassName(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
createDynObject(DynStruct) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Create a new DynObject associated to the DynStruct or DynClass passed as parameter.
createDynObject(String) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Crea un nuevo objeto asociandole como clase base la indicada que tiene el nombre indicado.
createDynObject(String, String) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Crea un nuevo objeto asociandole como clase base la indicada que tiene el nombre indicado.
createDynObject(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
createDynObject(String, String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
createDynObject(DynStruct) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
createDynObjectPagingHelper(DynObjectSet) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Creates a new DynObjectPagingHelper to page the data of a DynObjectSet.
createDynObjectPagingHelper(DynObjectSet, int) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Creates a new DynObjectPagingHelper to page the data of a DynObjectSet.
createDynObjectPagingHelper(DynObjectSet) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
createDynObjectPagingHelper(DynObjectSet, int) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
createFormatter() - Method in class org.gvsig.tools.dataTypes.impl.coercion.AbstractCoerceToDate
Returns the DateFormat to apply when the value to coerce is not of Date type and it will be parsed as String.
createFormatter() - Method in class org.gvsig.tools.dataTypes.impl.coercion.CoerceToDate
 
createFormatter() - Method in class org.gvsig.tools.dataTypes.impl.coercion.CoerceToDateTime
 
createFormatter() - Method in class org.gvsig.tools.dataTypes.impl.coercion.CoerceToTime
 
createFromState(PersistentState) - Method in class org.gvsig.tools.persistence.impl.DynObjectPersistenceFactory
 
createFromState(PersistentState) - Method in class org.gvsig.tools.persistence.impl.SimplePersistenceFactory
 
createFromState(PersistentState) - Method in interface org.gvsig.tools.persistence.PersistenceFactory
Create an instance of the object represented by the state.
createObject(Class, Object[]) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPointManager
 
createObject(Class, Object[]) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPointManager
 
createParameters() - Method in class org.gvsig.tools.service.spi.AbstractProviderFactory
 
createParameters() - Method in class org.gvsig.tools.service.spi.AbstractServiceFactory
 
createParameters() - Method in interface org.gvsig.tools.service.spi.ProviderFactory
Creates the parameters for the Provider created by this factory.
createParameters() - Method in interface org.gvsig.tools.service.spi.ServiceFactory
Creates the parameters for the Service created by this factory.
createParametersDynClass() - Method in class org.gvsig.tools.service.spi.AbstractProviderFactory
Creates the DynClass of the parameters for this factory Providers.
createParametersDynClass() - Method in class org.gvsig.tools.service.spi.AbstractServiceFactory
Creates the DynClass of the parameters for this factory Services.
createPersistentState(PersistentContextServices) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
createPersistentState(PersistentContextServices) - Method in interface org.gvsig.tools.persistence.spi.PersistenceManagerServices
 
createPersistentState(PersistentContextServices, PersistentIdentifier) - Method in interface org.gvsig.tools.persistence.spi.PersistenceManagerServices
 
createPersistentState(PersistentContextServices, PersistentIdentifier) - Method in class org.gvsig.tools.persistence.xml.XMLPersistenceManager
 
createProvider(DynObject, ProviderServices) - Method in class org.gvsig.tools.service.spi.AbstractProviderManager
 
createProvider(DynObject, ProviderServices) - Method in interface org.gvsig.tools.service.spi.ProviderManager
Creates a new Provider.
createProviderServices(Service) - Method in interface org.gvsig.tools.service.spi.ProviderManager
Creates a new ProviderServices object to be used by the Providers.
createService(DynObject) - Method in class org.gvsig.tools.service.spi.AbstractServiceManager
 
createService(DynObject) - Method in interface org.gvsig.tools.service.spi.ServiceManager
Creates a new Service.
createServiceParameters(String) - Method in class org.gvsig.tools.service.AbstractManager
 
createServiceParameters(String) - Method in class org.gvsig.tools.service.AbstractMultiServiceImplManager
 
createServiceParameters(String) - Method in interface org.gvsig.tools.service.Manager
Creates a new object to contain service parameters values.
createServiceParameters(String) - Method in class org.gvsig.tools.service.spi.AbstractProviderManager
 
createServiceParameters(String) - Method in class org.gvsig.tools.service.spi.AbstractServiceManager
 
createServiceParameters(String) - Method in interface org.gvsig.tools.service.spi.ProviderManager
Creates the parameters for the Provider created by the factory with the given name.
createServiceParameters(String) - Method in interface org.gvsig.tools.service.spi.ServiceManager
Creates the parameters for the Service created by the factory with the given name.
createState(Object, PersistentContextServices) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
createState(Object, PersistentContextServices) - Method in interface org.gvsig.tools.persistence.spi.PersistenceManagerServices
 
createValues(Map) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
creteDefaultSimpleTaskStatus(String) - Method in class org.gvsig.tools.task.impl.DefaultTaskStatusManager
 
creteDefaultSimpleTaskStatus(String) - Method in interface org.gvsig.tools.task.TaskStatusManager
Deprecated. @see TaskStatusManager.createDefaultSimpleTaskStatus(String)
curValue - Variable in class org.gvsig.tools.task.impl.BaseTaskStatus
 

D

DATA_CHANGED - Static variable in interface org.gvsig.tools.dynobject.DynObjectSet.Notification
 
DataType - Interface in org.gvsig.tools.dataTypes
 
DataTypes - Interface in org.gvsig.tools.dataTypes
This interface defines a set of constants for basic data types supported by gvSIG.
DATATYPES_MANAGER_NAME - Static variable in class org.gvsig.tools.ToolsLocator
 
DataTypesManager - Interface in org.gvsig.tools.dataTypes
Manages data types.
DataTypesManager.Coercion - Interface in org.gvsig.tools.dataTypes
 
DATAVALUE_TAG - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
data item tag name of Value item for generic (when name of value is not a valid xml tag name)
DATE - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
decReferencesCount() - Method in class org.gvsig.tools.dispose.impl.DefaultDisposableInfo
 
DEFAULT_DOMAIN_NAME - Static variable in interface org.gvsig.tools.persistence.PersistenceManager
 
DEFAULT_DOMAIN_URL - Static variable in interface org.gvsig.tools.persistence.PersistenceManager
 
DEFAULT_PAGE_SIZE - Static variable in interface org.gvsig.tools.paging.PagingCalculator
 
DEFAULT_SCHEMA_ATTRIBUTE_VALUE - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
SCHEMA attribute for ROOT tag.
DefaultCaller - Class in org.gvsig.tools.util.impl
 
DefaultCaller() - Constructor for class org.gvsig.tools.util.impl.DefaultCaller
 
DefaultCommandNotification - Class in org.gvsig.tools.undo.command.impl
 
DefaultCommandNotification(Command, String) - Constructor for class org.gvsig.tools.undo.command.impl.DefaultCommandNotification
 
DefaultDataType - Class in org.gvsig.tools.dataTypes.impl
 
DefaultDataTypesManager - Class in org.gvsig.tools.dataTypes.impl
 
DefaultDataTypesManager() - Constructor for class org.gvsig.tools.dataTypes.impl.DefaultDataTypesManager
 
DefaultDisposableInfo - Class in org.gvsig.tools.dispose.impl
Default DisposableInfo implementation.
DefaultDisposableInfo(Disposable, StackTraceElement[]) - Constructor for class org.gvsig.tools.dispose.impl.DefaultDisposableInfo
Creates a new DefaultDisposableInfo with the Disposable and the stack trace of the moment when the disposable was bound to the DisposableManager.
DefaultDisposableManager - Class in org.gvsig.tools.dispose.impl
Default implementation for the DisposableManager.
DefaultDisposableManager() - Constructor for class org.gvsig.tools.dispose.impl.DefaultDisposableManager
Creates a new DefaultDisposableManager.
DefaultDynClass - Class in org.gvsig.tools.dynobject.impl
 
DefaultDynClass(DynObjectManager, String, String) - Constructor for class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
DefaultDynClass(DynObjectManager, String, String, String) - Constructor for class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
DefaultDynClass(DynObjectManager, DynClassName, String) - Constructor for class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
DefaultDynClass(DynObjectManager, String, String, DynClass[]) - Constructor for class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
DefaultDynClass.CheckDynClassListException - Exception in org.gvsig.tools.dynobject.impl
 
DefaultDynClass.CheckDynClassListException(DynClassName) - Constructor for exception org.gvsig.tools.dynobject.impl.DefaultDynClass.CheckDynClassListException
 
DefaultDynClass.CheckDynClassListException.CheckDynClassException - Exception in org.gvsig.tools.dynobject.impl
 
DefaultDynClass.CheckDynClassListException.CheckDynClassException(String, Object) - Constructor for exception org.gvsig.tools.dynobject.impl.DefaultDynClass.CheckDynClassListException.CheckDynClassException
 
DefaultDynClass.FieldAndIndex - Class in org.gvsig.tools.dynobject.impl
 
DefaultDynClass.MethodAndIndex - Class in org.gvsig.tools.dynobject.impl
 
DefaultDynClassName - Class in org.gvsig.tools.dynobject.impl
Default DynClassName implementation.
DefaultDynClassName(String, String) - Constructor for class org.gvsig.tools.dynobject.impl.DefaultDynClassName
 
DefaultDynClassName(String) - Constructor for class org.gvsig.tools.dynobject.impl.DefaultDynClassName
 
DefaultDynClassName(String[]) - Constructor for class org.gvsig.tools.dynobject.impl.DefaultDynClassName
 
DefaultDynField - Class in org.gvsig.tools.dynobject.impl
 
DefaultDynField(String) - Constructor for class org.gvsig.tools.dynobject.impl.DefaultDynField
 
DefaultDynField(String, int, Object, boolean, boolean) - Constructor for class org.gvsig.tools.dynobject.impl.DefaultDynField
 
DefaultDynField.CheckDynFieldListException - Exception in org.gvsig.tools.dynobject.impl
 
DefaultDynField.CheckDynFieldListException(String) - Constructor for exception org.gvsig.tools.dynobject.impl.DefaultDynField.CheckDynFieldListException
 
DefaultDynField.CheckDynFieldListException.CheckDynFieldException - Exception in org.gvsig.tools.dynobject.impl
 
DefaultDynField.CheckDynFieldListException.CheckDynFieldException(String, Object) - Constructor for exception org.gvsig.tools.dynobject.impl.DefaultDynField.CheckDynFieldListException.CheckDynFieldException
 
DefaultDynObject - Class in org.gvsig.tools.dynobject.impl
 
DefaultDynObject(DynStruct) - Constructor for class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
DefaultDynObject.CoerceValueException - Exception in org.gvsig.tools.dynobject.impl
 
DefaultDynObject.CoerceValueException(DynStruct, String, Object, Throwable) - Constructor for exception org.gvsig.tools.dynobject.impl.DefaultDynObject.CoerceValueException
 
DefaultDynObjectManager - Class in org.gvsig.tools.dynobject.impl
Default DynObjectManager implementation.
DefaultDynObjectManager() - Constructor for class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
DefaultDynObjectPagingHelper - Class in org.gvsig.tools.dynobject.impl
Default DynObjectPagingHelper implementation.
DefaultDynObjectPagingHelper() - Constructor for class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
DefaultDynObjectPagingHelper(DynObjectSet) - Constructor for class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
DefaultDynObjectPagingHelper(DynObjectSet, int) - Constructor for class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
DefaultExtensionPoint - Class in org.gvsig.tools.extensionpoint.impl
 
DefaultExtensionPointManager - Class in org.gvsig.tools.extensionpoint.impl
 
DefaultExtensionPointManager() - Constructor for class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPointManager
 
DefaultFactories - Class in org.gvsig.tools.persistence.impl
 
DefaultFactories() - Constructor for class org.gvsig.tools.persistence.impl.DefaultFactories
 
DefaultLibrariesInitializer - Class in org.gvsig.tools.library.impl
Loads the Library implementation object instances through a DefaultServiceLoader or a provided ServiceLoader.
DefaultLibrariesInitializer() - Constructor for class org.gvsig.tools.library.impl.DefaultLibrariesInitializer
 
DefaultLibrariesInitializer(ClassLoader) - Constructor for class org.gvsig.tools.library.impl.DefaultLibrariesInitializer
 
DefaultLibrariesInitializer(ClassLoader[]) - Constructor for class org.gvsig.tools.library.impl.DefaultLibrariesInitializer
 
DefaultLibrariesInitializer(ServiceLoader) - Constructor for class org.gvsig.tools.library.impl.DefaultLibrariesInitializer
 
DefaultLibrariesInitializer(ClassLoader, ServiceLoader) - Constructor for class org.gvsig.tools.library.impl.DefaultLibrariesInitializer
 
DefaultLibrariesInitializer(ClassLoader[], ServiceLoader) - Constructor for class org.gvsig.tools.library.impl.DefaultLibrariesInitializer
 
DefaultOperationManager - Class in org.gvsig.tools.operations.impl
 
DefaultOperationManager() - Constructor for class org.gvsig.tools.operations.impl.DefaultOperationManager
 
DefaultPagingCalculator - Class in org.gvsig.tools.paging
Default PagingCalculator implementation.
DefaultPagingCalculator(PagingCalculator.Sizeable) - Constructor for class org.gvsig.tools.paging.DefaultPagingCalculator
Creates a new DefaultPagingCalculator, with the default page size (PagingCalculator.DEFAULT_PAGE_SIZE), setting the current page to the first one.
DefaultPagingCalculator(PagingCalculator.Sizeable, int) - Constructor for class org.gvsig.tools.paging.DefaultPagingCalculator
Creates a new DefaultPagingCalculator, setting the current page to the first one.
DefaultPagingCalculator(PagingCalculator.Sizeable, int, long) - Constructor for class org.gvsig.tools.paging.DefaultPagingCalculator
Creates a new DefaultPagingCalculator .
DefaultPersistentContext - Class in org.gvsig.tools.persistence.impl
 
DefaultPersistentContext(PersistenceManager) - Constructor for class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
DefaultProviderRegistration - Class in org.gvsig.tools.service.impl
ProviderRegistration implementation which finds ProviderFactory objects automatically using the ServiceLoader .
DefaultProviderRegistration() - Constructor for class org.gvsig.tools.service.impl.DefaultProviderRegistration
 
DefaultProviderRegistration(ServiceLoader) - Constructor for class org.gvsig.tools.service.impl.DefaultProviderRegistration
 
DefaultServiceLoader - Class in org.gvsig.tools.util.impl
Implementation which uses reflection to try to use first the standard JDK utilities to load service implementation classes, which are available since JDK 1.6.
DefaultServiceLoader() - Constructor for class org.gvsig.tools.util.impl.DefaultServiceLoader
Constructor.
DefaultTaskStatusManager - Class in org.gvsig.tools.task.impl
 
DefaultTaskStatusManager() - Constructor for class org.gvsig.tools.task.impl.DefaultTaskStatusManager
 
DefaultUndoRedoCommandStack - Class in org.gvsig.tools.undo.command.impl
Clase en memoria para registrar y gestionar los comandos que vamos realizando.
DefaultUndoRedoCommandStack() - Constructor for class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
definitions - Variable in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
delegate(DynObject) - Method in interface org.gvsig.tools.dynobject.DynObject
 
delegate(DynObject) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
DelegatedCollection - Class in org.gvsig.tools.persistence.impl
 
DelegatedCollection(Collection, PersistenceManagerServices, PersistentContextServices) - Constructor for class org.gvsig.tools.persistence.impl.DelegatedCollection
 
DelegatedContainer - Class in org.gvsig.tools.persistence.impl
 
DelegatedContainer(PersistenceManagerServices, PersistentContextServices) - Constructor for class org.gvsig.tools.persistence.impl.DelegatedContainer
 
DelegatedDynObject - Interface in org.gvsig.tools.dynobject
 
DelegatedList - Class in org.gvsig.tools.persistence.impl
 
DelegatedList(List, PersistenceManagerServices, PersistentContextServices) - Constructor for class org.gvsig.tools.persistence.impl.DelegatedList
 
DelegatedMap - Class in org.gvsig.tools.persistence.impl
 
DelegatedMap(Map, PersistenceManagerServices, PersistentContextServices) - Constructor for class org.gvsig.tools.persistence.impl.DelegatedMap
 
delegateds - Variable in class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
DelegatedSet - Class in org.gvsig.tools.persistence.impl
 
DelegatedSet(Set, PersistenceManagerServices, PersistentContextServices) - Constructor for class org.gvsig.tools.persistence.impl.DelegatedSet
 
DelegateWeakReferencingObservable - Class in org.gvsig.tools.observer.impl
Observer implementation which uses another Observable as the parameter for the notification to the registered Observers.
DelegateWeakReferencingObservable(WeakReferencingObservable) - Constructor for class org.gvsig.tools.observer.impl.DelegateWeakReferencingObservable
Creates a new DelegateObservable with the Observable to be used to notify the Observers.
delete(DynObject) - Method in interface org.gvsig.tools.dynobject.DynObjectSet
Deletes a DynObject from this set.
delete(DynObject) - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet
 
DELETE - Static variable in interface org.gvsig.tools.undo.UndoRedoInfo
 
deleteObserver(Observer) - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet
 
deleteObserver(Observer) - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
Deletes an observer from the set of observers of this object.
deleteObserver(Reference) - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
 
deleteObserver(Observer) - Method in interface org.gvsig.tools.observer.Observable
 
deleteObserver(Observer) - Method in class org.gvsig.tools.observer.ObservableHelper
 
deleteObserver(Observer) - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
deleteObserver(Observer) - Method in class org.gvsig.tools.task.impl.DefaultTaskStatusManager
 
deleteObserver(Observer) - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
deleteObservers() - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet
 
deleteObservers() - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
Clears the observer list so that this object no longer has any observers.
deleteObservers() - Method in interface org.gvsig.tools.observer.Observable
 
deleteObservers() - Method in class org.gvsig.tools.observer.ObservableHelper
 
deleteObservers() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
deleteObservers() - Method in class org.gvsig.tools.task.impl.DefaultTaskStatusManager
 
deleteObservers() - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
description - Variable in class org.gvsig.tools.operations.AbstractOperation
 
DISABLED - Static variable in interface org.gvsig.tools.persistence.PersistenceManager
Validation Mode - DISABLED: No validation is performed at all.
disableNotifications() - Method in interface org.gvsig.tools.observer.ComplexObservable
Disable the notification of events to registered Observers.
disableNotifications() - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
 
Disposable - Interface in org.gvsig.tools.dispose
Interface for objects that must be disposed after usage.
DISPOSABLE_MANAGER_NAME - Static variable in class org.gvsig.tools.ToolsLocator
 
DisposableInfo - Interface in org.gvsig.tools.dispose
Information about a Disposable object.
DisposableIterator - Interface in org.gvsig.tools.dispose
Interface for Iterators which must be disposed after usage.
DisposableManager - Interface in org.gvsig.tools.dispose
Manages the use and dispose of Disposable objects.
dispose() - Method in interface org.gvsig.tools.dispose.Disposable
Disposes the current object, to allow it to close and dispose any used resources.
dispose(Disposable) - Static method in class org.gvsig.tools.dispose.DisposeUtils
Disposes a Disposable object, checking if it is null.
dispose() - Method in class org.gvsig.tools.dispose.impl.AbstractDisposable
 
dispose(Disposable) - Method in class org.gvsig.tools.dispose.impl.AbstractDisposable
Utility method to dispose a Disposable, checking if it is null.
dispose() - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet
 
dispose() - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet.MultiDynObjectSetDisposableIterator
 
dispose() - Method in class org.gvsig.tools.observer.impl.ComplexNotification
 
DisposeUtils - Class in org.gvsig.tools.dispose
Dispose related utilities.
DisposeUtils() - Constructor for class org.gvsig.tools.dispose.DisposeUtils
 
doAccept(Visitor) - Method in class org.gvsig.tools.visitor.impl.AbstractIndexedVisitable
 
doAccept(Visitor, long) - Method in class org.gvsig.tools.visitor.impl.AbstractIndexedVisitable
Provides each value of this container to the provided Visitor.
doAccept(Visitor) - Method in class org.gvsig.tools.visitor.impl.AbstractVisitable
Provides each value of this container to the provided Visitor.
doCreate(DynObject, ProviderServices) - Method in class org.gvsig.tools.service.spi.AbstractProviderFactory
Creates a new Provider with the given parameters and ProviderServices.
doCreate(DynObject, ServiceManager) - Method in class org.gvsig.tools.service.spi.AbstractServiceFactory
Creates a new Service with the given parameters and ServiceManager.
doDispose() - Method in class org.gvsig.tools.dispose.impl.AbstractDisposable
Internal implementation for the AbstractDisposable.dispose() method, to be implemented by child classes.
doDispose() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
doInitialize() - Method in class org.gvsig.tools.library.AbstractLibrary
Performs all the initializations of the library, only related to himself: register implementation classes through the Locator, start services, etc.
doInitialize() - Method in class org.gvsig.tools.persistence.xml.XMLPersistenceLibrary
 
doInitialize() - Method in class org.gvsig.tools.ToolsLibrary
 
doLoadFromState(PersistentState) - Method in class org.gvsig.tools.service.AbstractPersistentService
Set the state of the child class persistent attributes from the state passed as parameter.
doLoadFromState(PersistentState) - Method in class org.gvsig.tools.service.spi.AbstractPersistentProviderServices
Set the state of the child class persistent attributes from the state passed as parameter.
DOMAIN_NAME_ATTRIBUTE_VALUE - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
domain Name definition format.
Domains - Class in org.gvsig.tools.persistence.impl
 
Domains() - Constructor for class org.gvsig.tools.persistence.impl.Domains
 
doPostInitialize() - Method in class org.gvsig.tools.library.AbstractLibrary
Performs all the initializations or validations related to the library dependencies, as getting references to objects through other libraries Locators.
doPostInitialize() - Method in class org.gvsig.tools.persistence.xml.XMLPersistenceLibrary
 
doPostInitialize() - Method in class org.gvsig.tools.ToolsLibrary
 
doRegistration() - Method in class org.gvsig.tools.library.AbstractLibrary
 
doRegistration() - Method in interface org.gvsig.tools.library.Library
 
doRegistration() - Method in class org.gvsig.tools.persistence.xml.XMLPersistenceLibrary
 
doRegistration() - Method in class org.gvsig.tools.ToolsLibrary
 
doSaveToState(PersistentState) - Method in class org.gvsig.tools.service.AbstractPersistentService
Saves the internal state of the child class persistent attributes on the provided PersistentState object.
doSaveToState(PersistentState) - Method in class org.gvsig.tools.service.spi.AbstractPersistentProviderServices
Saves the internal state of the child class persistent attributes on the provided PersistentState object.
DOUBLE - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
DummyI18nManager - Class in org.gvsig.tools.i18n.impl
Dummy I18nManager implementation to be used when there has not been registered an implementation.
DummyI18nManager() - Constructor for class org.gvsig.tools.i18n.impl.DummyI18nManager
 
DuplicateDynClassException - Exception in org.gvsig.tools.dynobject.exception
Exception thrown when a DynClass is duplicated
DuplicateDynClassException(String) - Constructor for exception org.gvsig.tools.dynobject.exception.DuplicateDynClassException
Creates a new DynClassNotFoundException.
DuplicateDynClassException(DynStruct) - Constructor for exception org.gvsig.tools.dynobject.exception.DuplicateDynClassException
 
DuplicatePersistentDefinitionException - Exception in org.gvsig.tools.persistence.exception
 
DuplicatePersistentDefinitionException(String) - Constructor for exception org.gvsig.tools.persistence.exception.DuplicatePersistentDefinitionException
 
DynClass - Interface in org.gvsig.tools.dynobject
 
dynClass - Variable in class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
DynClassImportHelper - Class in org.gvsig.tools.dynobject.impl
 
DynClassImportHelper() - Constructor for class org.gvsig.tools.dynobject.impl.DynClassImportHelper
 
DynClassImportHelper.CantLocateClassException - Exception in org.gvsig.tools.dynobject.impl
 
DynClassImportHelper.CantLocateClassException(XmlPullParser, String) - Constructor for exception org.gvsig.tools.dynobject.impl.DynClassImportHelper.CantLocateClassException
 
DynClassImportHelper.CantLocateDynClassException - Exception in org.gvsig.tools.dynobject.impl
 
DynClassImportHelper.CantLocateDynClassException(XmlPullParser, String) - Constructor for exception org.gvsig.tools.dynobject.impl.DynClassImportHelper.CantLocateDynClassException
 
DynClassImportHelper.DuplicateDynClassException - Exception in org.gvsig.tools.dynobject.impl
 
DynClassImportHelper.DuplicateDynClassException(XmlPullParser, String) - Constructor for exception org.gvsig.tools.dynobject.impl.DynClassImportHelper.DuplicateDynClassException
 
DynClassImportHelper.ImportDynClassesException - Exception in org.gvsig.tools.dynobject.impl
 
DynClassImportHelper.ImportDynClassesException(XmlPullParser) - Constructor for exception org.gvsig.tools.dynobject.impl.DynClassImportHelper.ImportDynClassesException
Don't call this constructor form subclasses.
DynClassImportHelper.ImportDynClassesException(XmlPullParser, String, String, long) - Constructor for exception org.gvsig.tools.dynobject.impl.DynClassImportHelper.ImportDynClassesException
 
DynClassImportHelper.IncompatibleAttributeValueException - Exception in org.gvsig.tools.dynobject.impl
 
DynClassImportHelper.IncompatibleAttributeValueException(XmlPullParser, String) - Constructor for exception org.gvsig.tools.dynobject.impl.DynClassImportHelper.IncompatibleAttributeValueException
 
DynClassImportHelper.InvalidFieldTypeException - Exception in org.gvsig.tools.dynobject.impl
 
DynClassImportHelper.InvalidFieldTypeException(XmlPullParser, String) - Constructor for exception org.gvsig.tools.dynobject.impl.DynClassImportHelper.InvalidFieldTypeException
 
DynClassImportHelper.NeedTagOrAttributeException - Exception in org.gvsig.tools.dynobject.impl
 
DynClassImportHelper.NeedTagOrAttributeException(XmlPullParser, String) - Constructor for exception org.gvsig.tools.dynobject.impl.DynClassImportHelper.NeedTagOrAttributeException
 
DynClassImportHelper.ParseCoerceException - Exception in org.gvsig.tools.dynobject.impl
 
DynClassImportHelper.ParseCoerceException(Throwable, XmlPullParser) - Constructor for exception org.gvsig.tools.dynobject.impl.DynClassImportHelper.ParseCoerceException
 
DynClassImportHelper.UnexpectedTagOrAttributeException - Exception in org.gvsig.tools.dynobject.impl
 
DynClassImportHelper.UnexpectedTagOrAttributeException(XmlPullParser, String) - Constructor for exception org.gvsig.tools.dynobject.impl.DynClassImportHelper.UnexpectedTagOrAttributeException
 
DynClassImportHelper.WrongVersionException - Exception in org.gvsig.tools.dynobject.impl
 
DynClassImportHelper.WrongVersionException(XmlPullParser) - Constructor for exception org.gvsig.tools.dynobject.impl.DynClassImportHelper.WrongVersionException
 
DynClassName - Interface in org.gvsig.tools.dynobject
Identifies a DynClass with its namespace and its name.
DynClassNotFoundException - Exception in org.gvsig.tools.dynobject.exception
Exception thrown when a DynClass does not exist.
DynClassNotFoundException(String) - Constructor for exception org.gvsig.tools.dynobject.exception.DynClassNotFoundException
Creates a new DynClassNotFoundException.
DynClassNotFoundException(String, Throwable) - Constructor for exception org.gvsig.tools.dynobject.exception.DynClassNotFoundException
Creates a new DynClassNotFoundException.
DynField - Interface in org.gvsig.tools.dynobject
A field of a DynObject.
DynFieldIsNotAContainerException - Exception in org.gvsig.tools.dynobject.exception
 
DynFieldIsNotAContainerException(String) - Constructor for exception org.gvsig.tools.dynobject.exception.DynFieldIsNotAContainerException
 
DynFieldNotFoundException - Exception in org.gvsig.tools.dynobject.exception
Exception thrown when an attribute of a DynObject does not exist.
DynFieldNotFoundException(String, String) - Constructor for exception org.gvsig.tools.dynobject.exception.DynFieldNotFoundException
Creates a new DynFieldNotFoundException.
DynFieldNotFoundException(String, String, Throwable) - Constructor for exception org.gvsig.tools.dynobject.exception.DynFieldNotFoundException
Creates a new DynFieldNotFoundException.
DynFieldRequiredValueException - Exception in org.gvsig.tools.dynobject.exception
 
DynFieldRequiredValueException(DynField, Object) - Constructor for exception org.gvsig.tools.dynobject.exception.DynFieldRequiredValueException
 
DynFieldValidateException - Exception in org.gvsig.tools.dynobject.exception
 
DynFieldValidateException(String, String, long) - Constructor for exception org.gvsig.tools.dynobject.exception.DynFieldValidateException
 
DynFieldValidateException(Object, DynField, Throwable) - Constructor for exception org.gvsig.tools.dynobject.exception.DynFieldValidateException
 
DynFieldValidateException(Object, DynField) - Constructor for exception org.gvsig.tools.dynobject.exception.DynFieldValidateException
 
DynMethod - Interface in org.gvsig.tools.dynobject
 
DynMethodException - Exception in org.gvsig.tools.dynobject.exception
 
DynMethodException(String, String, long) - Constructor for exception org.gvsig.tools.dynobject.exception.DynMethodException
 
DynMethodIllegalCodeException - Exception in org.gvsig.tools.dynobject.exception
 
DynMethodIllegalCodeException(String, int, int) - Constructor for exception org.gvsig.tools.dynobject.exception.DynMethodIllegalCodeException
 
DynMethodNotSupportedException - Exception in org.gvsig.tools.dynobject.exception
 
DynMethodNotSupportedException() - Constructor for exception org.gvsig.tools.dynobject.exception.DynMethodNotSupportedException
 
DynMethodNotSupportedException(int, String) - Constructor for exception org.gvsig.tools.dynobject.exception.DynMethodNotSupportedException
 
DynMethodNotSupportedException(String, String) - Constructor for exception org.gvsig.tools.dynobject.exception.DynMethodNotSupportedException
 
DYNOBJECT - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
DynObject - Interface in org.gvsig.tools.dynobject
 
DYNOBJECT_MANAGER_NAME - Static variable in class org.gvsig.tools.ToolsLocator
 
DynObjectException - Exception in org.gvsig.tools.dynobject
 
DynObjectException(Throwable) - Constructor for exception org.gvsig.tools.dynobject.DynObjectException
 
DynObjectException(String, String, long) - Constructor for exception org.gvsig.tools.dynobject.DynObjectException
 
DynObjectException(String, Throwable, String, long) - Constructor for exception org.gvsig.tools.dynobject.DynObjectException
 
DynObjectFieldSubtypeRequiredValueException - Exception in org.gvsig.tools.dynobject.exception
 
DynObjectFieldSubtypeRequiredValueException(DynStruct, DynField, Object) - Constructor for exception org.gvsig.tools.dynobject.exception.DynObjectFieldSubtypeRequiredValueException
 
DynObjectManager - Interface in org.gvsig.tools.dynobject
Manager for the DynObject tools library.
DynObjectPagingHelper - Interface in org.gvsig.tools.dynobject
Helper interface to access the values of a DynObjectSet by page or position.
DynObjectPersistenceFactory - Class in org.gvsig.tools.persistence.impl
 
DynObjectPersistenceFactory() - Constructor for class org.gvsig.tools.persistence.impl.DynObjectPersistenceFactory
 
DynObjectRuntimeException - Exception in org.gvsig.tools.dynobject
 
DynObjectRuntimeException(Throwable) - Constructor for exception org.gvsig.tools.dynobject.DynObjectRuntimeException
 
DynObjectRuntimeException(String, String, long) - Constructor for exception org.gvsig.tools.dynobject.DynObjectRuntimeException
 
DynObjectRuntimeException(String, Throwable, String, long) - Constructor for exception org.gvsig.tools.dynobject.DynObjectRuntimeException
 
DynObjectSet - Interface in org.gvsig.tools.dynobject
A set of iterable DynObject objects.
DynObjectSet.Notification - Interface in org.gvsig.tools.dynobject
 
DynObjectValidateException - Exception in org.gvsig.tools.dynobject.exception
 
DynObjectValidateException(String) - Constructor for exception org.gvsig.tools.dynobject.exception.DynObjectValidateException
 
DynObjectValueItem - Class in org.gvsig.tools.dynobject
 
DynObjectValueItem(Object, String) - Constructor for class org.gvsig.tools.dynobject.DynObjectValueItem
 
DynObjectValueItem(Object) - Constructor for class org.gvsig.tools.dynobject.DynObjectValueItem
 
DynStruct - Interface in org.gvsig.tools.dynobject
 

E

EDITION_STATUS_CHANGE - Static variable in interface org.gvsig.tools.dynobject.DynObjectSet.Notification
 
enableNotifications() - Method in interface org.gvsig.tools.observer.ComplexObservable
Enable (default) the notification of events to registered Observers.
enableNotifications() - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
 
endComplex() - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
endComplex() - Method in interface org.gvsig.tools.undo.command.UndoRedoCommandStack
 
endComplexNotification() - Method in interface org.gvsig.tools.observer.ComplexObservable
Ends the complex notification mode.
endComplexNotification() - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
 
entrySet() - Method in class org.gvsig.tools.persistence.impl.DelegatedMap
 
equals(Object) - Method in class org.gvsig.tools.dynobject.DynObjectValueItem
 
equals(Object) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
equals(Object) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClassName
 
equals(Object) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
equals(Object) - Method in class org.gvsig.tools.library.AbstractLibrary
 
evaluate(EvaluatorData) - Method in class org.gvsig.tools.evaluator.AndEvaluator
 
evaluate(EvaluatorData) - Method in interface org.gvsig.tools.evaluator.Evaluator
Evaluate with the data passed as parameter.
Evaluator - Interface in org.gvsig.tools.evaluator
This interface provides the necessary methods for processing CQL expressions.
EvaluatorData - Interface in org.gvsig.tools.evaluator
 
EvaluatorException - Exception in org.gvsig.tools.evaluator
 
EvaluatorException(Throwable) - Constructor for exception org.gvsig.tools.evaluator.EvaluatorException
 
EvaluatorFieldsInfo - Class in org.gvsig.tools.evaluator
 
EvaluatorFieldsInfo() - Constructor for class org.gvsig.tools.evaluator.EvaluatorFieldsInfo
 
EvaluatorFieldValue - Class in org.gvsig.tools.evaluator
 
EvaluatorFieldValueMatch - Class in org.gvsig.tools.evaluator
 
EvaluatorFieldValueNearest - Class in org.gvsig.tools.evaluator
 
EvaluatorFieldValueRange - Class in org.gvsig.tools.evaluator
 
ExceptionTranslator - Interface in org.gvsig.tools.exception
 
extend(DynStruct) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
extend(String, String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
extend(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
extend(DynStruct) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
extend(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
extend(String, String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
extend(DynStruct[]) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
extendAll(String[]) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
ExtensionBuilder - Interface in org.gvsig.tools.extensionpoint
Interface utilizado para indicar al registro de extensiones que no se trata de una clase lo que hey registrado, si no una instancia de un objeto a usar para crear la extension.
ExtensionPoint - Interface in org.gvsig.tools.extensionpoint
 
ExtensionPoint.Extension - Interface in org.gvsig.tools.extensionpoint
Clase que representa un registro dentro de un punto de extension.
ExtensionPointManager - Interface in org.gvsig.tools.extensionpoint
 
ExtensionSingleton - Interface in org.gvsig.tools.extensionpoint
 

F

FieldNotDeclaredException - Exception in org.gvsig.tools.persistence.exception
 
FieldNotDeclaredException(String, Class) - Constructor for exception org.gvsig.tools.persistence.exception.FieldNotDeclaredException
 
FieldNotDeclaredException(String, String) - Constructor for exception org.gvsig.tools.persistence.exception.FieldNotDeclaredException
 
FILE - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
findLibraries(Class, ClassLoader) - Method in class org.gvsig.tools.library.AbstractLibrariesInitializer
 
findLibraries(Class, ClassLoader) - Method in class org.gvsig.tools.library.impl.DefaultLibrariesInitializer
 
findProviderFactories(Class) - Method in class org.gvsig.tools.service.impl.DefaultProviderRegistration
 
findProviderFactories(Class, ClassLoader) - Method in class org.gvsig.tools.service.impl.DefaultProviderRegistration
 
findProviderFactories(Class) - Method in class org.gvsig.tools.service.spi.AbstractProviderRegistration
Returns the list of ProviderFactory objects which implement or extend the given interface or class.
findProviderFactories(Class, ClassLoader) - Method in class org.gvsig.tools.service.spi.AbstractProviderRegistration
Returns the list of ProviderFactory objects which implement or extend the given interface or class.
FLOAT - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
FOLDER - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
formatString - Variable in exception org.gvsig.tools.exception.BaseException
TODO: remove the variable, use the Exception get/setMessage() instead.
formatString - Variable in exception org.gvsig.tools.exception.BaseRuntimeException
TODO: remove the variable, use the Exception get/setMessage() instead.
fullInitialize() - Method in class org.gvsig.tools.library.AbstractLibrariesInitializer
 
fullInitialize(boolean) - Method in class org.gvsig.tools.library.AbstractLibrariesInitializer
 
fullInitialize() - Method in interface org.gvsig.tools.library.LibrariesInitializer
Initializes and post-initializes all available Library objects.
fullInitialize(boolean) - Method in interface org.gvsig.tools.library.LibrariesInitializer
Initializes and post-initializes all available Library objects.

G

GENERIC - Static variable in class org.gvsig.tools.evaluator.EvaluatorFieldValue
 
get(int) - Method in interface org.gvsig.tools.dataTypes.DataTypesManager
 
get(int) - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataTypesManager
 
get(String) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Obtiene la clase asociado al nombre indicado.
get(String, String) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Obtiene el la clase asociado al nombre indicado dentro del namespace pedido.
get(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
get(String, String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
get(DynClass[]) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
get(int) - Method in exception org.gvsig.tools.exception.ListBaseException
 
get(String) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Permite obtener un registro de extension dado su nombre o alias.
get(String) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPointManager
Obtiene el punto de extension asociado al nombre indicado.
get(String) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
get(String) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPointManager
 
get(String) - Method in class org.gvsig.tools.locator.AbstractLocator
 
get(String) - Method in interface org.gvsig.tools.locator.Locator
Returns a reference to the object with the given name.
get(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
get(String) - Method in class org.gvsig.tools.persistence.impl.DefaultFactories
Return the associated persistence factory to the java class name passed as parameter
get(Class) - Method in class org.gvsig.tools.persistence.impl.DefaultFactories
 
get(Object) - Method in class org.gvsig.tools.persistence.impl.DefaultFactories
 
get(PersistentState) - Method in class org.gvsig.tools.persistence.impl.DefaultFactories
 
get(PersistentState) - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
get(PersistentIdentifier) - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
get(Object) - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
get(int) - Method in class org.gvsig.tools.persistence.impl.DelegatedList
 
get(Object) - Method in class org.gvsig.tools.persistence.impl.DelegatedMap
 
get(Class) - Method in interface org.gvsig.tools.persistence.PersistenceManager.Factories
Return factory associated to class passed as parameter.
get(Object) - Method in interface org.gvsig.tools.persistence.PersistenceManager.Factories
Return factory associated to the object passed as parameter.
get(PersistentState) - Method in interface org.gvsig.tools.persistence.PersistenceManager.Factories
Return factory associated to the object stored in the state.
get(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Gets an Object property.
get(PersistentIdentifier) - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
Return the object reference associated to the id indicated as parameter.
get(Object) - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
Return the object reference associated to the object passed as parameter.
get(PersistentState) - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
Return the object reference associated to the state passed as parameter.
get(String) - Method in class org.gvsig.tools.task.impl.DefaultTaskStatusManager
 
get(String) - Method in interface org.gvsig.tools.task.TaskStatusManager
Retrieve a TaskStatus from the manager by code.
getAlias() - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint.Extension
Obtiene la lista de alias que existen para este registro de extension.
getAll() - Method in class org.gvsig.tools.task.impl.DefaultTaskStatusManager
 
getAll() - Method in interface org.gvsig.tools.task.TaskStatusManager
Get a unmodifiable Map with all the TaskStatus in the manager.
getArray(String, Class) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getArray(String, Class) - Method in interface org.gvsig.tools.persistence.PersistentState
Returns an array whose elements are of the class given.
getAttribute(String) - Method in interface org.gvsig.tools.operations.OperationContext
Returns an attribute given its name.
getAutoRemove() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
getAutoRemove() - Method in interface org.gvsig.tools.task.SimpleTaskStatus
Return the autoremove value of this TaskStatus.
getAutoValidation() - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
getAutoValidation() - Method in interface org.gvsig.tools.persistence.PersistenceManager
Gets the validation which will be applied in PersistenceManager.getState(Object), PersistenceManager.create(PersistentState) methods.
getAvailableValues() - Method in interface org.gvsig.tools.dynobject.DynField
Return the available values for this field.
getAvailableValues() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
getBindDisposableStackTrace() - Method in interface org.gvsig.tools.dispose.DisposableInfo
Returns the stack trace of the moment when the Disposable was bound.
getBindDisposableStackTrace() - Method in class org.gvsig.tools.dispose.impl.DefaultDisposableInfo
 
getBoolean(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getBoolean(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Gets a boolean property.
getBooleanArray(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getBooleanArray(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Returns an array whose elements are of boolean basic type.
getBoundDisposableCount() - Method in interface org.gvsig.tools.dispose.DisposableManager
Returns the number of Disposable objects pending to be released.
getBoundDisposableCount() - Method in class org.gvsig.tools.dispose.impl.DefaultDisposableManager
 
getBoundDisposables() - Method in interface org.gvsig.tools.dispose.DisposableManager
Returns a Set of Disposable objects currently bound.
getBoundDisposables() - Method in class org.gvsig.tools.dispose.impl.DefaultDisposableManager
 
getBuilder() - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint.Extension
Obtiene la instancia del ExtenstionBuilder asociada a este registro.
getCalculator() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
getClassNameFromTag(String) - Static method in class org.gvsig.tools.persistence.xml.XMLPersistentStateReader
 
getClassOfItems() - Method in interface org.gvsig.tools.dynobject.DynField
If the field is a container (List, Map or Set) return the java class of its items.
getClassOfItems() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
getClassOfValue() - Method in interface org.gvsig.tools.dynobject.DynField
Return the java class of the value of the field.
getClassOfValue() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
getCode() - Method in interface org.gvsig.tools.dynobject.DynMethod
 
getCode() - Method in exception org.gvsig.tools.exception.BaseException
 
getCode() - Method in exception org.gvsig.tools.exception.BaseRuntimeException
 
getCode() - Method in interface org.gvsig.tools.exception.IBaseException
 
getCode() - Method in class org.gvsig.tools.operations.AbstractOperation
Get the operation code associated to this operation.
getCode() - Method in interface org.gvsig.tools.operations.Operation
 
getCode() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
getCode() - Method in interface org.gvsig.tools.task.TaskStatus
Gte the code of this TaskStatus.
getCoercion() - Method in interface org.gvsig.tools.dataTypes.DataType
 
getCoercion(int) - Method in interface org.gvsig.tools.dataTypes.DataTypesManager
 
getCoercion() - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataType
 
getCoercion(int) - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataTypesManager
 
getCollectErrors() - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
getCollectErrors() - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
Get information about if collect errors or launch it when produce.
getCollectExceptions() - Method in interface org.gvsig.tools.util.Caller
Get if the Caller can collect exceptions or exit in the first exception produced.
getCollectExceptions() - Method in class org.gvsig.tools.util.impl.DefaultCaller
 
getCommand() - Method in interface org.gvsig.tools.undo.command.CommandNotification
Returns the Command over which the action is executed
getCommand() - Method in class org.gvsig.tools.undo.command.impl.DefaultCommandNotification
 
getCompleted() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
getCompleted() - Method in interface org.gvsig.tools.task.TaskStatus
Retorna el porcentaje de completitud de la tarea asociada a este TaskStatus.
getContext() - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getContext() - Method in class org.gvsig.tools.persistence.impl.DelegatedContainer
 
getContext() - Method in interface org.gvsig.tools.persistence.PersistentState
 
getContextValue(String) - Method in interface org.gvsig.tools.evaluator.EvaluatorData
 
getCount() - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Return the count of registered DynClass.
getCount() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
getCount() - Method in class org.gvsig.tools.evaluator.EvaluatorFieldValueNearest
Get the count used in the nearest operation.
getCount() - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Devuelbe el numero de registros que existen en el punto de extension.
getCount() - Method in interface org.gvsig.tools.extensionpoint.ExtensionPointManager
Obtiene el numero de puntos de extension existentes.
getCount() - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
getCount() - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPointManager
 
getCurrentPage() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
getCurrentPage() - Method in class org.gvsig.tools.paging.DefaultPagingCalculator
 
getCurrentPage() - Method in interface org.gvsig.tools.paging.PagingCalculator
Returns the number of the currently loaded page of data (zero based).
getCurrentPageDynObjects() - Method in interface org.gvsig.tools.dynobject.DynObjectPagingHelper
Returns all the values of the current loaded page.
getCurrentPageDynObjects() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
getCurrentPageSize() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
getCurrentPageSize() - Method in class org.gvsig.tools.paging.DefaultPagingCalculator
 
getCurrentPageSize() - Method in interface org.gvsig.tools.paging.PagingCalculator
Returns the number of elements of the current page.
getDataNames() - Method in interface org.gvsig.tools.evaluator.EvaluatorData
 
getDataType(Class) - Method in interface org.gvsig.tools.dataTypes.DataTypesManager
Returns a DataType whose default class is the one provided.
getDataType(Class) - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataTypesManager
 
getDataType() - Method in interface org.gvsig.tools.dynobject.DynField
 
getDataType() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
getDataTypesManager() - Static method in class org.gvsig.tools.ToolsLocator
Return a reference to DataTypesManager.
getDataValue(String) - Method in interface org.gvsig.tools.evaluator.EvaluatorData
 
getDataValues() - Method in interface org.gvsig.tools.evaluator.EvaluatorData
 
getDate(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getDate(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Gets a Date property.
getDate() - Method in class org.gvsig.tools.undo.command.impl.AbstractCommand
 
getDate() - Method in interface org.gvsig.tools.undo.UndoRedoInfo
Returns a String with the date in which this command was created or redone.
getDateArray(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getDateArray(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Returns an array whose elements are of Date type.
getDateType() - Method in class org.gvsig.tools.dataTypes.impl.coercion.AbstractCoerceToDate
Returns the name of the Date type being coerced.
getDateType() - Method in class org.gvsig.tools.dataTypes.impl.coercion.CoerceToDate
 
getDateType() - Method in class org.gvsig.tools.dataTypes.impl.coercion.CoerceToDateTime
 
getDateType() - Method in class org.gvsig.tools.dataTypes.impl.coercion.CoerceToTime
 
getDeclaredDynField(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
getDeclaredDynField(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getDeclaredDynFields() - Method in interface org.gvsig.tools.dynobject.DynStruct
 
getDeclaredDynFields() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getDeclaredDynMethod(String) - Method in interface org.gvsig.tools.dynobject.DynClass
 
getDeclaredDynMethod(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getDeclaredDynMethods() - Method in interface org.gvsig.tools.dynobject.DynClass
 
getDeclaredDynMethods() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getDefaultClass() - Method in interface org.gvsig.tools.dataTypes.DataType
 
getDefaultClass(int) - Method in interface org.gvsig.tools.dataTypes.DataTypesManager
 
getDefaultClass() - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataType
 
getDefaultClass(int) - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataTypesManager
 
getDefaultClassOfType(int) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Deprecated. use DataTypesManager.getDefaultClass
getDefaultClassOfType(int) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
getDefaultValue() - Method in interface org.gvsig.tools.dynobject.DynField
Return the default value used in creation of new objects with this field.
getDefaultValue() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
getDefinition() - Method in exception org.gvsig.tools.dynobject.exception.DynObjectFieldSubtypeRequiredValueException
 
getDefinition(String) - Method in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
getDefinition() - Method in class org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
 
getDefinition(String) - Method in class org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
 
getDefinition(Class) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
getDefinition(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
getDefinition() - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getDefinition(String) - Method in class org.gvsig.tools.persistence.impl.DynObjectPersistenceFactory
 
getDefinition(String) - Method in class org.gvsig.tools.persistence.impl.SimplePersistenceFactory
 
getDefinition(String) - Method in interface org.gvsig.tools.persistence.PersistenceFactory
Returns the associated definition to the java class name
getDefinition(Class) - Method in interface org.gvsig.tools.persistence.PersistenceManager
If the provided persistent class has registered an attribute definition in this manager, then this method returns that definition.
getDefinition(String) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Return the associated definition to the java class name passed as parameter.
getDefinition() - Method in interface org.gvsig.tools.persistence.PersistentState
Returns the struct definition associated to this state
getDefinitions() - Method in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
getDefinitions() - Method in class org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
 
getDefinitions() - Method in class org.gvsig.tools.persistence.impl.DynObjectPersistenceFactory
 
getDefinitions() - Method in class org.gvsig.tools.persistence.impl.SimplePersistenceFactory
 
getDefinitions() - Method in interface org.gvsig.tools.persistence.PersistenceFactory
Return a List of the definition managed by this factory where the key is className and value is definition
getDescription() - Method in interface org.gvsig.tools.dynobject.DynField
Return the descripcion associated to this field.
getDescription() - Method in interface org.gvsig.tools.dynobject.DynMethod
 
getDescription() - Method in interface org.gvsig.tools.dynobject.DynStruct
 
getDescription() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getDescription() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
getDescription() - Method in class org.gvsig.tools.evaluator.AbstractEvaluator
 
getDescription() - Method in interface org.gvsig.tools.evaluator.Evaluator
Get a description of the action performed with the evaluator.
getDescription() - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint.Extension
Obtienen la descripcion de la extension registrada.
getDescription() - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Obtiene la descripcion del punto de extension.
getDescription() - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
getDescription() - Method in class org.gvsig.tools.operations.AbstractOperation
 
getDescription() - Method in interface org.gvsig.tools.operations.Operation
 
getDescription() - Method in class org.gvsig.tools.undo.command.impl.AbstractCommand
 
getDescription() - Method in interface org.gvsig.tools.undo.UndoRedoInfo
Returns this command description
getDisposable() - Method in interface org.gvsig.tools.dispose.DisposableInfo
Returns the Disposable whose info belongs to.
getDisposable() - Method in class org.gvsig.tools.dispose.impl.DefaultDisposableInfo
 
getDisposableManager() - Static method in class org.gvsig.tools.ToolsLocator
Return a reference to DisposableManager.
getDomainDefinitions(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
getDomainDefinitions(String) - Method in interface org.gvsig.tools.persistence.spi.PersistenceManagerServices
 
getDomainName() - Method in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
getDomainName() - Method in class org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
 
getDomainName() - Method in class org.gvsig.tools.persistence.impl.DynObjectPersistenceFactory
 
getDomainName() - Method in class org.gvsig.tools.persistence.impl.SimplePersistenceFactory
 
getDomainName() - Method in interface org.gvsig.tools.persistence.PersistenceFactory
Returns the domain name of the objects persisted by this factory.
getDomains() - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
getDomains() - Method in interface org.gvsig.tools.persistence.spi.PersistenceManagerServices
 
getDomainURL() - Method in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
getDomainURL() - Method in class org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
 
getDomainURL() - Method in class org.gvsig.tools.persistence.impl.DynObjectPersistenceFactory
 
getDomainURL() - Method in class org.gvsig.tools.persistence.impl.SimplePersistenceFactory
 
getDomainURL() - Method in interface org.gvsig.tools.persistence.PersistenceFactory
Returns the domain URL to use for the schema.
getDouble(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getDouble(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Gets a double property.
getDoubleArray(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getDoubleArray(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Returns an array whose elements are of double basic type.
getDynClass() - Method in interface org.gvsig.tools.dynobject.DynObject
 
getDynClass() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
getDynField(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
getDynField() - Method in exception org.gvsig.tools.dynobject.exception.DynFieldRequiredValueException
 
getDynField() - Method in exception org.gvsig.tools.dynobject.exception.DynObjectFieldSubtypeRequiredValueException
 
getDynField() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass.FieldAndIndex
 
getDynField(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getDynFieldAndIndex(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getDynFieldName() - Method in exception org.gvsig.tools.dynobject.exception.DynFieldRequiredValueException
 
getDynFieldName() - Method in exception org.gvsig.tools.dynobject.exception.DynObjectFieldSubtypeRequiredValueException
 
getDynFields() - Method in interface org.gvsig.tools.dynobject.DynStruct
 
getDynFields() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getDynMethod(String) - Method in interface org.gvsig.tools.dynobject.DynClass
 
getDynMethod(int) - Method in interface org.gvsig.tools.dynobject.DynClass
 
getDynMethod(DynObject, int) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Obtain the method for the indicated code of the dynObject.
getDynMethod(DynClass, int) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
 
getDynMethod(Object, int) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
 
getDynMethod(Class, int) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
 
getDynMethod(int) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
 
getDynMethod(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getDynMethod(int) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getDynMethod() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass.MethodAndIndex
 
getDynMethod(int) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
getDynMethod(Object, int) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
getDynMethod(Class, int) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
getDynMethod(DynClass, int) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
getDynMethod(DynObject, int) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
getDynMethodCode(DynClass, String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
getDynMethodCode(Class, String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
getDynMethods() - Method in interface org.gvsig.tools.dynobject.DynClass
 
getDynMethods() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getDynObjectAt(long) - Method in interface org.gvsig.tools.dynobject.DynObjectPagingHelper
Returns the DynObject located at the index position.
getDynObjectAt(long) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
getDynObjectDefinition(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
getDynObjectDefinition(String) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Return the associated definition to the dynClass name passed as parameter.
getDynObjectManager() - Static method in class org.gvsig.tools.ToolsLocator
Return a reference to DynObjectManager.
getDynObjectSet() - Method in interface org.gvsig.tools.dynobject.DynObjectPagingHelper
Returns the DynObjectSet used to fetch the data.
getDynObjectSet() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
getDynValue(String) - Method in interface org.gvsig.tools.dynobject.DynObject
 
getDynValue(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
getElementsType() - Method in interface org.gvsig.tools.dynobject.DynField
When a field is of type container, this method return a DynClass that define the type of elements.
getElementsType() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
getErrors() - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
getErrors() - Method in interface org.gvsig.tools.persistence.PersistentContext
Get all errors collected to the moment in this context.
getExceptions() - Method in interface org.gvsig.tools.util.Caller
Return the list of collected exceptions or null.
getExceptions() - Method in class org.gvsig.tools.util.impl.DefaultCaller
 
getExtension() - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint.Extension
Obtiene la clase asociada a este registro de extension.
getExtensionPointManager() - Static method in class org.gvsig.tools.ToolsLocator
 
getFactories() - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
getFactories() - Method in interface org.gvsig.tools.persistence.PersistenceManager
 
getFieldIndex(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getFieldName() - Method in class org.gvsig.tools.evaluator.EvaluatorFieldValue
Get the fieldName over the operation is realiced.
getFieldNames() - Method in class org.gvsig.tools.evaluator.EvaluatorFieldsInfo
 
getFieldsInfo() - Method in class org.gvsig.tools.evaluator.AbstractEvaluator
 
getFieldsInfo() - Method in interface org.gvsig.tools.evaluator.Evaluator
Get information about fiels used in the evaluator.
getFieldValues(String) - Method in class org.gvsig.tools.evaluator.EvaluatorFieldsInfo
 
getFile(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getFile(String) - Method in interface org.gvsig.tools.persistence.PersistentState
 
getFloat(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getFloat(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Gets a float property.
getFloatArray(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getFloatArray(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Returns an array whose elements are of float basic type.
getFormatString() - Method in exception org.gvsig.tools.exception.BaseException
 
getFormatString() - Method in exception org.gvsig.tools.exception.BaseRuntimeException
 
getFormatString() - Method in interface org.gvsig.tools.exception.IBaseException
 
getFullName() - Method in interface org.gvsig.tools.dynobject.DynClassName
Returns the full name (namespace and name) of the DynClass.
getFullName() - Method in interface org.gvsig.tools.dynobject.DynStruct
 
getFullName() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getFullName() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClassName
 
getGroup() - Method in interface org.gvsig.tools.dynobject.DynField
Return a string that identify a group for this field.
getGroup() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
getI18nManager() - Static method in class org.gvsig.tools.ToolsLocator
Return a reference to I18nManager.
getId() - Method in exception org.gvsig.tools.persistence.exception.PersistenceIdentifierException
 
getId() - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getId(Object) - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
getId(Object) - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
Deprecated.  
getId() - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices.ObjectReference
Return the persistent identifier associated to the object reference.
getId() - Method in interface org.gvsig.tools.persistence.spi.PersistentStateServices
 
getIdentifier(String) - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
getIdentifier(String) - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
Create a new identifier based on the string passed as parameter and return this.
getIndex() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass.FieldAndIndex
 
getIndex() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass.MethodAndIndex
 
getInitialIndex() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
getInitialIndex() - Method in class org.gvsig.tools.paging.DefaultPagingCalculator
 
getInitialIndex() - Method in interface org.gvsig.tools.paging.PagingCalculator
Returns the index of the initial element of the current page into all the elements.
getInstance() - Static method in class org.gvsig.tools.ToolsLocator
Return the singleton instance.
getInt(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getInt(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Gets an int property.
getIntArray(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getIntArray(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Returns an array whose elements are of int basic type.
getIterator(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getIterator(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Gets an Iterator over properties of types List, Set or Map.
getLabel() - Method in class org.gvsig.tools.dynobject.DynObjectValueItem
 
getLabel() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
getLabel() - Method in interface org.gvsig.tools.task.TaskStatus
Get a label that represent the status of the task
getLastIndex() - Method in class org.gvsig.tools.paging.DefaultPagingCalculator
 
getLastModification() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
getLastModification() - Method in interface org.gvsig.tools.task.TaskStatus
Returns date of last modificaction of status.
getLibraries() - Method in class org.gvsig.tools.library.AbstractLibrariesInitializer
 
getLibrary() - Method in class org.gvsig.tools.library.AbstractLibrary
Returns the name of the current Library
getLibrary() - Method in class org.gvsig.tools.library.AbstractLibrary.Required
 
getLibrary() - Method in interface org.gvsig.tools.library.Library
Returns the Library class this library is related to.
getList(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getList(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Gets a List property.
getLocalizedMessage() - Method in exception org.gvsig.tools.exception.BaseException
 
getLocalizedMessage(ExceptionTranslator, int) - Method in exception org.gvsig.tools.exception.BaseException
 
getLocalizedMessage() - Method in exception org.gvsig.tools.exception.BaseRuntimeException
 
getLocalizedMessage(ExceptionTranslator, int) - Method in exception org.gvsig.tools.exception.BaseRuntimeException
 
getLocalizedMessage() - Method in interface org.gvsig.tools.exception.IBaseException
Returns the translated message that describes the exception.
getLocalizedMessage(ExceptionTranslator, int) - Method in interface org.gvsig.tools.exception.IBaseException
Returns the translated message that describes the exception with indentation.
getLocalizedMessage(ExceptionTranslator, int) - Method in exception org.gvsig.tools.exception.ListBaseException
 
getLocalizedMessageStack() - Method in exception org.gvsig.tools.exception.BaseException
 
getLocalizedMessageStack(ExceptionTranslator, int) - Method in exception org.gvsig.tools.exception.BaseException
 
getLocalizedMessageStack() - Method in exception org.gvsig.tools.exception.BaseRuntimeException
 
getLocalizedMessageStack(ExceptionTranslator, int) - Method in exception org.gvsig.tools.exception.BaseRuntimeException
 
getLocalizedMessageStack() - Method in interface org.gvsig.tools.exception.IBaseException
Crosses the exceptions chained through cause to conform the compound message in the corresponding language.
getLocalizedMessageStack(ExceptionTranslator, int) - Method in interface org.gvsig.tools.exception.IBaseException
Crosses the exceptions chained through cause to conform the compound message in the corresponding language.
getLocatorName() - Method in class org.gvsig.tools.locator.BaseLocator
 
getLocatorName() - Method in interface org.gvsig.tools.locator.Locator
Returns the name of the Locator, for registration, logging, and other uses.
getLocatorName() - Method in class org.gvsig.tools.ToolsLocator
 
getLong(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getLong(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Gets an long property.
getLongArray(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getLongArray(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Returns an array whose elements are of long basic type.
getManagedClass(PersistentState) - Method in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
getManagedClass(String) - Method in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
getManagedClass(Object) - Method in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
getManagedClass(Object) - Method in class org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
 
getManagedClass(PersistentState) - Method in class org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
 
getManagedClass(String) - Method in class org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
 
getManagedClass(Object) - Method in class org.gvsig.tools.persistence.impl.DynObjectPersistenceFactory
 
getManagedClass(PersistentState) - Method in class org.gvsig.tools.persistence.impl.DynObjectPersistenceFactory
 
getManagedClass(String) - Method in class org.gvsig.tools.persistence.impl.DynObjectPersistenceFactory
 
getManagedClass(Object) - Method in class org.gvsig.tools.persistence.impl.SimplePersistenceFactory
 
getManagedClass(PersistentState) - Method in class org.gvsig.tools.persistence.impl.SimplePersistenceFactory
 
getManagedClass(String) - Method in class org.gvsig.tools.persistence.impl.SimplePersistenceFactory
 
getManagedClass(Object) - Method in interface org.gvsig.tools.persistence.PersistenceFactory
Return the class or interface the factory asociate to the object.
getManagedClass(PersistentState) - Method in interface org.gvsig.tools.persistence.PersistenceFactory
Return the class or interface the factory asociate to the object.
getManagedClass(String) - Method in interface org.gvsig.tools.persistence.PersistenceFactory
Return the class or interface the factory asociate to the java class name.
getManagedClasses() - Method in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
getManagedClasses() - Method in class org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
 
getManagedClasses() - Method in class org.gvsig.tools.persistence.impl.DynObjectPersistenceFactory
 
getManagedClasses() - Method in class org.gvsig.tools.persistence.impl.SimplePersistenceFactory
 
getManagedClasses() - Method in interface org.gvsig.tools.persistence.PersistenceFactory
Return the list of classes or interfaces managed by this factory.
getManagedClassName(Object) - Method in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
getManagedClassName(Object) - Method in class org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
 
getManagedClassName(Object) - Method in class org.gvsig.tools.persistence.impl.DynObjectPersistenceFactory
 
getManagedClassName(Object) - Method in class org.gvsig.tools.persistence.impl.SimplePersistenceFactory
 
getManagedClassName(Object) - Method in interface org.gvsig.tools.persistence.PersistenceFactory
Return the name class or interface the factory asociate to the object.
getManager() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getManager() - Static method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
getManager() - Static method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPointManager
 
getManager() - Method in class org.gvsig.tools.persistence.impl.DelegatedContainer
 
getManager() - Method in interface org.gvsig.tools.service.Service
Returns a reference to the Manager which manages this server.
getManager() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
getManager() - Method in interface org.gvsig.tools.task.TaskStatus
Return the TaskStatusManager associated to this TaskStatus.
getMap(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getMap(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Gets a Map property.
getMap() - Static method in class org.gvsig.tools.persistence.xml.ChasetMap
 
getMaxPageSize() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
getMaxPageSize() - Method in class org.gvsig.tools.paging.DefaultPagingCalculator
 
getMaxPageSize() - Method in interface org.gvsig.tools.paging.PagingCalculator
Returns the current maximum number of values per page.
getMaxValue() - Method in interface org.gvsig.tools.dynobject.DynField
 
getMaxValue() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
getMessage() - Method in exception org.gvsig.tools.exception.BaseException
 
getMessage(int) - Method in exception org.gvsig.tools.exception.BaseException
 
getMessage() - Method in exception org.gvsig.tools.exception.BaseRuntimeException
 
getMessage(int) - Method in exception org.gvsig.tools.exception.BaseRuntimeException
 
getMessage() - Method in interface org.gvsig.tools.exception.IBaseException
Returns the message that describes the exception.
getMessage(int) - Method in interface org.gvsig.tools.exception.IBaseException
Returns the message that describes the exception, with indentation.
getMessage() - Method in exception org.gvsig.tools.exception.ListBaseException
 
getMessage(int) - Method in exception org.gvsig.tools.exception.ListBaseException
 
getMessageKey() - Method in exception org.gvsig.tools.exception.BaseException
 
getMessageKey() - Method in exception org.gvsig.tools.exception.BaseRuntimeException
 
getMessageKey() - Method in interface org.gvsig.tools.exception.IBaseException
 
getMessageStack() - Method in exception org.gvsig.tools.exception.BaseException
 
getMessageStack(int) - Method in exception org.gvsig.tools.exception.BaseException
 
getMessageStack() - Method in exception org.gvsig.tools.exception.BaseRuntimeException
 
getMessageStack(int) - Method in exception org.gvsig.tools.exception.BaseRuntimeException
 
getMessageStack() - Method in interface org.gvsig.tools.exception.IBaseException
Crosses the exceptions chained through cause to conform the message.
getMessageStack(int) - Method in interface org.gvsig.tools.exception.IBaseException
Crosses the exceptions chained through cause to conform the compound message with indentation.
getMinValue() - Method in interface org.gvsig.tools.dynobject.DynField
 
getMinValue() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
getName() - Method in interface org.gvsig.tools.dataTypes.DataType
 
getName() - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataType
 
getName() - Method in interface org.gvsig.tools.dynobject.DynClassName
Returns the name of the DynClass.
getName() - Method in interface org.gvsig.tools.dynobject.DynField
Return the name of the field.
getName() - Method in interface org.gvsig.tools.dynobject.DynMethod
 
getName() - Method in interface org.gvsig.tools.dynobject.DynStruct
 
getName() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getName() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClassName
 
getName() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
getName() - Method in class org.gvsig.tools.evaluator.AndEvaluator
 
getName() - Method in interface org.gvsig.tools.evaluator.Evaluator
Get the symbolic name of the evaluator.
getName() - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint.Extension
Obtiene Nombre de la extension registrada.
getName() - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Obtiene el nombre del punto de extension.
getName() - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
getName() - Method in class org.gvsig.tools.operations.AbstractOperation
 
getName() - Method in interface org.gvsig.tools.operations.Operation
 
getName() - Method in class org.gvsig.tools.service.spi.AbstractProviderFactory
 
getName() - Method in class org.gvsig.tools.service.spi.AbstractServiceFactory
 
getName() - Method in interface org.gvsig.tools.service.spi.ProviderFactory
Returns the name of the providers created by this factory.
getName() - Method in interface org.gvsig.tools.service.spi.ServiceFactory
Returns the name of the services created by this factory.
getNames() - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Return the list of names of all registered DynClass.
getNames() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
getNames() - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Devuelbe una lista con los nombres de las extensiones registradas en el punto de extension.
getNames() - Method in interface org.gvsig.tools.extensionpoint.ExtensionPointManager
Obtiene la lista de nombres de los puntos de extension existentes.
getNames() - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
getNames() - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPointManager
 
getNames() - Method in class org.gvsig.tools.locator.AbstractLocator
 
getNames() - Method in interface org.gvsig.tools.locator.Locator
Returns the list of names of references available through this Locator.
getNames() - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getNames() - Method in interface org.gvsig.tools.persistence.PersistentState
Gets an iterator over the names of the properties contained in this PersistentState.
getNamespace() - Method in interface org.gvsig.tools.dynobject.DynClassName
Returns the name space of the DynClass.
getNamespace() - Method in interface org.gvsig.tools.dynobject.DynStruct
 
getNamespace() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getNamespace() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClassName
 
getNewCode() - Method in class org.gvsig.tools.task.impl.DefaultTaskStatusManager
 
getNewCode() - Method in interface org.gvsig.tools.task.TaskStatusManager
Return a new code to a TaskStatus.
getNewContext() - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
getNewContext() - Method in interface org.gvsig.tools.persistence.spi.PersistenceManagerServices
 
getNewIdentifier() - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
getNewIdentifier() - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
Get a valid new persistent identifier.
getNextRedoCommand() - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
getNextRedoCommand() - Method in interface org.gvsig.tools.undo.command.UndoRedoCommandStack
 
getNextUndoCommand() - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
getNextUndoCommand() - Method in interface org.gvsig.tools.undo.command.UndoRedoCommandStack
 
getNumPages() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
getNumPages() - Method in class org.gvsig.tools.paging.DefaultPagingCalculator
 
getNumPages() - Method in interface org.gvsig.tools.paging.PagingCalculator
Returns the number of pages available, calculated with the total number of elements and the maximum number of elements per page.
getObject(InputStream) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
getObject(Integer) - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
getObject(Object) - Method in class org.gvsig.tools.persistence.impl.DelegatedContainer
Get the object associated to the object reference passed as parameter.
getObject(InputStream) - Method in interface org.gvsig.tools.persistence.PersistenceManager
De-serializes an state from the data read from the provided is.
getObject(Integer) - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
Deprecated.  
getObject() - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices.ObjectReference
Return the object associated to the object reference.
getObjectToPersist(Object) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getOder() - Method in interface org.gvsig.tools.dynobject.DynField
Return the ordinal that identify the order of this field in the DynObject.
getOder() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
getOperation(Object, String) - Method in class org.gvsig.tools.operations.impl.DefaultOperationManager
 
getOperation(Class, String) - Method in class org.gvsig.tools.operations.impl.DefaultOperationManager
 
getOperation(Object, int) - Method in class org.gvsig.tools.operations.impl.DefaultOperationManager
 
getOperation(Class, int) - Method in class org.gvsig.tools.operations.impl.DefaultOperationManager
 
getOperation(Object, String) - Method in interface org.gvsig.tools.operations.OperationManager
 
getOperation(Object, int) - Method in interface org.gvsig.tools.operations.OperationManager
 
getOperation(Class, String) - Method in interface org.gvsig.tools.operations.OperationManager
 
getOperation(Class, int) - Method in interface org.gvsig.tools.operations.OperationManager
 
getOperation(int) - Method in interface org.gvsig.tools.operations.Operations
 
getOperation(String) - Method in interface org.gvsig.tools.operations.Operations
 
getOperationCode(Class, String) - Method in class org.gvsig.tools.operations.impl.DefaultOperationManager
 
getOperationCode(Class, String) - Method in interface org.gvsig.tools.operations.OperationManager
 
getOperationManager() - Static method in class org.gvsig.tools.ToolsLocator
Return a reference to OperationManager.
getParameters() - Method in class org.gvsig.tools.service.spi.AbstractProviderServices
 
getParameters() - Method in interface org.gvsig.tools.service.spi.ProviderServices
 
getPersistenceManager() - Static method in class org.gvsig.tools.ToolsLocator
Return a reference to PersistenceManager.
getPriority() - Method in class org.gvsig.tools.library.AbstractLibrary
 
getPriority() - Method in interface org.gvsig.tools.library.Library
Returns a priority number to range this implementation in case multiple ones are within the libraries initialization.
getProvider() - Method in class org.gvsig.tools.service.AbstractService
Returns the provider related to this service.
getProviderManager() - Method in class org.gvsig.tools.service.AbstractManager
 
getProviderManager() - Method in class org.gvsig.tools.service.AbstractService
Returns the reference to the ProviderManager.
getProviderServices() - Method in class org.gvsig.tools.service.AbstractService
Returns the provider services to be used by the provider of this service.
getProviderServices() - Method in class org.gvsig.tools.service.spi.AbstractProvider
Returns the ProviderServices to be used by this Provider.
getProviderServicesChildDynClass() - Method in class org.gvsig.tools.service.spi.AbstractPersistentProviderServices
Return the DynClass of the persisted attributes of the child class.
getReaderInstance() - Method in class org.gvsig.tools.persistence.xml.XMLPersistenceManager
 
getRedoInfos() - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
getRedoInfos() - Method in interface org.gvsig.tools.undo.UndoRedoStack
Returns the list of UndoRedoInfo in the REDO stack
getReferencesCount() - Method in interface org.gvsig.tools.dispose.DisposableInfo
Returns the count of references
getReferencesCount() - Method in class org.gvsig.tools.dispose.impl.DefaultDisposableInfo
 
getRegistryDescription() - Method in class org.gvsig.tools.service.spi.AbstractProviderManager
 
getRegistryDescription() - Method in class org.gvsig.tools.service.spi.AbstractServiceManager
 
getRegistryKey() - Method in class org.gvsig.tools.service.spi.AbstractProviderManager
 
getRegistryKey() - Method in class org.gvsig.tools.service.spi.AbstractServiceManager
 
getRequireds() - Method in class org.gvsig.tools.library.AbstractLibrary
 
getRequireds() - Method in interface org.gvsig.tools.library.Library
Returns a Set of required libraries and their types.
getRoot() - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
getRoot() - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
 
getRunningTaskStatusMostRecent() - Method in class org.gvsig.tools.task.impl.DefaultTaskStatusManager
 
getRunningTaskStatusMostRecent() - Method in interface org.gvsig.tools.task.TaskStatusManager
Return the running task status most recent.
getService(DynObject) - Method in interface org.gvsig.tools.service.Manager
Creates a new Service based on the given parameters.
getService() - Method in class org.gvsig.tools.service.spi.AbstractProviderServices
 
getService() - Method in interface org.gvsig.tools.service.spi.ProviderServices
Returns the Service at the API level.
getServiceChildDynClass() - Method in class org.gvsig.tools.service.AbstractPersistentService
Return the DynClass of the persisted attributes of the child class.
getServiceLoader() - Static method in class org.gvsig.tools.ToolsLocator
Return a reference to ServiceLoader.
getServiceManager() - Method in class org.gvsig.tools.service.AbstractMultiServiceImplManager
Returns the service Manager
getServiceParameters() - Method in class org.gvsig.tools.service.AbstractService
Returns the service parameters this services was created with
getSet(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getSet(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Gets a Set property.
getSize() - Method in interface org.gvsig.tools.dynobject.DynObjectSet
Returns the number of DynObject(s) contained in this DynObjectSet.
getSize() - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet
 
getSize() - Method in interface org.gvsig.tools.paging.PagingCalculator.Sizeable
Returns the number of elements.
getSQL() - Method in class org.gvsig.tools.evaluator.AbstractEvaluator
 
getSQL() - Method in class org.gvsig.tools.evaluator.AndEvaluator
 
getSQL() - Method in interface org.gvsig.tools.evaluator.Evaluator
Get a SQL representation of the evaluator.
getState(Object) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
getState(Object, boolean) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
getState(Integer) - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
getState(Object) - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
getState(Object) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Creates a persistent state from an Persistent object.
getState(Object, boolean) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Creates a persistent state from an Persistent object.
getState(Integer) - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
Deprecated.  
getState(Object) - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
Deprecated.  
getState() - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices.ObjectReference
Return the state associated to this object reference.
getString(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getString(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Gets a String property.
getStringArray(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getStringArray(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Returns an array whose elements are of String type.
getSubtype() - Method in interface org.gvsig.tools.dataTypes.DataType
 
getSubtype(int) - Method in interface org.gvsig.tools.dataTypes.DataTypesManager
 
getSubtype() - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataType
 
getSubtype(int) - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataTypesManager
 
getSubtype() - Method in interface org.gvsig.tools.dynobject.DynField
Return the subtype associated to this field.
getSubtype() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
getSuperDynClasses() - Method in interface org.gvsig.tools.dynobject.DynClass
 
getSuperDynClasses() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getSuperDynStructs() - Method in interface org.gvsig.tools.dynobject.DynStruct
 
getSuperDynStructs() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
getTaskStatus() - Method in class org.gvsig.tools.task.AbstractMonitorableTask
 
getTaskStatus() - Method in interface org.gvsig.tools.task.MonitorableTask
 
getTaskStatusManager() - Static method in class org.gvsig.tools.ToolsLocator
Return a reference to TaskStatusManager.
getText(String) - Method in interface org.gvsig.tools.exception.ExceptionTranslator
 
getTheClassName() - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getTheClassName() - Method in interface org.gvsig.tools.persistence.PersistentState
Gets the name of the java class corresponding to this persistent state
getTheTypeOfAvailableValues() - Method in interface org.gvsig.tools.dynobject.DynField
Deprecated. don't use, check minValue/maxValue and getAvailableValues instead
getTheTypeOfAvailableValues() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
getTitle() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
getTitle() - Method in interface org.gvsig.tools.task.TaskStatus
Get the title associated to the task of this TaskStatus
getTolerance() - Method in class org.gvsig.tools.evaluator.EvaluatorFieldValueNearest
Get the tolerance.
getTotalSize() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
getTotalSize() - Method in class org.gvsig.tools.paging.DefaultPagingCalculator
 
getTotalSize() - Method in interface org.gvsig.tools.paging.PagingCalculator
Returns the number of elements of the entire set of data.
getTranslation(String) - Method in interface org.gvsig.tools.i18n.I18nManager
 
getTranslation(String) - Method in class org.gvsig.tools.i18n.impl.DummyI18nManager
 
getType() - Method in interface org.gvsig.tools.dataTypes.DataType
 
getType(String) - Method in interface org.gvsig.tools.dataTypes.DataTypesManager
 
getType() - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataType
 
getType(String) - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataTypesManager
 
getType() - Method in interface org.gvsig.tools.dynobject.DynField
Return the type used in this field.
getType() - Method in interface org.gvsig.tools.dynobject.DynObjectSet.Notification
 
getType() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
getType() - Method in class org.gvsig.tools.evaluator.EvaluatorFieldValue
Get the type of operation realiced over the field.
getType() - Method in class org.gvsig.tools.library.AbstractLibrary
 
getType() - Method in class org.gvsig.tools.library.AbstractLibrary.Required
 
getType() - Method in interface org.gvsig.tools.library.Library
Returns the type of the Library.
getType() - Method in interface org.gvsig.tools.undo.command.CommandNotification
Returns this notification's type.
getType() - Method in class org.gvsig.tools.undo.command.impl.CompoundCommand
 
getType() - Method in class org.gvsig.tools.undo.command.impl.DefaultCommandNotification
 
getType() - Method in interface org.gvsig.tools.undo.UndoRedoInfo
Returns the type of action related to data: insertion, deletion or update.
getTypeName(int) - Method in interface org.gvsig.tools.dataTypes.DataTypesManager
 
getTypeName(int) - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataTypesManager
 
getUndoInfos() - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
getUndoInfos() - Method in interface org.gvsig.tools.undo.UndoRedoStack
Returns the list of UndoRedoInfo in the UNDO stack
getURI(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getURI(String) - Method in interface org.gvsig.tools.persistence.PersistentState
 
getURL(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getUrl(String) - Method in class org.gvsig.tools.persistence.impl.Domains
 
getURL(String) - Method in interface org.gvsig.tools.persistence.PersistentState
 
getValidateElements() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
getValue() - Method in class org.gvsig.tools.dynobject.DynObjectValueItem
 
getValue() - Method in class org.gvsig.tools.evaluator.EvaluatorFieldValueMatch
Get the value to mach.
getValue() - Method in class org.gvsig.tools.evaluator.EvaluatorFieldValueNearest
Get the value.
getValue(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
getValue(String) - Method in interface org.gvsig.tools.persistence.spi.PersistentStateServices
Return the internal value stored in the state associated to the name passed as parameter.
getValue1() - Method in class org.gvsig.tools.evaluator.EvaluatorFieldValueRange
Get the initial value used in the range operation.
getValue2() - Method in class org.gvsig.tools.evaluator.EvaluatorFieldValueRange
Get the final value used in the range operation.
getValueOfException() - Method in exception org.gvsig.tools.dynobject.exception.DynFieldRequiredValueException
 
getValueOfException() - Method in exception org.gvsig.tools.dynobject.exception.DynObjectFieldSubtypeRequiredValueException
 
getWrappedIterator(Iterator) - Method in class org.gvsig.tools.persistence.impl.DelegatedCollection
 
getWrappedList(List, PersistentContextServices) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
getWrappedList(List, PersistentContextServices) - Method in interface org.gvsig.tools.persistence.spi.PersistenceManagerServices
 
getWrappedMap(Map, PersistentContextServices) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
getWrappedMap(Map, PersistentContextServices) - Method in interface org.gvsig.tools.persistence.spi.PersistenceManagerServices
 
getWrappedSet(Set, PersistentContextServices) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
getWrappedSet(Set, PersistentContextServices) - Method in interface org.gvsig.tools.persistence.spi.PersistenceManagerServices
 
getWrapper(Object) - Method in class org.gvsig.tools.persistence.impl.DelegatedContainer
Get a object reference associated to the object passed as parameter.
getWriterInstance() - Method in class org.gvsig.tools.persistence.xml.XMLPersistenceManager
 
getXmlPullParserFactoryClassNames() - Method in class org.gvsig.tools.ToolsLocator
Returns the comma separated list of XmlPullParserFactory, XmlPullParser or XmlSerializer implementations to be used.
getXMLValidName(String) - Static method in class org.gvsig.tools.persistence.xml.XMLPersistentStateWriter
 

H

has(String) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Comprueba si esta registrada una clase.
has(String, String) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Comprueba si esta registrada una clase.
has(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
has(String, String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
has(String) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
 
has(String) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPointManager
Comprueba si un punto de extension existe.
has(String) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
has(String) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPointManager
 
hasChanged() - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
Tests if this object has changed.
hasContextValue(String) - Method in interface org.gvsig.tools.evaluator.EvaluatorData
 
hasDataValue(String) - Method in interface org.gvsig.tools.evaluator.EvaluatorData
 
hasDynValue(String) - Method in interface org.gvsig.tools.dynobject.DynObject
 
hasDynValue(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
hasEmptyValues() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
hashCode() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
hashCode() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClassName
 
hashCode() - Method in class org.gvsig.tools.library.AbstractLibrary
 
hasNext() - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet.MultiDynObjectSetDisposableIterator
 
hasObject() - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices.ObjectReference
Return true if the reference has an object associated.
hasOperation(Object, String) - Method in class org.gvsig.tools.operations.impl.DefaultOperationManager
 
hasOperation(Object, int) - Method in class org.gvsig.tools.operations.impl.DefaultOperationManager
 
hasOperation(Class, String) - Method in class org.gvsig.tools.operations.impl.DefaultOperationManager
 
hasOperation(Class, int) - Method in class org.gvsig.tools.operations.impl.DefaultOperationManager
 
hasOperation(Object, String) - Method in interface org.gvsig.tools.operations.OperationManager
 
hasOperation(Object, int) - Method in interface org.gvsig.tools.operations.OperationManager
 
hasOperation(Class, String) - Method in interface org.gvsig.tools.operations.OperationManager
 
hasOperation(Class, int) - Method in interface org.gvsig.tools.operations.OperationManager
 
hasOperation(int) - Method in interface org.gvsig.tools.operations.Operations
 
hasOperation(String) - Method in interface org.gvsig.tools.operations.Operations
 
hasValue(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
hasValue(String) - Method in interface org.gvsig.tools.persistence.PersistentState
Informs that a property is set or not.

I

I18N_MANAGER_NAME - Static variable in class org.gvsig.tools.ToolsLocator
 
I18nManager - Interface in org.gvsig.tools.i18n
 
IBaseException - Interface in org.gvsig.tools.exception
 
IllegalDynMethodException - Exception in org.gvsig.tools.dynobject.exception
 
IllegalDynMethodException(String, Class) - Constructor for exception org.gvsig.tools.dynobject.exception.IllegalDynMethodException
 
IllegalDynMethodException(String, DynClass) - Constructor for exception org.gvsig.tools.dynobject.exception.IllegalDynMethodException
 
IllegalDynMethodInvocationException - Exception in org.gvsig.tools.dynobject.exception
 
IllegalDynMethodInvocationException(String, Class) - Constructor for exception org.gvsig.tools.dynobject.exception.IllegalDynMethodInvocationException
 
IllegalDynMethodInvocationException(String, DynClass) - Constructor for exception org.gvsig.tools.dynobject.exception.IllegalDynMethodInvocationException
 
IMPL - Static variable in interface org.gvsig.tools.library.Library.TYPE
 
implement(DynClass) - Method in interface org.gvsig.tools.dynobject.DynObject
 
implement(DynClass) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
importDefinitions(InputStream, ClassLoader, String) - Method in class org.gvsig.tools.dynobject.impl.DynClassImportHelper
 
importDefinitions(XmlPullParser, ClassLoader, String) - Method in class org.gvsig.tools.dynobject.impl.DynClassImportHelper
 
importDynClassDefinitions(InputStream, ClassLoader, String) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Load the classes defined in the resource and return a Map with its.
importDynClassDefinitions(InputStream, ClassLoader) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Load the classes defined in the resource.
importDynClassDefinitions(XmlPullParser, ClassLoader, String) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Load the classes defined in the resource.
importDynClassDefinitions(InputStream, ClassLoader) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
importDynClassDefinitions(XmlPullParser, ClassLoader, String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
importDynClassDefinitions(InputStream, ClassLoader, String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
inComplex() - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
 
inComplex() - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
inComplex() - Method in interface org.gvsig.tools.undo.command.UndoRedoCommandStack
 
incReferencesCount() - Method in class org.gvsig.tools.dispose.impl.DefaultDisposableInfo
 
INDENDT_1 - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Indentation string
INDENDT_2 - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Indentation string
INDENDT_3 - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Indentation string
INDENDT_4 - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Indentation string
IndexedVisitable - Interface in org.gvsig.tools.visitor
Visitable extension to add the option to start the visit begging from a provided index.
indexOf(Object) - Method in exception org.gvsig.tools.exception.ListBaseException
 
indexOf(Object) - Method in class org.gvsig.tools.persistence.impl.DelegatedList
 
init(DynObject, ProviderServices) - Method in class org.gvsig.tools.service.AbstractService
Initialices the service.
initialize() - Method in class org.gvsig.tools.library.AbstractLibrariesInitializer
 
initialize(boolean) - Method in class org.gvsig.tools.library.AbstractLibrariesInitializer
 
initialize() - Method in class org.gvsig.tools.library.AbstractLibrary
 
initialize() - Method in interface org.gvsig.tools.library.LibrariesInitializer
Initializes all available Library objects.
initialize(boolean) - Method in interface org.gvsig.tools.library.LibrariesInitializer
Initializes all available Library objects.
initialize() - Method in interface org.gvsig.tools.library.Library
Performs all the initializations of the library, only related to himself: register implementation classes through the Locator, start services, etc.
initialize() - Method in interface org.gvsig.tools.service.spi.ProviderFactory
Initialices the factory.
initialize() - Method in interface org.gvsig.tools.service.spi.ServiceFactory
Initializes the factory.
insert(String, String, Class) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Añade una extension nueva basada en una clase al registro de extensiones.
insert(String, String, ExtensionSingleton) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Añade una extension nueva basada en una instancia que se comportara como un singleton al registro de extensiones.
insert(String, String, ExtensionBuilder) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Añade una extension nueva basada en ExtensioBuilder al registro de extensiones.
insert(String, String, String, Class) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Añade una extension nueva basada en una clase al registro de extensiones.
insert(String, String, String, ExtensionSingleton) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Añade una extension nueva basada en una instancia que se comportara como un singleton al registro de extensiones.
insert(String, String, String, ExtensionBuilder) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Añade una extension nueva basada en ExtensioBuilder al registro de extensiones.
insert(String, String, Class) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
insert(String, String, ExtensionSingleton) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
insert(String, String, ExtensionBuilder) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
insert(String, String, String, Class) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
insert(String, String, String, ExtensionSingleton) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
insert(String, String, String, ExtensionBuilder) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
INSERT - Static variable in interface org.gvsig.tools.undo.UndoRedoInfo
 
instanceOf(DynClass) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
INT - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
interator() - Method in interface org.gvsig.tools.extensionpoint.ExtensionPointManager
Obtiene un iterador sobre los puntos de extension existentes.
interator() - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPointManager
 
INVALID - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
invoke(Object, DynObject) - Method in interface org.gvsig.tools.dynobject.DynMethod
 
invoke(Object, OperationContext) - Method in class org.gvsig.tools.operations.AbstractOperation
Invokes this operation in the context.
invoke(Object, OperationContext) - Method in interface org.gvsig.tools.operations.Operation
 
invokeDynMethod(Object, String, DynObject) - Method in interface org.gvsig.tools.dynobject.DelegatedDynObject
 
invokeDynMethod(Object, int, DynObject) - Method in interface org.gvsig.tools.dynobject.DelegatedDynObject
 
invokeDynMethod(String, DynObject) - Method in interface org.gvsig.tools.dynobject.DynObject
 
invokeDynMethod(int, DynObject) - Method in interface org.gvsig.tools.dynobject.DynObject
 
invokeDynMethod(Object, int, DynObject) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Invoke the method of the indicated code for the object self, with parameters in context.
invokeDynMethod(String, DynObject) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
invokeDynMethod(int, DynObject) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
invokeDynMethod(Object, String, DynObject) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
invokeDynMethod(Object, int, DynObject) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
invokeDynMethod(Object, int, DynObject) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
invokeOperation(Object, String, OperationContext) - Method in class org.gvsig.tools.operations.impl.DefaultOperationManager
 
invokeOperation(Object, int, OperationContext) - Method in class org.gvsig.tools.operations.impl.DefaultOperationManager
 
invokeOperation(Object, String, OperationContext) - Method in interface org.gvsig.tools.operations.OperationManager
 
invokeOperation(Object, int, OperationContext) - Method in interface org.gvsig.tools.operations.OperationManager
 
invokeOperation(int, OperationContext) - Method in interface org.gvsig.tools.operations.Operations
 
invokeOperation(String, OperationContext) - Method in interface org.gvsig.tools.operations.Operations
 
isAborted() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
isAborted() - Method in interface org.gvsig.tools.task.TaskStatus
Return true if the task has terminated with errors.
isAbortedByError - Variable in class org.gvsig.tools.task.impl.BaseTaskStatus
 
isAdded() - Method in class org.gvsig.tools.library.AbstractLibrary.Required
 
isAnonymous() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
isBuilder() - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint.Extension
Inica si el registro de la extension contiene una clase o una instancia que actua como factoria.
isCanceled() - Method in interface org.gvsig.tools.task.Cancellable
Deprecated. Use CancellableTask.isCancellationRequested
isCancellable() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
isCancellable() - Method in interface org.gvsig.tools.task.TaskStatus
Return true if the task associated to this TaskStatus can be canceled.
isCancellationRequested() - Method in class org.gvsig.tools.task.AbstractCancellableTask
 
isCancellationRequested() - Method in interface org.gvsig.tools.task.CancellableTask
Return true if has request to cancel to the task.
isCancellationRequested() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
isCancelled - Variable in class org.gvsig.tools.task.impl.BaseTaskStatus
 
isCancelled() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
isCancelled() - Method in interface org.gvsig.tools.task.TaskStatus
Return true if the task has cancelled by the user or another task.
isContainer() - Method in interface org.gvsig.tools.dataTypes.DataType
 
isContainer(int) - Method in interface org.gvsig.tools.dataTypes.DataTypesManager
 
isContainer() - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataType
 
isContainer(int) - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataTypesManager
 
isContainer() - Method in interface org.gvsig.tools.dynobject.DynField
Return true if the value of this field is a container.
isContainer() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
isDeleteEnabled() - Method in interface org.gvsig.tools.dynobject.DynObjectSet
Tells if DynObject deletion is enabled into this set.
isDeleteEnabled() - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet
 
isDynObject() - Method in interface org.gvsig.tools.dataTypes.DataType
 
isDynObject() - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataType
 
isEmpty() - Method in interface org.gvsig.tools.dynobject.DynObjectSet
Indicates whether this DynObjectSet contains zero DynObjects.
isEmpty() - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet
 
isEmpty() - Method in exception org.gvsig.tools.exception.ListBaseException
 
isEmpty() - Method in class org.gvsig.tools.persistence.impl.DelegatedCollection
 
isEmpty() - Method in class org.gvsig.tools.persistence.impl.DelegatedMap
 
isEmpty() - Method in class org.gvsig.tools.undo.command.impl.CompoundCommand
 
isEnabledNotifications() - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
 
isExtendable(DynStruct) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
isExtendable(DynStruct) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
isHidden() - Method in interface org.gvsig.tools.dynobject.DynField
Inform if this field can be visible or not for the user.
isHidden() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
isIndeterminate() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
isIndeterminate() - Method in interface org.gvsig.tools.task.TaskStatus
Return true if the completion of this task can't calculate.
isInstance(DynObject) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
isInstance(DynObject) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
isMandatory() - Method in interface org.gvsig.tools.dynobject.DynField
Return true if this field is mandatory.
isMandatory() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
isNumeric() - Method in interface org.gvsig.tools.dataTypes.DataType
 
isNumeric() - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataType
 
isObject() - Method in interface org.gvsig.tools.dataTypes.DataType
 
isObject(int) - Method in interface org.gvsig.tools.dataTypes.DataTypesManager
 
isObject() - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataType
 
isObject(int) - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataTypesManager
 
isPersistent() - Method in interface org.gvsig.tools.dynobject.DynField
Returns if the field is persistent or volatile.
isPersistent() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
isReadOnly() - Method in interface org.gvsig.tools.dynobject.DynField
Returns if the field is readOnly or not.
isReadOnly() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
isRequired(Library) - Method in class org.gvsig.tools.library.AbstractLibrary
 
isRequired(Class) - Method in class org.gvsig.tools.library.AbstractLibrary
 
isRequired(Library) - Method in interface org.gvsig.tools.library.Library
Returns if a given library is required.
isRequired(Class) - Method in interface org.gvsig.tools.library.Library
Returns if a given library class is required.
isRunning - Variable in class org.gvsig.tools.task.impl.BaseTaskStatus
 
isRunning() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
isRunning() - Method in interface org.gvsig.tools.task.TaskStatus
Return true if the task is running.
isSingleton() - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint.Extension
 
isUpdateEnabled() - Method in interface org.gvsig.tools.dynobject.DynObjectSet
Tells if DynObject updates are enabled into this set.
isUpdateEnabled() - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet
 
isValidType(int) - Method in interface org.gvsig.tools.dataTypes.DataTypesManager
 
isValidType(int) - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataTypesManager
 
iterator() - Method in interface org.gvsig.tools.dataTypes.DataTypesManager
 
iterator() - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataTypesManager
 
iterator() - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Return an iterator over all registered DynClass.
iterator(String) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Return an iterator over all registered DynClass with the same namespace.
iterator(long) - Method in interface org.gvsig.tools.dynobject.DynObjectSet
Returns an iterator over the elements in this collection, in the order (if any) defined when the collection was obtained.
iterator() - Method in interface org.gvsig.tools.dynobject.DynObjectSet
Returns an iterator over the elements in this collection, in the order (if any) defined when the collection was obtained.
iterator() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
iterator(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
iterator(long) - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet
 
iterator() - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet
 
iterator() - Method in exception org.gvsig.tools.exception.BaseException
 
iterator() - Method in exception org.gvsig.tools.exception.BaseRuntimeException
 
iterator() - Method in interface org.gvsig.tools.exception.IBaseException
 
iterator() - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Devuelbe un iterador sobre las extensiones registradas en este punto de extension.
iterator() - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
iterator() - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
iterator() - Method in class org.gvsig.tools.persistence.impl.DelegatedCollection
 
iterator() - Method in interface org.gvsig.tools.persistence.PersistentContext
Return an iterator over the states stored in this context.

K

keySet() - Method in class org.gvsig.tools.persistence.impl.DelegatedMap
 

L

lastIndexOf(Object) - Method in exception org.gvsig.tools.exception.ListBaseException
 
lastIndexOf(Object) - Method in class org.gvsig.tools.persistence.impl.DelegatedList
 
LibrariesInitializer - Interface in org.gvsig.tools.library
Initializes the libraries of the application by finding the available Library implementations to instance and call them.
Library - Interface in org.gvsig.tools.library
Library initialization and registration.
Library.TYPE - Interface in org.gvsig.tools.library
Constant definitions for library types.
LibraryException - Exception in org.gvsig.tools.library
Exception for errors in the initialization of a Library.
LibraryException(String, Throwable) - Constructor for exception org.gvsig.tools.library.LibraryException
Creates a new exception from a cause exception.
LibraryException(Class, Throwable) - Constructor for exception org.gvsig.tools.library.LibraryException
Creates a new exception from a cause exception.
LibraryException(Class, ListBaseException) - Constructor for exception org.gvsig.tools.library.LibraryException
 
LibraryException(Class, List) - Constructor for exception org.gvsig.tools.library.LibraryException
 
LIST - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
ListBaseException - Exception in org.gvsig.tools.exception
 
ListBaseException(String, String, long) - Constructor for exception org.gvsig.tools.exception.ListBaseException
 
ListBaseException(String, Throwable, String, long) - Constructor for exception org.gvsig.tools.exception.ListBaseException
 
LISTITEM_TAG - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
list item tag name of data of Value item for list values.
LISTITEM_VALUE - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
List value item format.
listIterator() - Method in exception org.gvsig.tools.exception.ListBaseException
 
listIterator(int) - Method in exception org.gvsig.tools.exception.ListBaseException
 
listIterator() - Method in class org.gvsig.tools.persistence.impl.DelegatedList
 
listIterator(int) - Method in class org.gvsig.tools.persistence.impl.DelegatedList
 
load(Class) - Method in class org.gvsig.tools.util.impl.DefaultServiceLoader
 
load(Class, ClassLoader) - Method in class org.gvsig.tools.util.impl.DefaultServiceLoader
 
load(Class) - Method in interface org.gvsig.tools.util.ServiceLoader
Loads a Set of a object instances which implement or extended a common service interface or class.
load(Class, ClassLoader) - Method in interface org.gvsig.tools.util.ServiceLoader
Loads a Set of a object instances which implement or extended a common service interface or class.
loadCurrentPageData() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
loadFromState(PersistentState, Object) - Method in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
loadFromState(PersistentState, Object) - Method in class org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
 
loadFromState(PersistentState, Object) - Method in class org.gvsig.tools.persistence.impl.DynObjectPersistenceFactory
 
loadFromState(PersistentState, Object) - Method in class org.gvsig.tools.persistence.impl.SimplePersistenceFactory
 
loadFromState(PersistentState, Object) - Method in interface org.gvsig.tools.persistence.PersistenceFactory
Load a instance of classToUse from state data.
loadFromState(PersistentState) - Method in interface org.gvsig.tools.persistence.Persistent
Set the state of the object from the state passed as parameter.
loadFromState(PersistentState) - Method in class org.gvsig.tools.service.AbstractPersistentService
 
loadFromState(PersistentState) - Method in class org.gvsig.tools.service.spi.AbstractPersistentProviderServices
 
loadState(InputStream) - Method in interface org.gvsig.tools.persistence.PersistenceManager
De-serializes an state from the data read from the provided reader.
loadState(InputStream) - Method in class org.gvsig.tools.persistence.xml.XMLPersistenceManager
 
loadState(InputStream) - Method in class org.gvsig.tools.persistence.xml.ZipXMLPersistenceManager
 
Locator - Interface in org.gvsig.tools.locator
Manages references to the objects of a Library or module.
LocatorException - Exception in org.gvsig.tools.locator
Exception for errors related to the retrieval of references through a Locator.
LocatorException(String, String, long) - Constructor for exception org.gvsig.tools.locator.LocatorException
 
LocatorException(String, Throwable, String, long) - Constructor for exception org.gvsig.tools.locator.LocatorException
 
LocatorObjectFactory - Interface in org.gvsig.tools.locator
Interface for factories of objects to be registered in a Locator.
LocatorReferenceException - Exception in org.gvsig.tools.locator
Exception for errors related to the retrieval of references through a Locator.
LocatorReferenceException(String, Locator) - Constructor for exception org.gvsig.tools.locator.LocatorReferenceException
 
LocatorReferenceException(Throwable, String, Locator) - Constructor for exception org.gvsig.tools.locator.LocatorReferenceException
 
LocatorReferenceException(String, String, long, String, Locator) - Constructor for exception org.gvsig.tools.locator.LocatorReferenceException
 
LocatorReferenceException(String, Throwable, String, long, String, Locator) - Constructor for exception org.gvsig.tools.locator.LocatorReferenceException
 
LONG - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 

M

makeDefinitions() - Method in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
Create DynStruct definition and call to #addDefinition(Class, DynStruct) to add to the factory.
Manager - Interface in org.gvsig.tools.service
Creates parameters for services and services themselves.
manager - Variable in class org.gvsig.tools.task.impl.BaseTaskStatus
 
manages(Object) - Method in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
manages(Class) - Method in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
manages(PersistentState) - Method in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
manages(Object) - Method in class org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
 
manages(Class) - Method in class org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
 
manages(PersistentState) - Method in class org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
 
manages(Object) - Method in class org.gvsig.tools.persistence.impl.DynObjectPersistenceFactory
 
manages(Class) - Method in class org.gvsig.tools.persistence.impl.DynObjectPersistenceFactory
 
manages(PersistentState) - Method in class org.gvsig.tools.persistence.impl.DynObjectPersistenceFactory
 
manages(Object) - Method in class org.gvsig.tools.persistence.impl.SimplePersistenceFactory
 
manages(Class) - Method in class org.gvsig.tools.persistence.impl.SimplePersistenceFactory
 
manages(PersistentState) - Method in class org.gvsig.tools.persistence.impl.SimplePersistenceFactory
 
manages(Object) - Method in interface org.gvsig.tools.persistence.PersistenceFactory
Informs if object is managed by this factory.
manages(Class) - Method in interface org.gvsig.tools.persistence.PersistenceFactory
Informs if theClass is managed by this factory.
manages(PersistentState) - Method in interface org.gvsig.tools.persistence.PersistenceFactory
Informs if this factory can recreate the object represented by state.
MANDATORY - Static variable in interface org.gvsig.tools.persistence.PersistenceManager
Validation Mode -- MANDATORY: Validation is active, so PersistenceManager.create(org.gvsig.tools.persistence.PersistentState) and PersistenceManager.getState(Object) will throw validation exceptions if validation errors are found.
MANDATORY_IF_DECLARED - Static variable in interface org.gvsig.tools.persistence.PersistenceManager
Validation Mode -- MANDATORY_IF_DECLARED: Validation is active, but it will be only applied to Persistent objects which have been registered.
MAP - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
MAPITEM_TAG - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Map item tag name of data of Value item for list values.
MAPITEM_VALUE - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Map item format.
MAPKEY_TAG - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Key Map item tag name of data of Value item for list values.
MAPVALUE_TAG - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Value Map item tag name of data of Value item for list values.
MATCH - Static variable in class org.gvsig.tools.evaluator.EvaluatorFieldValue
 
MAX_TYPE_VALUE - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
maxValue - Variable in class org.gvsig.tools.task.impl.BaseTaskStatus
 
message - Variable in class org.gvsig.tools.task.impl.BaseTaskStatus
 
message(String) - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
message(String) - Method in interface org.gvsig.tools.task.SimpleTaskStatus
Used by the task to set a message associated to the current action of the task
messageKey - Variable in exception org.gvsig.tools.exception.BaseException
 
messageKey - Variable in exception org.gvsig.tools.exception.BaseRuntimeException
 
minValue - Variable in class org.gvsig.tools.task.impl.BaseTaskStatus
 
MonitorableTask - Interface in org.gvsig.tools.task
 
MultiDynObjectSet - Class in org.gvsig.tools.dynobject.impl
Façade for a list of DynObjectSets as if they were an only contiguous set of DynObjects.
MultiDynObjectSet(DynObjectSet[]) - Constructor for class org.gvsig.tools.dynobject.impl.MultiDynObjectSet
Creates a new MultiDynObjectSet with the list of DynObjectSets to façade.
MultiDynObjectSet.MultiDynObjectSetDisposableIterator - Class in org.gvsig.tools.dynobject.impl
 
MultiDynObjectSet.MultiDynObjectSetDisposableIterator(DynObjectSet[]) - Constructor for class org.gvsig.tools.dynobject.impl.MultiDynObjectSet.MultiDynObjectSetDisposableIterator
 

N

name - Variable in class org.gvsig.tools.operations.AbstractOperation
 
nameToClass - Variable in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
nameToDefinition - Variable in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
NAMEVALUE_TAG - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
name item tag name of Value item for generic (when name of value is not a valid xml tag name)
NEAREST - Static variable in class org.gvsig.tools.evaluator.EvaluatorFieldValue
 
newInstance() - Method in interface org.gvsig.tools.dynobject.DynStruct
 
newInstance() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
next() - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet.MultiDynObjectSetDisposableIterator
 
notify(WeakReferencingObservable, Object) - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
 
notify(WeakReferencingObservable, Object) - Method in class org.gvsig.tools.observer.impl.DelegateWeakReferencingObservable
 
notifyObservers() - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object) - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Observable, Object) - Method in class org.gvsig.tools.observer.ObservableHelper
 
NotRegisteredException - Exception in org.gvsig.tools.service.spi
Exception thrown when a service through a Provider or a Service implementation is needed but the provider is not registered.
NotRegisteredException(String) - Constructor for exception org.gvsig.tools.service.spi.NotRegisteredException
Creates a new NotRegisteredException.
NotSupportedOperationException - Exception in org.gvsig.tools.visitor
Exception thrown when a Visitor is provided with an object not supported.
NotSupportedOperationException(Visitor, Object) - Constructor for exception org.gvsig.tools.visitor.NotSupportedOperationException
Creates a new NotSupportedOperationException.
NotYetImplemented - Exception in org.gvsig.tools.exception
 
NotYetImplemented() - Constructor for exception org.gvsig.tools.exception.NotYetImplemented
 
NotYetImplemented(String) - Constructor for exception org.gvsig.tools.exception.NotYetImplemented
 
NULLCODE - Static variable in interface org.gvsig.tools.dynobject.DynObjectManager
Null value for method id.

O

OBJECT - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
ObjectNotFoundException - Exception in org.gvsig.tools.persistence.impl.exception
 
ObjectNotFoundException() - Constructor for exception org.gvsig.tools.persistence.impl.exception.ObjectNotFoundException
 
Observable - Interface in org.gvsig.tools.observer
 
ObservableHelper - Class in org.gvsig.tools.observer
 
ObservableHelper() - Constructor for class org.gvsig.tools.observer.ObservableHelper
 
Observer - Interface in org.gvsig.tools.observer
 
Operation - Interface in org.gvsig.tools.operations
 
OPERATION_MANAGER_NAME - Static variable in class org.gvsig.tools.ToolsLocator
 
OperationContext - Interface in org.gvsig.tools.operations
 
OperationException - Exception in org.gvsig.tools.operations
 
OperationException(String, Throwable, String, long) - Constructor for exception org.gvsig.tools.operations.OperationException
 
OperationException(String, String, long) - Constructor for exception org.gvsig.tools.operations.OperationException
 
OperationException(Throwable) - Constructor for exception org.gvsig.tools.operations.OperationException
 
OperationManager - Interface in org.gvsig.tools.operations
 
OperationNotSupportedException - Exception in org.gvsig.tools.operations
 
OperationNotSupportedException(Class, String) - Constructor for exception org.gvsig.tools.operations.OperationNotSupportedException
 
OperationNotSupportedException(Class, int) - Constructor for exception org.gvsig.tools.operations.OperationNotSupportedException
 
Operations - Interface in org.gvsig.tools.operations
 
org.gvsig.tools - package org.gvsig.tools
 
org.gvsig.tools.dataTypes - package org.gvsig.tools.dataTypes
 
org.gvsig.tools.dataTypes.impl - package org.gvsig.tools.dataTypes.impl
 
org.gvsig.tools.dataTypes.impl.coercion - package org.gvsig.tools.dataTypes.impl.coercion
 
org.gvsig.tools.dispose - package org.gvsig.tools.dispose
 
org.gvsig.tools.dispose.impl - package org.gvsig.tools.dispose.impl
 
org.gvsig.tools.dynobject - package org.gvsig.tools.dynobject
 
org.gvsig.tools.dynobject.exception - package org.gvsig.tools.dynobject.exception
 
org.gvsig.tools.dynobject.impl - package org.gvsig.tools.dynobject.impl
 
org.gvsig.tools.evaluator - package org.gvsig.tools.evaluator
 
org.gvsig.tools.exception - package org.gvsig.tools.exception
 
org.gvsig.tools.extensionpoint - package org.gvsig.tools.extensionpoint
 
org.gvsig.tools.extensionpoint.impl - package org.gvsig.tools.extensionpoint.impl
 
org.gvsig.tools.i18n - package org.gvsig.tools.i18n
 
org.gvsig.tools.i18n.impl - package org.gvsig.tools.i18n.impl
 
org.gvsig.tools.lang - package org.gvsig.tools.lang
 
org.gvsig.tools.library - package org.gvsig.tools.library
 
org.gvsig.tools.library.impl - package org.gvsig.tools.library.impl
 
org.gvsig.tools.locator - package org.gvsig.tools.locator
Proporciona una implementación base del patrón Locator, así como un mecanismo de inicialización que permita registrar las implementaciones que aporte en su Locator cada módulo o librería.
org.gvsig.tools.observer - package org.gvsig.tools.observer
 
org.gvsig.tools.observer.impl - package org.gvsig.tools.observer.impl
 
org.gvsig.tools.operations - package org.gvsig.tools.operations
 
org.gvsig.tools.operations.impl - package org.gvsig.tools.operations.impl
 
org.gvsig.tools.paging - package org.gvsig.tools.paging
 
org.gvsig.tools.persistence - package org.gvsig.tools.persistence
 
org.gvsig.tools.persistence.exception - package org.gvsig.tools.persistence.exception
 
org.gvsig.tools.persistence.impl - package org.gvsig.tools.persistence.impl
 
org.gvsig.tools.persistence.impl.exception - package org.gvsig.tools.persistence.impl.exception
 
org.gvsig.tools.persistence.spi - package org.gvsig.tools.persistence.spi
 
org.gvsig.tools.persistence.xml - package org.gvsig.tools.persistence.xml
 
org.gvsig.tools.persistence.xml.exception - package org.gvsig.tools.persistence.xml.exception
 
org.gvsig.tools.service - package org.gvsig.tools.service
 
org.gvsig.tools.service.impl - package org.gvsig.tools.service.impl
 
org.gvsig.tools.service.spi - package org.gvsig.tools.service.spi
 
org.gvsig.tools.task - package org.gvsig.tools.task
 
org.gvsig.tools.task.impl - package org.gvsig.tools.task.impl
 
org.gvsig.tools.undo - package org.gvsig.tools.undo
 
org.gvsig.tools.undo.command - package org.gvsig.tools.undo.command
 
org.gvsig.tools.undo.command.impl - package org.gvsig.tools.undo.command.impl
 
org.gvsig.tools.util - package org.gvsig.tools.util
 
org.gvsig.tools.util.impl - package org.gvsig.tools.util.impl
 
org.gvsig.tools.visitor - package org.gvsig.tools.visitor
 
org.gvsig.tools.visitor.impl - package org.gvsig.tools.visitor.impl
 

P

PagingCalculator - Interface in org.gvsig.tools.paging
Calculates all the values needed to perform pagination over a set of data.
PagingCalculator.Sizeable - Interface in org.gvsig.tools.paging
Interface for objects that have a size.
ParametersException - Exception in org.gvsig.tools.service.spi
Exception thrown when a service is needed but the provider or service implementation is not registered.
ParametersException(String) - Constructor for exception org.gvsig.tools.service.spi.ParametersException
Creates a new ParametersException.
ParametersException(String, Throwable) - Constructor for exception org.gvsig.tools.service.spi.ParametersException
 
PERSISTENCE_DYNOBJECT_NAMESPACE - Static variable in interface org.gvsig.tools.persistence.PersistenceManager
 
PERSISTENCE_MANAGER_NAME - Static variable in class org.gvsig.tools.ToolsLocator
 
PERSISTENCE_NAMESPACE - Static variable in interface org.gvsig.tools.persistence.PersistenceManager
The namespace used on the definition of DynClasses used by the persistence manager.
PersistenceClassNotRegistered - Exception in org.gvsig.tools.persistence.exception
 
PersistenceClassNotRegistered(Class) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceClassNotRegistered
 
PersistenceClassNotRegistered(String) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceClassNotRegistered
 
PersistenceCreateException - Exception in org.gvsig.tools.persistence.exception
 
PersistenceCreateException(Class, Throwable) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceCreateException
 
PersistenceCreateException(String, Throwable) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceCreateException
 
PersistenceDomainNotRegisterdException - Exception in org.gvsig.tools.persistence.impl.exception
 
PersistenceDomainNotRegisterdException(String) - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceDomainNotRegisterdException
 
PersistenceDomainNotRegisterdException() - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceDomainNotRegisterdException
 
PersistenceDuplicateDomainNameException - Exception in org.gvsig.tools.persistence.impl.exception
 
PersistenceDuplicateDomainNameException(String, String, String) - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceDuplicateDomainNameException
 
PersistenceEndOfDocumentException - Exception in org.gvsig.tools.persistence.xml.exception
 
PersistenceEndOfDocumentException(XmlPullParser) - Constructor for exception org.gvsig.tools.persistence.xml.exception.PersistenceEndOfDocumentException
 
PersistenceException - Exception in org.gvsig.tools.persistence.exception
 
PersistenceException(String) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceException
Deprecated. No debe usarse este constructor, si lo necesitas, seguramente tendrias que crear una excepcion mas concreta que deribe de esta.
PersistenceException(Throwable) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceException
 
PersistenceException() - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceException
 
PersistenceException(String, String, long) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceException
 
PersistenceException(String, Throwable, String, long) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceException
 
PersistenceException(String, Throwable) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceException
 
PersistenceFactory - Interface in org.gvsig.tools.persistence
Interface for factories of objects that no implements Persistent and must be supported by PersistenceManager.
PersistenceIdentifierException - Exception in org.gvsig.tools.persistence.exception
 
PersistenceIdentifierException(Object) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceIdentifierException
 
PersistenceIDNotLoadedException - Exception in org.gvsig.tools.persistence.impl.exception
 
PersistenceIDNotLoadedException(Integer) - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceIDNotLoadedException
 
PersistenceIllegalStateTheClassNameNotSetException - Exception in org.gvsig.tools.persistence.impl.exception
 
PersistenceIllegalStateTheClassNameNotSetException() - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceIllegalStateTheClassNameNotSetException
 
PersistenceInvalidDomainNameException - Exception in org.gvsig.tools.persistence.impl.exception
 
PersistenceInvalidDomainNameException(String) - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceInvalidDomainNameException
 
PersistenceInvalidDomainNameException() - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceInvalidDomainNameException
 
PersistenceInvalidPropertyNameException - Exception in org.gvsig.tools.persistence.impl.exception
 
PersistenceInvalidPropertyNameException(String) - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceInvalidPropertyNameException
 
PersistenceInvalidPropertyNameException() - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceInvalidPropertyNameException
 
PersistenceInvalidTypeForPropertyException - Exception in org.gvsig.tools.persistence.impl.exception
 
PersistenceInvalidTypeForPropertyException(String) - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceInvalidTypeForPropertyException
 
PersistenceInvalidTypeForPropertyException(String, DynStruct, DynField, Object) - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceInvalidTypeForPropertyException
 
PersistenceInvalidValidateModeException - Exception in org.gvsig.tools.persistence.impl.exception
 
PersistenceInvalidValidateModeException(int) - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceInvalidValidateModeException
 
PersistenceInvalidValueException - Exception in org.gvsig.tools.persistence.xml.exception
 
PersistenceInvalidValueException(XmlPullParser, String, String) - Constructor for exception org.gvsig.tools.persistence.xml.exception.PersistenceInvalidValueException
 
PersistenceInvalidValueException(XmlPullParser, String, String, Throwable) - Constructor for exception org.gvsig.tools.persistence.xml.exception.PersistenceInvalidValueException
 
PersistenceManager - Interface in org.gvsig.tools.persistence
This interface contains the necessary methods to get a persistent representation of an object, suitable for storage or transmission, and to create a an object from its persistent representation.
PersistenceManager.Factories - Interface in org.gvsig.tools.persistence
 
PersistenceManagerServices - Interface in org.gvsig.tools.persistence.spi
 
PersistenceMissingAttributeException - Exception in org.gvsig.tools.persistence.xml.exception
 
PersistenceMissingAttributeException(XmlPullParser, String) - Constructor for exception org.gvsig.tools.persistence.xml.exception.PersistenceMissingAttributeException
 
PersistenceMissingEntryInZIPException - Exception in org.gvsig.tools.persistence.xml.exception
 
PersistenceMissingEntryInZIPException(String) - Constructor for exception org.gvsig.tools.persistence.xml.exception.PersistenceMissingEntryInZIPException
 
PersistenceMissingTagException - Exception in org.gvsig.tools.persistence.xml.exception
 
PersistenceMissingTagException(XmlPullParser, String) - Constructor for exception org.gvsig.tools.persistence.xml.exception.PersistenceMissingTagException
 
PersistenceParserException - Exception in org.gvsig.tools.persistence.xml.exception
 
PersistenceParserException(XmlPullParser, String, String, long) - Constructor for exception org.gvsig.tools.persistence.xml.exception.PersistenceParserException
 
PersistenceParserException(XmlPullParser, Throwable) - Constructor for exception org.gvsig.tools.persistence.xml.exception.PersistenceParserException
 
PersistenceReferenceIDConflitException - Exception in org.gvsig.tools.persistence.impl.exception
 
PersistenceReferenceIDConflitException(String) - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceReferenceIDConflitException
 
PersistenceRuntimeException - Exception in org.gvsig.tools.persistence.exception
 
PersistenceRuntimeException(BaseException) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceRuntimeException
 
PersistenceRuntimeException(String, String, long) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceRuntimeException
 
PersistenceRuntimeException(String, Throwable, String, long) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceRuntimeException
 
PersistenceTypeNotSupportedException - Exception in org.gvsig.tools.persistence.exception
 
PersistenceTypeNotSupportedException(Class) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceTypeNotSupportedException
 
PersistenceTypeNotSupportedException(String) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceTypeNotSupportedException
 
PersistenceTypeNotSupportedException(Class, String) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceTypeNotSupportedException
 
PersistenceTypeNotSupportedException(String, String) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceTypeNotSupportedException
 
PersistenceUnknowTypeException - Exception in org.gvsig.tools.persistence.xml.exception
 
PersistenceUnknowTypeException(XmlPullParser, String) - Constructor for exception org.gvsig.tools.persistence.xml.exception.PersistenceUnknowTypeException
 
PersistenceUnssuportedDefinitionTypeException - Exception in org.gvsig.tools.persistence.xml.exception
 
PersistenceUnssuportedDefinitionTypeException(String, DynStruct, DynField) - Constructor for exception org.gvsig.tools.persistence.xml.exception.PersistenceUnssuportedDefinitionTypeException
 
PersistenceUnsuportedMapKeyTypeException - Exception in org.gvsig.tools.persistence.impl.exception
 
PersistenceUnsuportedMapKeyTypeException(Class) - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceUnsuportedMapKeyTypeException
 
PersistenceUnsuportedMapKeyTypeException(String) - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceUnsuportedMapKeyTypeException
 
PersistenceValidateExceptions - Exception in org.gvsig.tools.persistence.exception
 
PersistenceValidateExceptions(String) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceValidateExceptions
 
PersistenceValidateExceptions(String, List) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceValidateExceptions
 
PersistenceValidateExceptions(List) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceValidateExceptions
 
PersistenceValidateMissingDefinitionException - Exception in org.gvsig.tools.persistence.impl.exception
 
PersistenceValidateMissingDefinitionException(String) - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceValidateMissingDefinitionException
 
PersistenceValidateMissingDefinitionException(Class) - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceValidateMissingDefinitionException
 
PersistenceValueNotFoundException - Exception in org.gvsig.tools.persistence.impl.exception
 
PersistenceValueNotFoundException(String) - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceValueNotFoundException
 
PersistenceValueNotFoundException(String, Throwable) - Constructor for exception org.gvsig.tools.persistence.impl.exception.PersistenceValueNotFoundException
 
PersistenceWriteExeption - Exception in org.gvsig.tools.persistence.exception
 
PersistenceWriteExeption(Throwable) - Constructor for exception org.gvsig.tools.persistence.exception.PersistenceWriteExeption
 
Persistent - Interface in org.gvsig.tools.persistence
 
PersistentContext - Interface in org.gvsig.tools.persistence
 
PersistentContextServices - Interface in org.gvsig.tools.persistence.spi
 
PersistentContextServices.ObjectReference - Interface in org.gvsig.tools.persistence.spi
 
PersistentIdentifier - Interface in org.gvsig.tools.persistence.spi
 
PersistentState - Interface in org.gvsig.tools.persistence
 
PersistentStateServices - Interface in org.gvsig.tools.persistence.spi
 
postInitialize() - Method in class org.gvsig.tools.library.AbstractLibrariesInitializer
 
postInitialize(boolean) - Method in class org.gvsig.tools.library.AbstractLibrariesInitializer
 
postInitialize() - Method in class org.gvsig.tools.library.AbstractLibrary
 
postInitialize() - Method in interface org.gvsig.tools.library.LibrariesInitializer
Post-initializes all available Library objects.
postInitialize(boolean) - Method in interface org.gvsig.tools.library.LibrariesInitializer
Post-initializes all available Library objects.
postInitialize() - Method in interface org.gvsig.tools.library.Library
Performs all the initializations or validations related to the library dependencies, as getting references to objects through other libraries Locators.
printStackTrace(PrintStream) - Method in exception org.gvsig.tools.exception.ListBaseException
 
printStackTrace() - Method in exception org.gvsig.tools.exception.ListBaseException
 
printStackTrace(PrintWriter) - Method in exception org.gvsig.tools.exception.ListBaseException
 
Provider - Interface in org.gvsig.tools.service.spi
Interface for service providers.
ProviderFactory - Interface in org.gvsig.tools.service.spi
Creates new Providers and its parameters.
ProviderManager - Interface in org.gvsig.tools.service.spi
Manager the registration of ProviderFactory objects and the creation of Providers.
ProviderRegistration - Interface in org.gvsig.tools.service.spi
Registers ProviderFactory objects which implement the given interface or extend the given class, into a ProviderManager.
ProviderServices - Interface in org.gvsig.tools.service.spi
Provides services to a Provider.
put(Object, Object) - Method in class org.gvsig.tools.persistence.impl.DelegatedMap
 
put(String, String) - Method in class org.gvsig.tools.persistence.impl.Domains
 
putAll(Map) - Method in class org.gvsig.tools.persistence.impl.DelegatedMap
 
putObject(OutputStream, Object) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
putObject(OutputStream, Object) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Serializes the object "obj" and writes the serialized data in the provided OutputStream.

R

RANGE - Static variable in interface org.gvsig.tools.dynobject.DynField
Deprecated. usado automaticamente al asignar minValue/maxValue
RANGE - Static variable in class org.gvsig.tools.evaluator.EvaluatorFieldValue
 
read(PersistentContextServices, XmlPullParser) - Method in class org.gvsig.tools.persistence.xml.XMLPersistentStateReader
 
redo() - Method in interface org.gvsig.tools.undo.command.Command
Re-does the following redoable command.
REDO - Static variable in interface org.gvsig.tools.undo.command.CommandNotification
The command has been redone
redo() - Method in class org.gvsig.tools.undo.command.impl.CompoundCommand
 
redo() - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
redo(int) - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
redo() - Method in interface org.gvsig.tools.undo.UndoRedoStack
Re-does the following redoable elements.
redo(int) - Method in interface org.gvsig.tools.undo.UndoRedoStack
Re-does a number of the following redoable element.
RedoException - Exception in org.gvsig.tools.undo
Exception thrown when there is an error while performing an redo.
RedoException(UndoRedoInfo) - Constructor for exception org.gvsig.tools.undo.RedoException
Creates a new exception of an error while performing a redo operation.
RedoException(UndoRedoInfo, Throwable) - Constructor for exception org.gvsig.tools.undo.RedoException
Creates a new exception of an error while performing a redo operation.
REFERENCE_ID_ATTR - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
type attribute name for value item
REFERENCE_TAG - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
reference item tag name of data of Value item for references values.
REFERENCE_VALUE - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
ReferenceValue format.
ReferenceNotRegisteredException - Exception in org.gvsig.tools.locator
Exception for errors related to the initialization of a Library.
ReferenceNotRegisteredException(String, Locator) - Constructor for exception org.gvsig.tools.locator.ReferenceNotRegisteredException
 
ReferenceNotRegisteredException(Throwable, String, Locator) - Constructor for exception org.gvsig.tools.locator.ReferenceNotRegisteredException
 
register(String, Class) - Method in class org.gvsig.tools.locator.AbstractLocator
 
register(String, String, Class) - Method in class org.gvsig.tools.locator.AbstractLocator
 
register(String, LocatorObjectFactory) - Method in class org.gvsig.tools.locator.AbstractLocator
 
register(String, String, LocatorObjectFactory) - Method in class org.gvsig.tools.locator.AbstractLocator
 
register(String, Class) - Method in interface org.gvsig.tools.locator.Locator
Registers a class related to a name.
register(String, String, Class) - Method in interface org.gvsig.tools.locator.Locator
Registers a class related to a name.
register(String, LocatorObjectFactory) - Method in interface org.gvsig.tools.locator.Locator
Registers an object factory related to a name.
register(String, String, LocatorObjectFactory) - Method in interface org.gvsig.tools.locator.Locator
Registers an object factory related to a name.
registerAs(Class, String) - Method in class org.gvsig.tools.library.AbstractLibrary
Registers the library with type of library it is: API or implementation of a library.
registerAsAPI(Class) - Method in class org.gvsig.tools.library.AbstractLibrary
Registers the library as an API one.
registerAsImplementationOf(Class) - Method in class org.gvsig.tools.library.AbstractLibrary
Registers the library as an implementation of an API library, with the default priority.
registerAsImplementationOf(Class, int) - Method in class org.gvsig.tools.library.AbstractLibrary
Registers the library as an implementation of an API library.
registerAsServiceOf(Class) - Method in class org.gvsig.tools.library.AbstractLibrary
Registers the library as a service or provider of an API library.
registerDataTypesManager(Class) - Static method in class org.gvsig.tools.ToolsLocator
Registers the Class implementing the DataTypesManager interface.
registerDefault(String, Class) - Method in class org.gvsig.tools.locator.AbstractLocator
 
registerDefault(String, String, Class) - Method in class org.gvsig.tools.locator.AbstractLocator
 
registerDefault(String, Class) - Method in interface org.gvsig.tools.locator.Locator
 
registerDefault(String, String, Class) - Method in interface org.gvsig.tools.locator.Locator
 
registerDefaultDataTypesManager(Class) - Static method in class org.gvsig.tools.ToolsLocator
Registers the default Class implementing the DataTypesManager interface.
registerDefaultI18nManager(Class) - Static method in class org.gvsig.tools.ToolsLocator
Registers the default Class implementing the I18nManager interface.
registerDefaultOperationManager(Class) - Static method in class org.gvsig.tools.ToolsLocator
 
registerDefaultPersistenceManager(Class) - Static method in class org.gvsig.tools.ToolsLocator
 
registerDefaultTaskStatusManager(Class) - Static method in class org.gvsig.tools.ToolsLocator
Registers the default Class implementing the TaskStatusManager interface.
registerDisposableManager(Class) - Static method in class org.gvsig.tools.ToolsLocator
Registers the Class implementing the DisposableManager interface.
registerDynMethod(DynClass, DynMethod) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Register the method in the dynClass.
registerDynMethod(Class, DynMethod) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
Register the method in the class.
registerDynMethod(DynClass, DynMethod) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
registerDynMethod(Class, DynMethod) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
registerDynObjectManager(Class) - Static method in class org.gvsig.tools.ToolsLocator
Registers the Class implementing the DynObjectManager interface.
registerFactory(PersistenceFactory) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
registerFactory(PersistenceFactory) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Register an instance of PersistenceFactory that can manage some objects that requires an especial construction or persistence.
registerI18nManager(Class) - Static method in class org.gvsig.tools.ToolsLocator
Registers the Class implementing the I18nManager interface.
registerOperation(Operation, Class) - Method in class org.gvsig.tools.operations.impl.DefaultOperationManager
 
registerOperation(Operation, Object) - Method in class org.gvsig.tools.operations.impl.DefaultOperationManager
 
registerOperation(Operation, Object) - Method in interface org.gvsig.tools.operations.OperationManager
 
registerOperation(Operation, Class) - Method in interface org.gvsig.tools.operations.OperationManager
 
registerOperationManager(Class) - Static method in class org.gvsig.tools.ToolsLocator
Registers the Class implementing the OperationManager interface.
registerPersistenceManager(Class) - Static method in class org.gvsig.tools.ToolsLocator
Registers the Class implementing the PersistenceManager interface.
registerProviderFactories(ProviderManager, Class) - Method in class org.gvsig.tools.service.spi.AbstractProviderRegistration
 
registerProviderFactories(ProviderManager, Class, ClassLoader) - Method in class org.gvsig.tools.service.spi.AbstractProviderRegistration
 
registerProviderFactories(ProviderManager, Class) - Method in interface org.gvsig.tools.service.spi.ProviderRegistration
Registers ProviderFactory objects which implement or extend the given class.
registerProviderFactories(ProviderManager, Class, ClassLoader) - Method in interface org.gvsig.tools.service.spi.ProviderRegistration
Registers ProviderFactory objects which implement or extend the given class.
registerServiceLoader(Class) - Static method in class org.gvsig.tools.ToolsLocator
Registers the Class implementing the ServiceLoader interface.
registerTaskStatusManager(Class) - Static method in class org.gvsig.tools.ToolsLocator
Registers the Class implementing the TaskStatusManager interface.
release(Disposable) - Method in interface org.gvsig.tools.dispose.DisposableManager
Marks a disposable as not being used anymore.
release(Disposable) - Method in class org.gvsig.tools.dispose.impl.DefaultDisposableManager
 
releaseAll() - Method in interface org.gvsig.tools.dispose.DisposableManager
Releases all bound Disposables.
releaseAll() - Method in class org.gvsig.tools.dispose.impl.DefaultDisposableManager
 
reload() - Method in interface org.gvsig.tools.dynobject.DynObjectPagingHelper
Reloads everything.
reload() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
reloadCurrentPage() - Method in interface org.gvsig.tools.dynobject.DynObjectPagingHelper
Reloads the current page of data from the set.
reloadCurrentPage() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
remove(DynStruct) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
 
remove(DynStruct) - Method in interface org.gvsig.tools.dynobject.DynStruct
Removes a given dynStruct from the current superDynClasses of this dynClass.
remove(DynStruct) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
remove(DynStruct) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
remove() - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet.MultiDynObjectSetDisposableIterator
 
remove(Object) - Method in exception org.gvsig.tools.exception.ListBaseException
 
remove(int) - Method in exception org.gvsig.tools.exception.ListBaseException
 
remove(Object) - Method in class org.gvsig.tools.persistence.impl.DelegatedCollection
 
remove(int) - Method in class org.gvsig.tools.persistence.impl.DelegatedList
 
remove(Object) - Method in class org.gvsig.tools.persistence.impl.DelegatedMap
 
remove() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
remove(String) - Method in class org.gvsig.tools.task.impl.DefaultTaskStatusManager
 
remove(TaskStatus) - Method in class org.gvsig.tools.task.impl.DefaultTaskStatusManager
 
remove() - Method in interface org.gvsig.tools.task.SimpleTaskStatus
Remove this TaskStatus from the TaskStatusManager
remove(String) - Method in interface org.gvsig.tools.task.TaskStatusManager
Remove the TaskStatus by the passed code from the manager
remove(TaskStatus) - Method in interface org.gvsig.tools.task.TaskStatusManager
Remove the TaskStatus from the mananger.
removeAll(DynStruct[]) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
removeAll(Collection) - Method in exception org.gvsig.tools.exception.ListBaseException
 
removeAll(Collection) - Method in class org.gvsig.tools.persistence.impl.DelegatedCollection
 
removeDynField(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
removeDynField(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
removeDynMethod(String) - Method in interface org.gvsig.tools.dynobject.DynClass
 
removeDynMethod(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
require(Class, String) - Method in class org.gvsig.tools.library.AbstractLibrary
Deprecated. use the AbstractLibrary.require(Class) method instead, as you may have problems if the type specified is not correct. Moreover, this is not needed.
require(Class) - Method in class org.gvsig.tools.library.AbstractLibrary
Adds a required library, so it is initialized before the current one.
retainAll(Collection) - Method in exception org.gvsig.tools.exception.ListBaseException
 
retainAll(Collection) - Method in class org.gvsig.tools.persistence.impl.DelegatedCollection
 
ROOSTATE_ID_ATTR - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Root state id attribute name
ROOT_END_VALUE - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
XML Root item end.
ROOT_TAG - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
XML Root item tag name
ROOT_VALUE - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
XML Root item format.
ROOTSTATE_TAG - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Root state tag name
ROOTSTATE_VALUE - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Root state item format.

S

saveState(PersistentState, OutputStream) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Serializes the PersistentState and writes the serialized data in the provided OutputStream.
saveState(PersistentState, OutputStream) - Method in class org.gvsig.tools.persistence.xml.XMLPersistenceManager
 
saveState(PersistentState, OutputStream) - Method in class org.gvsig.tools.persistence.xml.ZipXMLPersistenceManager
 
saveToState(PersistentState, Object) - Method in class org.gvsig.tools.persistence.impl.DynObjectPersistenceFactory
 
saveToState(PersistentState, Object) - Method in class org.gvsig.tools.persistence.impl.SimplePersistenceFactory
 
saveToState(PersistentState, Object) - Method in interface org.gvsig.tools.persistence.PersistenceFactory
Fill state with data to persist of obj.
saveToState(PersistentState) - Method in interface org.gvsig.tools.persistence.Persistent
Saves the internal state of the object on the provided PersistentState object.
saveToState(PersistentState) - Method in class org.gvsig.tools.service.AbstractPersistentService
 
saveToState(PersistentState) - Method in class org.gvsig.tools.service.spi.AbstractPersistentProviderServices
 
SCHEMA_DEFINITON_VALUE - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Schema definition format
Parameters: domain URL domain name
SCHEMA_FILE_NAME_VALUE - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Schema File name format.
SERVICE - Static variable in interface org.gvsig.tools.library.Library.TYPE
 
Service - Interface in org.gvsig.tools.service
A service.
SERVICE_LOADER_NAME - Static variable in class org.gvsig.tools.ToolsLocator
 
ServiceException - Exception in org.gvsig.tools.service
Service related parent exception.
ServiceException(String, String, long) - Constructor for exception org.gvsig.tools.service.ServiceException
 
ServiceException(String, Throwable, String, long) - Constructor for exception org.gvsig.tools.service.ServiceException
 
ServiceFactory - Interface in org.gvsig.tools.service.spi
Creates new Services and its parameters.
ServiceInitializationException - Exception in org.gvsig.tools.service
Exception thrown when there is an error while initializing a service.
ServiceInitializationException(DynObject, Throwable) - Constructor for exception org.gvsig.tools.service.ServiceInitializationException
Creates a new ServiceInitializationException with the parameters of the service being initialized.
ServiceLoader - Interface in org.gvsig.tools.util
Loads a set of instances of classes which implement or extend an interface or class.
ServiceManager - Interface in org.gvsig.tools.service.spi
Manages the registration of ServiceFactory objects and the creation of Services.
ServiceParametersValidationException - Exception in org.gvsig.tools.service.spi
Exception thrown when the parameters provided for a service are not valid.
ServiceParametersValidationException(DynObjectValidateException) - Constructor for exception org.gvsig.tools.service.spi.ServiceParametersValidationException
Creates a new ServiceParametersValidationException.
SET - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
set(int, Object) - Method in exception org.gvsig.tools.exception.ListBaseException
 
set(String, String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, File) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, URL) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, URI) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, int) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, long) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, double) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, float) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, boolean) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, Persistent) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, Object) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, Map) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, List) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, Iterator) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, Object[]) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, Date[]) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, String[]) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, boolean[]) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, int[]) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, long[]) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, float[]) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, double[]) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, Set) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, Boolean) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, Integer) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, Long) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, Float) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, Double) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(String, Date) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
set(int, Object) - Method in class org.gvsig.tools.persistence.impl.DelegatedList
 
set(String, String) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type String.
set(String, File) - Method in interface org.gvsig.tools.persistence.PersistentState
 
set(String, URL) - Method in interface org.gvsig.tools.persistence.PersistentState
 
set(String, URI) - Method in interface org.gvsig.tools.persistence.PersistentState
 
set(String, int) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type int.
set(String, long) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type long.
set(String, double) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type double.
set(String, float) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type float.
set(String, boolean) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type boolean.
set(String, Persistent) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type Persistent.
set(String, List) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type List.
set(String, Object[]) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type List with an array.
set(String, int[]) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type List with an array of int.
set(String, long[]) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type List with an array of long.
set(String, float[]) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type List with an array of float.
set(String, double[]) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type List with an array of double.
set(String, Date[]) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type List with an array of Date.
set(String, String[]) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type List with an array of String.
set(String, boolean[]) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type List with an array of boolean.
set(String, Set) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type Set.
set(String, Map) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type Map.
set(String, Boolean) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type Boolean.
set(String, Date) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type Date.
set(String, Integer) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type Integer.
set(String, Long) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type Long.
set(String, Float) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type Float.
set(String, Double) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type Double.
set(String, Iterator) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property of type List (like do PersistentState.set(String, List) ) filled with the values provided by a Iterator The items of the iteration must be persistence supported types instance.
set(String, Object) - Method in interface org.gvsig.tools.persistence.PersistentState
Sets a property.
setAdded(boolean) - Method in class org.gvsig.tools.library.AbstractLibrary.Required
 
setAnonymous(boolean) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
setAttribute(String, Object) - Method in interface org.gvsig.tools.operations.OperationContext
Sets an attribute
setAttributeName(String) - Method in exception org.gvsig.tools.persistence.exception.PersistenceTypeNotSupportedException
 
setAutoremove(boolean) - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
setAutoremove(boolean) - Method in interface org.gvsig.tools.task.SimpleTaskStatus
Used by the task to inform that this TaskStatus is removed from the manager automatically when the task is terminated and the manager need.
setAutoValidation(int) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
setAutoValidation(int) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Sets the validation which will be applied in PersistenceManager.getState(Object), PersistenceManager.create(PersistentState) methods.
setAvailableValues(DynObjectValueItem[]) - Method in interface org.gvsig.tools.dynobject.DynField
 
setAvailableValues(List) - Method in interface org.gvsig.tools.dynobject.DynField
 
setAvailableValues(DynObjectValueItem[]) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setAvailableValues(List) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setCalculator(PagingCalculator) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
setCanceled(boolean) - Method in interface org.gvsig.tools.task.Cancellable
Deprecated. Use CancellableTask.cancelRequest
setCancellable(boolean) - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
setCancellable(boolean) - Method in interface org.gvsig.tools.task.SimpleTaskStatus
Used by the task to inform that this task es cacellable.
setChanged() - Method in class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
Marks this DefaultObservable object as having been changed; the hasChanged method will now return true.
setClassOfItems(Class) - Method in interface org.gvsig.tools.dynobject.DynField
If field type is List, Set or Map, this class is the class of items.
setClassOfItems(Class) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setClassOfValue(Class) - Method in interface org.gvsig.tools.dynobject.DynField
Sets the class used for the values of the field.
setClassOfValue(Class) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setCode(long) - Method in exception org.gvsig.tools.exception.BaseException
Sets the exception's code.
setCode(long) - Method in exception org.gvsig.tools.exception.BaseRuntimeException
Sets the exception's code.
setCoercion(DataTypesManager.Coercion) - Method in interface org.gvsig.tools.dataTypes.DataType
 
setCoercion(int, DataTypesManager.Coercion) - Method in interface org.gvsig.tools.dataTypes.DataTypesManager
 
setCoercion(DataTypesManager.Coercion) - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataType
 
setCoercion(int, DataTypesManager.Coercion) - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataTypesManager
 
setCollectErrors(boolean) - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
setCollectErrors(boolean) - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
Set flag to collect errors.
setCollectExceptions(boolean) - Method in interface org.gvsig.tools.util.Caller
Set in the caller the behabior of collect al exceptions and continue calling the next callable in the list of our callables.
setCollectExceptions(boolean) - Method in class org.gvsig.tools.util.impl.DefaultCaller
 
setCurrentPage(long) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
setCurrentPage(long) - Method in class org.gvsig.tools.paging.DefaultPagingCalculator
 
setCurrentPage(long) - Method in interface org.gvsig.tools.paging.PagingCalculator
Sets the current page number (zero based), and loads the elements for that page.
setCurValue(long) - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
setCurValue(long) - Method in interface org.gvsig.tools.task.SimpleTaskStatus
Used by the task to set the current step of the task.
setDefaultCalculator(PagingCalculator.Sizeable, int) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
setDefaultDynValue(Object) - Method in interface org.gvsig.tools.dynobject.DynField
Deprecated. use instead DynField.setDefaultFieldValue(Object)
setDefaultDynValue(Object) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setDefaultFieldValue(Object) - Method in interface org.gvsig.tools.dynobject.DynField
Set the default value used for this field when a new object with this field is created.
setDefaultFieldValue(Object) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setDescription(String) - Method in interface org.gvsig.tools.dynobject.DynField
Sets the description asociated to this field.
setDescription(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
setDescription(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
setDescription(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setDescription(String) - Method in interface org.gvsig.tools.extensionpoint.ExtensionPoint
Permite actualizar la descripcion del punto de extension.
setDescription(String) - Method in class org.gvsig.tools.extensionpoint.impl.DefaultExtensionPoint
 
setDynObjectSet(DynObjectSet, int) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
setDynValue(String, Object) - Method in interface org.gvsig.tools.dynobject.DynObject
 
setDynValue(String, Object) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
setElementsType(int) - Method in interface org.gvsig.tools.dynobject.DynField
Set the type of items when the field is a container.
setElementsType(DynStruct) - Method in interface org.gvsig.tools.dynobject.DynField
Set the type of items when the field is a container.
setElementsType(int) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setElementsType(DynStruct) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setFactory(PersistenceFactory) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
setFactory(PersistenceFactory) - Method in interface org.gvsig.tools.persistence.spi.PersistentStateServices
 
setFormatString(String) - Method in exception org.gvsig.tools.exception.BaseException
Sets the format string.
setFormatString(String) - Method in exception org.gvsig.tools.exception.BaseRuntimeException
Sets the format string.
setGroup(String) - Method in interface org.gvsig.tools.dynobject.DynField
 
setGroup(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setHidden(boolean) - Method in interface org.gvsig.tools.dynobject.DynField
 
setHidden(boolean) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
SETITEM_TAG - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
set item tag name of data of Value item for list values.
SETITEM_VALUE - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Set value item format.
setLabel(String) - Method in class org.gvsig.tools.dynobject.DynObjectValueItem
 
setMandatory(boolean) - Method in interface org.gvsig.tools.dynobject.DynField
 
setMandatory(boolean) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setMaxPageSize(int) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectPagingHelper
 
setMaxPageSize(int) - Method in class org.gvsig.tools.paging.DefaultPagingCalculator
 
setMaxPageSize(int) - Method in interface org.gvsig.tools.paging.PagingCalculator
Sets the current maximum number of elements per page.
setMaxValue(Object) - Method in interface org.gvsig.tools.dynobject.DynField
 
setMaxValue(Object) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setMessageKey(String) - Method in exception org.gvsig.tools.exception.BaseException
Sets the property messageKey.
setMessageKey(String) - Method in exception org.gvsig.tools.exception.BaseRuntimeException
Sets the property messageKey.
setMinValue(Object) - Method in interface org.gvsig.tools.dynobject.DynField
 
setMinValue(Object) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setName(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClassName
 
setNamespace(String) - Method in interface org.gvsig.tools.dynobject.DynClassName
Sets the namespace of the DynClass.
setNamespace(String) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
setNamespace(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
setNamespace(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClassName
 
setNull(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
setNull(String) - Method in interface org.gvsig.tools.persistence.PersistentState
 
setOrder(int) - Method in interface org.gvsig.tools.dynobject.DynField
 
setOrder(int) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setParametersDynClass(DynClass) - Method in class org.gvsig.tools.service.spi.AbstractProviderFactory
Sets the DynClass of the parameters for this factory Providers.
setParametersDynClass(DynClass) - Method in class org.gvsig.tools.service.spi.AbstractServiceFactory
Sets the DynClass of the parameters for this factory Services.
setPersistent(boolean) - Method in interface org.gvsig.tools.dynobject.DynField
Sets if the field must be persisted or not.
setPersistent(boolean) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setProviderServices(ProviderServices) - Method in class org.gvsig.tools.service.spi.AbstractProvider
 
setProviderServices(ProviderServices) - Method in interface org.gvsig.tools.service.spi.Provider
 
setRangeOfValues(long, long) - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
setRangeOfValues(long, long) - Method in interface org.gvsig.tools.task.SimpleTaskStatus
Used by the task to set the value for min and max steps of the task.
setReadOnly(boolean) - Method in interface org.gvsig.tools.dynobject.DynField
Sets if the field is readOnly or not.
setReadOnly(boolean) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setRootId(PersistentIdentifier) - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
setRootId(PersistentIdentifier) - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
 
setService(Service) - Method in class org.gvsig.tools.service.spi.AbstractProviderServices
 
setSubtype(String) - Method in interface org.gvsig.tools.dynobject.DynField
Strings used as subtype for this field.
setSubtype(String) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setTheClassName(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
setTheClassName(String) - Method in interface org.gvsig.tools.persistence.spi.PersistentStateServices
 
setTheTypeOfAvailableValues(int) - Method in interface org.gvsig.tools.dynobject.DynField
Deprecated. don't use, set minValue/maxValue and availableValues instead
setTheTypeOfAvailableValues(int) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setTitle(String) - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
setTitle(String) - Method in interface org.gvsig.tools.task.SimpleTaskStatus
Used by the task to set the title associated to the task.
setTittle(String) - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
setTittle(String) - Method in interface org.gvsig.tools.task.SimpleTaskStatus
Deprecated. @see SimpleTaskStatus.setTitle(String)
setTranslator(ExceptionTranslator) - Static method in exception org.gvsig.tools.exception.BaseException
Sets the property translator.
setTranslator(Object) - Static method in exception org.gvsig.tools.exception.BaseException
 
setType(int) - Method in interface org.gvsig.tools.dynobject.DynField
Sets the type of the field.
setType(DataType) - Method in interface org.gvsig.tools.dynobject.DynField
 
setType(int) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setType(DataType) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setValidateElements(boolean) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
setValue(Object) - Method in class org.gvsig.tools.dynobject.DynObjectValueItem
 
setValue(String, Object) - Method in exception org.gvsig.tools.evaluator.EvaluatorException
 
setValue(String, Object) - Method in exception org.gvsig.tools.exception.BaseException
 
setValue(String, Object) - Method in exception org.gvsig.tools.exception.BaseRuntimeException
 
setValue(String, Object) - Method in exception org.gvsig.tools.operations.OperationException
 
setValue(String, Object) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistentState
 
setValue(String, Object) - Method in interface org.gvsig.tools.persistence.spi.PersistentStateServices
 
setXmlPullParserFactoryClassNames(String) - Method in class org.gvsig.tools.ToolsLocator
Sets a comma separated list of XmlPullParserFactory, XmlPullParser or XmlSerializer implementations to be used.
SimplePersistenceFactory - Class in org.gvsig.tools.persistence.impl
 
SimpleTaskStatus - Interface in org.gvsig.tools.task
 
size() - Method in exception org.gvsig.tools.exception.ListBaseException
 
size() - Method in class org.gvsig.tools.persistence.impl.DelegatedCollection
 
size() - Method in class org.gvsig.tools.persistence.impl.DelegatedMap
 
size() - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
size() - Method in interface org.gvsig.tools.undo.command.UndoRedoCommandStack
 
startComplex(String) - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
startComplex(String) - Method in interface org.gvsig.tools.undo.command.UndoRedoCommandStack
 
STATE_END - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
State item end format.
STATE_ID_ATTR - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
State id attribute name
STATE_START - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
State item start format.
STATES_END - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
States item end
STATES_START - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
States item start
STATES_TAG - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
States tag name
STRING - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
subList(int, int) - Method in exception org.gvsig.tools.exception.ListBaseException
 
subList(int, int) - Method in class org.gvsig.tools.persistence.impl.DelegatedList
 
SUBTYPE_DATE - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
SUBTYPE_FILE - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
SUBTYPE_FOLDER - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 

T

taskStatus - Variable in class org.gvsig.tools.task.AbstractMonitorableTask
 
TaskStatus - Interface in org.gvsig.tools.task
 
TASKSTATUS_MANAGER_NAME - Static variable in class org.gvsig.tools.ToolsLocator
 
TaskStatusManager - Interface in org.gvsig.tools.task
 
terminate() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
terminate() - Method in interface org.gvsig.tools.task.SimpleTaskStatus
Used by the task to inform that it has terminated without errors.
TIME - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
TIMESTAMP - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
title - Variable in class org.gvsig.tools.task.impl.BaseTaskStatus
 
toArray() - Method in exception org.gvsig.tools.exception.ListBaseException
 
toArray(Object[]) - Method in exception org.gvsig.tools.exception.ListBaseException
 
toArray() - Method in class org.gvsig.tools.persistence.impl.DelegatedCollection
 
toArray(Object[]) - Method in class org.gvsig.tools.persistence.impl.DelegatedCollection
 
ToolsLibrary - Class in org.gvsig.tools
Tools library initialization.
ToolsLibrary() - Constructor for class org.gvsig.tools.ToolsLibrary
 
ToolsLocator - Class in org.gvsig.tools
 
toString() - Method in class org.gvsig.tools.dataTypes.impl.DefaultDataType
 
toString() - Method in class org.gvsig.tools.dispose.impl.DefaultDisposableInfo
 
toString() - Method in class org.gvsig.tools.dynobject.DynObjectValueItem
 
toString() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
toString() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClassName
 
toString() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
toString() - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
toString() - Method in exception org.gvsig.tools.exception.BaseRuntimeException
 
toString() - Method in class org.gvsig.tools.library.AbstractLibrary.Required
 
toString() - Method in class org.gvsig.tools.library.AbstractLibrary
 
toString() - Method in class org.gvsig.tools.locator.AbstractLocator
 
toString() - Method in class org.gvsig.tools.persistence.AbstractMultiPersistenceFactory
 
toString() - Method in class org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
 
toString() - Method in class org.gvsig.tools.persistence.impl.SimplePersistenceFactory
 
toString() - Method in class org.gvsig.tools.undo.command.impl.AbstractCommand
 
touch() - Method in class org.gvsig.tools.task.impl.BaseTaskStatus
 
TYPE_BOOLEAN - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 
TYPE_DATE - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 
TYPE_DOUBLE - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 
TYPE_FILE - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 
TYPE_FLOAT - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 
TYPE_INTEGER - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 
TYPE_LIST - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 
TYPE_LONG - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 
TYPE_MAP - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 
TYPE_NULL - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 
TYPE_REFERENCE - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 
TYPE_SET - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 
TYPE_STRING - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 
TYPE_URI - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 
TYPE_URL - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 
TYPES_NUMBER - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
 

U

undo() - Method in interface org.gvsig.tools.undo.command.Command
Undoes the following undoable command.
UNDO - Static variable in interface org.gvsig.tools.undo.command.CommandNotification
The command has been undone
undo() - Method in class org.gvsig.tools.undo.command.impl.CompoundCommand
 
undo() - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
undo(int) - Method in class org.gvsig.tools.undo.command.impl.DefaultUndoRedoCommandStack
 
undo() - Method in interface org.gvsig.tools.undo.UndoRedoStack
Undoes the following undoable elements.
undo(int) - Method in interface org.gvsig.tools.undo.UndoRedoStack
Undoes a number of the following undoable elements.
UndoException - Exception in org.gvsig.tools.undo
Exception thrown when there is an error while performing an undo.
UndoException(UndoRedoInfo) - Constructor for exception org.gvsig.tools.undo.UndoException
Creates a new exception of an error while performing an undo operation.
UndoException(UndoRedoInfo, Throwable) - Constructor for exception org.gvsig.tools.undo.UndoException
Creates a new exception of an error while performing an undo operation.
UndoRedoCommandStack - Interface in org.gvsig.tools.undo.command
 
UndoRedoInfo - Interface in org.gvsig.tools.undo
Information about a undoable or redoable element.
UndoRedoStack - Interface in org.gvsig.tools.undo
An Stack of Undo/Redo operations.
UNKNOW_ATTRIBUTE - Static variable in exception org.gvsig.tools.persistence.exception.PersistenceTypeNotSupportedException
 
UNKNOWN - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
unregisterClass(Class) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
unregisterClass(String) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
unregisterClass(Class) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Unregister a registered class from the manager.
unregisterClass(String) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Unregister a registered java class from the manager.
unregisterFactory(PersistenceFactory) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
unregisterFactory(PersistenceFactory) - Method in interface org.gvsig.tools.persistence.PersistenceManager
 
update(DynObject) - Method in interface org.gvsig.tools.dynobject.DynObjectSet
Updates a DynObject from this set.
update(DynObject) - Method in class org.gvsig.tools.dynobject.impl.MultiDynObjectSet
 
update(Observable, Object) - Method in interface org.gvsig.tools.observer.Observer
 
update(PersistentContextServices.ObjectReference) - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
update(PersistentContextServices.ObjectReference) - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
Update the object referenced by ref, recreating it with this state,
update(TaskStatus) - Method in class org.gvsig.tools.task.impl.DefaultTaskStatusManager
 
update(TaskStatus) - Method in interface org.gvsig.tools.task.TaskStatusManager
Inform to the manager that this task status has changed.
UPDATE - Static variable in interface org.gvsig.tools.undo.UndoRedoInfo
 
updateDate() - Method in class org.gvsig.tools.undo.command.impl.AbstractCommand
 
URI - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 
URL - Static variable in interface org.gvsig.tools.dataTypes.DataTypes
 

V

VALID_TAG_PATTERN - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Pattern matches with valid xml item names (tag name)
VALID_VALUE_PATTERN - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Pattern matches with valid xml item text values (text content between tag)
validate(Object) - Method in interface org.gvsig.tools.dynobject.DynField
Validate that the value match the properties of the field.
validate(DynObject) - Method in interface org.gvsig.tools.dynobject.DynObjectManager
 
validate(DynObject) - Method in interface org.gvsig.tools.dynobject.DynStruct
 
validate(DynObject) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynClass
 
validate(Object) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynField
 
validate(DynObject) - Method in class org.gvsig.tools.dynobject.impl.DefaultDynObjectManager
 
validate(PersistentState, int) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
validate(int) - Method in class org.gvsig.tools.persistence.impl.DefaultPersistentContext
 
validate(PersistentState, int) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Validates persistent state by using the corresponding registered attribute definition.
validate(int) - Method in interface org.gvsig.tools.persistence.spi.PersistentContextServices
Validate al statetes en the context.
validateAll(PersistentState, int) - Method in class org.gvsig.tools.persistence.impl.AbstractPersistenceManager
 
validateAll(PersistentState, int) - Method in interface org.gvsig.tools.persistence.PersistenceManager
Validates all persistent state related to the state by using the corresponding registered attribute definition.
VALUE_ITEM - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Value format.
VALUE_ITEM_GENERIC - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Value format for generic (when name of value is not a valid xml tag name).
VALUE_TAG - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Value item tag name for generic (when name of value is not a valid xml tag name)
VALUE_TYPE_ATTR - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
type attribute name for value item
values - Variable in class org.gvsig.tools.dynobject.impl.DefaultDynObject
 
values - Variable in exception org.gvsig.tools.evaluator.EvaluatorException
 
values() - Method in exception org.gvsig.tools.evaluator.EvaluatorException
 
values() - Method in exception org.gvsig.tools.exception.BaseException
 
values() - Method in exception org.gvsig.tools.exception.BaseRuntimeException
 
values() - Method in exception org.gvsig.tools.locator.LocatorReferenceException
 
values - Variable in exception org.gvsig.tools.operations.OperationException
 
values() - Method in exception org.gvsig.tools.operations.OperationException
 
values() - Method in exception org.gvsig.tools.persistence.exception.FieldNotDeclaredException
 
values() - Method in exception org.gvsig.tools.persistence.exception.PersistenceIdentifierException
 
values() - Method in exception org.gvsig.tools.persistence.exception.PersistenceTypeNotSupportedException
 
values() - Method in class org.gvsig.tools.persistence.impl.DelegatedMap
 
values() - Method in exception org.gvsig.tools.persistence.impl.exception.PersistenceDomainNotRegisterdException
 
values() - Method in exception org.gvsig.tools.persistence.impl.exception.PersistenceIDNotLoadedException
 
values() - Method in exception org.gvsig.tools.persistence.impl.exception.PersistenceInvalidDomainNameException
 
values() - Method in exception org.gvsig.tools.persistence.impl.exception.PersistenceInvalidPropertyNameException
 
values() - Method in exception org.gvsig.tools.persistence.impl.exception.PersistenceReferenceIDConflitException
 
values() - Method in exception org.gvsig.tools.persistence.impl.exception.PersistenceUnsuportedMapKeyTypeException
 
values() - Method in exception org.gvsig.tools.persistence.impl.exception.PersistenceValidateMissingDefinitionException
 
values() - Method in exception org.gvsig.tools.persistence.impl.exception.PersistenceValueNotFoundException
 
values() - Method in exception org.gvsig.tools.undo.RedoException
 
values() - Method in exception org.gvsig.tools.undo.UndoException
 
version() - Method in class org.gvsig.tools.persistence.xml.XMLPersistenceManager
 
VERSION_TAG - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Persistence library version tag name
VERSION_VALUE - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
Persistence library version item format.
visit(Object) - Method in interface org.gvsig.tools.visitor.Visitor
Visits one of the objects provided by a Visitable.
Visitable - Interface in org.gvsig.tools.visitor
Interface for containers which are able to provide each of its values to a given Visitor.
VisitCanceledException - Exception in org.gvsig.tools.visitor
Exception thrown when a visit of a Visitor is cancelled.
VisitCanceledException() - Constructor for exception org.gvsig.tools.visitor.VisitCanceledException
Creates a new VisitCanceledException.
VisitCanceledException(Throwable) - Constructor for exception org.gvsig.tools.visitor.VisitCanceledException
Creates a new VisitCanceledException with a cause.
Visitor - Interface in org.gvsig.tools.visitor
Interface for objects which are able to visit a Visitable object.

W

WeakReferencingObservable - Interface in org.gvsig.tools.observer
 
write(PersistentStateServices, OutputStream) - Method in class org.gvsig.tools.persistence.xml.XMLPersistentStateWriter
 
write(PersistentStateServices, OutputStream, Map) - Method in class org.gvsig.tools.persistence.xml.XMLPersistentStateWriter
 

X

XML_HEADER - Static variable in interface org.gvsig.tools.persistence.xml.XMLPersistentConstants
XML Header fomat.
XMLPersistenceLibrary - Class in org.gvsig.tools.persistence.xml
 
XMLPersistenceLibrary() - Constructor for class org.gvsig.tools.persistence.xml.XMLPersistenceLibrary
 
XMLPersistenceManager - Class in org.gvsig.tools.persistence.xml
 
XMLPersistenceManager() - Constructor for class org.gvsig.tools.persistence.xml.XMLPersistenceManager
 
XMLPersistentConstants - Interface in org.gvsig.tools.persistence.xml
 
XMLPersistentStateReader - Class in org.gvsig.tools.persistence.xml
 
XMLPersistentStateReader(XMLPersistenceManager) - Constructor for class org.gvsig.tools.persistence.xml.XMLPersistentStateReader
 
XMLPersistentStateWriter - Class in org.gvsig.tools.persistence.xml
 
XMLPersistentStateWriter(XMLPersistenceManager) - Constructor for class org.gvsig.tools.persistence.xml.XMLPersistentStateWriter
 
XSD_ATTRUBUTE_MANDATORY_VALUE - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
attribute name attribute type (use ZipXMLSchemaConstants.XSD_ATTRUBUTE_TYPE_INTEGER, ZipXMLSchemaConstants.XSD_ATTRUBUTE_TYPE_LONG, ZipXMLSchemaConstants.XSD_ATTRUBUTE_TYPE_STRING, etc.. )
XSD_ATTRUBUTE_TYPE_ARRAY - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_ARRAY_NOTNULL - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_BOOLEAN - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_BOOLEAN_NOTNULL - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_DATE - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_DATE_NOTNULL - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_DOUBLE - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_DOUBLE_NOTNULL - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_FLOAT - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_FLOAT_NOTNULL - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_INTEGER - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_INTEGER_NOTNULL - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_LIST - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_LIST_NOTNULL - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_LONG - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_LONG_NOTNULL - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_MAP - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_MAP_NOTNULL - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_NULL - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_OBJECT - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_OBJECT_NOTNULL - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_SET - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_SET_NOTNULL - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_STRING - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_TYPE_STRING_NOTNULL - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_ATTRUBUTE_VALUE - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
attribute name attribute type (use ZipXMLSchemaConstants.XSD_ATTRUBUTE_TYPE_INTEGER, ZipXMLSchemaConstants.XSD_ATTRUBUTE_TYPE_LONG, ZipXMLSchemaConstants.XSD_ATTRUBUTE_TYPE_NULL, etc.. )
XSD_END - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_END_CLASS - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
 
XSD_HEAD_VALUE - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
domain name domain URL
XSD_IMPORT_SCHEMA_VALUE - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
domain name domain URL
XSD_START_CLASS_VALUE - Static variable in interface org.gvsig.tools.persistence.xml.ZipXMLSchemaConstants
class name

Z

ZipXMLPersistenceManager - Class in org.gvsig.tools.persistence.xml
 
ZipXMLPersistenceManager() - Constructor for class org.gvsig.tools.persistence.xml.ZipXMLPersistenceManager
 
ZipXMLPersistenceManager.CantGenerateXMLSchemaForDefinitionException - Exception in org.gvsig.tools.persistence.xml
 
ZipXMLPersistenceManager.CantGenerateXMLSchemaForDomainException - Exception in org.gvsig.tools.persistence.xml
 
ZipXMLPersistenceManager.CantSaveStateException - Exception in org.gvsig.tools.persistence.xml
 
ZipXMLSchemaConstants - Interface in org.gvsig.tools.persistence.xml
 

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

Copyright © 2004-2011 gvSIG. All Rights Reserved.