com.partnersoft.v3x.apps.MapBrowser.rover
Class RoverLegendCtron

java.lang.Object
  extended by com.partnersoft.v3x.util.App
      extended by com.partnersoft.v3x.apps.MapBrowser.MapApp
          extended by com.partnersoft.v3x.apps.MapBrowser.rover.RoverLegendCtron

public class RoverLegendCtron
extends MapApp

A configutron for RoverLegends.


Field Summary
 
Fields inherited from class com.partnersoft.v3x.apps.MapBrowser.MapApp
dataViewCard, findItemCard, noExitJava
 
Constructor Summary
RoverLegendCtron()
           
 
Method Summary
 int getNumberOfLODs()
           
 TiledRoverSource getSource()
           
 void help()
           
 void initializeImp(PropMap args)
           
 void reload()
           
 void reset()
           
 void runImp()
           
 void save()
           
 void showExampleOf(java.lang.String style)
           
 boolean styleExists(java.lang.String styleName)
           
 boolean styleExistsInLOD(java.lang.String styleName, int LOD)
           
 boolean styleIsNew(java.lang.String styleName)
           
 CaseInsensitiveTreeSet stylesAtLOD(int lod)
           
 
Methods inherited from class com.partnersoft.v3x.apps.MapBrowser.MapApp
displayUserMessage, exit, findItem, getBirdseye, getBrowser, getCard, getDataViewCard, getDoOnNextClick, getLogo, getMapCoordSpecifier, getMapViewPanel, getSelectedData, getWindow, handleRequest, home, isUsingMapControlSocket, refreshDynamicData, setCard, setDoOnNextClick, setLogo, switchToData, switchToFind
 
Methods inherited from class com.partnersoft.v3x.util.App
die, die, launch, runApp, setupApp, setupAppLogging
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoverLegendCtron

public RoverLegendCtron()
                 throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

runImp

public void runImp()
            throws java.lang.Exception
Specified by:
runImp in class App
Throws:
java.lang.Exception

initializeImp

public void initializeImp(PropMap args)
                   throws java.lang.Exception
Overrides:
initializeImp in class MapApp
Throws:
java.lang.Exception

reset

public void reset()
Overrides:
reset in class MapApp

save

public void save()

showExampleOf

public void showExampleOf(java.lang.String style)

styleExists

public boolean styleExists(java.lang.String styleName)

styleExistsInLOD

public boolean styleExistsInLOD(java.lang.String styleName,
                                int LOD)

styleIsNew

public boolean styleIsNew(java.lang.String styleName)

stylesAtLOD

public CaseInsensitiveTreeSet stylesAtLOD(int lod)

getNumberOfLODs

public int getNumberOfLODs()

getSource

public TiledRoverSource getSource()

help

public void help()
Overrides:
help in class MapApp

reload

public void reload()