edu.cmu.sei.osate.ui.actions
Class AaxlModifyAction

java.lang.Object
  extended by edu.cmu.sei.osate.ui.actions.AbstractAaxlAction
      extended by edu.cmu.sei.osate.ui.actions.AaxlReadOnlyAction
          extended by edu.cmu.sei.osate.ui.actions.AaxlModifyAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate

Deprecated. Usage of this class should be replaced with AaxlModifyActionAsJob.

public abstract class AaxlModifyAction
extends AaxlReadOnlyAction

AaxlModifyAction defines an action framework for processing Aadl object model with modifications


Constructor Summary
AaxlModifyAction()
          Deprecated.  
 
Method Summary
 
Methods inherited from class edu.cmu.sei.osate.ui.actions.AaxlReadOnlyAction
createJob, doAaxlAction, doAaxlAction
 
Methods inherited from class edu.cmu.sei.osate.ui.actions.AbstractAaxlAction
actionBody, dispose, error, getAnalysisErrorReporterFactory, getBundle, getDefaultAnalysisErrorReporterFactory, getErrorManager, getMarkerType, getPropertyLookupErrors, getShell, getWindow, hasPropertyLookupErrors, info, init, initPropertyReferences, internalError, internalError, lookupEnumerationLiteral, lookupEnumerationLiteral, lookupOptionalPropertyConstant, lookupOptionalPropertyDefinition, lookupOptionalPropertyType, lookupPropertyConstant, lookupPropertyConstant, lookupPropertyDefinition, lookupPropertyDefinition, lookupPropertyType, lookupPropertyType, lookupUnitLiteral, lookupUnitLiteral, reportPropertyLookupErrors, run, selectionChanged, setActivePart, suppressErrorMessages, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AaxlModifyAction

public AaxlModifyAction()
Deprecated.