|
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.TAbstractCellContainer
org.eclipse.tptp.platform.report.birt).
public abstract class TAbstractCellContainer
This is the base class of cell container. Only this object can contain children TAbstractCell. To get the first child calls the method
TExtensibleContentProvider| 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 | |
|---|---|
TAbstractCellContainer(IDItem i)
Deprecated. Builds a new cell container which maps the item i |
|
| Method Summary | |
|---|---|
TAbstractCell |
addCell(TAbstractCell c)
Deprecated. Add a cell into the container |
void |
computeSize(int hintW,
int hintH,
float zoom,
IGC gc,
IDProgressMonitor monitor)
Deprecated. Calls the layout method compute size |
void |
dispose()
Deprecated. calls the dispose methods on the children |
void |
fillContent(IDItem item,
IGC gc,
IDIImageProvider pm,
IDProgressMonitor monitor,
DTitleLevel titleLevel,
DListLevel listLevel,
boolean flatpopup)
Deprecated. Calls the fillContent method of the content provider |
TAbstractCell |
getChild()
Deprecated. Returns always null |
int |
getChildCount()
Deprecated. |
abstract IContentProvider |
getContentProvider()
Deprecated. |
TAbstractCell |
getLast()
Deprecated. |
abstract ILayout |
getLayout()
Deprecated. |
boolean |
hasCell(TAbstractCell c)
Deprecated. |
TAbstractCell |
insertCell(TAbstractCell c,
TAbstractCell previous)
Deprecated. inserts a cell into a container hierarchy |
boolean |
isFixedSize()
Deprecated. Returns true if the size of the cell is fixed and cannot be streched. |
int |
layout(float zoom,
int charpos,
IDProgressMonitor monitor)
Deprecated. Calls the layout method of the layout |
void |
removeCell(TAbstractCell c)
Deprecated. removes a cell from the container |
void |
setChild(TAbstractCell aChild)
Deprecated. |
void |
setFixedSize(boolean fixedSize)
Deprecated. |
| Methods inherited from class org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TAbstractCell |
|---|
contains, contains, copyShape, dump, getBounds, 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 TAbstractCellContainer(IDItem i)
| Method Detail |
|---|
public abstract ILayout getLayout()
public abstract IContentProvider getContentProvider()
public TAbstractCell addCell(TAbstractCell c)
public void removeCell(TAbstractCell c)
public boolean hasCell(TAbstractCell c)
public TAbstractCell insertCell(TAbstractCell c,
TAbstractCell previous)
public void fillContent(IDItem item,
IGC gc,
IDIImageProvider pm,
IDProgressMonitor monitor,
DTitleLevel titleLevel,
DListLevel listLevel,
boolean flatpopup)
getContentProvider(),
IContentProvider#fillContents
public void computeSize(int hintW,
int hintH,
float zoom,
IGC gc,
IDProgressMonitor monitor)
computeSize in class TAbstractCellgetLayout(),
ILayout#computeSize()
public int layout(float zoom,
int charpos,
IDProgressMonitor monitor)
getLayout(),
ILayout#layout()public boolean isFixedSize()
public void setFixedSize(boolean fixedSize)
fixedSize - The fixedSize to set.public TAbstractCell getChild()
TAbstractCell
getChild in class TAbstractCellpublic void setChild(TAbstractCell aChild)
public void dispose()
dispose in class TAbstractCellpublic TAbstractCell getLast()
public int getChildCount()
|
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 | ||||||||