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 Partner Software, Inc.

Version:
$Id$
Author:
Paul Reavis

Constructor Summary
MapConfigLogic(MapApp app)
           
 
Method Summary
 EditorApp getEditorApp()
           
 Naming<Script> getWizards()
           
 void initialize()
           
 void refreshDirtyResources()
           
 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.
 void runWizard(java.lang.String name)
           
 void setEditorApp(EditorApp newApp)
           
 void touchResource(CodexResource resource)
           
 Script wizardNamed(java.lang.String name)
           
 
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()

setEditorApp

public void setEditorApp(EditorApp newApp)

getEditorApp

public EditorApp getEditorApp()

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.


refreshDirtyResources

public void refreshDirtyResources()

touchResource

public void touchResource(CodexResource resource)

getWizards

public Naming<Script> getWizards()

wizardNamed

public Script wizardNamed(java.lang.String name)

runWizard

public void runWizard(java.lang.String name)