org.eclipse.ecf.ui.dialogs
Class ContainerConnectErrorDialog

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.ContainerConnectErrorDialog
All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider

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

Error dialog to show when an ContainerConnectException 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
ContainerConnectErrorDialog(org.eclipse.swt.widgets.Shell parentShell, int errorCode, java.lang.String message, java.lang.String targetID, java.lang.Throwable exception)
           
ContainerConnectErrorDialog(org.eclipse.swt.widgets.Shell parentShell, java.lang.String targetID, ContainerCreateException createException)
           
ContainerConnectErrorDialog(org.eclipse.swt.widgets.Shell parentShell, java.lang.String targetID, org.eclipse.core.runtime.IStatus status)
           
ContainerConnectErrorDialog(org.eclipse.swt.widgets.Shell parentShell, java.lang.String targetID, java.lang.Throwable exception)
           
 
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

ContainerConnectErrorDialog

public ContainerConnectErrorDialog(org.eclipse.swt.widgets.Shell parentShell,
                                   java.lang.String targetID,
                                   ContainerCreateException createException)

ContainerConnectErrorDialog

public ContainerConnectErrorDialog(org.eclipse.swt.widgets.Shell parentShell,
                                   java.lang.String targetID,
                                   org.eclipse.core.runtime.IStatus status)

ContainerConnectErrorDialog

public ContainerConnectErrorDialog(org.eclipse.swt.widgets.Shell parentShell,
                                   int errorCode,
                                   java.lang.String message,
                                   java.lang.String targetID,
                                   java.lang.Throwable exception)

ContainerConnectErrorDialog

public ContainerConnectErrorDialog(org.eclipse.swt.widgets.Shell parentShell,
                                   java.lang.String targetID,
                                   java.lang.Throwable exception)