| org.eclipse.ui.internal.intro.IIntroDescriptor
All known Subclasses: org.eclipse.ui.internal.intro.IntroDescriptor,
IIntroDescriptor | public interface IIntroDescriptor (Code) | | Describes an introduction extension.
since: 3.0 |
createIntro | IIntroPart createIntro() throws CoreException(Code) | | Creates an instance of the intro part defined in the descriptor.
|
getId | public String getId()(Code) | | Returns the part id.
the id of the part |
getImageDescriptor | public ImageDescriptor getImageDescriptor()(Code) | | Returns the descriptor of the image for this part.
the descriptor of the image to display next to this part |
getLabelOverride | public String getLabelOverride()(Code) | | Return the label override string for this part.
the label override string or null if one has notbeen specified since: 3.2 |
|
|