Ontimize 5.2072EN

com.ontimize.report
Interface ReportDesigner.ReportSection

All Superinterfaces:
java.awt.image.ImageObserver
All Known Implementing Classes:
ReportDesigner.BasicReportSection, ReportDesigner.ContentPanel
Enclosing interface:
ReportDesigner

public static interface ReportDesigner.ReportSection
extends java.awt.image.ImageObserver


Field Summary
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Method Summary
 void addComponent(ReportDesigner.ReportComponent[] comps)
           
 int getHeight()
           
 java.util.Hashtable getParameter()
           
 ReportDesigner.ReportComponent[] getReportComponents()
           
 int getWidth()
           
 boolean isVisible()
           
 
Methods inherited from interface java.awt.image.ImageObserver
imageUpdate
 

Method Detail

isVisible

public boolean isVisible()

getHeight

public int getHeight()

getWidth

public int getWidth()

getReportComponents

public ReportDesigner.ReportComponent[] getReportComponents()

getParameter

public java.util.Hashtable getParameter()

addComponent

public void addComponent(ReportDesigner.ReportComponent[] comps)

Ontimize