sk.uniba.euromath.editor.xmlEditor
Class XMLEditDomain

java.lang.Object
  extended by org.eclipse.gef.EditDomain
      extended by sk.uniba.euromath.editor.xmlEditor.XMLEditDomain

public class XMLEditDomain
extends org.eclipse.gef.EditDomain

XML editor specific EditDomain.

Author:
Tomáš Studva 7.2.2006

Constructor Summary
XMLEditDomain(XMLEditor xmlEditor)
          Contructor.
 
Method Summary
 XMLEditor getXMLEditor()
          Returns XMLEditor instance
 
Methods inherited from class org.eclipse.gef.EditDomain
addViewer, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLEditDomain

public XMLEditDomain(XMLEditor xmlEditor)
Contructor.

Parameters:
xmlEditor - instance
Method Detail

getXMLEditor

public XMLEditor getXMLEditor()
Returns XMLEditor instance

Returns:
the XMLEditor


Copyright © 2003-2006 null. All Rights Reserved.