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 Summary
Nested classes/interfaces inherited from class Window
Window.IExceptionHandler -
Field Summary
Fields inherited from class EditorSelectionDialog
STORE_ID_INTERNAL_EXTERNALFields inherited from class 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, ELLIPSISFields inherited from class Window
CANCEL, OK, resizeHasOccurred -
Constructor Summary
Constructors -
Method Summary
Modifier 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 EditorSelectionDialog
buttonPressed, close, configureShell, createButtonsForButtonBar, fillEditorTable, filterEditors, getExternalEditors, getInternalEditors, getSelectedEditor, handleDoubleClickEvent, isResizable, promptForExternalEditor, restoreWidgetValues, saveWidgetValues, setEditorsToFilter, setFileName, setMessage, updateEnableState, updateOkButtonMethods inherited from class Dialog
applyDialogFont, 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 Window
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
-
Constructor Details
-
LargeFileEditorSelectionDialog
-
-
Method Details
-
getDialogSettings
Description copied from class:EditorSelectionDialogReturn the dialog store to cache values into- Overrides:
getDialogSettingsin classEditorSelectionDialog
-
createDialogArea
Description copied from class:EditorSelectionDialogCreates and returns the contents of the upper part of the dialog (above the button bar). Subclasses should overide.- Overrides:
createDialogAreain classEditorSelectionDialog- Parameters:
parent- the parent composite to contain the dialog area- Returns:
- the dialog area control
-
shouldRememberSelectedEditor
public boolean shouldRememberSelectedEditor()
-