This content provider wraps an AdapterFactory
and it delegates its JFace provider interfaces to corresponding adapter-implemented item provider interfaces.
This label provider wraps an AdapterFactory
and it delegates its JFace provider interfaces to corresponding adapter-implemented item provider interfaces.
This implements a tree iterator that iterates over an object, it's children, their children, and so on,
use the ITreeItemContentProviders produced by an adapter factory.
Returns either an associated adapter for the object, or the object itself,
depending on whether the object is a notifier that supports an adapter of the given type.
Creates a new associated adapter of the given type;
it may optionally call setTarget on the adapter,
and it may optionally add the adapter to the target.eAdapters().
Adds the object at the end of the list
and returns whether the object was added;
if uniqueness is required,
duplicates will be ignored and false will be returned.
Adds the object at the end of the list
and returns whether the object was added;
if uniqueness is required,
duplicates will be ignored and false will be returned.
Adds each object of the collection at each successive index in the list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
Adds each object of the collection at each successive index in the list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
Adds each object of the collection at each successive index in the list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
Adds each object of the collection at each successive index in the list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
For each element of the given list, starting at from, that implements IWrapperItemProvider
and specifies an index, that index is adjusted by the given increment.
For each element of the given list, between from and to, that implements IWrapperItemProvider and specifies an index, that index is adjusted by the given increment.
Checks if the command can execute;
if so, it is executed, appended to the list, and true is returned,
if not, it is just disposed and false is returned.
Checks if the command can execute;
if so, it is executed, appended to the list, and true is returned,
if not, it is just disposed and false is returned.
Returns the URI formed by appending a period (".") followed by the
specified file extension to the last path segment of this URI, if it is
hierarchical with a non-empty path ending in a non-empty segment;
otherwise, this URI is returned unchanged.