|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.washington.cs.supple.customization.state.HistoryRecord
edu.washington.cs.supple.customization.state.HistoryRecordReversal
A history record that logs the reversal of another history record.
| Field Summary | |
HistoryRecord |
record
|
| Constructor Summary | |
HistoryRecordReversal(Command command,
Action action,
HistoryRecord record)
Creates a new Reversal history record. |
|
| Method Summary | |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class edu.washington.cs.supple.customization.state.HistoryRecord |
getAction, getCreatorCommand, getId, getLocation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public HistoryRecord record
| Constructor Detail |
public HistoryRecordReversal(Command command,
Action action,
HistoryRecord record)
command - customization command that is associated with this history recordaction - the action that is reversedrecord - the original history record that is reversed by the current one| Method Detail |
public java.lang.String toString()
toString in class HistoryRecord
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||