Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.core.project.runtime.MTJRuntime

Packages that use MTJRuntime
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. 
 

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

Methods in org.eclipse.mtj.core.project.runtime that return MTJRuntime
  MTJRuntime MTJRuntimeList. getActiveMTJRuntime ()
          Get the MTJRuntime that is currently active.
 

Methods in org.eclipse.mtj.core.project.runtime with parameters of type MTJRuntime
 boolean MTJRuntimeList. add ( MTJRuntime runtime)
          Appends the specified MTJRuntime to the end of this list.
 void MTJRuntimeList. switchActiveMTJRuntime ( MTJRuntime runtime)
          Switch the current active MTJRuntime.
 

Method parameters in org.eclipse.mtj.core.project.runtime with type arguments of type MTJRuntime
 boolean MTJRuntimeList. addAll ( Collection<? extends MTJRuntime> runtimes)
          Appends all of the MTJRuntimes in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
 

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

Methods in org.eclipse.mtj.core.project.runtime.event that return MTJRuntime
  MTJRuntime AddMTJRuntimeEvent. getAddedMTJRuntime ()
          Get the MTJRuntime that was added to the MTJ Project.
  MTJRuntime SwitchActiveMTJRuntimeEvent. getNewActiveMTJRuntime ()
          Return the newly activated runtime.
  MTJRuntime SwitchActiveMTJRuntimeEvent. getOldActiveMTJRuntime ()
          Return the previous active runtime.
  MTJRuntime RemoveMTJRuntimeEvent. getRemovedMTJRuntime ()
          Return the removed MTJRuntime.
 

Methods in org.eclipse.mtj.core.project.runtime.event with parameters of type MTJRuntime
 void AddMTJRuntimeEvent. setMTJRuntime ( MTJRuntime addedRuntime)
          Set the MTJRuntime to be added.
 void SwitchActiveMTJRuntimeEvent. setNewActiveMTJRuntime ( MTJRuntime newActiveRuntime)
          Set the newly activated runtime.
 void SwitchActiveMTJRuntimeEvent. setOldActiveMTJRuntime ( MTJRuntime oldActiveRuntime)
          Set the previous active runtime.
 void RemoveMTJRuntimeEvent. setRemovedMTJRuntime ( MTJRuntime removedRuntime)
          Set the removed MTJRuntime.
 

Constructors in org.eclipse.mtj.core.project.runtime.event with parameters of type MTJRuntime
AddMTJRuntimeEvent ( MTJRuntimeList source, MTJRuntime addedRuntime)
          Constructs a AddMTJRuntimeEvent object.
MTJRuntimeDeviceChangeEvent ( MTJRuntime source, IDevice oldDevice, IDevice newDevice)
          Creates a new instance of MTJRuntimeDeviceChangeEvent.
MTJRuntimeNameChangeEvent ( MTJRuntime source, String oldRuntimeName, String newRuntimeName)
          Creates a new instance of MTJRuntimeNameChangeEvent.
RemoveMTJRuntimeEvent ( MTJRuntimeList source, MTJRuntime removedRuntime)
          Creates a new instance of RemoveMTJRuntimeEvent.
SwitchActiveMTJRuntimeEvent ( MTJRuntimeList source, MTJRuntime oldActiveConfig, MTJRuntime newActiveConfig)
          Creates a new instance of SwitchActiveMTJRuntimeEvent.
 


Mobile Tools for Java
Release 1.0


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire