com.aelitis.azureus.ui.swt.shells.opentorrent
Class OpenTorrentOptionsWindow.OpenTorrentInstance

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.shells.opentorrent.OpenTorrentOptionsWindow.OpenTorrentInstance
All Implemented Interfaces:
TableViewFilterCheck<TorrentOpenFileOptions>
Enclosing class:
OpenTorrentOptionsWindow

protected class OpenTorrentOptionsWindow.OpenTorrentInstance
extends Object
implements TableViewFilterCheck<TorrentOpenFileOptions>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.aelitis.azureus.ui.common.table.TableViewFilterCheck
TableViewFilterCheck.TableViewFilterCheckEx<DATASOURCETYPE>
 
Field Summary
protected  boolean bSkipDataDirModify
           
 
Method Summary
protected  void cmbDataDirChanged()
           
 boolean filterCheck(TorrentOpenFileOptions ds, String filter, boolean regex)
           
 void filterSet(String filter)
           
protected  org.eclipse.swt.widgets.Composite getComposite()
           
protected  int getIndex()
           
protected  TorrentOpenOptions getOptions()
           
protected  long getSelectedDataSize()
           
protected  void renameFilenames(TorrentOpenFileOptions[] infos)
           
protected  void setSelectedQueueLocation(int iLocation)
           
protected  void setSelectedStartMode(int iStartID)
           
protected  void updateFileButtons()
           
 void updateUI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bSkipDataDirModify

protected boolean bSkipDataDirModify
Method Detail

getOptions

protected TorrentOpenOptions getOptions()

getIndex

protected int getIndex()

getComposite

protected org.eclipse.swt.widgets.Composite getComposite()

cmbDataDirChanged

protected void cmbDataDirChanged()

setSelectedQueueLocation

protected void setSelectedQueueLocation(int iLocation)

setSelectedStartMode

protected void setSelectedStartMode(int iStartID)

filterCheck

public boolean filterCheck(TorrentOpenFileOptions ds,
                           String filter,
                           boolean regex)
Specified by:
filterCheck in interface TableViewFilterCheck<TorrentOpenFileOptions>

filterSet

public void filterSet(String filter)
Specified by:
filterSet in interface TableViewFilterCheck<TorrentOpenFileOptions>

updateFileButtons

protected void updateFileButtons()

renameFilenames

protected void renameFilenames(TorrentOpenFileOptions[] infos)

getSelectedDataSize

protected long getSelectedDataSize()

updateUI

public void updateUI()