net.refractions.udig.tools.edit.behaviour
Class CursorControlBehaviour.SystemCursorProvider

java.lang.Object
  extended by net.refractions.udig.tools.edit.behaviour.CursorControlBehaviour.SystemCursorProvider
Enclosing class:
CursorControlBehaviour

public static class CursorControlBehaviour.SystemCursorProvider
extends java.lang.Object


Constructor Summary
CursorControlBehaviour.SystemCursorProvider(int swtCursorID)
          new instance
 
Method Summary
 Cursor get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CursorControlBehaviour.SystemCursorProvider

public CursorControlBehaviour.SystemCursorProvider(int swtCursorID)
new instance

Parameters:
swtCursorID - the id from SWT that indicates the cursor to create.
Method Detail

get

public Cursor get()