Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.core.model.preprocessor.SymbolDefinitionSet

Packages that use SymbolDefinitionSet
org.eclipse.mtj.core.model.configuration This package provides an API for managing configurations from MIDlet projects. 
org.eclipse.mtj.core.model.device.preprocess This package provides preprocessing support operations. 
org.eclipse.mtj.core.model.preprocessor This package provides an API for managing preprocessing symbol definition. 
org.eclipse.mtj.core.model.project This package provides an API for managing MIDlet suite projects. 
org.eclipse.mtj.core.model.project.impl This package provides basic implementations for the MIDlet suite project interfaces. 
 

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

Methods in org.eclipse.mtj.core.model.configuration that return types with arguments of type SymbolDefinitionSet
 List<SymbolDefinitionSet> ConfigWorkspaceSymbolSetsChangeEvent.getNewSymbolDefinitionSets()
           
 List<SymbolDefinitionSet> ConfigWorkspaceSymbolSetsChangeEvent.getOldSymbolDefinitionSets()
           
 List<SymbolDefinitionSet> Configuration.getWorkspaceScopeSymbolSets()
           
 

Method parameters in org.eclipse.mtj.core.model.configuration with type arguments of type SymbolDefinitionSet
 void ConfigWorkspaceSymbolSetsChangeEvent.setNewSymbolDefinitionSets(List<SymbolDefinitionSet> newSymbolDefinitionSets)
           
 void ConfigWorkspaceSymbolSetsChangeEvent.setOldSymbolDefinitionSets(List<SymbolDefinitionSet> oldSymbolDefinitionSets)
           
 void Configuration.setWorkspaceScopeSymbolSets(List<SymbolDefinitionSet> symbolSets)
           
static boolean ConfigurationsUtils.workspaceSymbolsetsEquals(List<SymbolDefinitionSet> sets1, List<SymbolDefinitionSet> sets2)
           
static boolean ConfigurationsUtils.workspaceSymbolsetsEquals(List<SymbolDefinitionSet> sets1, List<SymbolDefinitionSet> sets2)
           
 

Constructor parameters in org.eclipse.mtj.core.model.configuration with type arguments of type SymbolDefinitionSet
ConfigWorkspaceSymbolSetsChangeEvent(Object source, List<SymbolDefinitionSet> oldSets, List<SymbolDefinitionSet> newSets)
           
ConfigWorkspaceSymbolSetsChangeEvent(Object source, List<SymbolDefinitionSet> oldSets, List<SymbolDefinitionSet> newSets)
           
 

Uses of SymbolDefinitionSet in org.eclipse.mtj.core.model.device.preprocess
 

Methods in org.eclipse.mtj.core.model.device.preprocess that return SymbolDefinitionSet
static SymbolDefinitionSet DeviceSymbolDefinitionSetFactory.createSymbolDefinitionSet(String name, HashMap<String,String> symbols)
          Create SymbolDefinitionSet from Map of properties.
static SymbolDefinitionSet[] DeviceSymbolDefinitionSetFactory.importFromJ2MEPolishFormat(IProgressMonitor monitor, InputStream devicesInputStream, InputStream groupsInputStream)
          Import and create array of SymbosDefinitionSet from J2ME polish XML files (devices.xml & groups.xml).
 

Uses of SymbolDefinitionSet in org.eclipse.mtj.core.model.preprocessor
 

Methods in org.eclipse.mtj.core.model.preprocessor that return SymbolDefinitionSet
 SymbolDefinitionSet SymbolDefinitionSetRegistry.addNewDefinitionSet(String name)
          Create and add a new SymbolDefinitions object to the registry of definitions with the specified name.
 SymbolDefinitionSet[] SymbolDefinitionSetRegistry.getAllSetDefinitions()
          Return all of the definitions registered.
 SymbolDefinitionSet SymbolDefinitionSetRegistry.getSymbolDefinitionSet(String name)
          Return the SymbolDefinitions instance registered with the specified name or null if the object cannot be found.
 

Methods in org.eclipse.mtj.core.model.preprocessor with parameters of type SymbolDefinitionSet
 void SymbolDefinitionSetRegistry.addDefinitionSet(SymbolDefinitionSet definitions)
          Add the specified SymbolDefinitions object to the registry of definitions.
 boolean SymbolDefinitionSet.equals(SymbolDefinitionSet definitions)
          Return a boolean indicating whether the specified SymbolDefinitions object is equal to this object.
 void SymbolDefinitionSetRegistry.removeDefinitionSet(SymbolDefinitionSet set)
          Remove the specified definition set from the registry.
 

Uses of SymbolDefinitionSet in org.eclipse.mtj.core.model.project
 

Methods in org.eclipse.mtj.core.model.project with parameters of type SymbolDefinitionSet
 void IMidletSuiteProject.setEnabledSymbolDefinitionSet(SymbolDefinitionSet set)
          Set the symbol definition set that is enabled for this project.
 

Uses of SymbolDefinitionSet in org.eclipse.mtj.core.model.project.impl
 

Methods in org.eclipse.mtj.core.model.project.impl with parameters of type SymbolDefinitionSet
 void MidletSuiteProject.setEnabledSymbolDefinitionSet(SymbolDefinitionSet set)
           
 


Mobile Tools for Java
Release 1.0