public void createInitialLayout(IPageLayout layout)(Code)
Defines the initial layout for a perspective.
Implementors of this method may add additional views to a
perspective. The perspective already contains an editor folder
with ID = ILayoutFactory.ID_EDITORS. Add additional views
to the perspective in reference to the editor folder.
This method is only called when a new perspective is created. If
an old perspective is restored from a persistence file then
this method is not called.
Parameters: layout - the factory used to add views to the perspective
defineActions
public void defineActions(IPageLayout layout)(Code)
Defines the initial actions for a page.
Parameters: layout - The layout we are filling
defineLayout
public void defineLayout(IPageLayout layout)(Code)
Defines the initial layout for a page.
Parameters: layout - The layout we are filling