org.browsecode.helpers.reorderablelistpanel
Interface ReorderableListPanel.GetDoubleClicks

All Known Implementing Classes:
RadioButtonListPanel
Enclosing class:
ReorderableListPanel<T>

public static interface ReorderableListPanel.GetDoubleClicks

If an image icon is set for the items to show on the left, then this will be called whenever a user double-clicks on it.


Method Summary
 void doubleClicked(java.awt.Component item, ReorderableListPanel inReorderableList, int index)
           
 

Method Detail

doubleClicked

void doubleClicked(java.awt.Component item,
                   ReorderableListPanel inReorderableList,
                   int index)