net.refractions.udig.tools.edit.handler
Class SnapBehaviourCommandHandler

java.lang.Object
  extended by AbstractHandler
      extended by net.refractions.udig.tools.edit.handler.SnapBehaviourCommandHandler

public class SnapBehaviourCommandHandler
extends AbstractHandler

Cycles through the different types of snap behaviour. The preference is set and the new state is displayed in a little pop-up.

Since:
1.1.0
Author:
Jesse

Constructor Summary
SnapBehaviourCommandHandler(IMapDisplay display, IMap map)
           
 
Method Summary
 java.lang.Object execute(ExecutionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapBehaviourCommandHandler

public SnapBehaviourCommandHandler(IMapDisplay display,
                                   IMap map)
Method Detail

execute

public java.lang.Object execute(ExecutionEvent event)
                         throws ExecutionException
Throws:
ExecutionException