|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
de.cau.cs.kieler.sim.kiem.automated.ui.views.AutomatedEvalView
public class AutomatedEvalView
A View for displaying the results of an automated execution run.
Field Summary | |
---|---|
static String |
VIEW_ID
The identifier string for this view. |
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
PROP_TITLE |
Constructor Summary | |
---|---|
AutomatedEvalView()
|
Method Summary | |
---|---|
ExecutionFilePanel |
addExecutionFile(IPath name)
Add a new execution file to the result view. |
void |
addExecutionFileFailed(IPath name,
Exception e0)
Add a failed execution file to the view. |
void |
addIterationResult(IterationResult result)
Adds the iteration result to the current panel. |
void |
addIterationResult(List<IterationResult> results)
Adds the iteration results to the current panel. |
void |
clear()
Dispose of all panels and clear the view. |
void |
controlMoved(ControlEvent e)
|
void |
controlResized(ControlEvent e)
|
void |
createPartControl(Composite parentComponent)
|
List<ExecutionFilePanel.PanelData> |
getData()
Getter for the data in all tables. |
List<ExecutionFilePanel> |
getPanels()
Getter for the panels. |
static StepTextField |
getStepField()
Getter for the stepField. |
boolean |
isEmpty()
Determine whether or not the view is empty. |
void |
refresh()
Refreshes the current panel. |
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 |
---|
public static final String VIEW_ID
Constructor Detail |
---|
public AutomatedEvalView()
Method Detail |
---|
public void createPartControl(Composite parentComponent)
createPartControl
in interface IWorkbenchPart
createPartControl
in class WorkbenchPart
public void setFocus()
setFocus
in interface IWorkbenchPart
setFocus
in class WorkbenchPart
public ExecutionFilePanel addExecutionFile(IPath name)
name
- the path of the execution file
public void addExecutionFileFailed(IPath name, Exception e0)
name
- the name of the filee0
- the exception that caused the failurepublic void addIterationResult(IterationResult result)
result
- the resultpublic void addIterationResult(List<IterationResult> results)
results
- the resultspublic void refresh()
public void clear()
public void controlMoved(ControlEvent e)
controlMoved
in interface ControlListener
public void controlResized(ControlEvent e)
controlResized
in interface ControlListener
public List<ExecutionFilePanel.PanelData> getData()
public List<ExecutionFilePanel> getPanels()
public boolean isEmpty()
public static StepTextField getStepField()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |