JIVE Platform
Release 0.3.1

edu.buffalo.cse.jive.ui
Interface IGraphicalJiveView

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

public interface IGraphicalJiveView
extends IJiveView

A view part used to present IJiveDebugTargets using a GEF GraphicalViewer. GEF viewers use EditParts as controllers in the Model-View-Controller (MVC) paradigm. These edit parts take elements of a model and construct visual representations of them using IFigures.

See Also:
GraphicalViewer, EditPart, IFigure

Field Summary
 
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
 
Method Summary
 org.eclipse.gef.GraphicalViewer getViewer()
          Returns the GraphicalViewer 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

org.eclipse.gef.GraphicalViewer getViewer()
Returns the GraphicalViewer used by the view part to display its input.

Returns:
the view's graphical viewer

JIVE Platform
Release 0.3.1