Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.core.model.preprocessor.symbol.SymbolSet

Packages that use SymbolSet
org.eclipse.mtj.core.model.configuration This package provides an API for managing configurations from MIDlet projects. 
org.eclipse.mtj.core.model.preprocessor.symbol This package provides the model for preprocessing symbols. 
 

Uses of SymbolSet in org.eclipse.mtj.core.model.configuration
 

Methods in org.eclipse.mtj.core.model.configuration that return SymbolSet
 SymbolSet Configuration.getSymbolSet()
          All preprocessing related code should NOT use this method to get SymbolSet, instead, getSymbolSetForPreprocessing() should be used for preprocessing purpose.
 SymbolSet Configuration.getSymbolSetForPreprocessing()
          All preprocessing related function should use this method to get SymbolSet.
 

Methods in org.eclipse.mtj.core.model.configuration with parameters of type SymbolSet
 void Configuration.setSymbolSet(SymbolSet symbolSet)
           
 

Uses of SymbolSet in org.eclipse.mtj.core.model.preprocessor.symbol
 

Methods in org.eclipse.mtj.core.model.preprocessor.symbol that return SymbolSet
static SymbolSet SymbolSetFactory.createSymbolSet(IDevice device)
          Create SymbolSet from device.
 


Mobile Tools for Java
Release 1.0