public class MapAppRoot
extends java.lang.Object
Did you get all that?
Copyright 2002-2009 Partner Software, Inc.
| Modifier and Type | Field and Description |
|---|---|
protected MapAppConfiguration |
config |
protected MapAppGps |
gps |
protected MapAppGui |
gui |
protected MapAppLogic |
logic |
protected MapAppSkin |
skin |
protected MapSpace |
space |
| Constructor and Description |
|---|
MapAppRoot() |
| Modifier and Type | Method and Description |
|---|---|
MapAppConfiguration |
getConfiguration()
Returns the configuration management object.
|
MapAppGps |
getGps() |
MapAppGui |
getGui()
Returns the root of the GUI hierarchy.
|
MapAppLogic |
getLogic()
Returns the root of the logic hierarchy.
|
ProductBranding |
getProductBranding() |
MapAppSkin |
getSkin() |
MapSpace |
getSpace() |
MainWindow |
getWindow() |
WorkbenchApp |
getWorkbench() |
void |
initialize(MapApp app,
MapAppSkin skin) |
boolean |
isHeadless() |
boolean |
isMapsetLoaded(java.lang.String mapsetName)
Returns true if the mapset has been enabled in preferences or some other thing.
|
void |
setSkin(MapAppSkin newSkin) |
void |
setWorkbench(WorkbenchApp workbench) |
protected MapAppConfiguration config
protected MapAppGui gui
protected MapAppLogic logic
protected MapAppSkin skin
protected MapSpace space
protected MapAppGps gps
public void initialize(MapApp app, MapAppSkin skin) throws java.io.IOException
java.io.IOExceptionpublic MapAppGui getGui()
public MapAppLogic getLogic()
public MapAppConfiguration getConfiguration()
public MapAppSkin getSkin()
public void setSkin(MapAppSkin newSkin)
public MapSpace getSpace()
public MapAppGps getGps()
public ProductBranding getProductBranding()
public MainWindow getWindow()
public boolean isHeadless()
public boolean isMapsetLoaded(java.lang.String mapsetName)
mapsetName - public WorkbenchApp getWorkbench()
public void setWorkbench(WorkbenchApp workbench)