Uses of Interface
org.eclipse.jface.dialogs.IDialogSettings
-
Packages that use IDialogSettings Package Description org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.debug.ui.sourcelookup Provides a user interface for debug platform source lookup facilities.org.eclipse.jface.dialogs Provides support for dialogs.org.eclipse.jface.text Provides a framework for creating and manipulating text documents.org.eclipse.jface.text.contentassist Provides a content assist add-on for anITextViewer.org.eclipse.jface.text.quickassist This package provides the quick assist assistant add-on for anISourceViewer.org.eclipse.jface.wizard Provides a framework for wizards.org.eclipse.ltk.ui.refactoring Application programming interface to implement a wizard based user interface for refactorings.org.eclipse.search.ui.text Provides the base classes to implement a search result view part for searches with textual matches.org.eclipse.team.ui Provides basic support for managing Team providers.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.plugin Class hierarchies for plug-ins that integrate with the Eclipse Platform UI.org.eclipse.ui.texteditor.templates Application programming interfaces for interaction with the Eclipse text editor template support.org.eclipse.ui.views.tasklist Provides the standard Task List view for displaying tasks and problem annotations on resources. -
-
Uses of IDialogSettings in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui that return IDialogSettings Modifier and Type Method Description protected IDialogSettingsStringVariableSelectionDialog. getDialogBoundsSettings()protected IDialogSettingsDebugPopup. getDialogSettings() -
Uses of IDialogSettings in org.eclipse.debug.ui.sourcelookup
Methods in org.eclipse.debug.ui.sourcelookup that return IDialogSettings Modifier and Type Method Description protected IDialogSettingsSourceLookupDialog. getDialogBoundsSettings() -
Uses of IDialogSettings in org.eclipse.jface.dialogs
Classes in org.eclipse.jface.dialogs that implement IDialogSettings Modifier and Type Class Description classDialogSettingsConcrete implementation of a dialog settings (IDialogSettings) using a hash table and XML.Methods in org.eclipse.jface.dialogs that return IDialogSettings Modifier and Type Method Description IDialogSettingsDialogSettings. addNewSection(String sectionName)IDialogSettingsIDialogSettings. addNewSection(String name)Create a new section in the receiver and return it.protected IDialogSettingsAbstractSelectionDialog. getDialogBoundsSettings()protected IDialogSettingsDialog. getDialogBoundsSettings()Gets the dialog settings that should be used for remembering the bounds of of the dialog, according to the dialog bounds strategy.protected IDialogSettingsPopupDialog. getDialogSettings()Gets the dialog settings that should be used for remembering the bounds of the dialog.static IDialogSettingsDialogSettings. getOrCreateSection(IDialogSettings settings, String sectionName)Returns a section with the given name in the given dialog settings.IDialogSettingsDialogSettings. getSection(String sectionName)IDialogSettingsIDialogSettings. getSection(String sectionName)Returns the section with the given name in this dialog settings.IDialogSettings[]DialogSettings. getSections()IDialogSettings[]IDialogSettings. getSections()Returns all the sections in this dialog settings.IDialogSettingsDialogSettings. removeSection(String sectionName)Remove a section by name in the receiver.Methods in org.eclipse.jface.dialogs with parameters of type IDialogSettings Modifier and Type Method Description voidDialogSettings. addSection(IDialogSettings section)voidIDialogSettings. addSection(IDialogSettings section)Add a section in the receiver.static IDialogSettingsDialogSettings. getOrCreateSection(IDialogSettings settings, String sectionName)Returns a section with the given name in the given dialog settings.voidDialogSettings. removeSection(IDialogSettings section)Remove a section in the receiver.voidAbstractSelectionDialog. setDialogBoundsSettings(IDialogSettings settings, int strategy)Set the dialog settings that should be used to save the bounds of this dialog. -
Uses of IDialogSettings in org.eclipse.jface.text
Methods in org.eclipse.jface.text with parameters of type IDialogSettings Modifier and Type Method Description voidAbstractInformationControlManager. setRestoreInformationControlBounds(IDialogSettings dialogSettings, boolean restoreLocation, boolean restoreSize)Tells this information control manager to open the information control with the values contained in the given dialog settings and to store the control's last valid size in the given dialog settings. -
Uses of IDialogSettings in org.eclipse.jface.text.contentassist
Methods in org.eclipse.jface.text.contentassist with parameters of type IDialogSettings Modifier and Type Method Description voidContentAssistant. setRestoreCompletionProposalSize(IDialogSettings dialogSettings)Tells this information control manager to open the information control with the values contained in the given dialog settings and to store the control's last valid size in the given dialog settings. -
Uses of IDialogSettings in org.eclipse.jface.text.quickassist
Methods in org.eclipse.jface.text.quickassist with parameters of type IDialogSettings Modifier and Type Method Description voidQuickAssistAssistant. setRestoreCompletionProposalSize(IDialogSettings dialogSettings)Tells this assistant to open the proposal popup with the size contained in the given dialog settings and to store the control's last valid size in the given dialog settings. -
Uses of IDialogSettings in org.eclipse.jface.wizard
Methods in org.eclipse.jface.wizard that return IDialogSettings Modifier and Type Method Description IDialogSettingsIWizard. getDialogSettings()Returns the dialog settings for this wizard.IDialogSettingsWizard. getDialogSettings()protected IDialogSettingsWizardPage. getDialogSettings()Returns the dialog settings for this wizard page.Methods in org.eclipse.jface.wizard with parameters of type IDialogSettings Modifier and Type Method Description voidWizard. setDialogSettings(IDialogSettings settings)Sets the dialog settings for this wizard. -
Uses of IDialogSettings in org.eclipse.ltk.ui.refactoring
Methods in org.eclipse.ltk.ui.refactoring that return IDialogSettings Modifier and Type Method Description protected IDialogSettingsRefactoringWizardPage. getRefactoringSettings()Returns the refactoring wizard's dialog settings. -
Uses of IDialogSettings in org.eclipse.search.ui.text
Methods in org.eclipse.search.ui.text that return IDialogSettings Modifier and Type Method Description protected IDialogSettingsAbstractTextSearchViewPage. getSettings()Returns a dialog settings object for this search result page. -
Uses of IDialogSettings in org.eclipse.team.ui
Methods in org.eclipse.team.ui that return IDialogSettings Modifier and Type Method Description protected IDialogSettingsSaveablePartDialog. getDialogBoundsSettings()Deprecated. -
Uses of IDialogSettings in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that return IDialogSettings Modifier and Type Method Description IDialogSettingsISynchronizePageSite. getPageSettings()Return a settings node that can be used by the page to save state. -
Uses of IDialogSettings in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs that return IDialogSettings Modifier and Type Method Description protected IDialogSettingsFilteredItemsSelectionDialog. getDialogBoundsSettings()protected IDialogSettingsResourceListSelectionDialog. getDialogBoundsSettings()protected IDialogSettingsSaveAsDialog. getDialogBoundsSettings()protected IDialogSettingsSelectionDialog. getDialogBoundsSettings()Gets the dialog settings that should be used for remembering the bounds of the dialog, according to the dialog bounds strategy.protected IDialogSettingsEditorSelectionDialog. getDialogSettings()Return the dialog store to cache values intoprotected abstract IDialogSettingsFilteredItemsSelectionDialog. getDialogSettings()Returns the dialog settings.protected IDialogSettingsFilteredResourcesSelectionDialog. getDialogSettings()Methods in org.eclipse.ui.dialogs with parameters of type IDialogSettings Modifier and Type Method Description protected voidFilteredItemsSelectionDialog. restoreDialog(IDialogSettings settings)Restores dialog using persisted settings.protected voidFilteredResourcesSelectionDialog. restoreDialog(IDialogSettings settings)voidSelectionDialog. setDialogBoundsSettings(IDialogSettings settings, int strategy)Set the dialog settings that should be used to save the bounds of this dialog.protected voidFilteredItemsSelectionDialog. storeDialog(IDialogSettings settings)Stores dialog settings.protected voidFilteredResourcesSelectionDialog. storeDialog(IDialogSettings settings)Constructors in org.eclipse.ui.dialogs with parameters of type IDialogSettings Constructor Description WorkingSetConfigurationBlock(String[] workingSetIds, IDialogSettings settings)Create a new instance of this working set block using default labels.WorkingSetConfigurationBlock(String[] workingSetIds, IDialogSettings settings, String enableButtonLabel, String comboLabel, String selectLabel)Create a new instance of this working set block using custom labels.WorkingSetConfigurationBlock(IDialogSettings settings, String... workingSetIds)Create a new instance of this working set block using default labels.WorkingSetConfigurationBlock(IDialogSettings settings, String enableButtonLabel, String newButtonLabel, String comboLabel, String selectLabel, String... workingSetIds)Create a new instance of this working set block using custom labels. -
Uses of IDialogSettings in org.eclipse.ui.plugin
Methods in org.eclipse.ui.plugin that return IDialogSettings Modifier and Type Method Description IDialogSettingsAbstractUIPlugin. getDialogSettings()Returns the dialog settings for this UI plug-in. -
Uses of IDialogSettings in org.eclipse.ui.texteditor.templates
Methods in org.eclipse.ui.texteditor.templates that return IDialogSettings Modifier and Type Method Description protected IDialogSettingsTemplatePreferencePage.EditTemplateDialog. getDialogBoundsSettings() -
Uses of IDialogSettings in org.eclipse.ui.views.tasklist
Methods in org.eclipse.ui.views.tasklist that return IDialogSettings Modifier and Type Method Description protected IDialogSettingsTaskPropertiesDialog. getDialogBoundsSettings()
-