Eclipse Platform
2.0

org.eclipse.ui
Interface IViewReference

All Superinterfaces:
IWorkbenchPartReference

public interface IViewReference
extends IWorkbenchPartReference

Defines a reference to an IViewPart.

This interface is not intended to be implemented by clients.


Method Summary
 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, getId, getPart, getTitle, getTitleImage, getTitleToolTip, removePropertyListener
 

Method Detail

getView

public IViewPart getView(boolean restore)
Returns the IViewPart referenced by this object. Returns null if the view was not instanciated or it failed to be restored. Tries to restore the view if restore is true.


isFastView

public boolean isFastView()
Returns true if the view is a fast view otherwise returns false.


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.