edu.cmu.cs.crystal.internal
Class IncludeClassFilesHandler
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
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
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 |
IncludeClassFilesHandler
public IncludeClassFilesHandler()
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