|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewDialog
public class PreviewDialog
Creation-Date: 11.11.2006, 19:35:16
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.Dialog |
---|
Dialog.ModalExclusionType, Dialog.ModalityType |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.BaselineResizeBehavior |
Field Summary |
---|
Fields inherited from class java.awt.Dialog |
---|
DEFAULT_MODALITY_TYPE |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
PreviewDialog()
Creates a non-modal dialog without a title and without a specified Frame owner. |
|
PreviewDialog(Dialog owner)
Creates a non-modal dialog without a title with the specified Dialog as its owner. |
|
PreviewDialog(Dialog owner,
boolean modal)
Creates a modal or non-modal dialog without a title and with the specified owner dialog. |
|
PreviewDialog(Frame owner)
Creates a non-modal dialog without a title with the specified Frame as its owner. |
|
PreviewDialog(Frame owner,
boolean modal)
Creates a modal or non-modal dialog without a title and with the specified owner Frame . |
|
PreviewDialog(MasterReport report)
Creates a non-modal dialog without a title and without a specified Frame owner. |
|
PreviewDialog(MasterReport report,
Dialog owner)
Creates a non-modal dialog without a title with the specified Dialog as its owner. |
|
PreviewDialog(MasterReport report,
Dialog owner,
boolean modal)
Creates a modal or non-modal dialog without a title and with the specified owner dialog. |
|
PreviewDialog(MasterReport report,
Frame owner)
Creates a non-modal dialog without a title with the specified Frame as its owner. |
|
PreviewDialog(MasterReport report,
Frame owner,
boolean modal)
Creates a modal or non-modal dialog without a title and with the specified owner Frame . |
Method Summary | |
---|---|
void |
dispose()
|
IconTheme |
getIconTheme()
|
PreviewPane |
getPreviewPane()
|
ReportController |
getReportController()
|
MasterReport |
getReportJob()
|
JStatusBar |
getStatusBar()
|
double |
getZoom()
|
boolean |
isToolbarFloatable()
|
void |
setIconTheme(IconTheme theme)
|
void |
setReportController(ReportController reportController)
|
void |
setReportJob(MasterReport reportJob)
|
void |
setToolbarFloatable(boolean toolbarFloatable)
|
void |
setZoom(double zoom)
|
Methods inherited from class javax.swing.JDialog |
---|
getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setTransferHandler, update |
Methods inherited from class java.awt.Dialog |
---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, setVisible, show, toBack |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PreviewDialog()
Frame
owner. A shared, hidden
frame will be set as the owner of the dialog.
This constructor sets the component's locale property to the value returned by
JComponent.getDefaultLocale
.
HeadlessException
- if GraphicsEnvironment.isHeadless() returns true.GraphicsEnvironment.isHeadless()
,
JComponent.getDefaultLocale()
public PreviewDialog(Frame owner)
Frame
as its owner. If
owner
is null
, a shared, hidden frame will be set as the owner of the dialog.
This constructor sets the component's locale property to the value returned by
JComponent.getDefaultLocale
.
owner
- the Frame
from which the dialog is displayed
HeadlessException
- if GraphicsEnvironment.isHeadless() returns true.GraphicsEnvironment.isHeadless()
,
JComponent.getDefaultLocale()
public PreviewDialog(Frame owner, boolean modal)
Frame
. If
owner
is null
, a shared, hidden frame will be set as the owner of the dialog.
This constructor sets the component's locale property to the value returned by
JComponent.getDefaultLocale
.
owner
- the Frame
from which the dialog is displayedmodal
- true for a modal dialog, false for one that allows others windows to be active at the same time
HeadlessException
- if GraphicsEnvironment.isHeadless() returns true.GraphicsEnvironment.isHeadless()
,
JComponent.getDefaultLocale()
public PreviewDialog(Dialog owner)
Dialog
as its owner.
This constructor sets the component's locale property to the value returned by
JComponent.getDefaultLocale
.
owner
- the non-null Dialog
from which the dialog is displayed
HeadlessException
- if GraphicsEnvironment.isHeadless() returns true.GraphicsEnvironment.isHeadless()
,
JComponent.getDefaultLocale()
public PreviewDialog(Dialog owner, boolean modal)
JComponent.getDefaultLocale
.
owner
- the non-null Dialog
from which the dialog is displayedmodal
- true for a modal dialog, false for one that allows other windows to be active at the same time
HeadlessException
- if GraphicsEnvironment.isHeadless() returns true.GraphicsEnvironment.isHeadless()
,
JComponent.getDefaultLocale()
public PreviewDialog(MasterReport report)
Frame
owner. A shared, hidden
frame will be set as the owner of the dialog.
This constructor sets the component's locale property to the value returned by
JComponent.getDefaultLocale
.
HeadlessException
- if GraphicsEnvironment.isHeadless() returns true.GraphicsEnvironment.isHeadless()
,
JComponent.getDefaultLocale()
public PreviewDialog(MasterReport report, Frame owner)
Frame
as its owner. If
owner
is null
, a shared, hidden frame will be set as the owner of the dialog.
This constructor sets the component's locale property to the value returned by
JComponent.getDefaultLocale
.
owner
- the Frame
from which the dialog is displayed
HeadlessException
- if GraphicsEnvironment.isHeadless() returns true.GraphicsEnvironment.isHeadless()
,
JComponent.getDefaultLocale()
public PreviewDialog(MasterReport report, Frame owner, boolean modal)
Frame
. If
owner
is null
, a shared, hidden frame will be set as the owner of the dialog.
This constructor sets the component's locale property to the value returned by
JComponent.getDefaultLocale
.
owner
- the Frame
from which the dialog is displayedmodal
- true for a modal dialog, false for one that allows others windows to be active at the same time
HeadlessException
- if GraphicsEnvironment.isHeadless() returns true.GraphicsEnvironment.isHeadless()
,
JComponent.getDefaultLocale()
public PreviewDialog(MasterReport report, Dialog owner)
Dialog
as its owner.
This constructor sets the component's locale property to the value returned by
JComponent.getDefaultLocale
.
owner
- the non-null Dialog
from which the dialog is displayed
HeadlessException
- if GraphicsEnvironment.isHeadless() returns true.GraphicsEnvironment.isHeadless()
,
JComponent.getDefaultLocale()
public PreviewDialog(MasterReport report, Dialog owner, boolean modal)
JComponent.getDefaultLocale
.
owner
- the non-null Dialog
from which the dialog is displayedmodal
- true for a modal dialog, false for one that allows other windows to be active at the same time
HeadlessException
- if GraphicsEnvironment.isHeadless() returns true.GraphicsEnvironment.isHeadless()
,
JComponent.getDefaultLocale()
Method Detail |
---|
public ReportController getReportController()
public void setReportController(ReportController reportController)
public IconTheme getIconTheme()
public void setIconTheme(IconTheme theme)
public MasterReport getReportJob()
public void setReportJob(MasterReport reportJob)
public void dispose()
dispose
in class Window
public PreviewPane getPreviewPane()
public JStatusBar getStatusBar()
public boolean isToolbarFloatable()
public void setToolbarFloatable(boolean toolbarFloatable)
public double getZoom()
public void setZoom(double zoom)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |