TV-Browser 3.3.3 API

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.
 

Method Detail

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 API

TV-Browser 3.3.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)