|
|||||||||||
| 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
A history record represents a logged modification to the UI that was caused by a customization command. Note that one customization command can entail a series of actions each of which is logged by an individual HistoryRecord object.
| Constructor Summary | |
HistoryRecord(Command command,
Action action,
UiObject location)
Creates a new HistoryRecord. |
|
| Method Summary | |
Action |
getAction()
Returns the action which encodes the modification to the UI. |
Command |
getCreatorCommand()
Returns a reference to the customization command that caused the modification to the UI which is represented by this history record. |
int |
getId()
Returns a unique identifier of this history record. |
UiObject |
getLocation()
Returns the part of the UI (UIObject) where the modification to the UI took place. |
java.lang.String |
toString()
Returns a string representation of this history record. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HistoryRecord(Command command,
Action action,
UiObject location)
command - Customization command that caused an
action (modification) to the UIaction - the actual modification to the UIlocation - the part of the UI where the action was applied| Method Detail |
public Command getCreatorCommand()
public Action getAction()
public UiObject getLocation()
public int getId()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||