roneditor.editor
Class RonEditorPerspective

java.lang.Object
  extended by roneditor.editor.RonEditorPerspective
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

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

This the default definition of the perspective for the RON editor.

Author:
Tony Modica

Constructor Summary
RonEditorPerspective()
           
 
Method Summary
 void createInitialLayout(org.eclipse.ui.IPageLayout layout)
           
private  void defineActions(org.eclipse.ui.IPageLayout layout)
          Defines the initial actions for a page.
private  void defineLayout(org.eclipse.ui.IPageLayout layout)
          Defines the initial perspective layout.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RonEditorPerspective

public RonEditorPerspective()
Method Detail

createInitialLayout

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

defineActions

private void defineActions(org.eclipse.ui.IPageLayout layout)
Defines the initial actions for a page.

Parameters:
layout - The layout we are filling

defineLayout

private void defineLayout(org.eclipse.ui.IPageLayout layout)
Defines the initial perspective layout.

Parameters:
layout - The layout we are filling