Community Map Builder 27 Apr 2008

Class History

Object
   |
   +--ToolBase
         |
         +--History

class History
extends ToolBase

Defined in History.js


 
Fields inherited from class ToolBase
model, toolNode, enabled
 
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, getProperty
 

Constructor Detail

History

History(toolNode, model)

Method Detail

add

void add(objRef)

back

void back(objRef)

forward

void forward(objRef)

init

void init(objRef)

initReset

void initReset(objRef)

start

void start(objRef)

stop

void stop(objRef)

Community Map Builder 27 Apr 2008

Documentation generated by JSDoc on Sun Apr 27 20:30:54 2008