de.cau.cs.kieler.kiml.grana.views
Class AnalysisResultViewPart

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.ui.part.WorkbenchPart
          extended by org.eclipse.ui.part.ViewPart
              extended by de.cau.cs.kieler.kiml.grana.views.AnalysisResultViewPart
All Implemented Interfaces:
IAdaptable, IExecutableExtension, IPersistable, IViewPart, IWorkbenchPart, IWorkbenchPart2, IWorkbenchPart3, IWorkbenchPartOrientation

public class AnalysisResultViewPart
extends ViewPart

A view that is an alternative way to display analysis results.

Rating red

Field Summary
static String VIEW_ID
          the view identifier.
 
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
 
Constructor Summary
AnalysisResultViewPart()
           
 
Method Summary
 void createPartControl(Composite parent)
          
static AnalysisResultViewPart findView()
          Finds the active analysis result view, if it exists.
 void setAnalysisResults(List<BoundVisualization> boundVisualizations)
          Sets the analysis results.
 void setFocus()
          
 
Methods inherited from class org.eclipse.ui.part.ViewPart
checkSite, getViewSite, init, init, saveState, setContentDescription, setInitializationData, setPartName
 
Methods inherited from class org.eclipse.ui.part.WorkbenchPart
addPartPropertyListener, addPropertyListener, dispose, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy
 
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

VIEW_ID

public static final String VIEW_ID
the view identifier.

See Also:
Constant Field Values
Constructor Detail

AnalysisResultViewPart

public AnalysisResultViewPart()
Method Detail

findView

public static AnalysisResultViewPart findView()
Finds the active analysis result view, if it exists.

Returns:
the active analysis result view, or null if there is none

createPartControl

public void createPartControl(Composite parent)

Specified by:
createPartControl in interface IWorkbenchPart
Specified by:
createPartControl in class WorkbenchPart

setFocus

public void setFocus()

Specified by:
setFocus in interface IWorkbenchPart
Specified by:
setFocus in class WorkbenchPart

setAnalysisResults

public void setAnalysisResults(List<BoundVisualization> boundVisualizations)
Sets the analysis results.

Parameters:
boundVisualizations - the visualizations