|
|||||||||
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.EditStub
Class EditStub is the model class for the rolodex edit 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 | |
EditStub(mvp.View v)
Construct this. |
Method Summary | |
void |
copy()
Copy the currently selected text. |
void |
cut()
Cut the currently selected text. |
void |
delete()
Delete the currently selected text. |
void |
paste()
Paste the most recxently cut or copied text. |
void |
undo()
Undo the last edit operation. |
Methods inherited from class mvp.Model |
dump, exit, 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 EditStub(mvp.View v)
Method Detail |
public void undo()
public void cut()
public void copy()
public void paste()
public void delete()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |