|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStorableElement
A IStorableElement defines methods to save
an element to an OutputStream and to load it
from an InputStream. That makes that element
persistent.
| Method Summary | |
|---|---|
void |
load()
Load the properties of that element. |
void |
save()
Write the properties of this element. |
| Methods inherited from interface eu.geclipse.core.model.IGridElement |
|---|
dispose, getFileStore, getName, getParent, getPath, getProject, getResource, isHidden, isLocal, isVirtual |
| Method Detail |
|---|
void load()
throws ProblemException
ProblemException - If an error occurs while loading
this element. This is mainly due to IOExceptions.
void save()
throws ProblemException
ProblemException - If an error occurs while saving
this element. This is mainly due to IOExceptions.
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||