Community Map Builder 27 Apr 2008

Class EditContext

Object
   |
   +--ToolBase
         |
         +--EditContext

class EditContext
extends ToolBase

Defined in EditContext.js


Field Summary
 Object stylesheet
          
   
Fields inherited from class ToolBase
model, toolNode, enabled
 
Constructor Summary
EditContext (toolNode, model)
            Tool which manipulates the Layer list of a Web Map Context document.
 
Method Summary
 void addLayerFromCat(featureName)
           Adds a new layer to the end of the context document
 void addNodeToModel(featureName)
           Adds a new layer to the end of the context document
 void deleteNode(objRef, featureName)
           Deletes layers from a context doc
 void moveNode(objRef, featureName)
           Reorders layers in the context document
 
Methods inherited from class ToolBase
initTargetModel, initMouseHandler, getProperty
 

Field Detail

stylesheet

Object stylesheet

Constructor Detail

EditContext

EditContext(toolNode, model)

Method Detail

addLayerFromCat

void addLayerFromCat(featureName)

addNodeToModel

void addNodeToModel(featureName)

deleteNode

void deleteNode(objRef, featureName)

moveNode

void moveNode(objRef, featureName)

Community Map Builder 27 Apr 2008

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