Uses of Class
org.eclipse.gef.EditDomain
-
Packages that use EditDomain Package Description 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.palette org.eclipse.gef.ui.parts -
-
Uses of EditDomain in org.eclipse.gef
Subclasses of EditDomain in org.eclipse.gef Modifier and Type Class Description classDefaultEditDomainA default implementation ofEditDomain.Methods in org.eclipse.gef that return EditDomain Modifier and Type Method Description EditDomainEditPartViewer. getEditDomain()Returns theEditDomainto which this viewer belongs.Methods in org.eclipse.gef with parameters of type EditDomain Modifier and Type Method Description voidEditPartViewer. setEditDomain(EditDomain domain)Sets theEditDomainfor this viewer.voidTool. setEditDomain(EditDomain domain)Called to set the EditDomain for this Tool. -
Uses of EditDomain in org.eclipse.gef.tools
Methods in org.eclipse.gef.tools that return EditDomain Modifier and Type Method Description protected EditDomainAbstractTool. getDomain()Returns the EditDomain.Methods in org.eclipse.gef.tools with parameters of type EditDomain Modifier and Type Method Description voidAbstractTool. setEditDomain(EditDomain domain)Sets the EditDomain. -
Uses of EditDomain in org.eclipse.gef.ui.palette
Methods in org.eclipse.gef.ui.palette that return EditDomain Modifier and Type Method Description EditDomainPaletteViewerProvider. getEditDomain()Constructors in org.eclipse.gef.ui.palette with parameters of type EditDomain Constructor Description PaletteViewerProvider(EditDomain graphicalViewerDomain)Constructor -
Uses of EditDomain in org.eclipse.gef.ui.parts
Fields in org.eclipse.gef.ui.parts declared as EditDomain Modifier and Type Field Description protected EditDomainDomainEventDispatcher. domainThe edit domainMethods in org.eclipse.gef.ui.parts that return EditDomain Modifier and Type Method Description EditDomainAbstractEditPartViewer. getEditDomain()Methods in org.eclipse.gef.ui.parts with parameters of type EditDomain Modifier and Type Method Description voidAbstractEditPartViewer. setEditDomain(EditDomain editdomain)voidGraphicalViewerImpl. setEditDomain(EditDomain domain)Constructors in org.eclipse.gef.ui.parts with parameters of type EditDomain Constructor Description DomainEventDispatcher(EditDomain d, EditPartViewer v)Constructs the dispatcher for the given domain and viewer.
-