org.browsecode.helpers.reorderablelistpanel
Class ReorderableDragNDropHandler.IndexParent

java.lang.Object
  extended by org.browsecode.helpers.reorderablelistpanel.ReorderableDragNDropHandler.IndexParent
Enclosing class:
ReorderableDragNDropHandler<T>

public static class ReorderableDragNDropHandler.IndexParent
extends java.lang.Object


Field Summary
 int indexToDropAt
           
 int originalIndex
           
 ReorderableListPanel originalParent
           
 
Constructor Summary
ReorderableDragNDropHandler.IndexParent(int originalIndex, int indexToDropAt, ReorderableListPanel originalParent)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indexToDropAt

public int indexToDropAt

originalIndex

public int originalIndex

originalParent

public ReorderableListPanel originalParent
Constructor Detail

ReorderableDragNDropHandler.IndexParent

public ReorderableDragNDropHandler.IndexParent(int originalIndex,
                                               int indexToDropAt,
                                               ReorderableListPanel originalParent)