fable.imageviewer.perspective
Class PerspectiveSmall

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

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

This class represents ImageViewer perspective for small screen.
Main views, file selector (SampleNavigator), image (set on top) and console are put on each other.
Maximum height to display this perspective is defined in fable.framework.toolbox.internal.IVarKeys.SCREENHEIGHT


Field Summary
static java.lang.String ID
           
 
Constructor Summary
PerspectiveSmall()
           
 
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

PerspectiveSmall

public PerspectiveSmall()
Method Detail

createInitialLayout

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