Package | Description |
---|---|
org.eclipse.team.ui.mapping |
Application programming interfaces for working with resource mappings
Package Specification
This package specifies the API for working with resources mappings.
|
org.eclipse.ui.navigator |
Provides the Common Navigator framework.
|
Modifier and Type | Method and Description |
---|---|
protected IExtensionStateModel |
SynchronizationActionProvider.getExtensionStateModel()
Return the extension state model for the content provider associated with
action provider.
|
Modifier and Type | Method and Description |
---|---|
IExtensionStateModel |
INavigatorContentService.findStateModel(String anExtensionId)
The state model stores properties associated with the extension.
|
IExtensionStateModel |
ICommonActionExtensionSite.getExtensionStateModel()
By default, the extension state model returned is for the associated
content extension (if this is NOT a top-level action provider).
|
IExtensionStateModel |
ICommonContentExtensionSite.getExtensionStateModel()
The extension state model allows an extension to isolate all of the
dynamic state information that affects how it presents content or
displays actions.
|
IExtensionStateModel |
INavigatorContentExtension.getStateModel() |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.