Uses of Interface
com.bbn.openmap.layer.editor.EditorTool

Packages that use EditorTool
com.bbn.openmap.layer.editor This package provides the infrastructure to create layers that provide a Tool interface that controls their content. 
 

Uses of EditorTool in com.bbn.openmap.layer.editor
 

Classes in com.bbn.openmap.layer.editor that implement EditorTool
 class AbstractEditorTool
           
 class DrawingEditorTool
          The DrawingEditorTool is a EditorTool for the EditorLayer that will use a custom OMDrawingTool to create OMGraphics as needed by the EditorTool.
 

Fields in com.bbn.openmap.layer.editor declared as EditorTool
protected  EditorTool EditorLayer.editorTool
          The EditorTool controls the interface, and how OMGraphics are managed.
 

Methods in com.bbn.openmap.layer.editor that return EditorTool
 EditorTool EditorLayer.getEditorTool()
           
 

Methods in com.bbn.openmap.layer.editor with parameters of type EditorTool
 void EditorLayer.setEditorTool(EditorTool editorTool)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details