Class ModelExplorerView.DoubleClickListener

  • All Implemented Interfaces:
    org.eclipse.jface.viewers.IDoubleClickListener
    Enclosing class:
    ModelExplorerView

    public class ModelExplorerView.DoubleClickListener
    extends java.lang.Object
    implements org.eclipse.jface.viewers.IDoubleClickListener
    Author:
    Jonas, Eugen Neufeld
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doubleClick​(org.eclipse.jface.viewers.DoubleClickEvent event)
      Opens an EObject using the ActionHelper or opens a closed ECPProject.
      • Methods inherited from class java.lang.Object

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

      • DoubleClickListener

        public DoubleClickListener()
    • Method Detail

      • doubleClick

        public void doubleClick​(org.eclipse.jface.viewers.DoubleClickEvent event)
        Opens an EObject using the ActionHelper or opens a closed ECPProject.
        Specified by:
        doubleClick in interface org.eclipse.jface.viewers.IDoubleClickListener