org.gudy.azureus2.ui.swt.components
Interface BufferedGraphicTableItem
- All Known Implementing Classes:
- BufferedGraphicTableItem1
public interface BufferedGraphicTableItem
getMarginWidth
int getMarginWidth()
getMarginHeight
int getMarginHeight()
setMargin
void setMargin(int width,
int height)
setOrientation
void setOrientation(int orientation)
- Orientation of cell. SWT.LEFT, SWT.RIGHT, SWT.CENTER, or SWT.FILL.
When SWT.FILL, update() will be called when the size of the cell has
changed.
getOrientation
int getOrientation()
getSize
org.eclipse.swt.graphics.Point getSize()
setGraphic
boolean setGraphic(org.eclipse.swt.graphics.Image img)
getGraphic
org.eclipse.swt.graphics.Image getGraphic()