public interface IViewReference extends IWorkbenchPartReference
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
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.
|
addPartPropertyListener, addPropertyListener, getContentDescription, getId, getPage, getPart, getPartName, getPartProperty, getTitle, getTitleImage, getTitleToolTip, isDirty, removePartPropertyListener, removePropertyListener
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()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.