Uses of Class
org.eclipse.emf.common.ui.ViewerPane

Packages that use ViewerPane
org.eclipse.emf.ecore.presentation Provides sample editor support for Ecore. 
org.eclipse.emf.mapping.presentation   
 

Uses of ViewerPane in org.eclipse.emf.ecore.presentation
 

Fields in org.eclipse.emf.ecore.presentation declared as ViewerPane
protected  ViewerPane EcoreEditor.currentViewerPane
          This keeps track of the active viewer pane, in the book
 

Methods in org.eclipse.emf.ecore.presentation with parameters of type ViewerPane
 void EcoreEditor.setCurrentViewerPane(ViewerPane viewerPane)
           
 

Uses of ViewerPane in org.eclipse.emf.mapping.presentation
 

Fields in org.eclipse.emf.mapping.presentation declared as ViewerPane
protected  ViewerPane MappingEditor.overviewViewerPane
           
protected  ViewerPane MappingEditor.currentViewerPane
          This keeps track of the current viewer pane of the page book.
 

Methods in org.eclipse.emf.mapping.presentation with parameters of type ViewerPane
 void MappingEditor.setCurrentViewerPane(ViewerPane viewerPane)
           
 


Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.