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

Serialized Form


Package org.eclipse.mtj.core.build.preverifier

Class org.eclipse.mtj.core.build.preverifier.PreverifierNotFoundException extends Exception implements Serializable

serialVersionUID: -6884070458528264387L


Package org.eclipse.mtj.core.persistence

Class org.eclipse.mtj.core.persistence.PersistenceException extends Exception implements Serializable

serialVersionUID: 1L


Package org.eclipse.mtj.core.project.midp

Class org.eclipse.mtj.core.project.midp.ProjectConvertionException extends Exception implements Serializable

serialVersionUID: 1L


Package org.eclipse.mtj.core.project.runtime

Class org.eclipse.mtj.core.project.runtime.MTJRuntimeList extends ArrayList< MTJRuntime> implements Serializable

serialVersionUID: -8304504334314517586L

Serialized Fields

listeners


List<
E> listeners
The listeners listen to runtime list change event.


Package org.eclipse.mtj.core.project.runtime.event

Class org.eclipse.mtj.core.project.runtime.event.AddMTJRuntimeEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

addedRuntime


MTJRuntime addedRuntime
The MTJRuntime that was added to the MTJ Project.

Class org.eclipse.mtj.core.project.runtime.event.MTJRuntimeDeviceChangeEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

newDevice


IDevice newDevice
The new device instance.


oldDevice


IDevice oldDevice
The previous device instance.

Class org.eclipse.mtj.core.project.runtime.event.MTJRuntimeNameChangeEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

oldRuntimeName


String oldRuntimeName
The previous MTJRuntime name.


newRuntimeName


String newRuntimeName
The new MTJRuntime name.

Class org.eclipse.mtj.core.project.runtime.event.MTJRuntimeWorkspaceSymbolSetsChangeEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

oldSymbolDefinitionSets


List<
E> oldSymbolDefinitionSets
The list of previous Workspace SymbolSets.


newSymbolDefinitionSets


List<
E> newSymbolDefinitionSets
The list of newer Workspace SymbolSets.

Class org.eclipse.mtj.core.project.runtime.event.RemoveMTJRuntimeEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

removedRuntime


MTJRuntime removedRuntime
The removed MTJRuntime.

Class org.eclipse.mtj.core.project.runtime.event.SwitchActiveMTJRuntimeEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

oldActiveRuntime


MTJRuntime oldActiveRuntime
The previously active runtime.


newActiveRuntime


MTJRuntime newActiveRuntime
The newly activated runtime.


Mobile Tools for Java
Release 1.0


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