|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDialogSettings | |
org.eclipse.jface.dialogs | Provides support for dialogs. |
org.eclipse.jface.wizard | Provides a framework for wizards. |
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 name)
|
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.wizard |
Methods in org.eclipse.jface.wizard that return IDialogSettings | |
IDialogSettings |
Wizard.getDialogSettings()
|
protected IDialogSettings |
WizardPage.getDialogSettings()
Returns the dialog settings for this wizard page. |
IDialogSettings |
IWizard.getDialogSettings()
Returns the dialog settings for this wizard. |
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.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 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |