com.bea.workshop.controls.ui.actions
Class InsertEJBControlDelegate

java.lang.Object
  extended by com.bea.workshop.controls.ui.actions.DefaultControlInsertionDelegate
      extended by com.bea.workshop.controls.ui.actions.InsertGenericControlDelegate
          extended by com.bea.workshop.controls.ui.actions.InsertEJBControlDelegate
All Implemented Interfaces:
com.bea.workshop.controls.core.model.IControlInsertionDelegate

public class InsertEJBControlDelegate
extends InsertGenericControlDelegate

An EJB control insertion delegate.

Author:
Ninaad Joshi & Priya Kothari

Nested Class Summary
 
Nested classes/interfaces inherited from class com.bea.workshop.controls.ui.actions.DefaultControlInsertionDelegate
DefaultControlInsertionDelegate.AnnotationInfo
 
Constructor Summary
InsertEJBControlDelegate()
           
 
Method Summary
protected  com.bea.workshop.controls.ui.wizards.NewGenericControlFileWizard getNewControlFileWizard(com.bea.workshop.controls.core.model.IControlInsertionDelegateContext context)
          Method for subclasses to instantiate particular control file wizards.
 
Methods inherited from class com.bea.workshop.controls.ui.actions.InsertGenericControlDelegate
getJavaResourcePackageName, getProjectOf, getWorkspaceRoot, insertControl
 
Methods inherited from class com.bea.workshop.controls.ui.actions.DefaultControlInsertionDelegate
copyJarIfNecessary, getDefaultControlDeclarationFieldName, getFileFromPlugin, insertControl, insertControl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertEJBControlDelegate

public InsertEJBControlDelegate()
Method Detail

getNewControlFileWizard

protected com.bea.workshop.controls.ui.wizards.NewGenericControlFileWizard getNewControlFileWizard(com.bea.workshop.controls.core.model.IControlInsertionDelegateContext context)
Description copied from class: InsertGenericControlDelegate
Method for subclasses to instantiate particular control file wizards. The default implementation will pop a generic control extension wizard.

Overrides:
getNewControlFileWizard in class InsertGenericControlDelegate
Returns:
particular file wizard object