Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.symbol.ISymbolSet

Packages that use ISymbolSet
org.eclipse.mtj.core.project.runtime This package provides an API for managing MTJ project runtime configurations. 
org.eclipse.mtj.core.project.runtime.event This package provides all events related classes and interfaces associated to the MTJRuntime API. 
org.eclipse.mtj.core.sdk.device This package provides an API for managing the device definition and importing. 
org.eclipse.mtj.core.symbol This package provides an API for managing all symbols that are used during the preprocessing operations. 
 

Uses of ISymbolSet in org.eclipse.mtj.core.project.runtime
 

Methods in org.eclipse.mtj.core.project.runtime that return ISymbolSet
 ISymbolSet MTJRuntime.getSymbolSet()
          Return the Symbolset associated with this runtime.
 ISymbolSet MTJRuntime.getSymbolSetForPreprocessing()
          Return the Symbolset associated with this runtime refactored to be used in preprocessing.
 

Methods in org.eclipse.mtj.core.project.runtime that return types with arguments of type ISymbolSet
 List<ISymbolSet> MTJRuntime.getWorkspaceScopeSymbolSets()
          Returns a list of referenced SymbolSets that are on the workspace level.
 

Methods in org.eclipse.mtj.core.project.runtime with parameters of type ISymbolSet
 void MTJRuntime.setSymbolSet(ISymbolSet symbolSet)
          Set the Symbolset associated with this runtime.
 

Method parameters in org.eclipse.mtj.core.project.runtime with type arguments of type ISymbolSet
 void MTJRuntime.setWorkspaceScopeSymbolSets(List<ISymbolSet> symbolSets)
          Set the list of referenced SymbolSets that are on the workspace level.
 

Uses of ISymbolSet in org.eclipse.mtj.core.project.runtime.event
 

Methods in org.eclipse.mtj.core.project.runtime.event that return types with arguments of type ISymbolSet
 List<ISymbolSet> MTJRuntimeWorkspaceSymbolSetsChangeEvent.getNewSymbolDefinitionSets()
          Get the list of newer Workspace SymbolSets.
 List<ISymbolSet> MTJRuntimeWorkspaceSymbolSetsChangeEvent.getOldSymbolDefinitionSets()
          Get the list of previous Workspace SymbolSets.
 

Method parameters in org.eclipse.mtj.core.project.runtime.event with type arguments of type ISymbolSet
 void MTJRuntimeWorkspaceSymbolSetsChangeEvent.setNewSymbolDefinitionSets(List<ISymbolSet> newSymbolDefinitionSets)
          Set the list of newer Workspace SymbolSets.
 void MTJRuntimeWorkspaceSymbolSetsChangeEvent.setOldSymbolDefinitionSets(List<ISymbolSet> oldSymbolDefinitionSets)
          Set the list of previous Workspace SymbolSets.
 

Constructor parameters in org.eclipse.mtj.core.project.runtime.event with type arguments of type ISymbolSet
MTJRuntimeWorkspaceSymbolSetsChangeEvent(Object source, List<ISymbolSet> oldSets, List<ISymbolSet> newSets)
          Creates a new instance of MTJRuntimeWorkspaceSymbolSetsChangeEvent.
MTJRuntimeWorkspaceSymbolSetsChangeEvent(Object source, List<ISymbolSet> oldSets, List<ISymbolSet> newSets)
          Creates a new instance of MTJRuntimeWorkspaceSymbolSetsChangeEvent.
 

Uses of ISymbolSet in org.eclipse.mtj.core.sdk.device
 

Methods in org.eclipse.mtj.core.sdk.device that return ISymbolSet
 ISymbolSet IDevice.getSymbolSet()
          Return the SymbolSet associated with this device.
 

Uses of ISymbolSet in org.eclipse.mtj.core.symbol
 

Methods in org.eclipse.mtj.core.symbol that return ISymbolSet
 ISymbolSet ISymbolSetFactory.createSymbolSet(String name)
          Create a symbol set with the given name.
 ISymbolSet ISymbolSetFactory.createSymbolSetFromDevice(IDevice device)
          Create SymbolSet from device.
 ISymbolSet ISymbolSetFactory.createSymbolSetFromProperties(Properties properties)
          Create SymbolSet from properties.
 ISymbolSet[] ISymbolSetRegistry.getAllSymbolSets()
          Returns an array of the SymbolSets contained in this registry.
 ISymbolSet ISymbolSetRegistry.getSymbolSet(String name)
          Return the SymbolSet instance registered with the specified name or null if the object cannot be found.
 

Methods in org.eclipse.mtj.core.symbol that return types with arguments of type ISymbolSet
 List<ISymbolSet> ISymbolSetFactory.createSymbolSetFromDataBase(String type, IPath databasePath, IProgressMonitor monitor)
          Creates a list of symbol sets based on a device data base.
 

Methods in org.eclipse.mtj.core.symbol with parameters of type ISymbolSet
 void ISymbolSetRegistry.addSymbolSet(ISymbolSet symbolset)
          Add the specified SymbolSet object to the registry of SymbolSets.
 boolean ISymbolSet.equals(ISymbolSet definitions)
          Return a boolean indicating whether the specified SymbolSet object is equal to this SymbolSet.
 

Method parameters in org.eclipse.mtj.core.symbol with type arguments of type ISymbolSet
 void ISymbolSetRegistry.addSymbolSet(List<ISymbolSet> ss)
          Add an array of SymbolSet to the registry
 


Mobile Tools for Java
Release 1.0