fable.imageviewer.perspective
Class Perspective

java.lang.Object
  extended by fable.imageviewer.perspective.Perspective
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

public class Perspective
extends java.lang.Object
implements org.eclipse.ui.IPerspectiveFactory

Perspective for the fable ImageViewer. The perspective contains two windows : on the left the sample navigator and header and line plot is displayed. On the right (the main window) displays the image and profile and zoomed area and relief plots. The windows cannot be closed to make sure they are always there.

Author:
Andy Gotz

Field Summary
static java.lang.String ID
           
 
Constructor Summary
Perspective()
           
 
Method Summary
 void createInitialLayout(org.eclipse.ui.IPageLayout layout)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
See Also:
Constant Field Values
Constructor Detail

Perspective

public Perspective()
Method Detail

createInitialLayout

public void createInitialLayout(org.eclipse.ui.IPageLayout layout)
Specified by:
createInitialLayout in interface org.eclipse.ui.IPerspectiveFactory