Skip navigation links

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

E13403-10


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 -

Skip navigation links

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

E13403-10


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