net.refractions.udig.project.ui
Interface IUDIGView


public interface IUDIGView

A View that will have a ToolContext object set each time an editor changes. If the current editor is not a map editor the the context will be null otherwise it will be a context that will operate against the map contained by the map editor.

Since:
0.9.0
Author:
jeichar

Method Summary
 void editFeatureChanged(SimpleFeature feature)
          Called when the the current edit feature changes.
 IToolContext getContext()
          Returns the current context object
 void setContext(IToolContext newContext)
          Sets the current context object
 

Method Detail

setContext

void setContext(IToolContext newContext)
Sets the current context object


getContext

IToolContext getContext()
Returns the current context object

Returns:
the current context object

editFeatureChanged

void editFeatureChanged(SimpleFeature feature)
Called when the the current edit feature changes.

Parameters:
feature -