org.eclipse.ecf.ui.dialogs
Class ContainerCreateErrorDialog

java.lang.Object
  extended by org.eclipse.jface.window.Window
      extended by org.eclipse.jface.dialogs.Dialog
          extended by org.eclipse.jface.dialogs.IconAndMessageDialog
              extended by org.eclipse.jface.dialogs.ErrorDialog
                  extended by org.eclipse.ecf.ui.dialogs.ContainerCreateErrorDialog
All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider

public class ContainerCreateErrorDialog
extends org.eclipse.jface.dialogs.ErrorDialog

Error dialog to show when an ContainerCreateException is thrown.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jface.window.Window
org.eclipse.jface.window.Window.IExceptionHandler
 
Field Summary
 
Fields inherited from class org.eclipse.jface.dialogs.ErrorDialog
AUTOMATED_MODE
 
Fields inherited from class org.eclipse.jface.dialogs.IconAndMessageDialog
imageLabel, message, messageLabel
 
Fields inherited from class org.eclipse.jface.dialogs.Dialog
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, dialogArea, DLG_IMG_ERROR, DLG_IMG_HELP, 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
 
Constructor Summary
ContainerCreateErrorDialog(org.eclipse.swt.widgets.Shell parentShell, ContainerCreateException createException)
           
ContainerCreateErrorDialog(org.eclipse.swt.widgets.Shell parentShell, org.eclipse.core.runtime.IStatus status)
           
 
Method Summary
 
Methods inherited from class org.eclipse.jface.dialogs.ErrorDialog
buttonPressed, close, configureShell, createButtonsForButtonBar, createDetailsButton, createDialogAndButtonArea, createDialogArea, createDropDownList, getImage, isResizable, open, openError, openError, setStatus, shouldDisplay, shouldShowDetailsButton, showDetailsArea
 
Methods inherited from class org.eclipse.jface.dialogs.IconAndMessageDialog
createButtonBar, createContents, createMessageArea, getErrorImage, getInfoImage, getMessageLabelStyle, getQuestionImage, getWarningImage
 
Methods inherited from class org.eclipse.jface.dialogs.Dialog
applyDialogFont, cancelPressed, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, getInitialSize, getOKButton, initializeBounds, initializeDialogUnits, okPressed, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenText
 
Methods inherited from class org.eclipse.jface.window.Window
canHandleShellCloseEvent, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getLayout, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerCreateErrorDialog

public ContainerCreateErrorDialog(org.eclipse.swt.widgets.Shell parentShell,
                                  ContainerCreateException createException)

ContainerCreateErrorDialog

public ContainerCreateErrorDialog(org.eclipse.swt.widgets.Shell parentShell,
                                  org.eclipse.core.runtime.IStatus status)