|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.jsp.JspWizardNewFilePanelExtension
public abstract class JspWizardNewFilePanelExtension
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 | |
---|---|
static class |
JspWizardNewFilePanelExtension.LayoutHint
LayoutHint is used to make the group or section for placing the extension GUI components. |
Field Summary | |
---|---|
static float |
WEIGHT_FIRST_COMPONENT
The value used to specify the top-most component in the section. |
static float |
WEIGHT_LAST_COMPONENT
The value used to specify the bottom-most component in the section. |
static float |
WEIGHT_UNDEFINED
The undefined, or default weight. |
Constructor Summary | |
---|---|
JspWizardNewFilePanelExtension()
|
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. |
JspWizardNewFilePanelExtension.LayoutHint |
getLayoutHint()
|
float |
getWeight()
Returns the weight of this extension. |
void |
onEntry(TraversableContext traversableContext)
|
void |
onExit(TraversableContext traversableContext)
|
abstract void |
postJSPCreationHook(Context context,
JspSourceNode jspSourceNode)
The JspSourceNode has been created and inital code generation has occurred, modify the XmlModel here. |
void |
setMediator(JspWizardNewFilePanelMediator mediator)
|
static void |
sortByWeight(java.util.List<JspWizardNewFilePanelExtension> l)
Sort the list of JspWizardNewFilePanelExtensions 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 JspWizardNewFilePanelExtension()
Method Detail |
---|
public static final void sortByWeight(java.util.List<JspWizardNewFilePanelExtension> l)
l
- list of JspWizardNewFilePanelExtension to be sorted.public abstract boolean supportsWizardID(java.lang.String wizardID)
wizardID
- The id of the wizard being invoked.
public void setMediator(JspWizardNewFilePanelMediator mediator)
public abstract javax.swing.JComponent getGUI()
public void onEntry(TraversableContext traversableContext)
public void onExit(TraversableContext traversableContext) throws TraversalException
TraversalException
public abstract void postJSPCreationHook(Context context, JspSourceNode jspSourceNode)
context
- The context in which it was createdjspSourceNode
- The source node createdpublic JspWizardNewFilePanelExtension.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.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |