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

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.InsertDBControlDelegate
All Implemented Interfaces:
com.bea.workshop.controls.core.model.IControlInsertionDelegate

public class InsertDBControlDelegate
extends InsertGenericControlDelegate

A DB 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
InsertDBControlDelegate()
           
 
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

InsertDBControlDelegate

public InsertDBControlDelegate()
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