public interface IBuildModel extends IModel, IModelChangeProvider
If this model is editable, isEditable() will return true and the model instance will implement IEditable interface. The model is capable of providing change notification for the registered listeners.
Modifier and Type | Method and Description |
---|---|
IBuild |
getBuild()
Returns the top-level model object of this model.
|
IBuildModelFactory |
getFactory()
Returns the factory that should be used
to create new instance of model objects.
|
String |
getInstallLocation()
Returns the location of the file
used to create the model.
|
getResourceString, getTimeStamp, getUnderlyingResource, isInSync, isLoaded, isReconcilingModel, load, load, reload
dispose, isDisposed, isEditable, isValid
getAdapter
addModelChangedListener, fireModelChanged, fireModelObjectChanged, removeModelChangedListener
IBuild getBuild()
IBuildModelFactory getFactory()
String getInstallLocation()
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.