Package | Description |
---|---|
org.eclipse.swt.internal.theme |
Modifier and Type | Class and Description |
---|---|
class |
ButtonDrawData |
class |
ComboDrawData |
class |
ExpanderDrawData |
class |
GroupDrawData |
class |
ProgressBarDrawData |
class |
RangeDrawData |
class |
ScaleDrawData |
class |
ScrollBarDrawData |
class |
TabFolderDrawData |
class |
TabItemDrawData |
class |
ToolBarDrawData |
class |
ToolItemDrawData |
Modifier and Type | Method and Description |
---|---|
Rectangle |
Theme.computeTrim(GC gc,
DrawData data) |
void |
Theme.drawBackground(GC gc,
Rectangle bounds,
DrawData data) |
void |
Theme.drawFocus(GC gc,
Rectangle bounds,
DrawData data) |
void |
Theme.drawImage(GC gc,
Rectangle bounds,
DrawData data,
Image image,
int flags) |
void |
Theme.drawText(GC gc,
Rectangle bounds,
DrawData data,
String text,
int flags) |
Rectangle |
Theme.getBounds(int part,
Rectangle bounds,
DrawData data) |
int |
Theme.hitBackground(Point position,
Rectangle bounds,
DrawData data) |
Rectangle |
Theme.measureText(GC gc,
Rectangle bounds,
DrawData data,
String text,
int flags) |
Copyright © 2017. All Rights Reserved.