public interface ListDropAction
Modifier and Type | Method and Description |
---|---|
void |
drop(javax.swing.JList source,
javax.swing.JList target,
int row,
boolean move)
The method that is called by the drop event.
|
void drop(javax.swing.JList source, javax.swing.JList target, int row, boolean move)
source
- The source JList.target
- The target JList.row
- The number of the row to move the entries to.move
- Only move one entry from the source to the target list.TV-Browser 3.4.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)