TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.drivers.ui.layout.internal
Interface TExtensibleContentProvider.IArg

Enclosing class:
TExtensibleContentProvider

public static interface TExtensibleContentProvider.IArg

The object passed in argument of doMethod implement this interface.


Method Summary
 void addReturnValue(TAbstractCell arg)
          adds a cell in the container cell and the current layout
 TAbstractCell getCell()
          returns the current cell
 TAbstractCellContainer getContainer()
          returns the container cell associated with the layout
 IGC getGc()
           
 IDIImageProvider getImageProvider()
           
 ILayout getLayout()
          returns the current layout
 DListLevel getListLevel()
          returns the list level object
 IDProgressMonitor getProgressMonitor()
           
 DTitleLevel getTitleLevel()
          returns the title level object
 boolean isDrawPopup()
          returns true if the draw popup mode is activated
 boolean isFlatPopup()
          returns true if the flat popup mode is activated
 void setDrawPopup(boolean v)
          de/activates the draw popup mode
 

Method Detail

getLayout

ILayout getLayout()
returns the current layout


getContainer

TAbstractCellContainer getContainer()
returns the container cell associated with the layout


getCell

TAbstractCell getCell()
returns the current cell


getTitleLevel

DTitleLevel getTitleLevel()
returns the title level object


getListLevel

DListLevel getListLevel()
returns the list level object


isFlatPopup

boolean isFlatPopup()
returns true if the flat popup mode is activated


isDrawPopup

boolean isDrawPopup()
returns true if the draw popup mode is activated


setDrawPopup

void setDrawPopup(boolean v)
de/activates the draw popup mode


getGc

IGC getGc()
Returns:
the current GC

getImageProvider

IDIImageProvider getImageProvider()
Returns:
the image provider

getProgressMonitor

IDProgressMonitor getProgressMonitor()
Returns:
the progress monitor

addReturnValue

void addReturnValue(TAbstractCell arg)
adds a cell in the container cell and the current layout


TPTP 4.5.0 Platform Project
Internal API Specification