|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IViewReference
Defines a reference to an IViewPart.
This interface is not intended to be implemented by clients.
Method Summary | |
---|---|
java.lang.String |
getSecondaryId()
Returns the secondary ID for the view. |
IViewPart |
getView(boolean restore)
Returns the IViewPart referenced by this object. |
boolean |
isFastView()
Returns true if the view is a fast view otherwise returns false. |
Methods inherited from interface org.eclipse.ui.IWorkbenchPartReference |
---|
addPropertyListener, getContentDescription, getId, getPage, getPart, getPartName, getTitle, getTitleImage, getTitleToolTip, removePropertyListener |
Method Detail |
---|
java.lang.String getSecondaryId()
null
if there is no secondary idIWorkbenchPage.showView(String, String, int)
IViewPart getView(boolean restore)
IViewPart
referenced by this object.
Returns null
if the view was not instantiated or
it failed to be restored. Tries to restore the view
if restore
is true.
boolean isFastView()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |