|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.drivers.ui.layout.internal.TAbstractCell
org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TCellData
org.eclipse.tptp.platform.report.birt).
public class TCellData
Add a generic 'data' (Object) field in a TCell. What is stored in data is the discretion of user.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TAbstractCell |
|---|
h, item, next, parent, position, previous, w, x, y |
| Constructor Summary | |
|---|---|
TCellData(IDItem i)
Deprecated. Create a null data TCellData. |
|
| Method Summary | |
|---|---|
void |
computeSize(int hintW,
int hintH,
float zoom,
IGC gc,
IDProgressMonitor monitor)
Deprecated. Computes the prefered size of the TCell. |
void |
dispose()
Deprecated. set object to null, and call super.dispose(). |
void |
dump(int level)
Deprecated. Just for debug session, dumps the content of the cell |
java.lang.Object |
getObject()
Deprecated. |
void |
setObject(java.lang.Object data)
Deprecated. Change value of current data. |
| Methods inherited from class org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TAbstractCell |
|---|
contains, contains, copyShape, getBounds, getChild, getH, getHeight, getItem, getNext, getParent, getPosition, getPrevious, getW, getWidth, getX, getY, setItem, setNext, setParent, setPosition, setPrevious, setSize, setXY |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TCellData(IDItem i)
| Method Detail |
|---|
public void dispose()
dispose in class TAbstractCellIVObject#setObject()public java.lang.Object getObject()
getObject in interface IVObjectpublic void setObject(java.lang.Object data)
setObject in interface IVObjectdata - the new data value.
public void computeSize(int hintW,
int hintH,
float zoom,
IGC gc,
IDProgressMonitor monitor)
TAbstractCell
computeSize in class TAbstractCellTAbstractCell.computeSize(int, int, float, org.eclipse.tptp.platform.report.igc.internal.IGC, org.eclipse.tptp.platform.report.tools.internal.IDProgressMonitor)public void dump(int level)
TAbstractCell
dump in class TAbstractCellTAbstractCell.dump(int)
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||