|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewPane
public class PreviewPane
Creation-Date: 11.11.2006, 19:36:13
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.BaselineResizeBehavior |
Field Summary | |
---|---|
static String |
CLOSED_PROPERTY
|
static String |
ERROR_PROPERTY
|
static String |
ICON_THEME_PROPERTY
|
static String |
LOCK_INTERFACE_PROPERTY
Deprecated. use the paginating property instead |
static String |
MENU_PROPERTY
|
static String |
NUMBER_OF_PAGES_PROPERTY
|
static String |
PAGE_NUMBER_PROPERTY
|
static String |
PAGINATED_PROPERTY
|
static String |
PAGINATING_PROPERTY
|
static String |
PREVIEW_MAXIMUM_HEIGHT
The maximum height key. |
static String |
PREVIEW_MAXIMUM_WIDTH
The maximum width key. |
static String |
PREVIEW_PREFERRED_HEIGHT
The preferred height key. |
static String |
PREVIEW_PREFERRED_WIDTH
The preferred width key. |
static String |
REPORT_CONTROLLER_PROPERTY
|
static String |
REPORT_JOB_PROPERTY
|
static String |
STATUS_TEXT_PROPERTY
|
static String |
STATUS_TYPE_PROPERTY
|
static String |
TITLE_PROPERTY
|
static String |
ZOOM_MAXIMUM_KEY
The maximum zoom key. |
static String |
ZOOM_MINIMUM_KEY
The minimum zoom key. |
static String |
ZOOM_PROPERTY
|
Fields inherited from class javax.swing.JComponent |
---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
PreviewPane()
Creates a new JPanel with a double buffer and a flow layout. |
|
PreviewPane(boolean init)
|
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ReportEventSource |
---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Field Detail |
---|
public static final String STATUS_TEXT_PROPERTY
public static final String STATUS_TYPE_PROPERTY
public static final String REPORT_CONTROLLER_PROPERTY
public static final String ZOOM_PROPERTY
public static final String CLOSED_PROPERTY
public static final String ERROR_PROPERTY
public static final String REPORT_JOB_PROPERTY
public static final String PAGINATING_PROPERTY
public static final String PAGINATED_PROPERTY
public static final String PAGE_NUMBER_PROPERTY
public static final String NUMBER_OF_PAGES_PROPERTY
public static final String ICON_THEME_PROPERTY
public static final String TITLE_PROPERTY
public static final String MENU_PROPERTY
public static final String PREVIEW_PREFERRED_WIDTH
public static final String PREVIEW_PREFERRED_HEIGHT
public static final String PREVIEW_MAXIMUM_WIDTH
public static final String PREVIEW_MAXIMUM_HEIGHT
public static final String ZOOM_MAXIMUM_KEY
public static final String ZOOM_MINIMUM_KEY
public static final String LOCK_INTERFACE_PROPERTY
Constructor Detail |
---|
public PreviewPane()
JPanel
with a double buffer and a flow layout.
public PreviewPane(boolean init)
Method Detail |
---|
public PreviewDrawablePanel getReportPreviewArea()
public boolean isDeferredRepagination()
public void setDeferredRepagination(boolean deferredRepagination)
public PrintReportProcessor getPrintReportProcessor()
public JMenu[] getMenu()
public JToolBar getToolBar()
public String getStatusText()
public void setStatusText(String statusText)
public Throwable getError()
public void setError(Throwable error)
public StatusType getStatusType()
public void setStatusType(StatusType statusType)
public ReportController getReportController()
public void setReportController(ReportController reportController)
public MasterReport getReportJob()
getReportJob
in interface ReportEventSource
public void setReportJob(MasterReport reportJob)
public double getZoom()
public void setZoom(double zoom)
public boolean isClosed()
public void setClosed(boolean closed)
public Locale getLocale()
getLocale
in class Component
public int getNumberOfPages()
getNumberOfPages
in interface ReportEventSource
public void setNumberOfPages(int numberOfPages)
public int getPageNumber()
getPageNumber
in interface ReportEventSource
public void setPageNumber(int pageNumber)
public IconTheme getIconTheme()
public void setToolbarFloatable(boolean toolbarFloatable)
public boolean isToolbarFloatable()
public SwingGuiContext getSwingGuiContext()
public KeyedComboBoxModel getZoomModel()
public String getTitle()
public void setTitle(String title)
public double[] getZoomFactors()
public boolean isPaginated()
isPaginated
in interface ReportEventSource
public void setPaginated(boolean paginated)
public boolean isPaginating()
isPaginating
in interface ReportEventSource
public void setPaginating(boolean paginating)
public void startPagination()
public Object getNoReportDrawable()
public void setNoReportDrawable(Object noReportDrawable)
public Object getPaginatingDrawable()
public void setPaginatingDrawable(Object paginatingDrawable)
public void addReportProgressListener(ReportProgressListener progressListener)
public void removeReportProgressListener(ReportProgressListener progressListener)
public void addReportHyperlinkListener(ReportHyperlinkListener listener)
public void removeReportHyperlinkListener(ReportHyperlinkListener listener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |