Workbench contribution item (id "perspectivesShortlist"): A list of
perspectives available to be opened, arranged as a shortlist of
promising perspectives and an "Other" subitem.
Event type constant (bit mask) indicating an after-the-fact
report of creations, deletions, and modifications
to one or more resources expressed as a hierarchical
resource delta as returned by getDelta.
Event type constant (bit mask) indicating an after-the-fact
report of creations, deletions, and modifications
to one or more resources expressed as a hierarchical
resource delta as returned by getDelta.
The name of the file (value "preferences.ini") in a
plug-in's (read-only) directory that, when present, contains values that
override the normal default values for this plug-in's preferences.
Name of a preference for configuring the maximum number of times that the
workspace should rebuild when builders affect projects that have already
been built.
Name of a preference for configuring the maximum amount of time in millseconds
between a workspace change and the subsequent resource change notification.
Event type constant (bit mask) indicating an after-the-fact
report of creations, deletions, and modifications
to one or more resources expressed as a hierarchical
resource delta as returned by getDelta.
Deprecated.in 3.0. This preference is IDE-specific, and is therefore found
only in IDE configurations. IDE-specific tools should use
org.eclipse.ui.ide.IDE.Preferences.PROJECT_OPEN_NEW_PERSPECTIVE
instead.
The simple identifier constant (value "adapters") of
the extension point of the Core Runtime plug-in where plug-ins declare
the existence of adapter factories.
The simple identifier constant (value "applications") of
the extension point of the Core Runtime plug-in where plug-ins declare
the existence of runnable applications.
The simple identifier constant (value "preferences") of
the extension point of the Core Runtime plug-in where plug-ins declare
extensions to the preference facility.
The simple identifier constant (value "products") of
the extension point of the Core Runtime plug-in where plug-ins declare
the existence of a product.
A ResourceVariantByteStore that caches the variant bytes using
the org.eclipse.core.resources.ISynchronizer so that
the tree is cached accross workbench invocations.
A table label provider implementation for showing workbench perspectives
(objects of type IPerspectiveDescriptor) in table- and
tree-structured viewers.
Deprecated.In Eclipse 3.0 this constructor has been replaced by Plugin.Plugin().
Implementations of MyPlugin(IPluginDescriptor descriptor) should be changed to
MyPlugin() and call super() instead of super(descriptor).
The MyPlugin(IPluginDescriptor descriptor) constructor is called only for plug-ins
which explicitly require the org.eclipse.core.runtime.compatibility plug-in.
Deprecated.In Eclipse 3.0 the runtime was refactored and all
non-essential elements removed. This class provides facilities primarily intended
for tooling. As such it has been removed and no directly substitutable API provided.
Deprecated.In Eclipse 3.0 the runtime was refactored and all
non-essential elements removed. This class provides facilities primarily intended
for tooling. As such it has been removed and no directly substitutable API provided.
Deprecated.In Eclipse 3.0 the runtime was refactored and all
non-essential elements removed. This class provides facilities primarily intended
for tooling. As such it has been removed and no directly substitutable API provided.
Deprecated.In Eclipse 3.0 the runtime was refactored and all
non-essential elements removed. This class provides facilities primarily intended
for tooling. As such it has been removed and no directly substitutable API provided.
Deprecated.In Eclipse 3.0 the runtime was refactored and all
non-essential elements removed. This class provides facilities primarily intended
for tooling. As such it has been removed and no directly substitutable API provided.
Deprecated.In Eclipse 3.0 the runtime was refactored and all
non-essential elements removed. This class provides facilities primarily intended
for tooling. As such it has been removed and no directly substitutable API provided.
A concrete preference store implementation based on an internal
java.util.Properties object, with support for persisting the
non-default preference values to files or streams.
A ProgressEvent is sent by a Browser to
ProgressListener's when a progress is made during the
loading of the current URL or when the loading of the current
URL has been completed.
This listener interface may be implemented in order to receive
a ProgressEvent notification when a Browser
makes a progress in loading the current URL or when the
current URL has been loaded.
An abstract wrapper around a progress monitor which,
unless overridden, forwards IProgressMonitor
and IProgressMonitorWithBlocking methods to the wrapped progress monitor.
PropertySheetEntry is an implementation of
IPropertySheetEntry which uses IPropertySource
and IPropertyDescriptor to interact with domain model objects.
The standard implementation of property sheet page which presents
a table of property names and values obtained from the current selection
in the active workbench part.
The PropertySheet implementation of this IPartListener
method first sees if the active part is an IContributedContentsView
adapter and if so, asks it for its contributing part.
The TextCellEditor implementation of this
CellEditor method deletes the
current selection or, if there is no selection,
the character next character from the current position.
Notifies this listener that the given page's perspective
has changed in some way (for example, editor area hidden, perspective reset,
view show/hide, editor open/close, etc).
The field editor preference page implementation of this IPreferencePage
(and IPropertyChangeListener) method intercepts IS_VALID
events but passes other events on to its superclass.