org.topcased.modeler.sam.editor.outline
Class SamOutlinePage
java.lang.Object
DiagramsOutlinePage
org.topcased.modeler.sam.editor.outline.SamOutlinePage
public class SamOutlinePage
- extends DiagramsOutlinePage
This class extends the basic DiagramsOutlinePage
used by default so
as to add an 'Possible imports' section. No need to register a custom dnd
handler here, it's done with the layout policies.
creation : 18 avr. 07
Method Summary |
protected ModelNavigator |
createNavigator(org.eclipse.swt.widgets.Composite parent,
Modeler editor,
org.eclipse.ui.part.IPageSite pageSite)
Creates a custom Navigator for this outline, and keeps a reference to it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SamOutlinePage
public SamOutlinePage(Modeler modeler)
- Constructor. Nothing special added.
- Parameters:
modeler
- the editor
createNavigator
protected ModelNavigator createNavigator(org.eclipse.swt.widgets.Composite parent,
Modeler editor,
org.eclipse.ui.part.IPageSite pageSite)
- Creates a custom Navigator for this outline, and keeps a reference to it.
- See Also:
org.topcased.modeler.editor.outline.DiagramsOutlinePage#createNavigator(org.eclipse.swt.widgets.Composite,
org.topcased.modeler.editor.Modeler, org.eclipse.ui.part.IPageSite)
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.