Package org.eclipse.ui.internal
Class LargeFileLimitsPreferenceHandler.LargeFileEditorSelectionDialog
java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.eclipse.ui.dialogs.EditorSelectionDialog
org.eclipse.ui.internal.LargeFileLimitsPreferenceHandler.LargeFileEditorSelectionDialog
- All Implemented Interfaces:
- IShellProvider
- Enclosing class:
- LargeFileLimitsPreferenceHandler
public static class LargeFileLimitsPreferenceHandler.LargeFileEditorSelectionDialog
extends EditorSelectionDialog
- 
Nested Class SummaryNested classes/interfaces inherited from class org.eclipse.jface.window.WindowWindow.IExceptionHandler
- 
Field SummaryFields inherited from class org.eclipse.ui.dialogs.EditorSelectionDialogSTORE_ID_INTERNAL_EXTERNALFields inherited from class org.eclipse.jface.dialogs.DialogblockedHandler, 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, ELLIPSISFields inherited from class org.eclipse.jface.window.WindowCANCEL, OK, resizeHasOccurred
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ControlcreateDialogArea(Composite parent) Creates and returns the contents of the upper part of the dialog (above the button bar).protected IDialogSettingsReturn the dialog store to cache values intobooleanMethods inherited from class org.eclipse.ui.dialogs.EditorSelectionDialogbuttonPressed, close, configureShell, createButtonsForButtonBar, fillEditorTable, filterEditors, getExternalEditors, getInternalEditors, getSelectedEditor, handleDoubleClickEvent, isResizable, promptForExternalEditor, restoreWidgetValues, saveWidgetValues, setEditorsToFilter, setFileName, setMessage, updateEnableState, updateOkButtonMethods inherited from class org.eclipse.jface.dialogs.DialogapplyDialogFont, cancelPressed, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, createButtonBar, createContents, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, getInitialSize, getOKButton, initializeBounds, initializeDialogUnits, okPressed, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenTextMethods inherited from class org.eclipse.jface.window.WindowcanHandleShellCloseEvent, 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
- 
Constructor Details- 
LargeFileEditorSelectionDialog
 
- 
- 
Method Details- 
getDialogSettingsDescription copied from class:EditorSelectionDialogReturn the dialog store to cache values into- Overrides:
- getDialogSettingsin class- EditorSelectionDialog
 
- 
createDialogAreaDescription copied from class:EditorSelectionDialogCreates and returns the contents of the upper part of the dialog (above the button bar). Subclasses should overide.- Overrides:
- createDialogAreain class- EditorSelectionDialog
- Parameters:
- parent- the parent composite to contain the dialog area
- Returns:
- the dialog area control
 
- 
shouldRememberSelectedEditorpublic boolean shouldRememberSelectedEditor()
 
-