|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Observable | +--mvp.Model | +--rolodex.FileStub
Class FileStub is the model class for the rolodex file handling. This is an initial skeletal design with no preconditions, postconditions, or data represenation yet defined.
Field Summary |
Fields inherited from class mvp.Model |
view |
Constructor Summary | |
FileStub(mvp.View v)
Construct this. |
Method Summary | |
void |
exit()
Quit the rolodex system. |
void |
newFile()
Create a new empty rolodex. |
void |
open(Name n)
Open an existing rolodex file of the given name. |
void |
print()
Print this in textual format. |
void |
save()
Save the contents of the current canvas in the filespace. |
void |
saveAs(Name n)
Save this in the filespace under the given name. |
Methods inherited from class mvp.Model |
dump, getView, setView |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileStub(mvp.View v)
Method Detail |
public void newFile()
public void open(Name n)
public void save()
public void saveAs(Name n)
public void print()
public void exit()
exit
in class mvp.Model
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |