com.partnersoft.maps.app
Class MapConfigLogic

java.lang.Object
  extended by com.partnersoft.maps.app.MapConfigLogic

public class MapConfigLogic
extends java.lang.Object

Functions that modify or refresh the map app's configuration (including MapSpaces and MapSets).

Copyright 2006-2009 Partner Software, Inc.

Version:
$Id: MapConfigLogic.java 2328 2010-01-06 15:38:22Z paul $
Author:
Paul Reavis

Constructor Summary
MapConfigLogic(MapApp app)
           
 
Method Summary
 void initialize()
           
 void reloadMapSpace()
          Reloads the "Standard" mapspace.
 void reloadMapSpace(MapSpace space)
          Reloads the given map space.
 void reloadMapSpace(java.lang.String name)
          Reloads the named map space.
 void reloadRoverSet(RoverSet rovers)
          Reloads the given map set.
 void reloadRoverSet(java.lang.String name)
          Reloads the named map set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapConfigLogic

public MapConfigLogic(MapApp app)
Method Detail

initialize

public void initialize()

reloadMapSpace

public void reloadMapSpace()
Reloads the "Standard" mapspace.


reloadMapSpace

public void reloadMapSpace(java.lang.String name)
Reloads the named map space.


reloadMapSpace

public void reloadMapSpace(MapSpace space)
Reloads the given map space.


reloadRoverSet

public void reloadRoverSet(java.lang.String name)
Reloads the named map set.


reloadRoverSet

public void reloadRoverSet(RoverSet rovers)
Reloads the given map set.