A C F G I M 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
 
getLeft() - Method in class net.refractions.udig.core.Pair
 
getMax() - Method in class net.refractions.udig.core.MinMaxScaleCalculator
 
getMin() - Method in class net.refractions.udig.core.MinMaxScaleCalculator
 
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.
getRanges() - Method in class net.refractions.udig.core.MinMaxScaleCalculator
 
getRight() - Method in class net.refractions.udig.core.Pair
 

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 separate 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
 

M

MinMaxScaleCalculator - Class in net.refractions.udig.core
Traverses a Style and determines the min and max scale that the style is valid for.
MinMaxScaleCalculator() - Constructor for class net.refractions.udig.core.MinMaxScaleCalculator
 

N

net.refractions.udig.core - package net.refractions.udig.core
 
net.refractions.udig.core.enums - package net.refractions.udig.core.enums
 
NONE - Static variable in class net.refractions.udig.core.Option
 

O

openIterator() - Method in class net.refractions.udig.core.StaticFeatureCollection
 
Option<T> - Class in net.refractions.udig.core
An object that indicates that it can either be None or have a value.
Option.None<V> - Class in net.refractions.udig.core
Indicates a none or null value.
Option.None() - Constructor for class net.refractions.udig.core.Option.None
 
Option.Some<V> - Class in net.refractions.udig.core
 
Option.Some(V) - Constructor for class net.refractions.udig.core.Option.Some
 

P

Pair<T,V> - Class in net.refractions.udig.core
A simple class for wrapping a couple of objects.
Pair(T, V) - Constructor for class net.refractions.udig.core.Pair
 
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

value() - Method in class net.refractions.udig.core.Option.Some
 
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.MinMaxScaleCalculator
 
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 M N O P R S T V W