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.
createInitialLayout
public void createInitialLayout(WorkbenchPage page)
BOTTOM