JIVE Platform
Release 0.3.1

edu.buffalo.cse.jive.ui
Interface IStructuredJiveView

All Superinterfaces:
IAdaptable, IJiveView, IPersistable, IViewPart, IWorkbenchPart
All Known Implementing Classes:
AbstractStructuredJiveView

public interface IStructuredJiveView
extends IJiveView

A view part used to present IJiveDebugTargets using a JFace StructuredViewer. JFace viewers use content providers to obtain model elements and label providers to obtain the visual representation of those elements.

See Also:
StructuredViewer

Field Summary
 
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
 
Method Summary
 StructuredViewer getViewer()
          Returns the StructuredViewer used by the view part to display its input.
 
Methods inherited from interface edu.buffalo.cse.jive.ui.IJiveView
display, getDisplayed
 
Methods inherited from interface org.eclipse.ui.IViewPart
getViewSite, init, init, saveState
 
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getViewer

StructuredViewer getViewer()
Returns the StructuredViewer used by the view part to display its input.

Returns:
the viewer used by the view part

JIVE Platform
Release 0.3.1