public class ReporterSettingsDialog
extends org.eclipse.jface.dialogs.Dialog
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, 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 |
---|
ReporterSettingsDialog(org.eclipse.swt.widgets.Shell parent,
org.eclipse.core.resources.IProject affectedProject)
Creates and displays a new
ReporterSettingsDialog . |
applyDialogFont, close, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, create, getBlockedHandler, getImage, setBlockedHandler, shortenText
getDefaultImage, getDefaultImages, getDefaultOrientation, getReturnCode, getShell, getWindowManager, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setWindowManager
public ReporterSettingsDialog(org.eclipse.swt.widgets.Shell parent, org.eclipse.core.resources.IProject affectedProject)
ReporterSettingsDialog
. If a .reporterSettings is already
assosiated with the IProject affectedProject
, the settings file is loaded before the
frame is displayed. When the user clicks on the frame's ok button, the settings will
be saved to .reporterSettings within affectedProject.affectedProject
- .reporterSettings will be saved and loaded from this project.