Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.jdeveloper.jsp
Class JspWizardNewFilePanelExtension

java.lang.Object
  extended by oracle.jdeveloper.jsp.WebDocumentWizardNewFilePanelExtension
      extended by oracle.jdeveloper.jsp.JspWizardNewFilePanelExtension

public abstract class JspWizardNewFilePanelExtension
extends WebDocumentWizardNewFilePanelExtension

An extension mechanism for the JspWizard's NewFile Panel. An instance of this class's implementation will be created each time a new file panel is initialized.


Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.jdeveloper.jsp.WebDocumentWizardNewFilePanelExtension
WebDocumentWizardNewFilePanelExtension.LayoutHint
 
Field Summary
 
Fields inherited from class oracle.jdeveloper.jsp.WebDocumentWizardNewFilePanelExtension
WEIGHT_FIRST_COMPONENT, WEIGHT_LAST_COMPONENT, WEIGHT_UNDEFINED
 
Constructor Summary
JspWizardNewFilePanelExtension()
           
 
Method Summary
abstract  void postJSPCreationHook(Context context, JspSourceNode jspSourceNode)
           
 void postNodeCreationHook(Context context, WebDocumentNode webDocumentNode)
          Backwards compatible default implementation.
 void setMediator(JspWizardNewFilePanelMediator mediator)
           
 
Methods inherited from class oracle.jdeveloper.jsp.WebDocumentWizardNewFilePanelExtension
getGUI, getHeaderDescription, getHeaderHintTextActions, getLayoutHint, getWeight, onEntry, onExit, sortByWeight, supportsWizardID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspWizardNewFilePanelExtension

public JspWizardNewFilePanelExtension()
Method Detail

setMediator

public void setMediator(JspWizardNewFilePanelMediator mediator)

postJSPCreationHook

public abstract void postJSPCreationHook(Context context,
                                         JspSourceNode jspSourceNode)

postNodeCreationHook

public void postNodeCreationHook(Context context,
                                 WebDocumentNode webDocumentNode)
Backwards compatible default implementation.

Specified by:
postNodeCreationHook in class WebDocumentWizardNewFilePanelExtension
Parameters:
context -
webDocumentNode -

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.