org.eclipse.pde.core |
|
Java Source File Name | Type | Comment |
IBaseModel.java | Interface | A base generic model. |
IEditable.java | Interface | Models that implement this interface indicate that
they can be changed. |
IEditableModel.java | Interface | Editable model is an editable object that can be saved. |
IIdentifiable.java | Interface | Classes implement this interface if
their instances need to be uniquely identified
using an id. |
IModel.java | Interface | A generic model. |
IModelChangedEvent.java | Interface | Model change events are fired by the model when it is changed from the last
clean state. |
IModelChangedListener.java | Interface | Classes that need to be notified on model
changes should implement this interface
and add themselves as listeners to
the model they want to listen to. |
IModelChangeProvider.java | Interface | Classes that implement this interface are capable of notifying listeners
about model changes. |
IModelProvider.java | Interface | Classes that implement this interface are responsible for holding a table of
models associated with the underlying objects. |
IModelProviderEvent.java | Interface | This event will be delivered to all model provider listeners when a model
managed by the model provider changes in some way. |
IModelProviderListener.java | Interface | Classes should implement this interface in order to be able to register as
model provider listeners. |
ISourceObject.java | Interface | This interface indicates that a model object is created by parsing an
editable source file and can be traced back to a particular location in the
file. |
IWritable.java | Interface | Classes that implement this interface can participate in saving the model to
the ASCII output stream using the provided writer. |
ModelChangedEvent.java | Class | |