Eclipse Platform
2.0

org.eclipse.ui
Interface IWorkbenchPartDescriptor

All Known Subinterfaces:
IEditorDescriptor

public interface IWorkbenchPartDescriptor

Description of a workbench part. The part descriptor contains the information needed to create part instances.

This interface is not intended to be implemented by clients.


Method Summary
 String getId()
          Returns the part id.
 ImageDescriptor getImageDescriptor()
          Returns the descriptor of the image for this part.
 String getLabel()
          Returns the label to show for this part.
 

Method Detail

getId

public String getId()
Returns the part id.

Returns:
the id of the part

getImageDescriptor

public ImageDescriptor getImageDescriptor()
Returns the descriptor of the image for this part.

Returns:
the descriptor of the image to display next to this part

getLabel

public String getLabel()
Returns the label to show for this part.

Returns:
the part label

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.