|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.core.ui.ModelingPerspective
public class ModelingPerspective
A Perspective for the KIELER modeling application. It loads all available KIELER views and sets some New-Wizards as shortcuts into the New-Menu.
Field Summary | |
---|---|
static float |
BIG
A big view. |
static float |
MEDIUM
A medium view, will take 50% space. |
static float |
SMALL
A small view. |
Constructor Summary | |
---|---|
ModelingPerspective()
|
Method Summary | |
---|---|
protected void |
addViewIfExists(IFolderLayout folder,
String id)
Add a view to a folder only if the view exists. |
void |
createInitialLayout(IPageLayout layout)
|
protected void |
createNewWizardShortcuts(IPageLayout layout)
Add shortcuts to the New-Dialog to the KIELER wizards. |
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final float SMALL
public static final float MEDIUM
public static final float BIG
Constructor Detail |
---|
public ModelingPerspective()
Method Detail |
---|
public void createInitialLayout(IPageLayout layout)
createInitialLayout
in interface IPerspectiveFactory
protected void createViewShortcuts(IPageLayout layout)
layout
- the page layoutprotected void createViewLayout(IPageLayout layout)
layout
- the page layoutprotected void createNewWizardShortcuts(IPageLayout layout)
layout
- the page layoutprotected void addViewIfExists(IFolderLayout folder, String id)
folder
- a folder layoutid
- a view identifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |