de.cau.cs.kieler.krep.evalbench.ui
Class EvalBenchPerspective

java.lang.Object
  extended by de.cau.cs.kieler.core.ui.ModelingPerspective
      extended by de.cau.cs.kieler.krep.evalbench.ui.EvalBenchPerspective
All Implemented Interfaces:
IPerspectiveFactory

public class EvalBenchPerspective
extends ModelingPerspective
implements IPerspectiveFactory

Perspective related to the evaluation bench. This extends the KIELER modeling perspective by the assembler view and the connection log.

Rating yellow
(2010-03-09) review by msp, soh

Field Summary
static String PERSPECTIVE_ID
          Identifier string for this perspective.
 
Fields inherited from class de.cau.cs.kieler.core.ui.ModelingPerspective
BIG, MEDIUM, SMALL
 
Constructor Summary
EvalBenchPerspective()
           
 
Method Summary
protected  void createViewLayout(IPageLayout layout)
          Add the KIELER views to the layout.
protected  void createViewShortcuts(IPageLayout layout)
          Add KIELER Views (and some important Eclipse views) as shortcuts into the View menu.
 
Methods inherited from class de.cau.cs.kieler.core.ui.ModelingPerspective
addViewIfExists, createInitialLayout, createNewWizardShortcuts
 
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.IPerspectiveFactory
createInitialLayout
 

Field Detail

PERSPECTIVE_ID

public static final String PERSPECTIVE_ID
Identifier string for this perspective.

See Also:
Constant Field Values
Constructor Detail

EvalBenchPerspective

public EvalBenchPerspective()
Method Detail

createViewShortcuts

protected void createViewShortcuts(IPageLayout layout)
Add KIELER Views (and some important Eclipse views) as shortcuts into the View menu.

Overrides:
createViewShortcuts in class ModelingPerspective

createViewLayout

protected void createViewLayout(IPageLayout layout)
Add the KIELER views to the layout.

Overrides:
createViewLayout in class ModelingPerspective