Uses of Interface
org.geotools.gui.tools.ToolList

Packages that use ToolList
org.geotools.gui.swing Miscellaneous widgets. 
org.geotools.gui.tools   
 

Uses of ToolList in org.geotools.gui.swing
 

Methods in org.geotools.gui.swing that return ToolList
 ToolList MapPaneImpl.getToolList()
          Get the ToolList for this class.
 

Methods in org.geotools.gui.swing with parameters of type ToolList
 void MapPaneImpl.setToolList(ToolList toolList)
          Set the ToolList for this class.
 

Constructors in org.geotools.gui.swing with parameters of type ToolList
ToolMenu(ToolList toolList)
          Build a JMenu using all the name of all the Tools in the ToolList.
MapPaneImpl(MapContext context, ToolList toolList)
          Create a MapPane.
MapPaneImpl(MapContext context, ToolList toolList, boolean concatTransform)
           
 

Uses of ToolList in org.geotools.gui.tools
 

Classes in org.geotools.gui.tools that implement ToolList
 class ToolListImpl
          A list of tools provided by the MapViewer to the operator, including the selectedTool which is the current tool in use.
 

Methods in org.geotools.gui.tools that return ToolList
 ToolList ToolFactoryImpl.createToolList()
          Creates an empty ToolList with selectedTool=null.
 ToolList ToolFactoryImpl.createDefaultToolList()
          Creates a ToolList with Pan, ZoomIn, ZoomOut and selectedTool=ZoomIn.
abstract  ToolList ToolFactory.createToolList()
          Creates an empty ToolList with selectedTool=null.
abstract  ToolList ToolFactory.createDefaultToolList()
          Creates an empty ToolList with selectedTool=null.
 



Copyright © GeoTools. All Rights Reserved.