Class OpenPreviewHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canExecute​(java.lang.Object object)  
      java.lang.Object execute​(org.eclipse.core.commands.ExecutionEvent event)
      void execute​(org.eclipse.emf.ecore.EObject object)
      org.eclipse.jface.action.Action getAction​(java.lang.Object currentObject, org.eclipse.jface.viewers.ISelectionProvider selectionProvider)
      Returns the action to add to the toolbar.
      boolean shouldShow​(org.eclipse.emf.ecore.EObject eObject)
      • Methods inherited from class org.eclipse.core.commands.AbstractHandler

        addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
      • Methods inherited from class org.eclipse.core.commands.common.EventManager

        addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
      • Methods inherited from class java.lang.Object

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

      • OpenPreviewHandler

        public OpenPreviewHandler()
    • Method Detail

      • execute

        public java.lang.Object execute​(org.eclipse.core.commands.ExecutionEvent event)
                                 throws org.eclipse.core.commands.ExecutionException
        Specified by:
        execute in interface org.eclipse.core.commands.IHandler
        Throws:
        org.eclipse.core.commands.ExecutionException
        See Also:
        IHandler.execute(org.eclipse.core.commands.ExecutionEvent)
      • getAction

        public org.eclipse.jface.action.Action getAction​(java.lang.Object currentObject,
                                                         org.eclipse.jface.viewers.ISelectionProvider selectionProvider)
        Description copied from interface: IToolbarAction
        Returns the action to add to the toolbar.
        Specified by:
        getAction in interface IToolbarAction
        Parameters:
        currentObject - the currently edited object of the editor
        selectionProvider - the selection provider
        Returns:
        the action
      • canExecute

        public boolean canExecute​(java.lang.Object object)
        Specified by:
        canExecute in interface IToolbarAction
        Parameters:
        object - the currently edited object of the editor
        Returns:
        true, if the Action can be executed for the provided input