TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.drivers.ui.layout.internal
Class TCellLinePrefix

java.lang.Object
  extended by org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TAbstractCell
      extended by org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TCellLinePrefix
All Implemented Interfaces:
IRect, IShape
Direct Known Subclasses:
TCellSymbol

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class TCellLinePrefix
extends TAbstractCell

Enter here your comment


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
TCellLinePrefix(IDItem i)
          Deprecated.  
TCellLinePrefix(IDItem i, ISymbol _symbol, IDItem ei, int _level)
          Deprecated.  
TCellLinePrefix(IDItem i, java.lang.String _number, IDItem ei, int _level)
          Deprecated.  
 
Method Summary
 void computeSize(int hintW, int hintH, float zoom, IGC gc, IDProgressMonitor monitor)
          Deprecated. Computes the prefered size of the TCell.
 void dump(int level)
          Deprecated. (non-Javadoc)
 IDItem getEntryItem()
          Deprecated.  
 int getLevel()
          Deprecated.  
 java.lang.String getNumber()
          Deprecated.  
 ISymbol getSymbol()
          Deprecated.  
 void setEntryItem(IDItem item)
          Deprecated.  
 void setLevel(int margin)
          Deprecated.  
 void setNumber(java.lang.String number)
          Deprecated.  
 void setSymbol(ISymbol symbol)
          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
 

Constructor Detail

TCellLinePrefix

public TCellLinePrefix(IDItem i)
Deprecated. 

TCellLinePrefix

public TCellLinePrefix(IDItem i,
                       ISymbol _symbol,
                       IDItem ei,
                       int _level)
Deprecated. 

TCellLinePrefix

public TCellLinePrefix(IDItem i,
                       java.lang.String _number,
                       IDItem ei,
                       int _level)
Deprecated. 
Method Detail

computeSize

public void computeSize(int hintW,
                        int hintH,
                        float zoom,
                        IGC gc,
                        IDProgressMonitor monitor)
Deprecated. 
Description copied from class: TAbstractCell
Computes the prefered size of the TCell. This method tries to respect the prefered size given by the parameters hintW/hintH. If it is not possible or if the parameter's hintW/hintH value is ILayout.NO_SIZE_HINT the method computes the minimum size of the cell.

Specified by:
computeSize in class TAbstractCell

getSymbol

public ISymbol getSymbol()
Deprecated. 
Returns:

setSymbol

public void setSymbol(ISymbol symbol)
Deprecated. 
Parameters:
symbol -

getEntryItem

public IDItem getEntryItem()
Deprecated. 
Returns:

setEntryItem

public void setEntryItem(IDItem item)
Deprecated. 
Parameters:
item -

getNumber

public java.lang.String getNumber()
Deprecated. 
Returns:
Returns the number.

setNumber

public void setNumber(java.lang.String number)
Deprecated. 
Parameters:
number - The number to set.

getLevel

public int getLevel()
Deprecated. 
Returns:
Returns the margin.

setLevel

public void setLevel(int margin)
Deprecated. 
Parameters:
margin - The margin to set.

dump

public void dump(int level)
Deprecated. 
(non-Javadoc)

Specified by:
dump in class TAbstractCell
See Also:
TAbstractCell.dump(int)

TPTP 4.5.0 Platform Project
Internal API Specification