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.dialogs.Dialog |
blockedHandler, 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, ELLIPSIS |
Fields inherited from class org.eclipse.jface.window.Window |
CANCEL, OK |
Methods inherited from class org.eclipse.jface.dialogs.Dialog |
applyDialogFont, buttonPressed, close, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, createButtonBar, createButtonsForButtonBar, createContents, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getImage, getOKButton, initializeBounds, initializeDialogUnits, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenText |
Methods inherited from class org.eclipse.jface.window.Window |
canHandleShellCloseEvent, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getInitialLocation, getInitialSize, getLayout, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, open, setBlockOnOpen, setDefaultImage, setDefaultImages, 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()