|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDialogSettings | |
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 an ITextViewer. |
org.eclipse.jface.wizard | Provides a framework for wizards. |
org.eclipse.search.ui.text | Provides the interface for a default search result page for textual searches. |
org.eclipse.team.ui.synchronize | Contains the team synchronization presentation framework and support for the Synchronize View. |
org.eclipse.ui.plugin | Class hierarchies for plug-ins that integrate with the Eclipse Platform UI. |
Uses of IDialogSettings in org.eclipse.jface.dialogs |
Classes in org.eclipse.jface.dialogs that implement IDialogSettings | |
class |
DialogSettings
Concrete implementation of a dialog settings ( IDialogSettings )
using a hash table and XML. |
Methods in org.eclipse.jface.dialogs that return IDialogSettings | |
IDialogSettings |
DialogSettings.addNewSection(String sectionName)
|
IDialogSettings |
DialogSettings.getSection(String sectionName)
|
IDialogSettings[] |
DialogSettings.getSections()
|
IDialogSettings |
IDialogSettings.addNewSection(String name)
Create a new section in the receiver and return it. |
IDialogSettings |
IDialogSettings.getSection(String sectionName)
Returns the section with the given name in this dialog settings. |
IDialogSettings[] |
IDialogSettings.getSections()
Returns all the sections in this dialog settings. |
Methods in org.eclipse.jface.dialogs with parameters of type IDialogSettings | |
void |
DialogSettings.addSection(IDialogSettings section)
|
void |
IDialogSettings.addSection(IDialogSettings section)
Add a section in the receiver. |
Uses of IDialogSettings in org.eclipse.jface.text |
Methods in org.eclipse.jface.text with parameters of type IDialogSettings | |
void |
AbstractInformationControlManager.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 | |
void |
ContentAssistant.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.wizard |
Methods in org.eclipse.jface.wizard that return IDialogSettings | |
IDialogSettings |
Wizard.getDialogSettings()
|
IDialogSettings |
IWizard.getDialogSettings()
Returns the dialog settings for this wizard. |
protected IDialogSettings |
WizardPage.getDialogSettings()
Returns the dialog settings for this wizard page. |
Methods in org.eclipse.jface.wizard with parameters of type IDialogSettings | |
void |
Wizard.setDialogSettings(IDialogSettings settings)
Sets the dialog settings for this wizard. |
Uses of IDialogSettings in org.eclipse.search.ui.text |
Methods in org.eclipse.search.ui.text that return IDialogSettings | |
protected IDialogSettings |
AbstractTextSearchViewPage.getSettings()
Returns a dialog settings object for this search result page. |
Uses of IDialogSettings in org.eclipse.team.ui.synchronize |
Methods in org.eclipse.team.ui.synchronize that return IDialogSettings | |
IDialogSettings |
ISynchronizePageSite.getPageSettings()
Return a settings node that can be used by the page to save state. |
Uses of IDialogSettings in org.eclipse.ui.plugin |
Methods in org.eclipse.ui.plugin that return IDialogSettings | |
IDialogSettings |
AbstractUIPlugin.getDialogSettings()
Returns the dialog settings for this UI plug-in. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.