de.cau.cs.kieler.core.ui
Class ModelingPerspective
java.lang.Object
de.cau.cs.kieler.core.ui.ModelingPerspective
- All Implemented Interfaces:
- IPerspectiveFactory
public class ModelingPerspective
- extends Object
- implements IPerspectiveFactory
A Perspective for the KIELER modeling application. It loads all available KIELER views and sets
some New-Wizards as shortcuts into the New-Menu.
- Rating

Field Summary |
static float |
BIG
A big view. |
static float |
MEDIUM
A medium view, will take 50% space. |
static float |
SMALL
A small view. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMALL
public static final float SMALL
- A small view.
- See Also:
- Constant Field Values
MEDIUM
public static final float MEDIUM
- A medium view, will take 50% space.
- See Also:
- Constant Field Values
BIG
public static final float BIG
- A big view.
- See Also:
- Constant Field Values
ModelingPerspective
public ModelingPerspective()
createInitialLayout
public void createInitialLayout(IPageLayout layout)
-
- Specified by:
createInitialLayout
in interface IPerspectiveFactory