| Class | Description |
|---|---|
| JavaEditPlugin |
This is the central singleton for the Java edit plugin
|
| JavaEditPlugin.Implementation |
The actual implementation of the Eclipse Plugin
|
| JavaItemProviderAdapterFactory |
This is the factory that is used to provide the interfaces needed to support Viewers.
|
| JClassItemProvider |
This is the item provider adapter for a
JClass object |
| JCompilationUnitItemProvider |
This is the item provider adapter for a
JCompilationUnit object |
| JFieldItemProvider |
This is the item provider adapter for a
JField object |
| JInitializerItemProvider |
This is the item provider adapter for a
JInitializer object |
| JMemberItemProvider |
This is the item provider adapter for a
JMember object |
| JMethodItemProvider |
This is the item provider adapter for a
JMethod object |
| JModelElementItemProvider |
This is the item provider adapter for a
JModelElement object |
| JPackageItemProvider |
This is the item provider adapter for a
JPackage object |
| JParameterItemProvider |
This is the item provider adapter for a
JParameter object |