Uses of Interface
com.biglybt.ui.swt.pif.UISWTGraphic
-
Packages that use UISWTGraphic Package Description com.biglybt.ui.swt.columns com.biglybt.ui.swt.pif com.biglybt.ui.swt.pifimpl com.biglybt.ui.swt.views.tableitems.mytorrents -
-
Uses of UISWTGraphic in com.biglybt.ui.swt.columns
Fields in com.biglybt.ui.swt.columns declared as UISWTGraphic Modifier and Type Field Description private UISWTGraphic
ColumnCheckBox. cross_icon
private UISWTGraphic
ColumnCheckBox. tick_icon
private UISWTGraphic
ColumnCheckBox. tick_ro_icon
-
Uses of UISWTGraphic in com.biglybt.ui.swt.pif
Methods in com.biglybt.ui.swt.pif that return UISWTGraphic Modifier and Type Method Description UISWTGraphic
UISWTInstance. createGraphic(org.eclipse.swt.graphics.Image img)
Creates an UISWTGraphic object with the supplied SWT Image -
Uses of UISWTGraphic in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement UISWTGraphic Modifier and Type Class Description class
UISWTGraphicImpl
An SWT image to be used in AzureusMethods in com.biglybt.ui.swt.pifimpl that return UISWTGraphic Modifier and Type Method Description UISWTGraphic
UISWTInstanceImpl. createGraphic(org.eclipse.swt.graphics.Image img)
UISWTGraphic
UISWTInstanceImpl.instanceWrapper. createGraphic(org.eclipse.swt.graphics.Image img)
-
Uses of UISWTGraphic in com.biglybt.ui.swt.views.tableitems.mytorrents
Fields in com.biglybt.ui.swt.views.tableitems.mytorrents declared as UISWTGraphic Modifier and Type Field Description private static UISWTGraphic
AlertsItem. black_tick_icon
private static UISWTGraphic
IPFilterItem. cross_icon
(package private) UISWTGraphic
CommentIconItem. graphicComment
private static UISWTGraphic
AlertsItem. gray_tick_icon
(package private) UISWTGraphic
CommentIconItem. noGraphicComment
private static UISWTGraphic
IPFilterItem. tick_icon
private static UISWTGraphic
SuperSeedingItem. tick_icon
-