|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implements a reference to a IWorkbenchPart. The IWorkbenchPart will not be instanciated until the part becomes visible or the API getPart is sent with true;
This interface is not intended to be implemented by clients.
Method Summary | |
void | addPropertyListener(IPropertyListener listener)
|
String | getContentDescription()
Returns the content description for the part (or the empty string if none) |
String | getId()
|
IWorkbenchPage | getPage()
Returns the workbench page that contains this part |
IWorkbenchPart | getPart(boolean restore)
Returns the IWorkbenchPart referenced by this object. |
String | getPartName()
Returns the name of the part, as it should be shown in tabs. |
String | getTitle()
|
Image | getTitleImage()
|
String | getTitleToolTip()
|
void | removePropertyListener(IPropertyListener listener)
|
Method Detail |
public IWorkbenchPart getPart(boolean restore)
public String getTitle()
public Image getTitleImage()
public String getTitleToolTip()
public String getId()
public void addPropertyListener(IPropertyListener listener)
public void removePropertyListener(IPropertyListener listener)
public IWorkbenchPage getPage()
public String getPartName()
public String getContentDescription()
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.