public interface IWorkbenchPart2 extends IWorkbenchPart
IWorkbenchPart
, adding the name and status text properties.
Prior to 3.0, a view's title was often modified to show both the part
name and extra status text. With this interface, the distinction is
made more explicit.PROP_TITLE
Modifier and Type | Method and Description |
---|---|
String |
getContentDescription()
Returns the content description of this part.
|
String |
getPartName()
Returns the name of this part.
|
addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
getAdapter
String getPartName()
IWorkbenchPartConstants.PROP_PART_NAME
.null
)String getContentDescription()
IWorkbenchPartConstants.PROP_CONTENT_DESCRIPTION
.null
)
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.