Uses of Class
com.biglybt.ui.swt.TorrentMenuFancy.FancyRowInfo
-
Packages that use TorrentMenuFancy.FancyRowInfo Package Description com.biglybt.ui.swt -
-
Uses of TorrentMenuFancy.FancyRowInfo in com.biglybt.ui.swt
Subclasses of TorrentMenuFancy.FancyRowInfo in com.biglybt.ui.swt Modifier and Type Class Description private static class
TorrentMenuFancy.FancyMenuRowInfo
Fields in com.biglybt.ui.swt declared as TorrentMenuFancy.FancyRowInfo Modifier and Type Field Description private TorrentMenuFancy.FancyRowInfo
TorrentMenuFancy. currentRowInfo
Fields in com.biglybt.ui.swt with type parameters of type TorrentMenuFancy.FancyRowInfo Modifier and Type Field Description private java.util.List<TorrentMenuFancy.FancyRowInfo>
TorrentMenuFancy. listRowInfos
Methods in com.biglybt.ui.swt that return TorrentMenuFancy.FancyRowInfo Modifier and Type Method Description private TorrentMenuFancy.FancyRowInfo
TorrentMenuFancy. createRow(org.eclipse.swt.widgets.Composite cParent, java.lang.String keyTitle, java.lang.String keyImage, boolean triggerOnUp, org.eclipse.swt.widgets.Listener triggerListener)
private TorrentMenuFancy.FancyRowInfo
TorrentMenuFancy. createRow(org.eclipse.swt.widgets.Composite cParent, java.lang.String keyTitle, java.lang.String keyImage, boolean triggerOnUp, org.eclipse.swt.widgets.Listener triggerListener, TorrentMenuFancy.FancyRowInfo rowInfo)
private TorrentMenuFancy.FancyRowInfo
TorrentMenuFancy. createRow(org.eclipse.swt.widgets.Composite cParent, java.lang.String keyTitle, java.lang.String keyImage, org.eclipse.swt.widgets.Listener triggerListener)
private TorrentMenuFancy.FancyRowInfo
TorrentMenuFancy. findRowInfo(org.eclipse.swt.widgets.Widget widget)
Methods in com.biglybt.ui.swt with parameters of type TorrentMenuFancy.FancyRowInfo Modifier and Type Method Description private TorrentMenuFancy.FancyRowInfo
TorrentMenuFancy. createRow(org.eclipse.swt.widgets.Composite cParent, java.lang.String keyTitle, java.lang.String keyImage, boolean triggerOnUp, org.eclipse.swt.widgets.Listener triggerListener, TorrentMenuFancy.FancyRowInfo rowInfo)
private void
TorrentMenuFancy. updateRowSpeed(TorrentMenuFancy.FancyRowInfo row, boolean isUpload)
-