Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.dt.flex.wizard
Class FlexfieldViewLinkAddin

java.lang.Object
  extended by oracle.ide.wizard.Wizard
      extended by oracle.jbo.dt.jdevx.ui.JdxBaseAddin
          extended by oracle.apps.fnd.applcore.dt.flex.wizard.FlexfieldViewLinkAddin
All Implemented Interfaces:
Addin

public class FlexfieldViewLinkAddin
extends oracle.jbo.dt.jdevx.ui.JdxBaseAddin

New Addin to describe the Flexfield View Link Wizard.

Author:
Gordon Hooker <gordon.hooker@oracle.com>

Constructor Summary
FlexfieldViewLinkAddin()
          Default constructor.
 
Method Summary
protected  java.lang.String getDescriptiveText()
          Retrieve the description of this wizard.
 javax.swing.Icon getIcon()
          Retrieve the icon associated with this wizard.
 java.lang.String getShortLabel()
          Retrieve the short name of this wizard.
 boolean invoke(Context context)
          Creates a new Flexfield View Link wizard.
 
Methods inherited from class oracle.jbo.dt.jdevx.ui.JdxBaseAddin
getDescriptiveText, getDescriptiveText, getDescriptiveText, getImageName, getLongLabel, getSmallImageName, initialize, initWizardApplication, initWizardDialog, isAvailable, isEjbAddin, isJboProjectAvailable, isProjectAvailable
 
Methods inherited from class oracle.ide.wizard.Wizard
getLegacyParams, getMenuSpecification, getToolTipText, setLegacyParams, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlexfieldViewLinkAddin

public FlexfieldViewLinkAddin()
Default constructor.

Method Detail

invoke

public boolean invoke(Context context)
Creates a new Flexfield View Link wizard.

Overrides:
invoke in class oracle.jbo.dt.jdevx.ui.JdxBaseAddin
Parameters:
context - The context of the wizard.
Returns:
boolean indicating success of wizard creation.

getDescriptiveText

protected java.lang.String getDescriptiveText()
Retrieve the description of this wizard.

Overrides:
getDescriptiveText in class oracle.jbo.dt.jdevx.ui.JdxBaseAddin
Returns:
the description of this wizard.

getIcon

public javax.swing.Icon getIcon()
Retrieve the icon associated with this wizard.

Overrides:
getIcon in class oracle.jbo.dt.jdevx.ui.JdxBaseAddin
Returns:
the icon associated with this wizard.

getShortLabel

public java.lang.String getShortLabel()
Retrieve the short name of this wizard.

Overrides:
getShortLabel in class oracle.jbo.dt.jdevx.ui.JdxBaseAddin
Returns:
the short name of this wizard.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.