Uses of Interface
com.biglybt.pif.ui.Graphic
-
-
Uses of Graphic in com.biglybt.pif.ui
Classes in com.biglybt.pif.ui that implement Graphic Modifier and Type Class Description class
GraphicURI
-
Uses of Graphic in com.biglybt.pif.ui.menus
Methods in com.biglybt.pif.ui.menus that return Graphic Modifier and Type Method Description Graphic
MenuItem. getGraphic()
get the menu's graphicMethods in com.biglybt.pif.ui.menus with parameters of type Graphic Modifier and Type Method Description void
MenuItem. setGraphic(Graphic graphic)
set the menu item's icon -
Uses of Graphic in com.biglybt.pif.ui.tables
Methods in com.biglybt.pif.ui.tables that return Graphic Modifier and Type Method Description Graphic
TableCell. getBackgroundGraphic()
Returns a Graphic of what's behind the cellGraphic
TableCell. 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 Graphic Modifier and Type Method Description boolean
TableCell. setGraphic(Graphic img)
Sets the image to be drawn. -
Uses of Graphic in com.biglybt.pifimpl.local.ui.menus
Fields in com.biglybt.pifimpl.local.ui.menus declared as Graphic Modifier and Type Field Description private Graphic
MenuItemImpl. graphic
Methods in com.biglybt.pifimpl.local.ui.menus that return Graphic Modifier and Type Method Description Graphic
MenuItemImpl. getGraphic()
Methods in com.biglybt.pifimpl.local.ui.menus with parameters of type Graphic Modifier and Type Method Description void
MenuItemImpl. setGraphic(Graphic _graphic)
-
Uses of Graphic in com.biglybt.ui.swt.pif
Subinterfaces of Graphic in com.biglybt.ui.swt.pif Modifier and Type Interface Description interface
UISWTGraphic
An SWT image to be used in Azureus -
Uses of Graphic in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement Graphic Modifier and Type Class Description class
UISWTGraphicImpl
An SWT image to be used in Azureus -
Uses of Graphic in com.biglybt.ui.swt.subscriptions
Fields in com.biglybt.ui.swt.subscriptions declared as Graphic Modifier and Type Field Description private 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 Graphic Modifier and Type Method Description protected Graphic
SubscriptionManagerUI. loadGraphic(UISWTInstance swt, java.lang.String name)
-
Uses of Graphic in com.biglybt.ui.swt.views.table.impl
Fields in com.biglybt.ui.swt.views.table.impl declared as Graphic Modifier and Type Field Description private Graphic
FakeTableCell. graphic
private Graphic
TableCellSWTBase. graphic
Methods in com.biglybt.ui.swt.views.table.impl that return Graphic Modifier and Type Method Description Graphic
FakeTableCell. getBackgroundGraphic()
Graphic
FakeTableCell. getGraphic()
Graphic
TableCellSWTBase. getGraphic()
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type Graphic Modifier and Type Method Description boolean
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 Modifier and Type Method Description Graphic
TableCellPainted. getBackgroundGraphic()
-