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 TypeMethodDescriptionbooleanTableCell.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 GraphicSubscriptionManagerUI.icon_rss_all_add_bigprivate GraphicSubscriptionManagerUI.icon_rss_all_add_smallprivate GraphicSubscriptionManagerUI.icon_rss_bigprivate GraphicSubscriptionManagerUI.icon_rss_smallprivate GraphicSubscriptionManagerUI.icon_rss_some_add_bigprivate GraphicSubscriptionManagerUI.icon_rss_some_add_smallMethods in com.biglybt.ui.swt.subscriptions that return GraphicModifier and TypeMethodDescriptionprotected GraphicSubscriptionManagerUI.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 GraphicFakeTableCell.graphicprivate GraphicTableCellSWTBase.graphicMethods 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 TypeMethodDescriptionbooleanFakeTableCell.setGraphic(Graphic img) booleanTableCellSWTBase.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