|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.app.MapApp
public class MapApp
This is the main Partner end-user application. It provides a map-based interface for viewing and editing. This combines the features of the Partner v3.x Map Viewer, Operations Manager, and Field Designer into a single modular application. This used to extend App, but now it
| Field Summary | |
|---|---|
protected MapAppConfiguration |
config
|
protected MapAppGUI |
gui
|
protected MapAppLogic |
logic
|
protected MapAppSkin |
skin
|
protected MapSpace |
space
|
| Constructor Summary | |
|---|---|
MapApp()
|
|
| Method Summary | |
|---|---|
CodexResource |
appObjectToResource(java.lang.Object object)
Gets a CodexResource based on the application object. |
java.lang.Object |
codexResourceToAppObject(CodexResource resource)
Gets an app object based on the CodexResource. |
MapAppConfiguration |
getConfiguration()
Returns the configuration management object. |
java.lang.Object |
getConfiguredObject(CodexNode node)
|
MapAppGUI |
getGui()
Returns the root of the GUI hierarchy. |
MapAppLogic |
getLogic()
Returns the root of the logic hierarchy. |
ProductBranding |
getProductBranding()
|
MapAppSkin |
getSkin()
|
MapSpace |
getSpace()
|
java.awt.Window |
getWindow()
|
void |
setSkin(MapAppSkin newSkin)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MapAppConfiguration config
protected MapAppGUI gui
protected MapAppLogic logic
protected MapAppSkin skin
protected MapSpace space
| Constructor Detail |
|---|
public MapApp()
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public MapAppGUI getGui()
public MapAppLogic getLogic()
public MapAppConfiguration getConfiguration()
public java.lang.Object getConfiguredObject(CodexNode node)
public MapAppSkin getSkin()
public void setSkin(MapAppSkin newSkin)
public MapSpace getSpace()
public ProductBranding getProductBranding()
public java.awt.Window getWindow()
public CodexResource appObjectToResource(java.lang.Object object)
object -
public java.lang.Object codexResourceToAppObject(CodexResource resource)
resource -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||