org.eclipse.debug.core.sourcelookup
and org.eclipse.debug.core.sourcelookup.containers
. This class
has been replaced by a dialog in the debug platform -
org.eclipse.debug.ui.sourcelookup.SourceLookupDialog
.@Deprecated public class JavaSourceLookupDialog extends Dialog
This class may be instantiated.
Dialog
Window.IExceptionHandler
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
CANCEL, OK, resizeHasOccurred
Constructor and Description |
---|
JavaSourceLookupDialog(Shell shell,
String message,
ILaunchConfiguration configuration)
Deprecated.
Constructs a dialog to manipulate the source lookup path of the given
launch configuration.
|
Modifier and Type | Method and Description |
---|---|
protected Control |
createDialogArea(Composite parent)
Deprecated.
|
boolean |
isNotAskAgain()
Deprecated.
Returns whether the "do not ask again" check box is selected in the dialog.
|
protected void |
okPressed()
Deprecated.
|
applyDialogFont, buttonPressed, cancelPressed, close, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, createButtonBar, createButtonsForButtonBar, createContents, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, getInitialSize, getOKButton, initializeBounds, initializeDialogUnits, isResizable, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenText
canHandleShellCloseEvent, configureShell, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getLayout, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager
public JavaSourceLookupDialog(Shell shell, String message, ILaunchConfiguration configuration)
IJavaLaunchConfigurationConstants.ATTR_DEFAULT_SOURCE_PATH
and
IJavaLaunchConfigurationConstants.ATTR_SOURCE_PATH
. If the user
changes the source lookup path and presses "OK", the launch configuration
is updated with the new source lookup path.shell
- the shell to open the dialog onmessage
- the message to display in the dialogconfiguration
- the launch configuration from which the source lookup
path is retrieved and (possibly) updatedpublic boolean isNotAskAgain()
protected Control createDialogArea(Composite parent)
createDialogArea
in class Dialog
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.