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 an ITextViewer.
|
org.eclipse.jface.text.quickassist |
This package provides the quick assist assistant add-on for an ISourceViewer.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected IDialogSettings |
StringVariableSelectionDialog.getDialogBoundsSettings() |
protected IDialogSettings |
DebugPopup.getDialogSettings() |
Modifier and Type | Method and Description |
---|---|
protected IDialogSettings |
SourceLookupDialog.getDialogBoundsSettings() |
Modifier and Type | Class and Description |
---|---|
class |
DialogSettings
Concrete implementation of a dialog settings (
IDialogSettings )
using a hash table and XML. |
Modifier and Type | Method and Description |
---|---|
IDialogSettings |
IDialogSettings.addNewSection(String name)
Create a new section in the receiver and return it.
|
IDialogSettings |
DialogSettings.addNewSection(String sectionName) |
protected IDialogSettings |
Dialog.getDialogBoundsSettings()
Gets the dialog settings that should be used for remembering the bounds of
of the dialog, according to the dialog bounds strategy.
|
protected IDialogSettings |
PopupDialog.getDialogSettings()
Gets the dialog settings that should be used for remembering the bounds
of the dialog.
|
static IDialogSettings |
DialogSettings.getOrCreateSection(IDialogSettings settings,
String sectionName)
Returns a section with the given name in the given dialog settings.
|
IDialogSettings |
IDialogSettings.getSection(String sectionName)
Returns the section with the given name in this dialog settings.
|
IDialogSettings |
DialogSettings.getSection(String sectionName) |
IDialogSettings[] |
IDialogSettings.getSections()
Returns all the sections in this dialog settings.
|
IDialogSettings[] |
DialogSettings.getSections() |
IDialogSettings |
DialogSettings.removeSection(String sectionName)
Remove a section by name in the receiver.
|
Modifier and Type | Method and Description |
---|---|
void |
IDialogSettings.addSection(IDialogSettings section)
Add a section in the receiver.
|
void |
DialogSettings.addSection(IDialogSettings section) |
static IDialogSettings |
DialogSettings.getOrCreateSection(IDialogSettings settings,
String sectionName)
Returns a section with the given name in the given dialog settings.
|
void |
DialogSettings.removeSection(IDialogSettings section)
Remove a section in the receiver.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
QuickAssistAssistant.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.
|
Modifier and Type | Method and Description |
---|---|
IDialogSettings |
IWizard.getDialogSettings()
Returns the dialog settings for this wizard.
|
protected IDialogSettings |
WizardPage.getDialogSettings()
Returns the dialog settings for this wizard page.
|
IDialogSettings |
Wizard.getDialogSettings() |
Modifier and Type | Method and Description |
---|---|
void |
Wizard.setDialogSettings(IDialogSettings settings)
Sets the dialog settings for this wizard.
|
Modifier and Type | Method and Description |
---|---|
protected IDialogSettings |
RefactoringWizardPage.getRefactoringSettings()
Returns the refactoring wizard's dialog settings.
|
Modifier and Type | Method and Description |
---|---|
protected IDialogSettings |
AbstractTextSearchViewPage.getSettings()
Returns a dialog settings object for this search result page.
|
Modifier and Type | Method and Description |
---|---|
protected IDialogSettings |
SaveablePartDialog.getDialogBoundsSettings()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IDialogSettings |
ISynchronizePageSite.getPageSettings()
Return a settings node that can be used by the
page to save state.
|
Modifier and Type | Method and Description |
---|---|
protected IDialogSettings |
FilteredItemsSelectionDialog.getDialogBoundsSettings() |
protected IDialogSettings |
SelectionDialog.getDialogBoundsSettings()
Gets the dialog settings that should be used for remembering the bounds
of the dialog, according to the dialog bounds strategy.
|
protected IDialogSettings |
SaveAsDialog.getDialogBoundsSettings() |
protected IDialogSettings |
ResourceListSelectionDialog.getDialogBoundsSettings() |
protected IDialogSettings |
EditorSelectionDialog.getDialogSettings()
Return the dialog store to cache values into
|
protected abstract IDialogSettings |
FilteredItemsSelectionDialog.getDialogSettings()
Returns the dialog settings.
|
protected IDialogSettings |
FilteredResourcesSelectionDialog.getDialogSettings() |
Modifier and Type | Method and Description |
---|---|
protected void |
FilteredItemsSelectionDialog.restoreDialog(IDialogSettings settings)
Restores dialog using persisted settings.
|
protected void |
FilteredResourcesSelectionDialog.restoreDialog(IDialogSettings settings) |
void |
SelectionDialog.setDialogBoundsSettings(IDialogSettings settings,
int strategy)
Set the dialog settings that should be used to save the bounds of this
dialog.
|
protected void |
FilteredItemsSelectionDialog.storeDialog(IDialogSettings settings)
Stores dialog settings.
|
protected void |
FilteredResourcesSelectionDialog.storeDialog(IDialogSettings settings) |
Constructor and Description |
---|
WorkingSetConfigurationBlock(String[] workingSetIds,
IDialogSettings settings)
Create a new instance of this working set block using default labels.
|
WorkingSetConfigurationBlock(String[] workingSetIds,
IDialogSettings settings,
String addButtonLabel,
String comboLabel,
String selectLabel)
Create a new instance of this working set block using custom labels.
|
Modifier and Type | Method and Description |
---|---|
IDialogSettings |
AbstractUIPlugin.getDialogSettings()
Returns the dialog settings for this UI plug-in.
|
Modifier and Type | Method and Description |
---|---|
protected IDialogSettings |
TemplatePreferencePage.EditTemplateDialog.getDialogBoundsSettings() |
Modifier and Type | Method and Description |
---|---|
protected IDialogSettings |
TaskPropertiesDialog.getDialogBoundsSettings() |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.