de.cau.cs.kieler.synccharts.text.interfaces.bridge
Class InterfaceDeclHandler

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.core.commands.AbstractHandler
          extended by de.cau.cs.kieler.synccharts.text.interfaces.bridge.InterfaceDeclHandler
All Implemented Interfaces:
IHandler, IHandler2

public class InterfaceDeclHandler
extends AbstractHandler

A command handler that looks for an SyncCharts graphical GMF editor and parses the interface declaration string.

Rating red

Constructor Summary
InterfaceDeclHandler()
           
 
Method Summary
 Object execute(ExecutionEvent event)
          
 
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

InterfaceDeclHandler

public InterfaceDeclHandler()
Method Detail

execute

public Object execute(ExecutionEvent event)
               throws ExecutionException

Throws:
ExecutionException