A C F G I N O P R S T V W

A

AdapterUtil - Class in net.refractions.udig.core
Methods to help manage adapters
add(T) - Method in class net.refractions.udig.core.WeakHashSet
 
addAll(Collection<? extends T>) - Method in class net.refractions.udig.core.WeakHashSet
 

C

canAdaptTo(String, Object) - Method in class net.refractions.udig.core.AdapterUtil
Determines if a class can be adapted based on its string representation.
canAdaptTo(String, Object, ClassLoader) - Method in class net.refractions.udig.core.AdapterUtil
Determines if a class can be adapted based on its string representation.
canAdaptTo(Class<T>) - Method in interface net.refractions.udig.core.IBlockingAdaptable
Returns true if this class can adapt to an object of type Class
canFix(Object, IMemento) - Method in interface net.refractions.udig.core.IFixer
Determines if the object memento can be handled by this fixer implementation.
clear() - Method in class net.refractions.udig.core.WeakHashSet
 
closeIterator(Iterator) - Method in class net.refractions.udig.core.StaticFeatureCollection
 
complete(Object) - Method in interface net.refractions.udig.core.IFixer
Informs the fixer that the fix was completed successfully.
contains(Object) - Method in class net.refractions.udig.core.WeakHashSet
 
containsAll(Collection<?>) - Method in class net.refractions.udig.core.WeakHashSet
 

F

fix(Object, IMemento) - Method in interface net.refractions.udig.core.IFixer
Performs the fix operation.

G

get(IProgressMonitor) - Method in interface net.refractions.udig.core.IBlockingProvider
 
get() - Method in interface net.refractions.udig.core.IProvider
 
get(IProgressMonitor) - Method in class net.refractions.udig.core.StaticBlockingProvider
 
get() - Method in class net.refractions.udig.core.StaticProvider
 
getAdaptable(Object) - Method in class net.refractions.udig.core.AdapterUtil
 
getAdapter(Class<T>, IProgressMonitor) - Method in interface net.refractions.udig.core.IBlockingAdaptable
The class will attempt to adapt into an object of the adapter class.
getBlockingAdapter(Object) - Method in class net.refractions.udig.core.AdapterUtil
 
getOperationTarget(String, Object, IProgressMonitor) - Method in class net.refractions.udig.core.AdapterUtil
Since the target object may not be the object that the operation actually operates on, the getOperationTarget() finds the real object and returns it or null if for some reason the operation can be performed on the target.
getOperationTarget(Class<T>, Object, IProgressMonitor) - Method in class net.refractions.udig.core.AdapterUtil
Since the target object may not be the object that the operation actually operates on, the getOperationTarget() finds the real object and returns it or null if for some reason the operation can be performed on the target.

I

IBlockingAdaptable - Interface in net.refractions.udig.core
Objects that implement this interface can adapt to other objects but require that it be done is a seperate job because the adaptation may be blocking.
IBlockingProvider<T> - Interface in net.refractions.udig.core
A generic interface for object that can be asked for a type of object.
IFixer - Interface in net.refractions.udig.core
Provides a resolution method for fixing a memento item.
instance - Static variable in class net.refractions.udig.core.AdapterUtil
 
IProvider<T> - Interface in net.refractions.udig.core
A generic interface for object that can be asked for a type of object.
isEmpty() - Method in class net.refractions.udig.core.WeakHashSet
 
iterator() - Method in class net.refractions.udig.core.WeakHashSet
 

N

net.refractions.udig.core - package net.refractions.udig.core
 
net.refractions.udig.core.enums - package net.refractions.udig.core.enums
 

O

openIterator() - Method in class net.refractions.udig.core.StaticFeatureCollection
 

P

Priority - Enum in net.refractions.udig.core.enums
Enumeration of common priorities

R

remove(Object) - Method in class net.refractions.udig.core.WeakHashSet
 
removeAll(Collection<?>) - Method in class net.refractions.udig.core.WeakHashSet
 
Resolution - Enum in net.refractions.udig.core.enums
Indicates whether a situation is resolved(fixed), unresolved or unknown.

S

size() - Method in class net.refractions.udig.core.StaticFeatureCollection
 
size() - Method in class net.refractions.udig.core.WeakHashSet
 
StaticBlockingProvider<T> - Class in net.refractions.udig.core
An implementation of a Provider that provides the reference it was constructed with.
StaticBlockingProvider(T) - Constructor for class net.refractions.udig.core.StaticBlockingProvider
 
StaticFeatureCollection - Class in net.refractions.udig.core
Converts a java.util.Collection to a FeatureCollection
StaticFeatureCollection(Collection<Feature>, FeatureType) - Constructor for class net.refractions.udig.core.StaticFeatureCollection
 
StaticProvider<T> - Class in net.refractions.udig.core
An implementation of a Provider that provides the reference it was constructed with.
StaticProvider(T) - Constructor for class net.refractions.udig.core.StaticProvider
 

T

TestResults - Enum in net.refractions.udig.core.enums
 
toArray() - Method in class net.refractions.udig.core.WeakHashSet
 
toArray(M[]) - Method in class net.refractions.udig.core.WeakHashSet
 
TransparencyRemovingVisitor - Class in net.refractions.udig.core
Removes the transparency from a style.
TransparencyRemovingVisitor() - Constructor for class net.refractions.udig.core.TransparencyRemovingVisitor
 

V

valueOf(String) - Static method in enum net.refractions.udig.core.enums.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.refractions.udig.core.enums.Resolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.refractions.udig.core.enums.TestResults
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.refractions.udig.core.enums.Priority
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum net.refractions.udig.core.enums.Resolution
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum net.refractions.udig.core.enums.TestResults
Returns an array containing the constants of this enum type, in the order they're declared.
visit(StyledLayerDescriptor) - Method in class net.refractions.udig.core.TransparencyRemovingVisitor
 

W

WeakHashSet<T> - Class in net.refractions.udig.core
A set backed onto a WeakHashMap.
WeakHashSet() - Constructor for class net.refractions.udig.core.WeakHashSet
 

A C F G I N O P R S T V W