Package | Description |
---|---|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.actions |
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
|
org.eclipse.ui.dialogs |
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
|
org.eclipse.ui.ide.dialogs |
APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.
|
org.eclipse.ui.preferences |
Classes for using the preferences support in org.eclipse.core.runtime.preferences
Package Specification
This package has the convenience classes provided by the Eclipse workbench for
use by clients who wish to use the core preference support added in 3.0.
|
org.eclipse.ui.views.navigator |
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
|
org.eclipse.ui.wizards.datatransfer |
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
|
Class and Description |
---|
AbstractElementListSelectionDialog
An abstract class to select elements out of a list of elements.
|
ElementListSelectionDialog
A class to select elements out of a list of elements.
|
SelectionDialog
The abstract implementation of a selection dialog.
|
SelectionStatusDialog
An abstract base class for dialogs with a status bar and ok/cancel buttons.
|
Class and Description |
---|
IWorkingSetEditWizard
A working set edit wizard allows editing a working set using
the IWorkingSetPage associated with the working set.
|
IWorkingSetNewWizard
A working set new wizard allows creating new working sets using
a plug-in specific working set page.
|
IWorkingSetSelectionDialog
A working set selection dialog displays the list of working
sets available in the workbench.
|
Class and Description |
---|
ISelectionValidator
For validating selections in some selection dialogs.
|
Class and Description |
---|
AbstractElementListSelectionDialog
An abstract class to select elements out of a list of elements.
|
FileEditorMappingContentProvider
A content provider for displaying of
IFileEditorMapping
objects in viewers. |
FileEditorMappingLabelProvider
A label provider for displaying of
IFileEditorMapping
objects in viewers. |
FileSystemElement
Instances of this class represent files or file-like entities (eg.- zip file
entries) on the local file system.
|
FilteredItemsSelectionDialog
Shows a list of items to the user with a text entry field for a string
pattern used to filter the list of items.
|
FilteredItemsSelectionDialog.AbstractContentProvider
An interface to content providers for
FilterItemsSelectionDialog . |
FilteredItemsSelectionDialog.ItemsFilter
Filters elements using SearchPattern by comparing the names of items with
the filter pattern.
|
FilteredItemsSelectionDialog.SelectionHistory
History stores a list of key, object pairs.
|
FilteredList
A composite widget which holds a list of elements for user selection.
|
FilteredList.FilterMatcher
The FilterMatcher is the interface used to check filtering criterea.
|
FilteredTree
A simple control that provides a text widget and a tree viewer.
|
IOverwriteQuery
Implementors of this interface answer one of the prescribed return codes
when asked whether to overwrite a certain path string (which could
represent a resource path, a file system path, etc).
|
ISelectionStatusValidator
Used in selection dialogs to validate selections
|
ISelectionValidator
For validating selections in some selection dialogs.
|
ListSelectionDialog
A standard dialog which solicits a list of selections from the user.
|
PatternFilter
A filter used in conjunction with
FilteredTree . |
SearchPattern
A search pattern defines how search results are found.
|
SelectionDialog
The abstract implementation of a selection dialog.
|
SelectionStatusDialog
An abstract base class for dialogs with a status bar and ok/cancel buttons.
|
WizardDataTransferPage
The common superclass for wizard import and export pages.
|
WorkingSetGroup
Instances of this class provide a
WorkingSetConfigurationBlock
wrapped with an SWT Group container. |
Class and Description |
---|
SelectionDialog
The abstract implementation of a selection dialog.
|
Class and Description |
---|
PropertyPage
Abstract base implementation of a workbench property page (
IWorkbenchPropertyPage ). |
Class and Description |
---|
IOverwriteQuery
Implementors of this interface answer one of the prescribed return codes
when asked whether to overwrite a certain path string (which could
represent a resource path, a file system path, etc).
|
ISelectionValidator
For validating selections in some selection dialogs.
|
PropertyDialogAction
Standard action for opening a Property Pages Dialog on the currently selected
element.
|
Class and Description |
---|
FileSystemElement
Instances of this class represent files or file-like entities (eg.- zip file
entries) on the local file system.
|
IOverwriteQuery
Implementors of this interface answer one of the prescribed return codes
when asked whether to overwrite a certain path string (which could
represent a resource path, a file system path, etc).
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.