org.eclipse.core.internal.runtime

Home
Java Source Code / Java Documentation 2
1.2D
2.3D
3.Ajax
4.Algebra
5.App Engine
6.Aspect
7.Assemble
8.Cache
9.Cassandra
10.Chat
11.Cloud
12.CMS
13.CouchDB
14.Crypt
15.Database
16.Distributed
17.Eclipse
18.Facebook
19.File
20.Forum
21.GAE
22.Game
23.Google tech
24.Graph
25.Graphic
26.GWT
27.Hibernate
28.HTML
29.HTTP
30.Image
31.IntelliJ
32.IRC
33.J2EE
34.J2ME
35.JDBC
36.JPA
37.JSON
38.JSR
39.JUnit
40.JVM
41.Language
42.Linux
43.Math
44.Maven
45.Media
46.Messenger
47.MiddleWare
48.Mobile
49.Mock
50.MongoDB
51.Mp3
52.Music
53.MVC
54.Network
55.OpenID
56.OSGi
57.Parse
58.Persist
59.Petri
60.Phone
61.Physics
62.REST
63.Robot
64.RPC
65.RSS
66.Ruby
67.Script
68.Search
69.Spring
70.SQL
71.SSH
72.Sudoku
73.Swing
74.Tapestry
75.Test
76.Text
77.Torrent
78.Twitter
79.UML
80.UnTagged
81.Utilities
82.Web
83.Wiki
84.XML
Java Source Code / Java Documentation 2 » Script » java2script » org.eclipse.core.internal.runtime 
org.eclipse.core.internal.runtime
Java Source File NameTypeComment
AdapterFactoryProxy.javaClass Instances of this class represent adapter factories that have been contributed via the adapters extension point.
AdapterManager.javaClass This class is the standard implementation of IAdapterManager.
Assert.javaClass Assert is useful for for embedding runtime sanity checks in code. The predicate methods all test a condition and throw some type of unchecked exception if the condition does not hold.

Assertion failure exceptions, like most runtime exceptions, are thrown when something is misbehaving.

AssertionFailedException.javaClass AssertionFailedException is a runtime exception thrown by some of the methods in Assert.
AuthorizationDatabase.javaClass A database that remembers information, such as usernames and passwords.
AuthorizationHandler.javaClass
Cipher.javaClass

Encrypts or decrypts a sequence of bytes.

CipherInputStream.javaClass Decrypts a stream of data that was encrypted using the Cipher or CipherOutputStream.
CipherOutputStream.javaClass Encrypts a stream of data that can be decrypted using the Cipher or CipherInputStream.
CompatibilityHelper.javaClass This class isolates calls to the backward compatibility layer.
DataArea.javaClass
DevClassPathHelper.javaClass
FindSupport.javaClass
HashMapOfString.javaClass Hashtable of {String --> String}. This map handles collisions using linear probing.
InternalPlatform.javaClass Bootstrap class for the platform.
ListenerList.javaClass Internal class to maintain a list of listeners.
Log.javaClass
Messages.javaClass
ObjectMap.javaClass A specialized map implementation that is optimized for a small set of object keys.
PerformanceStatsProcessor.javaClass Processes, records, and performs notification of performance events that occur in the system.
PlatformActivator.javaClass Activator for the Eclipse runtime.
PlatformLogWriter.javaClass A log writer that writes log entries.
PlatformURLConfigConnection.javaClass
PlatformURLFragmentConnection.javaClass
PlatformURLMetaConnection.javaClass
PlatformURLPluginConnection.javaClass
Policy.javaClass
Product.javaClass
ResourceTranslator.javaClass
URLTool.javaClass A utility for manipulating URLs.
w__w___w__.___j___av___a2___s.__c__o__m___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.