Package com.iizix.swt
Class TTableItem
java.lang.Object
org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Item
org.eclipse.swt.widgets.TableItem
com.iizix.swt.TTableItem
Text table item with corrections for image bounds (bug fix for Windows).
- Author:
- Christopher Mindus
Constructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionprotected voidOverridden to be able to subclass.getImageBounds(int index) Error image bounds corrected.getTextBounds(int index) Error in text bounds corrected.Methods inherited from class org.eclipse.swt.widgets.TableItem
getBackground, getBackground, getBounds, getBounds, getChecked, getFont, getFont, getForeground, getForeground, getGrayed, getImage, getImage, getImageIndent, getParent, getText, getText, setBackground, setBackground, setChecked, setFont, setFont, setForeground, setForeground, setGrayed, setImage, setImage, setImage, setImageIndent, setText, setText, setTextMethods inherited from class org.eclipse.swt.widgets.Widget
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getListeners, getStyle, isAutoDirection, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, reskin, setData, setData, toString
Constructor Details
TTableItem
Constructor.
Method Details
checkSubclass
protected void checkSubclass()Overridden to be able to subclass.- Overrides:
checkSubclassin classTableItem
getImageBounds
Error image bounds corrected.- Overrides:
getImageBoundsin classTableItem
getTextBounds
Error in text bounds corrected.- Overrides:
getTextBoundsin classTableItem