org.eclipse.stp.core.create.operations
Class ComponentCreationOperation

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.create.operations.ComponentCreationOperation
All Implemented Interfaces:
org.eclipse.core.commands.operations.IUndoableOperation, org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation

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


Constructor Summary
ComponentCreationOperation(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

ComponentCreationOperation

public ComponentCreationOperation(org.eclipse.wst.common.frameworks.datamodel.IDataModel model)