Class ValidationViewToEditorBridge

  • All Implemented Interfaces:
    org.eclipse.jface.viewers.IDoubleClickListener

    public class ValidationViewToEditorBridge
    extends java.lang.Object
    implements org.eclipse.jface.viewers.IDoubleClickListener
    Double click listener for the validation view which opens the model editor for the EObject associated with the double clicked Diagnostic.
    Author:
    jfaltermeier
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doubleClick​(org.eclipse.jface.viewers.DoubleClickEvent event)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValidationViewToEditorBridge

        public ValidationViewToEditorBridge()
    • Method Detail

      • doubleClick

        public void doubleClick​(org.eclipse.jface.viewers.DoubleClickEvent event)
        Specified by:
        doubleClick in interface org.eclipse.jface.viewers.IDoubleClickListener
        See Also:
        IDoubleClickListener.doubleClick(org.eclipse.jface.viewers.DoubleClickEvent)