net.refractions.udig.ui
Class UDIGDragDropUtilities.DropTargetDescriptor

java.lang.Object
  extended by net.refractions.udig.ui.UDIGDragDropUtilities.DropTargetDescriptor
Enclosing class:
UDIGDragDropUtilities

public static class UDIGDragDropUtilities.DropTargetDescriptor
extends java.lang.Object


Field Summary
 UDIGDropTargetListener listener
           
 DropTarget target
           
 
Constructor Summary
UDIGDragDropUtilities.DropTargetDescriptor(DropTarget targetA, UDIGDropTargetListener listenerA)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

public final DropTarget target

listener

public final UDIGDropTargetListener listener
Constructor Detail

UDIGDragDropUtilities.DropTargetDescriptor

public UDIGDragDropUtilities.DropTargetDescriptor(DropTarget targetA,
                                                  UDIGDropTargetListener listenerA)