|
Eclipse PDE Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBaseModel
A base generic model. Classes that implement this interface are expected to be able to:
Method Summary | |
---|---|
void |
dispose()
Releases all the data in this model and clears the state. |
boolean |
isDisposed()
Tests if this model has been disposed. |
boolean |
isEditable()
Tests if this model can be modified. |
boolean |
isValid()
Tests if this model valid. |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
void dispose()
boolean isDisposed()
true
if the model has been disposedboolean isEditable()
true
if this model can be modifiedboolean isValid()
true
only if the model can be safely used in all
computations.
|
Eclipse PDE Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |