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

I

IAccessHandler - Interface in de.intarsys.tools.reflect
An object supporting handling reflective access to fields of a delegate.
IAccessHandlerAccessibility - Interface in de.intarsys.tools.reflect
An object supporting handling reflective calls to fields of a delegate.
IAccessSupport - Interface in de.intarsys.tools.reflect
An object supporting reflective calls to its fields.
IAccessSupportAccessibility - Interface in de.intarsys.tools.reflect
An object supporting reflective calls to its fields.
IActivateDeactivate - Interface in de.intarsys.tools.component
Component lifecycle feature.
IAdapterFactory<B> - Interface in de.intarsys.tools.adapter
A factory instance that can create an adapter object of type clazz on behalf of the object object.
IAdapterOutlet - Interface in de.intarsys.tools.adapter
The outlet, supporting multiple IAdapterFactory instances.
IAdapterSupport - Interface in de.intarsys.tools.adapter
An object that is able to be adapted to another type.
IArgs - Interface in de.intarsys.tools.functor
The arguments for executing an IFunctor implementation.
IArgs.IBinding - Interface in de.intarsys.tools.functor
A binding between an index or name and a value in an IArgs object.
IArgsConfigurable - Interface in de.intarsys.tools.functor
An object that supports configuration by an IArgs instance.
IArgsConfigurator - Interface in de.intarsys.tools.functor
An object that supports configuration of a target object using an IArgs instance.
IArgumentDeclaration - Interface in de.intarsys.tools.functor
The declaration for an argument to an IFunctorCall.
IAttachmentSupport - Interface in de.intarsys.tools.attachment
An object that natively supports attachments.
IAttributeSupport - Interface in de.intarsys.tools.attribute
This interface declares support for "generic attributes".
IAuthenticationHandler - Interface in de.intarsys.aaa.authentication
The authentication strategy.
IAuthenticationHandlerFactory - Interface in de.intarsys.aaa.authentication
A factory for an IAuthenticationHandler.
IBasicAccessSupport - Interface in de.intarsys.tools.reflect
An object supporting reflective get operations.
IBasicInvocationSupport - Interface in de.intarsys.tools.reflect
An object supporting reflective method calls This is a basic support interface used in ObjectTools to support reflective operations.
IBasicRegistrySupport - Interface in de.intarsys.tools.reflect
An object supporting reflective registry operations.
IBeanContainer - Interface in de.intarsys.tools.bean
A container for bean POJO's
IBeanProxy - Interface in de.intarsys.tools.bean
 
ICharsetAccess - Interface in de.intarsys.tools.charset
 
ICharsetSupport - Interface in de.intarsys.tools.charset
 
IClass - Interface in de.intarsys.tools.objectmodel
The abstraction of a class in this object model.
IClassLoaderAccess - Interface in de.intarsys.tools.reflect
An interface indicating support for complete access (get and set) to a ClassLoader.
IClassLoaderSupport - Interface in de.intarsys.tools.reflect
An interface indicating support for getting a ClassLoader.
IClassRegistry - Interface in de.intarsys.tools.objectmodel
The abstraction of a "repository" of available IClass instances.
IClassSelector - Interface in de.intarsys.tools.objectmodel
A unique identifier for an IClass instance.
IComponentProvider<C,T> - Interface in de.intarsys.tools.ui
An object that can publish itself as a concrete toolkit component.
IContextSupport - Interface in de.intarsys.tools.component
Component lifecycle feature.
IConverter<S,T> - Interface in de.intarsys.tools.converter
The interface for a converter object.
IConverterRegistry - Interface in de.intarsys.tools.converter
The registry for all IConverter instances.
ICredential - Interface in de.intarsys.tools.authenticate
 
ICredentialProvider - Interface in de.intarsys.tools.authenticate
Provide any type of credentials needed for authentication.
ICryptdec - Interface in de.intarsys.tools.crypto
En/Decrypt data.
ID - Static variable in class de.intarsys.tools.event.ActivatedEvent
 
ID - Static variable in class de.intarsys.tools.event.AttributeChangedEvent
 
ID - Static variable in class de.intarsys.tools.event.CancelEvent
 
ID - Static variable in class de.intarsys.tools.event.CancelRequestedEvent
 
ID - Static variable in class de.intarsys.tools.event.CreatedEvent
 
ID - Static variable in class de.intarsys.tools.event.DeactivatedEvent
 
ID - Static variable in class de.intarsys.tools.event.DestroyedEvent
 
ID - Static variable in class de.intarsys.tools.event.Event
 
ID - Static variable in class de.intarsys.tools.event.OkEvent
 
ID - Static variable in class de.intarsys.tools.event.OkRequestedEvent
 
ID - Static variable in class de.intarsys.tools.event.ResumedEvent
 
ID - Static variable in class de.intarsys.tools.event.SelectionEvent
 
ID - Static variable in class de.intarsys.tools.event.StartedEvent
 
ID - Static variable in class de.intarsys.tools.event.StoppedEvent
 
ID - Static variable in class de.intarsys.tools.event.StopRequestedEvent
 
ID - Static variable in class de.intarsys.tools.event.SuspendedEvent
 
ID - Static variable in class de.intarsys.tools.objectmodel.InvokeAccept
 
ID - Static variable in class de.intarsys.tools.objectmodel.InvokeIntercept
 
ID - Static variable in class de.intarsys.tools.preferences.PreferencesChangeEvent
 
ID - Static variable in class de.intarsys.tools.reflect.InvokeAccept
 
ID - Static variable in class de.intarsys.tools.reflect.InvokeIntercept
 
ID_ALL - Static variable in class de.intarsys.tools.event.Event
 
IDeclaration - Interface in de.intarsys.tools.functor
A declaration allows to modify the state and or behavior of an IFunctorCall.
IDeclarationBlock - Interface in de.intarsys.tools.functor
A group of IDeclarationElement instances.
IDeclarationElement - Interface in de.intarsys.tools.functor
A concrete named declaration.
IDeclarationSupport - Interface in de.intarsys.tools.functor
An object that may have declarations.
IDeserializer - Interface in de.intarsys.tools.serialize
An IDeserializer can deserialize an object from its current state.
IDigest - Interface in de.intarsys.tools.digest
A digital "fingerprint" for a piece of data.
IDigestCodec - Interface in de.intarsys.tools.digest
 
IDigestEnvironment - Interface in de.intarsys.tools.digest
Factory methods for IDigest and IDigester.
IDigester - Interface in de.intarsys.tools.digest
Computes an IDigest (hash value) for the provided data.
IDirectTagHandler - Interface in de.intarsys.tools.reader
 
IDisposable - Interface in de.intarsys.tools.component
This interface declares that the object must be disposed at the end of its lifecycle in order to get all resources released.
IDumpObject - Interface in de.intarsys.tools.logging
 
IElementConfigurable - Interface in de.intarsys.tools.dom
An object that supports configuration by an Element instance.
IElementConfigurator - Interface in de.intarsys.tools.dom
An object that supports configuration of a target object using an Element instance.
IElementSerializable - Interface in de.intarsys.tools.dom
An object that supports serialization to an Element instance.
IElementSerializationHandler - Interface in de.intarsys.tools.dom
An object that supports serialization of a target object to an Element instance.
IExceptionHandler - Interface in de.intarsys.tools.component
An object that handles exceptions.
IFacade - Interface in de.intarsys.tools.facade
An object hiding the real implementation object
IFacadeFactory - Interface in de.intarsys.tools.facade
A factory for IFacade instances to an Object.
IFacadeSupport - Interface in de.intarsys.tools.facade
An object that is able to create its own IFacade.
IFactory<T> - Interface in de.intarsys.tools.factory
 
IFactorySupport - Interface in de.intarsys.tools.factory
 
IField - Interface in de.intarsys.tools.objectmodel
The abstraction of a "field" or "attribute" member in an IClass.
IFieldHandler - Interface in de.intarsys.tools.reflect
An object able to access a field within a delegate
IFieldHandlerAccessibility - Interface in de.intarsys.tools.reflect
An object able to access a field within a delegate
IFileEnvironment - Interface in de.intarsys.tools.environment.file
An object describing the process / VM file system context.
IFunctor<T> - Interface in de.intarsys.tools.functor
An iconified behavior.
IFunctorCall - Interface in de.intarsys.tools.functor
An object representing the actual call of an IFunctor.
IFunctorCallFactory - Interface in de.intarsys.tools.functor
A factory for IFunctorCall objects.
IFunctorFactory<T,F extends IFunctor<T>> - Interface in de.intarsys.tools.functor
A factory for IFunctor objects.
IFunctorHandler - Interface in de.intarsys.tools.functor
An object that supports execution of functors.
IFunctorOutlet - Interface in de.intarsys.tools.functor
 
IFunctorRegistry - Interface in de.intarsys.tools.functor
A registry for accessing IFunctor instances.
IHandlerFactory - Interface in de.intarsys.tools.logging
 
IInitializeable - Interface in de.intarsys.tools.component
Component lifecycle feature.
IInstantiable - Interface in de.intarsys.tools.component
This interface declares the ability of a dynamically loaded component to be instantiated.
IInvocationHandler - Interface in de.intarsys.tools.reflect
An object that supports handling reflective calls to the methods of a delegate.
IInvocationHandlerAccessibility - Interface in de.intarsys.tools.reflect
An object that supports handling reflective calls to the behavior of a delegate.
IInvocationSupport - Interface in de.intarsys.tools.reflect
An object supporting reflective access to its methods.
IInvocationSupportAccessibility - Interface in de.intarsys.tools.reflect
An object supporting reflective access to its methods.
ILiteralResult - Interface in de.intarsys.tools.result
An IResult holding the literal value od the result.
ILocationProvider - Interface in de.intarsys.tools.reader
An interface describing the ability to provide information about the current context into a data stream.
ILocator - Interface in de.intarsys.tools.locator
The locator specifies the physical location of a resource.
ILocatorFactory - Interface in de.intarsys.tools.locator
A factory for ILocator objects.
ILocatorNameFilter - Interface in de.intarsys.tools.locator
ILocatorNameFilter objects can filter ILocator objects when listing their children.
ILocatorOutlet - Interface in de.intarsys.tools.locator
 
ILocatorSupport - Interface in de.intarsys.tools.locator
Indicate support for locating the receivers resource physically.
ILock - Interface in de.intarsys.tools.locking
 
ILockLevel - Interface in de.intarsys.tools.locking
 
ILockStrategy - Interface in de.intarsys.tools.locking
 
ILockSupport - Interface in de.intarsys.tools.locking
 
ILogConfigurator - Interface in de.intarsys.tools.logging
Classes implementing this interface can be used in conjunction with the singleton LogConfigurator to configure Logger instances created by the class LogTools.
IMember - Interface in de.intarsys.tools.objectmodel
An abstraction for any member within an IClass.
IMessageBundleAccess - Interface in de.intarsys.tools.message
An interface indicating support for assigning a MessageBundle.
IMessageBundleSupport - Interface in de.intarsys.tools.message
An interface indicating support for accessing a MessageBundle.
IMetaInfoSupport - Interface in de.intarsys.tools.component
This interface declares the components ability to provide meta information.
IMethod - Interface in de.intarsys.tools.objectmodel
The abstraction of a "method" or "function" within an IClass.
IMethodHandler - Interface in de.intarsys.tools.reflect
An object able to access a method within a delegate
IMethodHandlerAccessibility - Interface in de.intarsys.tools.reflect
An object able to access a method within a delegate
IMimeTypeSupport - Interface in de.intarsys.tools.mime
 
IMonitor - Interface in de.intarsys.tools.monitor
A monitor allows "monitoring" events along thread as a sequence of samples.
IMonitorRegistry - Interface in de.intarsys.tools.monitor
A registry for IMonitor instances.
importPreferences(IPreferences, IPreferences) - Static method in class de.intarsys.tools.preferences.PreferencesTools
 
INamedFunctor - Interface in de.intarsys.tools.functor
An IFunctor that can be identified via a unique id.
increment() - Method in class de.intarsys.tools.monitor.Counter
 
increment(int) - Method in class de.intarsys.tools.number.NumberInstance
 
increment(int) - Method in class de.intarsys.tools.number.NumberInterval
 
increment(int) - Method in class de.intarsys.tools.number.NumberList
 
increment(int) - Method in class de.intarsys.tools.number.NumberWrapper
 
INDENT - Static variable in class de.intarsys.tools.logging.LogTools
 
indexOf(byte[], int, int, byte[], int, int, int) - Static method in class de.intarsys.tools.collection.ByteArrayTools
Search index of pattern in source.
init() - Method in class de.intarsys.tools.logging.LogHandlerSwitcher
 
initializeAfterConstruction() - Method in interface de.intarsys.tools.component.IInitializeable
Initialize the components state.
initializeAfterCreation() - Method in interface de.intarsys.tools.component.IInitializeable
Initialize the components state.
INodeHandler - Interface in de.intarsys.tools.tree
This strategy object allows modification of a CommonNode behavior if it is not appropriate to create a subclass of its own.
INotificationListener - Interface in de.intarsys.tools.event
Called to inform a listener about an event occurrence.
INotificationObserver<M extends INotificationSupport> - Interface in de.intarsys.tools.event
An object that observes another.
INotificationSupport - Interface in de.intarsys.tools.event
The implementor supports registration of INotificationListener objects to be informed about events.
insert(Object, Object) - Method in class de.intarsys.tools.reflect.CollectionRelationHandler
 
insert(Object, Object) - Method in class de.intarsys.tools.reflect.GenericRelationHandler
 
insert(Object, Object) - Method in interface de.intarsys.tools.reflect.IRelationHandler
Add a new object to the association in owner.
insert(Object, Object) - Method in class de.intarsys.tools.reflect.MapRelationHandler
 
insert(Object, String, Object) - Static method in class de.intarsys.tools.reflect.ObjectTools
Insert value in the relation field name in object.
insert(Object, Object) - Method in class de.intarsys.tools.reflect.ReflectionRelationHandler
 
insert(Object, Object) - Method in class de.intarsys.tools.reflect.RelationHandlerAdapter
 
insertCellValue(int, int, byte) - Method in class de.intarsys.tools.hex.HexData
 
Install - Class in de.intarsys.tools.installresource
Abstract superclass for implementing file resource deployment behavior.
Install(String, String, boolean) - Constructor for class de.intarsys.tools.installresource.Install
 
InstallFile - Class in de.intarsys.tools.installresource
An abstraction to access a single file to be deployed along with the application via the class loader.
InstallFile(String, String, boolean) - Constructor for class de.intarsys.tools.installresource.InstallFile
 
InstallFileList - Class in de.intarsys.tools.installresource
An abstraction to access a directory structure to be deployed along with the application via the class loader.
InstallFileList(String, String, boolean) - Constructor for class de.intarsys.tools.installresource.InstallFileList
 
InstallZip - Class in de.intarsys.tools.installresource
An abstraction to access a directory structure to be deployed along with the application via classloader.
InstallZip(String, String, boolean) - Constructor for class de.intarsys.tools.installresource.InstallZip
 
IntegerAdapter - Class in de.intarsys.tools.jaxb
Convert a string to an integer, supporting decimal, hex, octal and binary formats.
IntegerAdapter() - Constructor for class de.intarsys.tools.jaxb.IntegerAdapter
 
IntegerFromBooleanConverter - Class in de.intarsys.tools.converter
Convert a Boolean to Integer
IntegerFromBooleanConverter() - Constructor for class de.intarsys.tools.converter.IntegerFromBooleanConverter
 
IntegerFromNumberConverter - Class in de.intarsys.tools.converter
Convert a Number to Integer
IntegerFromNumberConverter() - Constructor for class de.intarsys.tools.converter.IntegerFromNumberConverter
 
IntegerFromStringConverter - Class in de.intarsys.tools.converter
Convert a String to Integer
IntegerFromStringConverter() - Constructor for class de.intarsys.tools.converter.IntegerFromStringConverter
 
IntegerPrefValueHolder - Class in de.intarsys.tools.preferences
A PrefValueHolder implementation for integer typed values.
IntegerPrefValueHolder(IPreferences, String, int) - Constructor for class de.intarsys.tools.preferences.IntegerPrefValueHolder
 
InternalError - Static variable in class de.intarsys.tools.message.CommonMessage
 
InternalErrorTitle - Static variable in class de.intarsys.tools.message.CommonMessage
 
intersects(double, double, double, double) - Method in class de.intarsys.tools.geometry.TransformedShape
 
intersects(Rectangle2D) - Method in class de.intarsys.tools.geometry.TransformedShape
 
IntervalIterator - Class in de.intarsys.tools.collection
Implement an Iterator over a virtual collection of numbers defined by an interval.
IntervalIterator(Number, Number) - Constructor for class de.intarsys.tools.collection.IntervalIterator
IntervalIterator constructor .
IntHashMap - Class in de.intarsys.tools.collection
A hash map that uses primitive ints for the key rather than objects.
IntHashMap() - Constructor for class de.intarsys.tools.collection.IntHashMap
Constructs a new, empty hashtable with a default capacity and load factor, which is 20 and 0.75 respectively.
IntHashMap(int) - Constructor for class de.intarsys.tools.collection.IntHashMap
Constructs a new, empty hashtable with the specified initial capacity and default load factor, which is 0.75.
IntHashMap(int, float) - Constructor for class de.intarsys.tools.collection.IntHashMap
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
invalidate() - Method in class de.intarsys.tools.geometry.TransformedShape
 
inverseTransformRect(AffineTransform, Rectangle2D) - Static method in class de.intarsys.tools.geometry.GeometryTools
Transform a rectangle in device space to user space.
invoke(Object, IArgs) - Method in class de.intarsys.tools.functor.FunctorMethodHandler
 
invoke(Object, IArgs) - Method in class de.intarsys.tools.objectmodel.FunctorMethod
 
invoke(Object, Object, String, IArgs) - Static method in class de.intarsys.tools.objectmodel.ObjectModelTools
 
invoke(Object, String, IArgs) - Static method in class de.intarsys.tools.objectmodel.ObjectModelTools
 
invoke(Object, String, IArgs) - Method in interface de.intarsys.tools.reflect.IInvocationHandler
Make a reflective call to the method name within receiver
invoke(String, IArgs) - Method in interface de.intarsys.tools.reflect.IInvocationSupport
Make a reflective call to the method name.
invoke(Object, IArgs) - Method in interface de.intarsys.tools.reflect.IMethodHandler
Execute the implementation associated with this method in the context of the receiver and return the result.
invoke(Object, String, Object...) - Static method in class de.intarsys.tools.reflect.ObjectTools
Invoke method name in object.
invoke(String, IArgs) - Method in class de.intarsys.tools.reflect.PojoReflector
 
invoke(Object, IArgs) - Method in class de.intarsys.tools.reflect.Predicates.And
 
invoke(Object, IArgs) - Method in class de.intarsys.tools.reflect.Predicates.Not
 
invoke(Object, IArgs) - Method in class de.intarsys.tools.reflect.Predicates.Or
 
InvokeAccept - Class in de.intarsys.tools.objectmodel
An event indicating the succesful terminated invocation of a method for a receiver.
InvokeAccept(IMethod, Object, IArgs) - Constructor for class de.intarsys.tools.objectmodel.InvokeAccept
 
InvokeAccept - Class in de.intarsys.tools.reflect
An event indicating a successfully terminated invocation.
InvokeAccept(Object, String, IArgs, Object, Throwable) - Constructor for class de.intarsys.tools.reflect.InvokeAccept
 
InvokeIntercept - Class in de.intarsys.tools.objectmodel
An event indicating the upcoming invocation of a method for a receiver.
InvokeIntercept(Object, INotificationListener, IMethod, IArgs) - Constructor for class de.intarsys.tools.objectmodel.InvokeIntercept
 
invokeIntercept(Object, INotificationListener, String, IArgs) - Static method in class de.intarsys.tools.objectmodel.ObjectModelTools
 
invokeIntercept(Object, Object, INotificationListener, String, IArgs) - Static method in class de.intarsys.tools.objectmodel.ObjectModelTools
 
InvokeIntercept - Class in de.intarsys.tools.reflect
An event indicating an upcoming invocation.
InvokeIntercept(Object, String, IArgs) - Constructor for class de.intarsys.tools.reflect.InvokeIntercept
 
IOIDGenerator - Interface in de.intarsys.tools.oid
 
IOutlet - Interface in de.intarsys.tools.factory
 
IPasswordProvider - Interface in de.intarsys.tools.authenticate
A simple interface for a password provider.
IPasswordValidator - Interface in de.intarsys.tools.authenticate
A simple interface for a password validator.
IPCException - Class in de.intarsys.tools.ipc
 
IPCException(Exception) - Constructor for class de.intarsys.tools.ipc.IPCException
 
IPCHandle - Class in de.intarsys.tools.ipc
 
IPCHandle(String) - Constructor for class de.intarsys.tools.ipc.IPCHandle
 
IPCObject - Class in de.intarsys.tools.ipc
 
IPCObject() - Constructor for class de.intarsys.tools.ipc.IPCObject
 
IPCObjectFromDigestConverter - Class in de.intarsys.tools.digest
Convert an IDigest to an IPCObject format.
IPCObjectFromDigestConverter() - Constructor for class de.intarsys.tools.digest.IPCObjectFromDigestConverter
 
IPCObjectFromObjectConverter - Class in de.intarsys.tools.ipc
Convert any Object to an IPCObject format.
IPCObjectFromObjectConverter() - Constructor for class de.intarsys.tools.ipc.IPCObjectFromObjectConverter
 
IPermission - Interface in de.intarsys.aaa.permission
An iconified permission to access an IResource.
IPool - Interface in de.intarsys.tools.pool
A pool of objects.
IPoolObjectFactory - Interface in de.intarsys.tools.pool
A factory for the lifecycle management of objects in a generic pool implementation.
IPreferences - Interface in de.intarsys.tools.preferences
Yet another preferences abstraction.
IPreferencesFactory - Interface in de.intarsys.tools.preferences
A factory for IPreferences root objects.
IPreferencesSupport - Interface in de.intarsys.tools.preferences
An object that has preferences.
IPreferencesSyncher - Interface in de.intarsys.tools.preferences
An object that can be synched with its preferences.
IPresentationHandler - Interface in de.intarsys.tools.presentation
An object to provide presentation information on behalf of another.
IPresentationSupport - Interface in de.intarsys.tools.presentation
These objects can be presented by a GUI.
IPresentationSupportFactory - Interface in de.intarsys.tools.presentation
A factory to create IPresentationSupport objects for POJO's.
IPrompter - Interface in de.intarsys.tools.prompter
 
IProxy - Interface in de.intarsys.tools.proxy
An object acting as a stand-in for another object.
IRandomAccess - Interface in de.intarsys.tools.randomaccess
An interface for an object that can randomly access bytes in a data stream.
IRange - Interface in de.intarsys.tools.range
 
IRangeContext - Interface in de.intarsys.tools.range
Contextual information for resolving range declarations like "first", "last", "all" or "current".
IReferenceCounter - Interface in de.intarsys.tools.component
An object that is aware of its referents.
IRelationHandler - Interface in de.intarsys.tools.reflect
An object that can manage a relationship from an owner to a collection of associated components.
IReporter - Interface in de.intarsys.tools.reporter
An interface to report different types of information to the user.
IReporterSupport - Interface in de.intarsys.tools.reporter
An object that supports state notifications.
IResource - Interface in de.intarsys.aaa.resource
An IResource is the target of a permission check.
IResource - Interface in de.intarsys.tools.transaction
A resource involved in a transactional task.
IResourceAccessHandler - Interface in de.intarsys.aaa.resource
An IResourceAccessHandler can protect access to an IResource.
IResourceReference - Interface in de.intarsys.tools.resourcetracker
An interface for accessing a generic resource associated with a tracked Reference by the ResourceTracker.
IResourceRegistry - Interface in de.intarsys.aaa.resource
A registry for IResource instances
IResourceType<T extends IResource> - Interface in de.intarsys.tools.transaction
The type of an IResource.
IResult - Interface in de.intarsys.tools.result
An IResult is a value holder object wrapping the outcome of a computation.
IReturnTypeInfo - Interface in de.intarsys.tools.objectmodel
An executable object (like a functor or executable) holding meta information about the type of its result.
IS_PREFIX - Static variable in class de.intarsys.tools.reflect.ObjectTools
 
isAccessGranted(IResource) - Method in class de.intarsys.aaa.permission.AndPermission
 
isAccessGranted(IResource) - Method in class de.intarsys.aaa.permission.DenyPermission
 
isAccessGranted(IResource) - Method in class de.intarsys.aaa.permission.GrantPermission
 
isAccessGranted(IResource) - Method in class de.intarsys.aaa.permission.NotPermission
 
isAccessGranted(IResource) - Method in class de.intarsys.aaa.permission.OrPermission
 
isAccessGranted(IResource) - Method in class de.intarsys.aaa.permission.PermissionResourceAccessHandler
 
isAccessGranted(IResource) - Method in class de.intarsys.aaa.resource.DenyResourceAccessHandler
 
isAccessGranted(IResource) - Method in class de.intarsys.aaa.resource.GrantResourceAccessHandler
 
isAccessGranted(IResource) - Method in interface de.intarsys.aaa.resource.IResourceAccessHandler
if this handler grants access to the resource.
isActive() - Method in interface de.intarsys.tools.component.IActivateDeactivate
 
isActive() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
 
isActive() - Method in class de.intarsys.tools.logging.ThreadFilter
 
isActive() - Method in class de.intarsys.tools.monitor.NullMonitor
 
isAdministrator() - Method in interface de.intarsys.aaa.authentication.ISubject
A flag if this subject has administrative rights.
isAlwaysUnchanged() - Method in class de.intarsys.tools.locator.TransientLocator
 
ISample - Interface in de.intarsys.tools.monitor
A sample taken while the IMonitor is tracing.
isAncestor(File, File) - Static method in class de.intarsys.tools.file.FileTools
 
isAppend() - Method in class de.intarsys.tools.locator.FileLocator
 
isAppend() - Method in class de.intarsys.tools.logging.FileHandlerFactory
 
isAssignable(Class, Class) - Static method in class de.intarsys.tools.reflect.ObjectTools
 
isAsynch() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
 
isAvailable() - Method in class de.intarsys.tools.file.FileSnapshot
 
ISaveStateSupport - Interface in de.intarsys.tools.component
An object supporting state dumps.
isBase64(byte) - Static method in class de.intarsys.tools.encoding.Base64
 
isBlock() - Method in class de.intarsys.tools.functor.Declaration
 
isBlock() - Method in class de.intarsys.tools.functor.DeclarationBlock
 
isBlock() - Method in interface de.intarsys.tools.functor.IDeclaration
true if this declaration has child elements itself.
isCancelled() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
 
isChanged() - Method in class de.intarsys.tools.file.FileSnapshot
 
isCitrix() - Static method in class de.intarsys.tools.system.SystemTools
 
isComposite() - Method in class de.intarsys.tools.tlv.common.SimpleElement
 
isComposite() - Method in class de.intarsys.tools.tlv.common.TlvElement
true if this element contains TLV data itself.
isConsumed() - Method in class de.intarsys.tools.event.Event
 
IScopedPlatformPreferences - Interface in de.intarsys.tools.preferences
A interface that indicates the availability of "scoping" for a standard Java Preferences implementation.
isDefaultDefined() - Method in class de.intarsys.tools.functor.ArgumentDeclaration
 
isDefaultDefined() - Method in interface de.intarsys.tools.functor.IArgumentDeclaration
 
isDefined(String) - Method in class de.intarsys.tools.dom.ElementArgsAdapter
 
isDefined(String) - Method in class de.intarsys.tools.dom.ElementChildrenArgsAdapter
 
isDefined(String) - Method in class de.intarsys.tools.functor.Args
 
isDefined(String) - Method in class de.intarsys.tools.functor.ChainedArgs
 
isDefined() - Method in interface de.intarsys.tools.functor.IArgs.IBinding
 
isDefined(String) - Method in interface de.intarsys.tools.functor.IArgs
true if an argument named name is defined.
isDefined(String) - Method in class de.intarsys.tools.preferences.PreferencesArgs
 
isDirectory() - Method in class de.intarsys.tools.locator.ByteArrayLocator
 
isDirectory() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
 
isDirectory() - Method in class de.intarsys.tools.locator.ClassResourceLocator
 
isDirectory() - Method in class de.intarsys.tools.locator.DelegatingLocator
 
isDirectory() - Method in class de.intarsys.tools.locator.FileLocator
 
isDirectory() - Method in interface de.intarsys.tools.locator.ILocator
Answer true if the location designated by this is a directory.
isDirectory() - Method in class de.intarsys.tools.locator.LocatorByReference
 
isDirectory() - Method in class de.intarsys.tools.locator.LocatorViewport
 
isDirectory() - Method in class de.intarsys.tools.locator.NullLocator
 
isDirectory() - Method in class de.intarsys.tools.locator.StreamLocator
 
isDirectory() - Method in class de.intarsys.tools.locator.StringLocator
 
isDirectory() - Method in class de.intarsys.tools.locator.TransientLocator
 
isDirectory() - Method in class de.intarsys.tools.locator.URLLocator
 
isDirectory() - Method in class de.intarsys.tools.locator.ZipFileLocator
 
isDisposed() - Method in interface de.intarsys.tools.component.IDisposable
 
isDisposed() - Method in class de.intarsys.tools.ui.UIComponent
 
isDone() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
 
isEmpty() - Method in class de.intarsys.tools.collection.IntHashMap
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class de.intarsys.tools.collection.PartitionedMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class de.intarsys.tools.concurrent.TaskCallbackDispatcher
 
isEmpty() - Method in class de.intarsys.tools.event.EventDispatcher
 
isEmpty() - Method in class de.intarsys.tools.number.NumberInstance
 
isEmpty() - Method in class de.intarsys.tools.number.NumberInterval
 
isEmpty() - Method in class de.intarsys.tools.number.NumberList
 
isEmpty() - Method in class de.intarsys.tools.reporter.ReportDispatcher
 
isEmpty(char[]) - Static method in class de.intarsys.tools.string.StringTools
true if value is "empty" in any respect.
isEmpty(String) - Static method in class de.intarsys.tools.string.StringTools
true if value is "empty" in any respect.
isEmpty() - Method in class de.intarsys.tools.tree.DeclaredPropertiesNode
 
ISerializationFactory - Interface in de.intarsys.tools.serialize
An ISerializationFactory is responsible for the creation of ISerializer and IDeserializer instances.
ISerializationOutlet - Interface in de.intarsys.tools.serialize
An ISerializationOutlet can provide lookup for ISerializationFactory instances.
ISerializer - Interface in de.intarsys.tools.serialize
An ISerializer serializes "object" to its underlying persistence representation.
isEscape() - Method in class de.intarsys.tools.expression.TaggedStringEvaluator
 
isExtensionMatch(File, String) - Static method in class de.intarsys.tools.file.FileTools
 
isFailed() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
 
isHandlerPerAttach() - Method in class de.intarsys.tools.logging.LogHandlerSwitcher
 
IShapeWrapper - Interface in de.intarsys.tools.geometry
 
isHexDigit(char) - Static method in class de.intarsys.tools.hex.HexTools
Evaluate to true if i is a valid hex digit
isHorizontal() - Method in class de.intarsys.tools.message.TextOrientation
 
ISignatureInfo - Interface in de.intarsys.tools.objectmodel
An object holding meta information about an executable object, like for example an IFunctor or IMethod.
isIgnoreCase() - Method in class de.intarsys.tools.file.WildcardMatch
 
isIgnoreUndefinedEscape() - Method in class de.intarsys.tools.reader.UnEscapeReader
 
isInChain(Throwable, Class<?>) - Static method in class de.intarsys.tools.exception.ExceptionTools
 
isIndexed() - Method in class de.intarsys.tools.functor.Args
 
isIndexed() - Method in class de.intarsys.tools.functor.ChainedArgs
 
isIndexed() - Method in class de.intarsys.tools.preferences.PreferencesArgs
 
isInteger() - Method in class de.intarsys.tools.number.NumberParser
 
isInvokeEnabled(Object, String, IArgs) - Method in interface de.intarsys.tools.reflect.IInvocationHandlerAccessibility
true if calling the method name in receiveris currently enabled.
isInvokeEnabled(String, IArgs) - Method in interface de.intarsys.tools.reflect.IInvocationSupportAccessibility
true if calling the method name within this is currently enabled.
isInvokeEnabled(Object, IArgs) - Method in interface de.intarsys.tools.reflect.IMethodHandlerAccessibility
Query the accessibility of the implementation associated with this method in the context of the receiver.
isKnownReason(Throwable) - Static method in class de.intarsys.tools.exception.ExceptionTools
 
isLeftToRight() - Method in class de.intarsys.tools.message.TextOrientation
 
isLinux() - Static method in class de.intarsys.tools.system.SystemTools
 
isLoggable(LogRecord) - Method in class de.intarsys.tools.logging.ThreadFilter
 
isLookupProviders() - Method in class de.intarsys.tools.converter.StandardConverterRegistry
 
isLost() - Method in class de.intarsys.tools.file.FileSnapshot
 
isMac() - Static method in class de.intarsys.tools.system.SystemTools
 
isMapped() - Method in interface de.intarsys.tools.reader.IUnEscaper
 
isMapped() - Method in class de.intarsys.tools.reader.UnEscapeReader
 
isMatchSeparators() - Method in class de.intarsys.tools.file.WildcardMatch
 
isNamed() - Method in class de.intarsys.tools.functor.Args
 
isNamed() - Method in class de.intarsys.tools.functor.ChainedArgs
 
isNamed() - Method in class de.intarsys.tools.preferences.PreferencesArgs
 
isNextEnabled() - Method in class de.intarsys.tools.ui.UIWizard
 
isNumeric(String) - Static method in class de.intarsys.tools.string.StringTools
true if value seems to be a numeric value.
Iso4217 - Class in de.intarsys.tools.currency
http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html
Iso4217() - Constructor for class de.intarsys.tools.currency.Iso4217
 
ISO8601Format - Class in de.intarsys.tools.format
 
isObject(Object[]) - Method in class de.intarsys.tools.enumeration.DomainItem
 
isOutOfSynch() - Method in class de.intarsys.tools.cache.Cache
 
isOutOfSynch() - Method in interface de.intarsys.tools.component.ISynchronizable
true if the component is out of synch.
isOutOfSynch() - Method in class de.intarsys.tools.locator.ByteArrayLocator
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.ClassResourceLocator
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.DelegatingLocator
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.FileLocator
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.LocatorByReference
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.LocatorViewport
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.NullLocator
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.StreamLocator
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.StringLocator
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.TransientLocator
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.URLLocator
 
isOutOfSynch() - Method in class de.intarsys.tools.locator.ZipFileLocator
 
isPlatformDependent() - Method in class de.intarsys.tools.installresource.Install
 
isPreviousEnabled() - Method in class de.intarsys.tools.ui.UIWizard
 
isPropertyDisplay(IArgs, boolean) - Static method in class de.intarsys.tools.functor.ResultTools
 
isPropertyDisplay(IArgs, String, boolean) - Static method in class de.intarsys.tools.functor.ResultTools
 
isPropertyReturn(IArgs, boolean) - Static method in class de.intarsys.tools.functor.ResultTools
 
isPropertyReturn(IArgs, String, boolean) - Static method in class de.intarsys.tools.functor.ResultTools
 
isReadOnly() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
 
isReadOnly() - Method in class de.intarsys.tools.locator.ClassResourceLocator
 
isReadOnly() - Method in class de.intarsys.tools.locator.CommonLocator
 
isReadOnly() - Method in class de.intarsys.tools.locator.DelegatingLocator
 
isReadOnly() - Method in class de.intarsys.tools.locator.FileLocator
 
isReadOnly() - Method in interface de.intarsys.tools.locator.ILocator
true if the specified resource is read only.
isReadOnly() - Method in class de.intarsys.tools.locator.LocatorByReference
 
isReadOnly() - Method in class de.intarsys.tools.locator.LocatorViewport
 
isReadOnly() - Method in class de.intarsys.tools.locator.NullLocator
 
isReadOnly() - Method in class de.intarsys.tools.locator.ReadOnlyLocator
 
isReadOnly() - Method in class de.intarsys.tools.locator.StreamLocator
 
isReadOnly() - Method in class de.intarsys.tools.locator.StringLocator
 
isReadOnly() - Method in class de.intarsys.tools.locator.TransientLocator
 
isReadOnly() - Method in class de.intarsys.tools.locator.URLLocator
 
isReadOnly() - Method in class de.intarsys.tools.randomaccess.BufferedRandomAccess
 
isReadOnly() - Method in interface de.intarsys.tools.randomaccess.IRandomAccess
true if this is a read only data container.
isReadOnly() - Method in class de.intarsys.tools.randomaccess.RandomAccessByteArray
 
isReadOnly() - Method in class de.intarsys.tools.randomaccess.RandomAccessFile
 
isReadOnly() - Method in class de.intarsys.tools.randomaccess.RandomAccessFilter
 
isReadOnly() - Method in class de.intarsys.tools.randomaccess.RandomAccessViewport
 
isRelative() - Method in class de.intarsys.tools.monitor.Monitor
DOCUMENT ME!
isShowDate() - Method in class de.intarsys.tools.logging.SimpleFormatter
 
isShowLevel() - Method in class de.intarsys.tools.logging.SimpleFormatter
 
isShowName() - Method in class de.intarsys.tools.logging.SimpleFormatter
 
isShowSDC() - Method in class de.intarsys.tools.logging.SimpleFormatter
 
isShowThread() - Method in class de.intarsys.tools.logging.SimpleFormatter
 
isShutdown() - Method in class de.intarsys.tools.concurrent.SynchronousExecutorService
 
isShutdown() - Method in class de.intarsys.tools.concurrent.SynchronousQueuedExecutorService
 
isSingleton() - Method in class de.intarsys.tools.logging.CommonHandlerFactory
 
isStarted() - Method in class de.intarsys.tools.component.CommonStartStop
 
isStarted() - Method in interface de.intarsys.tools.component.IStartStop
Answer true if this object is started
isStarted() - Method in class de.intarsys.tools.event.LifecycleWatchdog
 
isSupported(Object) - Static method in class de.intarsys.tools.serialize.BONTools
 
isSuspended() - Method in interface de.intarsys.tools.component.ISuspendResume
 
isSwallowExceptions() - Method in class de.intarsys.tools.expression.TaggedStringEvaluator
 
isSynchSynchronous() - Method in class de.intarsys.tools.locator.ByteArrayLocator
 
isSynchSynchronous() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
 
isSynchSynchronous() - Method in class de.intarsys.tools.locator.ClassResourceLocator
 
isSynchSynchronous() - Method in class de.intarsys.tools.locator.FileLocator
 
isSynchSynchronous() - Method in class de.intarsys.tools.locator.FileLocatorFactory
 
isSynchSynchronous() - Method in class de.intarsys.tools.locator.StreamLocator
 
isSynchSynchronous() - Method in class de.intarsys.tools.locator.StringLocator
 
isSynchSynchronous() - Method in class de.intarsys.tools.locator.TransientLocator
 
isSynchSynchronous() - Method in class de.intarsys.tools.locator.URLLocator
 
IStartStop - Interface in de.intarsys.tools.component
This describes the components ability to explicitly start or stop its lifecycle.
isTerminated() - Method in class de.intarsys.tools.concurrent.SynchronousExecutorService
 
isTerminated() - Method in class de.intarsys.tools.concurrent.SynchronousQueuedExecutorService
 
isText(byte[]) - Static method in class de.intarsys.tools.file.MagicFileNumberTest
does the data contain only ISO-8819-x printable characters ?
isText(IRandomAccess) - Static method in class de.intarsys.tools.file.MagicFileNumberTest
does the data contain only ISO-8819-x printable characters ?
isTimeout(Throwable) - Static method in class de.intarsys.tools.exception.ExceptionTools
 
IStreamResult - Interface in de.intarsys.tools.result
An IResult whose content can be expressed with an ILocator.
IStringEvaluator - Interface in de.intarsys.tools.expression
Declares the ability to evaluate an expression or statement (for example "2+3" or "variable") defined in a string and return the result.
IStringEvaluatorSupport - Interface in de.intarsys.tools.expression
An object that can render itself as an IStringEvaluator.
isTypeActivity() - Method in class de.intarsys.tools.reporter.ReportEvent
 
isTypeError() - Method in class de.intarsys.tools.reporter.ReportEvent
 
isTypeMessage() - Method in class de.intarsys.tools.reporter.ReportEvent
 
isTypeProgress() - Method in class de.intarsys.tools.reporter.ReportEvent
 
isTypeStatus() - Method in class de.intarsys.tools.reporter.ReportEvent
 
ISubject - Interface in de.intarsys.aaa.authentication
The authenticated subject.
isUseTempFile() - Method in class de.intarsys.tools.locator.FileLocator
true if temp file should be used.
ISuspendResume - Interface in de.intarsys.tools.component
 
isValid(char[]) - Method in interface de.intarsys.tools.authenticate.IPasswordValidator
Check if the password provided by the user is valid.
isValid() - Method in class de.intarsys.tools.file.FileTools.Lock
 
isValidState(Object...) - Method in class de.intarsys.tools.enumeration.Domain
 
isVetoed() - Method in class de.intarsys.tools.event.Event
 
isVowel(char) - Static method in class de.intarsys.tools.string.CharacterTools
true if c is a vowel.
isWindows() - Static method in class de.intarsys.tools.file.FileTools
 
isWindows() - Static method in class de.intarsys.tools.system.SystemTools
 
isWindowsXP() - Static method in class de.intarsys.tools.system.SystemTools
 
ISynchronizable - Interface in de.intarsys.tools.component
This describes a components ability to check its consistency with any physical representation, for example a file system.
ITagSupport - Interface in de.intarsys.tools.tag
An object that natively supports tags.
ITaskListener - Interface in de.intarsys.tools.concurrent
 
ITaskListenerSupport - Interface in de.intarsys.tools.concurrent
 
iterator() - Method in class de.intarsys.tools.collection.ReverseListIterator
 
iterator() - Method in class de.intarsys.tools.number.NumberInstance
 
iterator() - Method in class de.intarsys.tools.number.NumberInterval
 
iterator() - Method in class de.intarsys.tools.number.NumberList
 
iterator() - Method in class de.intarsys.tools.tlv.common.TlvTemplate
 
IteratorEnumeration<T> - Class in de.intarsys.tools.collection
Wraps an iterator into an enumeration API.
IteratorEnumeration(Iterator<T>) - Constructor for class de.intarsys.tools.collection.IteratorEnumeration
IteratorEnumeration constructor.
ITrace - Interface in de.intarsys.tools.monitor
A trace of ISample instances for a specific IMonitor .
ITransaction - Interface in de.intarsys.tools.transaction
A transactional process.
ITransactionManager - Interface in de.intarsys.tools.transaction
The public interface for client driven transaction management.
IUIComponent<M extends INotificationSupport,C,T> - Interface in de.intarsys.tools.ui
A user interface component abstraction, acting as a mediator to a concrete window toolkit and a link between view and model layer.
IUnEscaper - Interface in de.intarsys.tools.reader
An interface for readers that can escape character sequences.
IValueHolder<T> - Interface in de.intarsys.tools.valueholder
Generic interface for objects holding references to others.
IVariableNamespace - Interface in de.intarsys.tools.variable
This defines the ability of a component to support generic key/value mappings from string to string.
IVariableNamespaces - Interface in de.intarsys.tools.variable
 

intarsys runtime library
A B C D E F G H I J K L M N O P Q R S T U V W X Z
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.