be.ac.vub.cocompose.eclipse.actions
Class PrintModeDialog
java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
be.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
Fields inherited from class org.eclipse.jface.window.Window |
CANCEL, OK |
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 |
PrintModeDialog
public PrintModeDialog(Shell parentShell)
- Creates a PrintModeDialog.
- Parameters:
parentShell
-
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()