public interface ISharedPluginModel extends IModel, IModelChangeProvider
The plug-in model can be disabled. Disabling the model will not change its data. Users of the model will have to decide if the disabled state if of any importance to them or not.
The model is capable of notifying listeners about changes. An attempt to change a read-only model will result in a CoreException.
Modifier and Type | Method and Description |
---|---|
IExtensionsModelFactory |
getFactory()
Returns a factory object that should be used
to create new instances of the model objects.
|
String |
getInstallLocation()
Returns a location of the file that was used
to create this model.
|
getResourceString, getTimeStamp, getUnderlyingResource, isInSync, isLoaded, isReconcilingModel, load, load, reload
dispose, isDisposed, isEditable, isValid
getAdapter
addModelChangedListener, fireModelChanged, fireModelObjectChanged, removeModelChangedListener
IExtensionsModelFactory getFactory()
String getInstallLocation()
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.