Uses of Interface
com.biglybt.pif.ui.Graphic
Packages that use Graphic
Package
Description
-
Uses of Graphic in com.biglybt.pif.ui
Classes in com.biglybt.pif.ui that implement Graphic -
Uses of Graphic in com.biglybt.pif.ui.tables
Methods in com.biglybt.pif.ui.tables that return GraphicModifier and TypeMethodDescriptionTableCell.getBackgroundGraphic()
Returns a Graphic of what's behind the cellTableCell.getGraphic()
Retrieve the SWT graphic related to this table item for TableColumn objects of TYPE_GRAPHIC only.Methods in com.biglybt.pif.ui.tables with parameters of type GraphicModifier and TypeMethodDescriptionboolean
TableCell.setGraphic
(Graphic img) Sets the image to be drawn. -
Uses of Graphic in com.biglybt.ui.swt.pif
Subinterfaces of Graphic in com.biglybt.ui.swt.pif -
Uses of Graphic in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement Graphic -
Uses of Graphic in com.biglybt.ui.swt.subscriptions
Fields in com.biglybt.ui.swt.subscriptions declared as GraphicModifier and TypeFieldDescriptionprivate Graphic
SubscriptionManagerUI.icon_rss_all_add_big
private Graphic
SubscriptionManagerUI.icon_rss_all_add_small
private Graphic
SubscriptionManagerUI.icon_rss_big
private Graphic
SubscriptionManagerUI.icon_rss_small
private Graphic
SubscriptionManagerUI.icon_rss_some_add_big
private Graphic
SubscriptionManagerUI.icon_rss_some_add_small
Methods in com.biglybt.ui.swt.subscriptions that return GraphicModifier and TypeMethodDescriptionprotected Graphic
SubscriptionManagerUI.loadGraphic
(UISWTInstance swt, String name) -
Uses of Graphic in com.biglybt.ui.swt.views.table.impl
Fields in com.biglybt.ui.swt.views.table.impl declared as GraphicModifier and TypeFieldDescriptionprivate Graphic
FakeTableCell.graphic
private Graphic
TableCellSWTBase.graphic
Methods in com.biglybt.ui.swt.views.table.impl that return GraphicModifier and TypeMethodDescriptionFakeTableCell.getBackgroundGraphic()
FakeTableCell.getGraphic()
TableCellSWTBase.getGraphic()
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type GraphicModifier and TypeMethodDescriptionboolean
FakeTableCell.setGraphic
(Graphic img) boolean
TableCellSWTBase.setGraphic
(Graphic img) -
Uses of Graphic in com.biglybt.ui.swt.views.table.painted
Methods in com.biglybt.ui.swt.views.table.painted that return Graphic