|
Community Map Builder 21 Aug 2007 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--ToolBase | +--History
Defined in History.js
Fields inherited from class ToolBase |
model, toolNode
|
Constructor Summary | |
History
(toolNode, model)
A tool designed to store the history of the extent during a session |
Method Summary | |
void
|
add(objRef)
This adds the current extent to the historyList |
void
|
back(objRef)
This returns the previous extent in the list |
void
|
forward(objRef)
This returns the next extent in the list |
void
|
init(objRef)
Inititialising the history and setting start parameters |
void
|
initReset(objRef)
Set the loadModel listener in response to the init event |
void
|
start(objRef)
This restarts the listener after undo/redo is done. |
void
|
stop(objRef)
This stops the listener, to prevent the undo/redo steps to appear in the list |
Methods inherited from class ToolBase |
initTargetModel, initMouseHandler
|
Constructor Detail |
History(toolNode, model)
toolNode
- The node for this tool from the configuration document.
model
- The model object that contains this tool
Method Detail |
void add(objRef)
objRef
- pointer to this object.
void back(objRef)
objRef
- pointer to this object.
void forward(objRef)
objRef
- pointer to this object.
void init(objRef)
objRef
- pointer to this object.
void initReset(objRef)
objRef
- pointer to this object.
void start(objRef)
objRef
- pointer to this object.
void stop(objRef)
objRef
- pointer to this object.
|
Community Map Builder 21 Aug 2007 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |