|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.engine.classic.core.modules.gui.base.ParameterReportController
public class ParameterReportController
The default controller for all reports (unless redefined by the user). This controller is responsible for providing a parameter-UI for the reports.
| Constructor Summary | |
|---|---|
ParameterReportController()
|
|
| Method Summary | |
|---|---|
void |
deinitialize(PreviewPane pane)
Called when the report controller gets removed. |
String |
getControllerLocation()
Returns the location for the report controler, one of BorderLayout.NORTH, BorderLayout.SOUTH, BorderLayout.EAST or BorderLayout.WEST. |
JComponent |
getControlPanel()
Returns the graphical representation of the controler. |
JMenu[] |
getMenus()
Returns the menus that should be inserted into the menubar. |
void |
initialize(PreviewPane pane)
Called to initialze the report controller and to connect it to the preview pane. |
boolean |
isInnerComponent()
Defines, whether the controler component is placed between the preview pane and the toolbar. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterReportController()
| Method Detail |
|---|
public JComponent getControlPanel()
getControlPanel in interface ReportControllerpublic JMenu[] getMenus()
getMenus in interface ReportControllerpublic boolean isInnerComponent()
isInnerComponent in interface ReportControllerpublic String getControllerLocation()
getControllerLocation in interface ReportControllerpublic void initialize(PreviewPane pane)
ReportController
initialize in interface ReportControllerpublic void deinitialize(PreviewPane pane)
deinitialize in interface ReportControllerpane -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||