public interface IBaseModel extends IAdaptable
Modifier and Type | Method and Description |
---|---|
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.
|
getAdapter
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.
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.