HEADER

ru.biosoft.workbench
Interface PerspectiveFactory


public interface PerspectiveFactory

A perspective layout generates the initial page layout and visible action set for a page. When a new page is created in the workbench a perspective is used to define the initial page layout. If this is a predefined perspective (based on an extension to the workbench's perspective extension point) an IPerspectiveFactory is used to define the initial page layout.


Method Summary
 voidcreateInitialLayout(WorkbenchPage page)
           

Method Detail

createInitialLayout

public void createInitialLayout(WorkbenchPage page)

FOOTER

BOTTOM