edu.cmu.cs.crystal.internal
Class IncludeClassFilesHandler

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.core.commands.AbstractHandler
          extended by edu.cmu.cs.crystal.internal.IncludeClassFilesHandler
All Implemented Interfaces:
org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2, org.eclipse.ui.commands.IElementUpdater

public class IncludeClassFilesHandler
extends org.eclipse.core.commands.AbstractHandler
implements org.eclipse.ui.commands.IElementUpdater

Since:
Crystal 3.5.0
Author:
kevin

Constructor Summary
IncludeClassFilesHandler()
           
 
Method Summary
 Object execute(org.eclipse.core.commands.ExecutionEvent event)
           
 void updateElement(org.eclipse.ui.menus.UIElement element, Map parameters)
           
 
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

IncludeClassFilesHandler

public IncludeClassFilesHandler()
Method Detail

updateElement

public void updateElement(org.eclipse.ui.menus.UIElement element,
                          Map parameters)
Specified by:
updateElement in interface org.eclipse.ui.commands.IElementUpdater

execute

public 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