Package org.eclipse.gef
Class DefaultEditDomain
java.lang.Object
org.eclipse.gef.EditDomain
org.eclipse.gef.DefaultEditDomain
A default implementation of 
EditDomain. An IEditorPart is
 required in the constructor, but it can be null.
 
 A SelectionTool will be the active Tool until:
 
- A PaletteRootis provided which contains a default entry which is aToolEntry. In which case that entry's tool is made the active Tool.
 DefaultEditDomain can be configured with a
 PaletteViewer. When provided, the
 DefaultEditDomain will listen for PaletteEvents, and will switch the active
 Tool automatically in response.
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultEditDomain(IEditorPart editorPart) Constructs a DefaultEditDomain with the specified IEditorPart
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidsetEditorPart(IEditorPart editorPart) Sets the IEditorPart for this EditDomain.Methods inherited from class org.eclipse.gef.EditDomainaddViewer, focusGained, focusLost, getActiveTool, getCommandStack, getDefaultTool, getPaletteViewer, keyDown, keyTraversed, keyUp, loadDefaultTool, mouseDoubleClick, mouseDown, mouseDrag, mouseHover, mouseMove, mouseUp, mouseWheelScrolled, nativeDragFinished, nativeDragStarted, removeViewer, setActiveTool, setCommandStack, setDefaultTool, setPaletteRoot, setPaletteViewer, viewerEntered, viewerExited
- 
Constructor Details- 
DefaultEditDomainConstructs a DefaultEditDomain with the specified IEditorPart- Parameters:
- editorPart-- nullor an IEditorPart
 
 
- 
- 
Method Details- 
getEditorPart- Returns:
- the IEditorPart for this EditDomain
 
- 
setEditorPartSets the IEditorPart for this EditDomain.- Parameters:
- editorPart- the editor
 
 
-