Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.wizard
Interface Invokable

All Known Subinterfaces:
TriggerInvokable
All Known Implementing Classes:
oracle.jdeveloper.builder.AbstractBuilder, AnnotationBuilder, BaliWizard, EnumBuilder, ProviderWizard, SchemaChooserWizard, SchemaWizard, Wizard

public interface Invokable

Gallery items should implement Invokable so the class can be invoked from the New Gallery. Gallery elements should be registered declaratively and all information necessary to display the item defined in the extension.xml. The item's name must be the fully-qualified name of an Invokable class.

See Also:
TriggerInvokable

Method Summary
 boolean invoke(Context context)
          Invokes the wizard.
 

Method Detail

invoke

boolean invoke(Context context)
Invokes the wizard.

Parameters:
context - The context of the wizard. All parameters required by the wizard must be set on the context. The wizard may also return values to the caller by setting them into the Context for the caller to retrieve.
Returns:
true if the invocation was successful, false if it failed or was canceled

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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