Eclipse GEF
2.1

Uses of Interface
org.eclipse.gef.EditPartFactory

Packages that use EditPartFactory
org.eclipse.gef All interfaces, base types, and the plugin class are here. 
org.eclipse.gef.ui.palette   
org.eclipse.gef.ui.parts   
 

Uses of EditPartFactory in org.eclipse.gef
 

Methods in org.eclipse.gef that return EditPartFactory
 EditPartFactory EditPartViewer.getEditPartFactory()
          Returns the EditPartFactory for this viewer.
 

Methods in org.eclipse.gef with parameters of type EditPartFactory
 void EditPartViewer.setEditPartFactory(EditPartFactory factory)
          Sets the EditPartFactory.
 

Uses of EditPartFactory in org.eclipse.gef.ui.palette
 

Classes in org.eclipse.gef.ui.palette that implement EditPartFactory
 class PaletteEditPartFactory
          Factory to create EditParts for different PaletteEntries.
 

Uses of EditPartFactory in org.eclipse.gef.ui.parts
 

Methods in org.eclipse.gef.ui.parts that return EditPartFactory
 EditPartFactory AbstractEditPartViewer.getEditPartFactory()
           
 

Methods in org.eclipse.gef.ui.parts with parameters of type EditPartFactory
 void AbstractEditPartViewer.setEditPartFactory(EditPartFactory factory)
           
 


Eclipse GEF
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.