Package net.refractions.udig.project

Interface Summary
IAbstractContext Provides access to contextual information.
IBlackboard Provide Temporary for shared collaboration between renderers and the user.
IBlackboardListener Listener for listening to a IBlackboard objects.
IEditManager Defines and implements controllers a map.
IEditManagerListener A listener that will be notified when changes to the IEditManager occur.
ILayer TODO Purpose of net.refractions.udig.project
ILayerListener Listens to changes on this layer.
IMap The part of the model that represents a map.
IMapCompositionListener A listener interested in being notified of when the layers in a map are changed.
IMapListener A listener that is notified when events occur to the map.
IProject A Project contains Maps and Pages.
IProjectElement A element that is contained by a project.
IProjectElementFactory Provides extension points with a mechanism for blinding creating IProjectElement objects.
IResourceCachingInterceptor Controls the caching of resources returned by: ILayer#getResource(Class, org.eclipse.core.runtime.IProgressMonitor).
IResourceInterceptor<T> Modifies an IGeoResource based before returned to caller of ILayer#getResource(Class, org.eclipse.core.runtime.IProgressMonitor).
IStyleBlackboard Extends the IBlackboard interface with the concept of "selected" entries.
ProjectBlackboardConstants Lists the keys of common items that are put on the Map blackboard and the Layer blackboard
UDIGAdaptableDecorator The interface for all classes that decorate non-eclipse classes.
 

Class Summary
AdaptableFeature TODO Purpose of net.refractions.udig.project
BlackboardEvent Represents a change on a IBlackboard.
EditManagerEvent An event indicating a attribute of the EditManager has changed.
IPersister<T> Allows blackboard to persist objects on the blackboard.
IProvider<T> Provides an object of type T.
LayerEvent An event indicating a change in a layer.
MapCompositionEvent Event encapsulating information about the changes of the composition of a map.
MapEvent An event that indicates a change to the map.
StyleContent Provides a way to persist an arbitrary object placed on the style blackboard.
UDIGEvent A superclass for udig model events.
 

Enum Summary
LayerEvent.EventType  
MapCompositionEvent.EventType  
MapEvent.MapEventType