Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org.jfree.report.modules.gui » base » [javadoc | source]
org.jfree.report.modules.gui.base
public class: PreviewDialog [javadoc | source]
java.lang.Object
   java.awt.Component
      java.awt.Container
         java.awt.Window
            java.awt.Dialog
               javax.swing.JDialog
                  org.jfree.report.modules.gui.base.PreviewDialog

All Implemented Interfaces:
    Accessible, TransferHandler$HasGetTransferHandler, RootPaneContainer, WindowConstants, MenuContainer, ImageObserver, Serializable

Creation-Date: 11.11.2006, 19:35:16
Fields inherited from java.awt.Dialog:
DEFAULT_MODALITY_TYPE
Fields inherited from java.awt.Component:
TOP_ALIGNMENT,  CENTER_ALIGNMENT,  BOTTOM_ALIGNMENT,  LEFT_ALIGNMENT,  RIGHT_ALIGNMENT
Constructor:
 public PreviewDialog() 
 public PreviewDialog(Frame owner) 
    Creates a non-modal dialog without a title with the specified 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.

    Parameters:
    owner - the Frame from which the dialog is displayed
    Throws:
    java.awt.HeadlessException - if GraphicsEnvironment.isHeadless() returns true.
    Also see:
    java.awt.GraphicsEnvironment#isHeadless
    javax.swing.JComponent#getDefaultLocale
 public PreviewDialog(Dialog owner) 
    Creates a non-modal dialog without a title with the specified Dialog as its owner.

    This constructor sets the component's locale property to the value returned by JComponent.getDefaultLocale.

    Parameters:
    owner - the non-null Dialog from which the dialog is displayed
    Throws:
    java.awt.HeadlessException - if GraphicsEnvironment.isHeadless() returns true.
    Also see:
    java.awt.GraphicsEnvironment#isHeadless
    javax.swing.JComponent#getDefaultLocale
 public PreviewDialog(JFreeReport report) 
    Creates a non-modal dialog without a title and without a specified 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.

    Throws:
    java.awt.HeadlessException - if GraphicsEnvironment.isHeadless() returns true.
    Also see:
    java.awt.GraphicsEnvironment#isHeadless
    javax.swing.JComponent#getDefaultLocale
 public PreviewDialog(Frame owner,
    boolean modal) 
    Creates a modal or non-modal dialog without a title and with the specified owner 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.

    Parameters:
    owner - the Frame from which the dialog is displayed
    modal - true for a modal dialog, false for one that allows others windows to be active at the same time
    Throws:
    java.awt.HeadlessException - if GraphicsEnvironment.isHeadless() returns true.
    Also see:
    java.awt.GraphicsEnvironment#isHeadless
    javax.swing.JComponent#getDefaultLocale
 public PreviewDialog(Dialog owner,
    boolean modal) 
    Creates a modal or non-modal dialog without a title and with the specified owner dialog.

    This constructor sets the component's locale property to the value returned by JComponent.getDefaultLocale.

    Parameters:
    owner - the non-null Dialog from which the dialog is displayed
    modal - true for a modal dialog, false for one that allows other windows to be active at the same time
    Throws:
    java.awt.HeadlessException - if GraphicsEnvironment.isHeadless() returns true.
    Also see:
    java.awt.GraphicsEnvironment#isHeadless
    javax.swing.JComponent#getDefaultLocale
 public PreviewDialog(JFreeReport report,
    Frame owner) 
    Creates a non-modal dialog without a title with the specified 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.

    Parameters:
    owner - the Frame from which the dialog is displayed
    Throws:
    java.awt.HeadlessException - if GraphicsEnvironment.isHeadless() returns true.
    Also see:
    java.awt.GraphicsEnvironment#isHeadless
    javax.swing.JComponent#getDefaultLocale
 public PreviewDialog(JFreeReport report,
    Dialog owner) 
    Creates a non-modal dialog without a title with the specified Dialog as its owner.

    This constructor sets the component's locale property to the value returned by JComponent.getDefaultLocale.

    Parameters:
    owner - the non-null Dialog from which the dialog is displayed
    Throws:
    java.awt.HeadlessException - if GraphicsEnvironment.isHeadless() returns true.
    Also see:
    java.awt.GraphicsEnvironment#isHeadless
    javax.swing.JComponent#getDefaultLocale
 public PreviewDialog(JFreeReport report,
    Frame owner,
    boolean modal) 
    Creates a modal or non-modal dialog without a title and with the specified owner 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.

    Parameters:
    owner - the Frame from which the dialog is displayed
    modal - true for a modal dialog, false for one that allows others windows to be active at the same time
    Throws:
    java.awt.HeadlessException - if GraphicsEnvironment.isHeadless() returns true.
    Also see:
    java.awt.GraphicsEnvironment#isHeadless
    javax.swing.JComponent#getDefaultLocale
 public PreviewDialog(JFreeReport report,
    Dialog owner,
    boolean modal) 
    Creates a modal or non-modal dialog without a title and with the specified owner dialog.

    This constructor sets the component's locale property to the value returned by JComponent.getDefaultLocale.

    Parameters:
    owner - the non-null Dialog from which the dialog is displayed
    modal - true for a modal dialog, false for one that allows other windows to be active at the same time
    Throws:
    java.awt.HeadlessException - if GraphicsEnvironment.isHeadless() returns true.
    Also see:
    java.awt.GraphicsEnvironment#isHeadless
    javax.swing.JComponent#getDefaultLocale
Method from org.jfree.report.modules.gui.base.PreviewDialog Summary:
dispose,   getIconTheme,   getPreviewPane,   getReportController,   getReportJob,   getStatusBar,   getZoom,   init,   isToolbarFloatable,   setIconTheme,   setReportController,   setReportJob,   setToolbarFloatable,   setZoom
Methods from 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 from java.awt.Dialog:
addNotify,   getAccessibleContext,   getModalityType,   getTitle,   hide,   isModal,   isResizable,   isUndecorated,   setModal,   setModalityType,   setResizable,   setTitle,   setUndecorated,   setVisible,   show,   toBack
Methods from java.awt.Window:
addNotify,   addPropertyChangeListener,   addPropertyChangeListener,   addWindowFocusListener,   addWindowListener,   addWindowStateListener,   applyResourceBundle,   applyResourceBundle,   createBufferStrategy,   createBufferStrategy,   dispose,   getAccessibleContext,   getBufferStrategy,   getFocusCycleRootAncestor,   getFocusOwner,   getFocusTraversalKeys,   getFocusableWindowState,   getGraphicsConfiguration,   getIconImages,   getInputContext,   getListeners,   getLocale,   getModalExclusionType,   getMostRecentFocusOwner,   getOwnedWindows,   getOwner,   getOwnerlessWindows,   getToolkit,   getWarningString,   getWindowFocusListeners,   getWindowListeners,   getWindowStateListeners,   getWindows,   hide,   isActive,   isAlwaysOnTop,   isAlwaysOnTopSupported,   isFocusCycleRoot,   isFocusableWindow,   isFocused,   isLocationByPlatform,   isShowing,   pack,   postEvent,   removeNotify,   removeWindowFocusListener,   removeWindowListener,   removeWindowStateListener,   reshape,   setAlwaysOnTop,   setBounds,   setBounds,   setCursor,   setFocusCycleRoot,   setFocusableWindowState,   setIconImage,   setIconImages,   setLocationByPlatform,   setLocationRelativeTo,   setMinimumSize,   setModalExclusionType,   setSize,   setSize,   setVisible,   show,   toBack,   toFront
Methods from java.awt.Container:
add,   add,   add,   add,   add,   addContainerListener,   addNotify,   addPropertyChangeListener,   addPropertyChangeListener,   applyComponentOrientation,   areFocusTraversalKeysSet,   countComponents,   deliverEvent,   doLayout,   findComponentAt,   findComponentAt,   getAlignmentX,   getAlignmentY,   getComponent,   getComponentAt,   getComponentAt,   getComponentCount,   getComponentZOrder,   getComponents,   getContainerListeners,   getFocusTraversalKeys,   getFocusTraversalPolicy,   getInsets,   getLayout,   getListeners,   getMaximumSize,   getMinimumSize,   getMousePosition,   getPreferredSize,   insets,   invalidate,   isAncestorOf,   isFocusCycleRoot,   isFocusCycleRoot,   isFocusTraversalPolicyProvider,   isFocusTraversalPolicySet,   layout,   list,   list,   locate,   minimumSize,   paint,   paintComponents,   preferredSize,   print,   printComponents,   remove,   remove,   removeAll,   removeContainerListener,   removeNotify,   setComponentZOrder,   setFocusCycleRoot,   setFocusTraversalKeys,   setFocusTraversalPolicy,   setFocusTraversalPolicyProvider,   setFont,   setLayout,   transferFocusBackward,   transferFocusDownCycle,   update,   validate
Methods from java.awt.Component:
action,   add,   addComponentListener,   addFocusListener,   addHierarchyBoundsListener,   addHierarchyListener,   addInputMethodListener,   addKeyListener,   addMouseListener,   addMouseMotionListener,   addMouseWheelListener,   addNotify,   addPropertyChangeListener,   addPropertyChangeListener,   applyComponentOrientation,   areFocusTraversalKeysSet,   bounds,   checkImage,   checkImage,   contains,   contains,   createImage,   createImage,   createVolatileImage,   createVolatileImage,   deliverEvent,   disable,   dispatchEvent,   doLayout,   enable,   enable,   enableInputMethods,   firePropertyChange,   firePropertyChange,   firePropertyChange,   firePropertyChange,   firePropertyChange,   firePropertyChange,   getAccessibleContext,   getAlignmentX,   getAlignmentY,   getBackground,   getBaseline,   getBaselineResizeBehavior,   getBounds,   getBounds,   getColorModel,   getComponentAt,   getComponentAt,   getComponentListeners,   getComponentOrientation,   getCursor,   getDropTarget,   getFocusCycleRootAncestor,   getFocusListeners,   getFocusTraversalKeys,   getFocusTraversalKeysEnabled,   getFont,   getFontMetrics,   getForeground,   getGraphics,   getGraphicsConfiguration,   getHeight,   getHierarchyBoundsListeners,   getHierarchyListeners,   getIgnoreRepaint,   getInputContext,   getInputMethodListeners,   getInputMethodRequests,   getKeyListeners,   getListeners,   getLocale,   getLocation,   getLocation,   getLocationOnScreen,   getMaximumSize,   getMinimumSize,   getMouseListeners,   getMouseMotionListeners,   getMousePosition,   getMouseWheelListeners,   getName,   getParent,   getPeer,   getPreferredSize,   getPropertyChangeListeners,   getPropertyChangeListeners,   getSize,   getSize,   getToolkit,   getTreeLock,   getWidth,   getX,   getY,   gotFocus,   handleEvent,   hasFocus,   hide,   imageUpdate,   inside,   invalidate,   isBackgroundSet,   isCursorSet,   isDisplayable,   isDoubleBuffered,   isEnabled,   isFocusCycleRoot,   isFocusOwner,   isFocusTraversable,   isFocusable,   isFontSet,   isForegroundSet,   isLightweight,   isMaximumSizeSet,   isMinimumSizeSet,   isOpaque,   isPreferredSizeSet,   isShowing,   isValid,   isVisible,   keyDown,   keyUp,   layout,   list,   list,   list,   list,   list,   locate,   location,   lostFocus,   minimumSize,   mouseDown,   mouseDrag,   mouseEnter,   mouseExit,   mouseMove,   mouseUp,   move,   nextFocus,   paint,   paintAll,   postEvent,   preferredSize,   prepareImage,   prepareImage,   print,   printAll,   remove,   removeComponentListener,   removeFocusListener,   removeHierarchyBoundsListener,   removeHierarchyListener,   removeInputMethodListener,   removeKeyListener,   removeMouseListener,   removeMouseMotionListener,   removeMouseWheelListener,   removeNotify,   removePropertyChangeListener,   removePropertyChangeListener,   repaint,   repaint,   repaint,   repaint,   requestFocus,   requestFocusInWindow,   reshape,   resize,   resize,   setBackground,   setBounds,   setBounds,   setComponentOrientation,   setCursor,   setDropTarget,   setEnabled,   setFocusTraversalKeys,   setFocusTraversalKeysEnabled,   setFocusable,   setFont,   setForeground,   setIgnoreRepaint,   setLocale,   setLocation,   setLocation,   setMaximumSize,   setMinimumSize,   setName,   setPreferredSize,   setSize,   setSize,   setVisible,   show,   show,   size,   toString,   transferFocus,   transferFocusBackward,   transferFocusUpCycle,   update,   validate
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.modules.gui.base.PreviewDialog Detail:
 public  void dispose() 
 public IconTheme getIconTheme() 
 public PreviewPane getPreviewPane() 
 public ReportController getReportController() 
 public JFreeReport getReportJob() 
 public JStatusBar getStatusBar() 
 public double getZoom() 
 protected  void init() 
 public boolean isToolbarFloatable() 
 public  void setIconTheme(IconTheme theme) 
 public  void setReportController(ReportController reportController) 
 public  void setReportJob(JFreeReport reportJob) 
 public  void setToolbarFloatable(boolean toolbarFloatable) 
 public  void setZoom(double zoom)