|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.prodevelop.gvsig.mobile.app.GvsigMobileApp
This singleton-based class represents the application itself.
Receives the app params from the Launcher
and instantiates the
main window.
Launcher
Field Summary | |
static java.io.File |
ISO_639_FILE
List of locales |
Method Summary | |
void |
execute()
This method starts the application. |
static GvsigMobileApp |
getApp()
Singleton access to unique instance |
int |
getHeight()
|
java.util.HashMap |
getParams()
Gets application params in a hashmap |
int |
getWidth()
|
void |
setHeight(int height)
|
void |
setParams(java.util.HashMap p)
Sets application params in a hashmap |
void |
setWidth(int width)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.io.File ISO_639_FILE
Method Detail |
public static GvsigMobileApp getApp()
public void execute()
public java.util.HashMap getParams()
public void setParams(java.util.HashMap p)
p
- the app paramspublic int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |