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.
 

Methods in org.eclipse.team.ui.mapping with parameters of type IExtensionStateModel
 void SynchronizationLabelProvider.init(IExtensionStateModel aStateModel, ITreeContentProvider aContentProvider)
           
 void SynchronizationContentProvider.init(IExtensionStateModel aStateModel, IMemento aMemento)
           
 

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 ICommonExtensionSite.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 CommonActionProviderConfig.getExtensionStateModel()
          By default, the extension state model returned is for the associated content extension (if this is NOT a top-level action provider).
 

Methods in org.eclipse.ui.navigator with parameters of type IExtensionStateModel
 void ICommonLabelProvider.init(IExtensionStateModel aStateModel, ITreeContentProvider aContentProvider)
           Provides the state model for any initialization.
 void ICommonContentProvider.init(IExtensionStateModel aStateModel, IMemento aMemento)
          Initialize the content provider with the given extension model and memento.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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