org.eclipse.emf.ecp.view.model.internal.preview.actions
Class OpenPreviewHandler

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.core.commands.AbstractHandler
          extended by org.eclipse.emf.ecp.view.spi.treemasterdetail.ui.swt.MasterDetailAction
              extended by org.eclipse.emf.ecp.view.model.internal.preview.actions.OpenPreviewHandler
All Implemented Interfaces:
org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2

public class OpenPreviewHandler
extends MasterDetailAction

Opens the PreviewView.


Constructor Summary
OpenPreviewHandler()
           
 
Method Summary
 void execute(org.eclipse.emf.ecore.EObject object)
          
 Object execute(org.eclipse.core.commands.ExecutionEvent event)
          
 boolean shouldShow(org.eclipse.emf.ecore.EObject eObject)
          
 
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, isEnabled, isHandled, removeHandlerListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenPreviewHandler

public OpenPreviewHandler()
Method Detail

execute

public Object execute(org.eclipse.core.commands.ExecutionEvent event)
               throws org.eclipse.core.commands.ExecutionException

Throws:
org.eclipse.core.commands.ExecutionException
See Also:
IHandler.execute(org.eclipse.core.commands.ExecutionEvent)

execute

public void execute(org.eclipse.emf.ecore.EObject object)

Specified by:
execute in class MasterDetailAction
Parameters:
object - The EObject on which the action is executed
See Also:
MasterDetailAction.execute(EObject)

shouldShow

public boolean shouldShow(org.eclipse.emf.ecore.EObject eObject)

Specified by:
shouldShow in class MasterDetailAction
Parameters:
eObject - the EObject on which to test if the action can be executed
Returns:
true if the action can be executed on the parameter eObject
See Also:
MasterDetailAction.shouldShow(org.eclipse.emf.ecore.EObject)


Copyright © 2015. All Rights Reserved.