Class AbstractDemoHandler
java.lang.Object
org.pentaho.reporting.engine.classic.demo.util.AbstractDemoHandler
- All Implemented Interfaces:
DemoHandler,InternalDemoHandler
- Direct Known Subclasses:
AbstractXmlDemoHandler,AutoTableAPIDemo,BandInBandStackingDemoHandler,CountryReportAPIDemoHandler,CSVReaderDemo,FileLoadingDemo,MultiAPIChartDemo,OpenSourceAPIDemoHandler,PeopleReportAPIDemoHandler,SimpleBarcodesAPIDemo,SparklineAPIDemo,StackedLayoutAPIDemoHandler,SurveyScaleAPIDemoHandler
The AbstractDemoHandler provides some common implementations that are used by all other demo handlers, and which are
of minor interest for the demo's purposes.
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JComponentcreateDefaultTable(TableModel data) Returns the demo controler for this demo.voidsetController(DemoController controler) Assigns a demo controler to this demo.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pentaho.reporting.engine.classic.demo.util.InternalDemoHandler
createReport, getDemoDescriptionSource, getDemoName, getPresentationComponent
-
Constructor Details
-
AbstractDemoHandler
public AbstractDemoHandler()
-
-
Method Details
-
createDefaultTable
-
getController
Description copied from interface:InternalDemoHandlerReturns the demo controler for this demo. The demo controler is supplied by the user of the demo handler.- Specified by:
getControllerin interfaceInternalDemoHandler- Returns:
- the demo controler for this demo handler.
-
setController
Description copied from interface:InternalDemoHandlerAssigns a demo controler to this demo. It is guaranteed, that a controler is set, before the presentation component is queried or a report is created.- Specified by:
setControllerin interfaceInternalDemoHandler- Parameters:
controler- the controler.
-
getPreviewHandler
- Specified by:
getPreviewHandlerin interfaceDemoHandler
-