be.ac.vub.cocompose.eclipse.actions
Class PrintModeDialog

java.lang.Object
  extended byorg.eclipse.jface.window.Window
      extended byorg.eclipse.jface.dialogs.Dialog
          extended bybe.ac.vub.cocompose.eclipse.actions.PrintModeDialog

public class PrintModeDialog
extends Dialog

CoCompose printing dialog.

Since:
0.2.8
Version:
0.2.8, 20/04/2004
Author:
Dennis Wagelaar

Nested Class Summary
 
Nested classes inherited from class org.eclipse.jface.window.Window
Window.IExceptionHandler
 
Field Summary
 
Fields inherited from class org.eclipse.jface.dialogs.Dialog
buttonBar, dialogArea, DLG_IMG_ERROR, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING
 
Fields inherited from class org.eclipse.jface.window.Window
CANCEL, OK
 
Constructor Summary
PrintModeDialog(Shell parentShell)
          Creates a PrintModeDialog.
 
Method Summary
protected  void cancelPressed()
           
protected  void configureShell(Shell newShell)
           
protected  Control createDialogArea(Composite parent)
           
protected  void okPressed()
           
 
Methods inherited from class org.eclipse.jface.dialogs.Dialog
applyDialogFont, buttonPressed, close, constrainShellSize, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, createButton, createButtonBar, createButtonsForButtonBar, createContents, getButton, getButtonBar, getCancelButton, getDialogArea, getImage, getOKButton, initializeBounds, initializeDialogUnits, setButtonLayoutData, setButtonLayoutFormData
 
Methods inherited from class org.eclipse.jface.window.Window
canHandleShellCloseEvent, create, createShell, getContents, getDefaultImage, getInitialLocation, getInitialSize, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, open, setBlockOnOpen, setDefaultImage, setExceptionHandler, setReturnCode, setShellStyle, setWindowManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintModeDialog

public PrintModeDialog(Shell parentShell)
Creates a PrintModeDialog.

Parameters:
parentShell -
Method Detail

cancelPressed

protected void cancelPressed()
See Also:
Dialog.cancelPressed()

configureShell

protected void configureShell(Shell newShell)
See Also:
Window.configureShell(org.eclipse.swt.widgets.Shell)

createDialogArea

protected Control createDialogArea(Composite parent)
See Also:
Dialog.createDialogArea(org.eclipse.swt.widgets.Composite)

okPressed

protected void okPressed()
See Also:
Dialog.okPressed()