Uses of Class
es.prodevelop.gvsig.mobile.common.GvsigMobileException

Packages that use GvsigMobileException
es.prodevelop.gvsig.mobile.common   
es.prodevelop.gvsig.mobile.gui.tool   
es.prodevelop.gvsig.mobile.settings   
 

Uses of GvsigMobileException in es.prodevelop.gvsig.mobile.common
 

Methods in es.prodevelop.gvsig.mobile.common with parameters of type GvsigMobileException
 void GvsigExceptionListener.manageGvsigMobileException(GvsigMobileException ex)
           
 

Uses of GvsigMobileException in es.prodevelop.gvsig.mobile.gui.tool
 

Methods in es.prodevelop.gvsig.mobile.gui.tool that throw GvsigMobileException
 void ToolBar.addButton(TBButton button, int index)
          Adds a button in the toolbar.
 void TBMenu.addButton(TBButton button, int index)
          Adds a new item to the menu.
 TBButton TBMenu.getTool(int index)
          Returns one tool in the list of tools displayed in the menu, given its index
 void TBComboButton.addButton(TBButton button, int index)
          Adds a button to the combo list.
 void IToolContainer.addButton(TBButton button, int index)
          Method used for adding a TBButton to a IToolContainer
 

Uses of GvsigMobileException in es.prodevelop.gvsig.mobile.settings
 

Methods in es.prodevelop.gvsig.mobile.settings that throw GvsigMobileException
static void AppSettings.load()
          Loads the persistence file into this object.
static void AppSettings.store()
          Stores the current application settings into the persistence file.