|
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.TCellText
org.eclipse.tptp.platform.report.birt).
public class TCellText
Provides a cell to support string character. It is generally mapped on DText item
| Field Summary | |
|---|---|
protected int |
descent
Deprecated. |
protected int |
len
Deprecated. |
protected int |
start
Deprecated. |
protected java.lang.String |
text
Deprecated. |
| 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 | |
|---|---|
TCellText(IDItem i)
Deprecated. Creates a new cell on the item i |
|
TCellText(IDItem i,
java.lang.String t)
Deprecated. Builds a new cell text on the item i with the text t. |
|
| Method Summary | |
|---|---|
void |
clear()
Deprecated. |
void |
computeSize(int hintW,
int hintH,
float zoom,
IGC gc,
IDProgressMonitor monitor)
Deprecated. Computes the size of the cell text |
void |
dump(int level)
Deprecated. Just for debug session, dumps the content of the cell |
int |
getDescent()
Deprecated. |
int |
getLen()
Deprecated. Returns the text lenght mapped by the cell. |
int |
getStart()
Deprecated. |
java.lang.String |
getText()
Deprecated. Returns the string character pointed by the cell |
boolean |
isText()
Deprecated. Returns always true |
TAbstractCell |
mapPositionToCell(int pos)
Deprecated. returns the cell where the position pos is contained |
void |
setDescent(int descent)
Deprecated. |
void |
setLen(int aLen)
Deprecated. |
void |
setStart(int s)
Deprecated. |
void |
setText(java.lang.String s)
Deprecated. |
void |
setText(java.lang.String s,
int st,
int l,
int dsc)
Deprecated. |
| Methods inherited from class org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TAbstractCell |
|---|
contains, contains, copyShape, dispose, 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 |
| Field Detail |
|---|
protected java.lang.String text
protected int start
protected int len
protected int descent
| Constructor Detail |
|---|
public TCellText(IDItem i,
java.lang.String t)
TCellParagraph.layout(org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TAbstractCellContainer, float, int, org.eclipse.tptp.platform.report.tools.internal.IDProgressMonitor)public TCellText(IDItem i)
| Method Detail |
|---|
public void computeSize(int hintW,
int hintH,
float zoom,
IGC gc,
IDProgressMonitor monitor)
computeSize in class TAbstractCellpublic java.lang.String getText()
public boolean isText()
public int getLen()
public int getStart()
public void setStart(int s)
public void setLen(int aLen)
public void setText(java.lang.String s,
int st,
int l,
int dsc)
public void setText(java.lang.String s)
public void clear()
public int getDescent()
public void setDescent(int descent)
descent - The descent to set.public TAbstractCell mapPositionToCell(int pos)
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 | ||||||||