Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.cmd
Class OpenWizardCommand

java.lang.Object
  extended by oracle.ide.controller.Command
      extended by oracle.ide.cmd.OpenWizardCommand


public class OpenWizardCommand
extends Command

The OpenWizardCommand class implements the create new open wizard command. This command is executed from the wizard menu items added to the Tools menu.

See Also:
Command

Field Summary

 

Fields inherited from class oracle.ide.controller.Command
CANCEL, context, EXECUTING, MULTI_NODE, NO_CHANGE, NO_UNDO, NORMAL, OK, type

 

Constructor Summary
OpenWizardCommand()
           

 

Method Summary
 int doit()
          Executes the create open wizard command.

 

Methods inherited from class oracle.ide.controller.Command
getAffectedNodes, getContext, getData, getId, getName, getType, isGlobal, setContext, setData, undo

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

OpenWizardCommand

public OpenWizardCommand()

Method Detail

doit

public int doit()
         throws java.lang.Exception
Executes the create open wizard command.
Specified by:
doit in class Command
Throws:
java.lang.Exception

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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