|
Eclipse Platform 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Description of an editor in the workbench editor registry. The editor descriptor contains the information needed to create editor instances.
An editor descriptor typically represents one of three types of editors:
This interface is not intended to be implemented by clients.
IEditorRegistry| Method Summary | |
String |
getId()
Returns the editor id. |
ImageDescriptor |
getImageDescriptor()
Returns the descriptor of the image for this editor. |
String |
getLabel()
Returns the label to show for this editor. |
| Method Detail |
public String getId()
For internal editors, this is the extension id as defined in the workbench registry; for external editors, it is path and file name of the external program.
getId in interface IWorkbenchPartDescriptorpublic ImageDescriptor getImageDescriptor()
getImageDescriptor in interface IWorkbenchPartDescriptorpublic String getLabel()
getLabel in interface IWorkbenchPartDescriptor
|
Eclipse Platform 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||