Eclipse Platform
Release 3.2

Uses of Interface
org.eclipse.ui.navigator.IExtensionStateModel

Packages that use IExtensionStateModel
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.  
 

Uses of IExtensionStateModel in org.eclipse.team.ui.mapping
 

Methods in org.eclipse.team.ui.mapping that return IExtensionStateModel
protected  IExtensionStateModel SynchronizationActionProvider.getExtensionStateModel()
          Return the extension state model for the content provider associated with action provider.
 

Uses of IExtensionStateModel in org.eclipse.ui.navigator
 

Methods in org.eclipse.ui.navigator that return IExtensionStateModel
 IExtensionStateModel INavigatorContentService.findStateModel(String anExtensionId)
          The state model stores properties associated with the extension.
 IExtensionStateModel INavigatorContentExtension.getStateModel()
           
 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 ICommonActionExtensionSite.getExtensionStateModel()
          By default, the extension state model returned is for the associated content extension (if this is NOT a top-level action provider).
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.