platform-core-home/documents/plan_adapters.html
Parent Directory
|
Revision Log
|
Patch
| revision 1.1, Mon Feb 16 16:10:26 2004 UTC | revision 1.2, Mon Feb 16 16:11:51 2004 UTC | |
|---|---|---|
| # | Line 52 | Line 52 |
| 52 | both loaded and unloaded factories. | both loaded and unloaded factories. |
| 53 | </p> | </p> |
| 54 | <p> | <p> |
| 55 | The "adapters" extension would specify the name of the factory class, removing the | A new "adapters" extension in the runtime plug-in will specify the name of the factory |
| 56 | need for plug-ins to explicitly register their adapters on startup (they would be lazily | class, removing the need for plug-ins to explicitly register their adapters on startup |
| 57 | registered on the first lookup on that factory after the plug-in is loaded): | (they would be lazily registered on the first lookup on that factory after the plug-in is loaded): |
| 58 | <pre> | <pre> |
| 59 | <extension point="org.eclipse.core.runtime.adapters"> | <extension point="org.eclipse.core.runtime.adapters"> |
| 60 | <factory | <factory |
| # | Line 69 | Line 69 |
| 69 | </pre> | </pre> |
| 70 | </p> | </p> |
| 71 | <p> | <p> |
| 72 | This point specifies a factory that adapts IJavaElement to IFile, IPropertySource, etc. | This extension point specifies a factory that adapts IJavaElement to IFile, IPropertySource, etc. |
| 73 | Of course, for backwards compatibility we will continue to support adapters | Of course, for backwards compatibility we will continue to support adapters |
| 74 | registered manually that do no have associated markup. | registered manually that do no have associated markup. |
| 75 | </p> | </p> |
|
||||||||
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
