|
Eclipse PDE Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void dispose()
public boolean isDisposed()
true
if the model has been disposedpublic boolean isEditable()
true
if this model can be modifiedpublic boolean isValid()
true
only if the model can be safely used in all
computations.
|
Eclipse PDE Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |