|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.jsp.WebDocumentWizardNewFilePanelExtension
public abstract class WebDocumentWizardNewFilePanelExtension
An extension mechanism for the WebDocumentWizard's NewFile Panel. An instance of this class's implementation will be created each time a new file panel is initialized.
| Nested Class Summary | |
|---|---|
static class |
WebDocumentWizardNewFilePanelExtension.LayoutHintLayoutHint is used to make the group or section for placing the extension GUI components. |
| Field Summary | |
|---|---|
static float |
WEIGHT_FIRST_COMPONENTThe value used to specify the top-most component in the section. |
static float |
WEIGHT_LAST_COMPONENTThe value used to specify the bottom-most component in the section. |
static float |
WEIGHT_UNDEFINEDThe undefined, or default weight. |
| Constructor Summary | |
|---|---|
WebDocumentWizardNewFilePanelExtension() |
|
| Method Summary | |
|---|---|
abstract javax.swing.JComponent |
getGUI()Returns the GUI addition to the new file panel. |
java.lang.String |
getHeaderDescription()Returns the HTML text to be added to the HeaderDescription area at the top of the Dialog. |
java.util.Map<java.lang.String,javax.swing.Action> |
getHeaderHintTextActions()Registers action for use in hyperlinks included in the text of this hint label. |
WebDocumentWizardNewFilePanelExtension.LayoutHint |
getLayoutHint() |
float |
getWeight()Returns the weight of this extension. |
void |
onEntry(TraversableContext traversableContext) |
void |
onExit(TraversableContext traversableContext) |
abstract void |
postNodeCreationHook(Context context, WebDocumentNode webDocumentNode)The WebDocumentNode has been created and inital code generation has occurred, modify the XmlModel here. |
static void |
sortByWeight(java.util.List<? extends WebDocumentWizardNewFilePanelExtension> l)Sort the list of HtmlWizardNewFilePanelExtension based on their weight. |
abstract boolean |
supportsWizardID(java.lang.String wizardID)Returns true if the specified wizard id is supported. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final float WEIGHT_FIRST_COMPONENT
public static final float WEIGHT_UNDEFINED
public static final float WEIGHT_LAST_COMPONENT
| Constructor Detail |
|---|
public WebDocumentWizardNewFilePanelExtension()
| Method Detail |
|---|
public abstract boolean supportsWizardID(java.lang.String wizardID)
wizardID - The id of the wizard being invoked.public abstract javax.swing.JComponent getGUI()
public void onEntry(TraversableContext traversableContext)
traversableContext -
public void onExit(TraversableContext traversableContext)
throws TraversalException
traversableContext -TraversalException
public abstract void postNodeCreationHook(Context context,
WebDocumentNode webDocumentNode)
context - The context in which it was createdwebDocumentNode - The source node createdpublic WebDocumentWizardNewFilePanelExtension.LayoutHint getLayoutHint()
public float getWeight()
getLayoutHint()public java.lang.String getHeaderDescription()
public java.util.Map<java.lang.String,javax.swing.Action> getHeaderHintTextActions()
For example, if the description contains test, then the actual path of the url will be the id ("test") and the action may open a JDEV Help dialog.
By default this method returns null.
public static final void sortByWeight(java.util.List<? extends WebDocumentWizardNewFilePanelExtension> l)
l - list of HtmlWizardNewFilePanelExtension to be sorted.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||