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

E22562-01

oracle.apps.fnd.applcore.dt.flex.wizard.filter
Class FlexfieldFilterAddin

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.filter.FlexfieldFilterAddin
All Implemented Interfaces:
Addin

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

Addin class for the Flexfield Filter Addin.

Author:
Michael Luetchford <michael.luetchford@oracle.com>

Constructor Summary
FlexfieldFilterAddin()
          Default constructor for this Flexfield Filter Wizard Addin.
 
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.
 void initialize()
          Initialise the Flexfield Filter Menu.
 boolean invoke(Context context)
          Creates a new Flexfield Filter wizard.
 
Methods inherited from class oracle.jbo.dt.jdevx.ui.JdxBaseAddin
getDescriptiveText, getDescriptiveText, getDescriptiveText, getImageName, getLongLabel, getSmallImageName, 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

FlexfieldFilterAddin

public FlexfieldFilterAddin()
Default constructor for this Flexfield Filter Wizard Addin.

Method Detail

initialize

public void initialize()
Initialise the Flexfield Filter Menu.

Specified by:
initialize in interface Addin
Overrides:
initialize in class oracle.jbo.dt.jdevx.ui.JdxBaseAddin

invoke

public boolean invoke(Context context)
Creates a new Flexfield Filter 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.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.