public class SourceLookupInfoDialog
extends org.eclipse.jface.dialogs.Dialog
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
debugElement |
private org.eclipse.core.runtime.IProgressMonitor |
monitor |
private org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedSourceLookupParticipant |
sourceLookup |
private org.eclipse.swt.widgets.Text |
textGAV |
private org.eclipse.swt.widgets.Text |
textJavaProject |
private org.eclipse.swt.widgets.Text |
textLocation |
private org.eclipse.swt.widgets.Text |
textSourceContainer |
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
Constructor and Description |
---|
SourceLookupInfoDialog(org.eclipse.swt.widgets.Shell parentShell,
java.lang.Object debugElement,
org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedSourceLookupParticipant sourceLookup) |
Modifier and Type | Method and Description |
---|---|
protected void |
configureShell(org.eclipse.swt.widgets.Shell newShell) |
(package private) void |
copyToClipboard() |
protected void |
createButtonsForButtonBar(org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.widgets.Control |
createDialogArea(org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.graphics.Point |
getInitialSize() |
(package private) void |
showError(org.eclipse.core.runtime.CoreException e) |
private java.lang.String |
toString(org.eclipse.debug.core.sourcelookup.ISourceContainer container) |
private void |
updateDisplay(org.eclipse.core.runtime.IProgressMonitor moninor) |
applyDialogFont, buttonPressed, cancelPressed, close, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, createButtonBar, createContents, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, getOKButton, initializeBounds, initializeDialogUnits, isResizable, okPressed, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenText
canHandleShellCloseEvent, 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
private final java.lang.Object debugElement
private final org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedSourceLookupParticipant sourceLookup
private org.eclipse.swt.widgets.Text textLocation
private org.eclipse.swt.widgets.Text textGAV
private org.eclipse.swt.widgets.Text textJavaProject
private org.eclipse.swt.widgets.Text textSourceContainer
private org.eclipse.core.runtime.IProgressMonitor monitor
public SourceLookupInfoDialog(org.eclipse.swt.widgets.Shell parentShell, java.lang.Object debugElement, org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedSourceLookupParticipant sourceLookup)
protected void configureShell(org.eclipse.swt.widgets.Shell newShell)
configureShell
in class org.eclipse.jface.window.Window
protected org.eclipse.swt.widgets.Control createDialogArea(org.eclipse.swt.widgets.Composite parent)
createDialogArea
in class org.eclipse.jface.dialogs.Dialog
protected void createButtonsForButtonBar(org.eclipse.swt.widgets.Composite parent)
createButtonsForButtonBar
in class org.eclipse.jface.dialogs.Dialog
protected org.eclipse.swt.graphics.Point getInitialSize()
getInitialSize
in class org.eclipse.jface.dialogs.Dialog
private void updateDisplay(org.eclipse.core.runtime.IProgressMonitor moninor)
void showError(org.eclipse.core.runtime.CoreException e)
private java.lang.String toString(org.eclipse.debug.core.sourcelookup.ISourceContainer container)
void copyToClipboard()