org.eclipse.stp.core.delete.operations
Class DeletePropertyOperation

java.lang.Object
  extended by org.eclipse.core.commands.operations.AbstractOperation
      extended by org.eclipse.wst.common.frameworks.datamodel.AbstractDataModelOperation
          extended by org.eclipse.stp.core.infrastructure.operations.AbstractScribblerOperation
              extended by org.eclipse.stp.core.delete.operations.DeletePropertyOperation
All Implemented Interfaces:
org.eclipse.core.commands.operations.IUndoableOperation, org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation

public class DeletePropertyOperation
extends org.eclipse.stp.core.infrastructure.operations.AbstractScribblerOperation

Since:
1.0

Constructor Summary
DeletePropertyOperation(org.eclipse.wst.common.frameworks.datamodel.IDataModel model)
           
 
Method Summary
 
Methods inherited from class org.eclipse.stp.core.infrastructure.operations.AbstractScribblerOperation
execute, redo, undo
 
Methods inherited from class org.eclipse.wst.common.frameworks.datamodel.AbstractDataModelOperation
getDataModel, getEnvironment, getID, getOperationExecutionFlags, getSchedulingRule, setDataModel, setEnvironment, setID
 
Methods inherited from class org.eclipse.core.commands.operations.AbstractOperation
addContext, canExecute, canRedo, canUndo, dispose, getContexts, getLabel, hasContext, removeContext, setLabel, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.core.commands.operations.IUndoableOperation
addContext, canExecute, canRedo, canUndo, dispose, getContexts, getLabel, hasContext, removeContext
 

Constructor Detail

DeletePropertyOperation

public DeletePropertyOperation(org.eclipse.wst.common.frameworks.datamodel.IDataModel model)
Parameters:
model -