Uses of Class
org.geotools.swt.SwtMapPane

Packages that use SwtMapPane
org.geotools.swt Simple SWT widgets for map display. 
org.geotools.swt.action JFace Action classes to use with controls such as toolbar buttons. 
org.geotools.swt.control SWT controls, wizards and dialogs used to do common tasks. 
org.geotools.swt.event Mouse events and listener classes to work with both window and map positions. 
org.geotools.swt.tool Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools. 
org.geotools.swt.utils Helper classes for swt module components 
 

Uses of SwtMapPane in org.geotools.swt
 

Methods in org.geotools.swt that return SwtMapPane
 SwtMapPane SwtMapFrame.getMapPane()
          Provides access to the instance of JMapPane being used by this frame.
 

Methods in org.geotools.swt with parameters of type SwtMapPane
 void MapLayerComposite.setMapPane(SwtMapPane pane)
          Set the map pane that the MapLayerTable will service.
 

Uses of SwtMapPane in org.geotools.swt.action
 

Fields in org.geotools.swt.action declared as SwtMapPane
protected  SwtMapPane MapAction.mapPane
           
 

Methods in org.geotools.swt.action that return SwtMapPane
 SwtMapPane MapAction.getMapPane()
          Getter for the current map pane.
 

Methods in org.geotools.swt.action with parameters of type SwtMapPane
 void MapAction.setMapPane(SwtMapPane mapPane)
          Set the right map pane to the action.
 

Uses of SwtMapPane in org.geotools.swt.control
 

Methods in org.geotools.swt.control with parameters of type SwtMapPane
 void MaplayerTableViewer.setPane(SwtMapPane pane)
          Setter for the map pane.
 

Uses of SwtMapPane in org.geotools.swt.event
 

Constructors in org.geotools.swt.event with parameters of type SwtMapPane
MapMouseEvent(SwtMapPane pane, MouseEvent event, boolean isWheel)
          Constructor.
MapPaneEvent(SwtMapPane source, MapPaneEvent.Type type)
          Constructor for an event with no associated data.
MapPaneEvent(SwtMapPane source, MapPaneEvent.Type type, Object data)
          Constructor for an event with associated data.
 

Uses of SwtMapPane in org.geotools.swt.tool
 

Methods in org.geotools.swt.tool that return SwtMapPane
 SwtMapPane CursorTool.getMapPane()
          Get the map pane that this tool is servicing
 

Methods in org.geotools.swt.tool with parameters of type SwtMapPane
 void CursorTool.setMapPane(SwtMapPane pane)
          Set the map pane that this cursor tool is associated with
 

Constructors in org.geotools.swt.tool with parameters of type SwtMapPane
MapToolManager(SwtMapPane pane)
          Constructor
 

Uses of SwtMapPane in org.geotools.swt.utils
 

Constructors in org.geotools.swt.utils with parameters of type SwtMapPane
CrsStatusBarButton(String id, SwtMapPane mapPane)
           
CrsStatusBarButton(SwtMapPane mapPane)
           
StatusBarNotifier(ApplicationWindow applicationWindow, SwtMapPane mapPane)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.