Eclipse GEF
2.1

Uses of Class
org.eclipse.gef.EditDomain

Packages that use EditDomain
org.eclipse.gef All interfaces, base types, and the plugin class are here. 
org.eclipse.gef.tools This package provides several tool implementations. 
org.eclipse.gef.ui.parts   
 

Uses of EditDomain in org.eclipse.gef
 

Subclasses of EditDomain in org.eclipse.gef
 class DefaultEditDomain
          A default implementation of EditDomain.
 

Methods in org.eclipse.gef that return EditDomain
 EditDomain EditPartViewer.getEditDomain()
          Returns the EditDomain to which this viewer belongs.
 

Methods in org.eclipse.gef with parameters of type EditDomain
 void Tool.setEditDomain(EditDomain domain)
          Called to set the EditDomain for this Tool.
 void EditPartViewer.setEditDomain(EditDomain domain)
          Sets the EditDomain for this viewer.
 

Uses of EditDomain in org.eclipse.gef.tools
 

Methods in org.eclipse.gef.tools that return EditDomain
protected  EditDomain AbstractTool.getDomain()
          Returns the EditDomain.
 

Methods in org.eclipse.gef.tools with parameters of type EditDomain
 void AbstractTool.setEditDomain(EditDomain domain)
          Sets the EditDomain.
 

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

Fields in org.eclipse.gef.ui.parts declared as EditDomain
protected  EditDomain DomainEventDispatcher.domain
          The edit domain
 

Methods in org.eclipse.gef.ui.parts that return EditDomain
 EditDomain AbstractEditPartViewer.getEditDomain()
           
 

Methods in org.eclipse.gef.ui.parts with parameters of type EditDomain
 void GraphicalViewerImpl.setEditDomain(EditDomain domain)
           
 void AbstractEditPartViewer.setEditDomain(EditDomain editdomain)
           
 

Constructors in org.eclipse.gef.ui.parts with parameters of type EditDomain
DomainEventDispatcher(EditDomain d, EditPartViewer v)
          Constructs the dispatcher for the given domain and viewer.
 


Eclipse GEF
2.1

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