net.refractions.udig.feature.editor
Class DefaultEditor

java.lang.Object
  extended by ViewPart
      extended by net.refractions.udig.feature.editor.DefaultEditor

public class DefaultEditor
extends ViewPart

Author:
Jesse

Constructor Summary
DefaultEditor()
           
 
Method Summary
 void createPartControl(Composite parent)
           
 void editFeatureChanged(Feature feature)
           
 IToolContext getContext()
           
 void setContext(IToolContext context)
           
 void setFocus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultEditor

public DefaultEditor()
Method Detail

setContext

public void setContext(IToolContext context)
See Also:
net.refractions.udig.project.ui.IUDIGView#setContext()

getContext

public IToolContext getContext()
See Also:
net.refractions.udig.project.ui.IUDIGView#getContext()

editFeatureChanged

public void editFeatureChanged(Feature feature)

createPartControl

public void createPartControl(Composite parent)

setFocus

public void setFocus()