util.ui
Interface ListDropAction
- All Known Implementing Classes:
- ChannelChooserPanel, ChannelsSettingsTab, EditFilterDlg, ManageFavoritesPanel, OrderChooser, SelectFilterDlg, SortableItemList
public interface ListDropAction
A interface for the drop action of JLists.
- Author:
- René Mach
Method Summary |
void |
drop(javax.swing.JList source,
javax.swing.JList target,
int row,
boolean move)
The method that is called by the drop event. |
drop
void drop(javax.swing.JList source,
javax.swing.JList target,
int row,
boolean move)
- The method that is called by the drop event.
- Parameters:
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.3.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)