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 |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEditDomain
A default implementation of
EditDomain . |
Modifier and Type | Method and Description |
---|---|
EditDomain |
EditPartViewer.getEditDomain()
Returns the
EditDomain to which this viewer belongs. |
Modifier and Type | Method and Description |
---|---|
void |
Tool.setEditDomain(EditDomain domain)
Called to set the EditDomain for this Tool.
|
void |
EditPartViewer.setEditDomain(EditDomain domain)
Sets the
EditDomain for this viewer. |
Modifier and Type | Method and Description |
---|---|
protected EditDomain |
AbstractTool.getDomain()
Returns the EditDomain.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTool.setEditDomain(EditDomain domain)
Sets the EditDomain.
|
Modifier and Type | Method and Description |
---|---|
EditDomain |
PaletteViewerProvider.getEditDomain() |
Constructor and Description |
---|
PaletteViewerProvider(EditDomain graphicalViewerDomain)
Constructor
|
Modifier and Type | Field and Description |
---|---|
protected EditDomain |
DomainEventDispatcher.domain
The edit domain
|
Modifier and Type | Method and Description |
---|---|
EditDomain |
AbstractEditPartViewer.getEditDomain() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEditPartViewer.setEditDomain(EditDomain editdomain) |
void |
GraphicalViewerImpl.setEditDomain(EditDomain domain) |
Constructor and Description |
---|
DomainEventDispatcher(EditDomain d,
EditPartViewer v)
Constructs the dispatcher for the given domain and viewer.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.