org.eclipse.ocl.examples.xtext.oclinecore.ui.commands
Class SaveAsPivotHandler

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.core.commands.AbstractHandler
          extended by org.eclipse.ocl.examples.xtext.oclinecore.ui.commands.AbstractSaveAsHandler
              extended by org.eclipse.ocl.examples.xtext.oclinecore.ui.commands.SaveAsPivotHandler
All Implemented Interfaces:
org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2

public class SaveAsPivotHandler
extends AbstractSaveAsHandler


Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.xtext.oclinecore.ui.commands.AbstractSaveAsHandler
persistAs
 
Constructor Summary
SaveAsPivotHandler()
           
 
Method Summary
 
Methods inherited from class org.eclipse.ocl.examples.xtext.oclinecore.ui.commands.AbstractSaveAsHandler
execute
 
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

SaveAsPivotHandler

public SaveAsPivotHandler()