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

E17493-01

Uses of Class
oracle.ide.Context

Packages that use Context
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.ide.cmd Contains classes implementing several JDeveloper commands. 
oracle.ide.compiler Contains classes that allow addins some level of control on the IDE build system. 
oracle.ide.condition   
oracle.ide.controller   
oracle.ide.datatransfer Contains classes that implement drag and drop data transfers of JDeveloper's drag sources. 
oracle.ide.db.model Classes associated with the IDE's navigator nodes for database connections and database objects. 
oracle.ide.db.transfer.generate Contains classes that control the targets available for generating database objects to in the IDE. 
oracle.ide.dependency Provides information about the dependencies between files in an application. 
oracle.ide.dependency.index Provides the ability to store and retrieve dependency information using the index. 
oracle.ide.dialogs Contains classes implementing standard dialogs used by JDeveloper. 
oracle.ide.dialogs.filter   
oracle.ide.docking Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. 
oracle.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
oracle.ide.explorer Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. 
oracle.ide.extension.rules   
oracle.ide.externaltools Contains interfaces and classes that allow external tools in the IDE to be invoked, manipulated and extended by extensions. 
oracle.ide.externaltools.macro Contains APIs related to macros that can be expanded when invoking external tools. 
oracle.ide.feedback   
oracle.ide.help Contains interfaces and classes used by addins to provide context sensitive help on their own windows and dialogs. 
oracle.ide.history Contains API classes for the local history feature. 
oracle.ide.inspector Contains interfaces and classes that integrators may use to make their objects editable from the property inspector. 
oracle.ide.javaxide Bridges the standard IDE API (JSR198) to JDeveloper's extension API. 
oracle.ide.log Contains the interfaces and classes that allow addins to provide their own log pages. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.model.panels   
oracle.ide.navigator Contains classes providing navigator support. 
oracle.ide.palette Contains classes that allow for palette integration and commands. 
oracle.ide.palette2 Contains interfaces and classes that allow for palette integration. 
oracle.ide.print Contains classes that allow addins some level of control on the IDE print system. 
oracle.ide.replace   
oracle.ide.resourcebundle Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors. 
oracle.ide.runner Contains classes that allow addins some level of control on the IDE runner system. 
oracle.ide.util Contains utility classes. 
oracle.ide.vcs Contains application-level interfaces to the version control sub-system. 
oracle.ide.view   
oracle.ide.wizard Contains classes that can be used to integrate gallery items and wizards into the product. 
oracle.ideimpl.webupdate   
oracle.ideimpl.webupdate.wizard   
oracle.jdeveloper.audit The root package of the public Audit (and Metrics) API. 
oracle.jdeveloper.audit.analyzer The base classes for writing analyzers. 
oracle.jdeveloper.audit.model The base classes for defining the Audit object model. 
oracle.jdeveloper.audit.transform The base classes for defining transformations on the Audit object model. 
oracle.jdeveloper.builder.annotation   
oracle.jdeveloper.builder.enumtype   
oracle.jdeveloper.compare contains classes nbsp;that can be used to invoke and control the integrated compare (diff) viewer in JDeveloper and hook into the Compare With menu. 
oracle.jdeveloper.controller   
oracle.jdeveloper.db Classes for accessing database connections in JDeveloper (and other FCP products). 
oracle.jdeveloper.db.controls UI controls that are useful when listing, selecting or displaying database connections. 
oracle.jdeveloper.db.model Utility classes for dealing with database Node implementations in JDeveloper (e.g. 
oracle.jdeveloper.db.panels UI panels that are useful when listing, selecting or displaying database connections in dialogs and wizards. 
oracle.jdeveloper.history   
oracle.jdeveloper.java.dependency Provides dependency information for Java. 
oracle.jdeveloper.jsp.faces   
oracle.jdeveloper.jsp.utils   
oracle.jdeveloper.merge Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.offlinedb Database API extension for saving database object definitions in XML files. 
oracle.jdeveloper.offlinedb.handler Utilities for handling complicated offline database actions, for example delete. 
oracle.jdeveloper.offlinedb.wizard Wizard and dialogs that can used when working with the offline database. 
oracle.jdeveloper.palette   
oracle.jdeveloper.runner Contains classes that allow addins some level of control on the JDeveloper runner system. 
oracle.jdeveloper.style Contains classes for obtaining Coding Style settings. 
oracle.jdeveloper.vcs.changelist   
oracle.jdeveloper.vcs.changelist.cmd   
oracle.jdeveloper.vcs.changeset   
oracle.jdeveloper.vcs.generic   
oracle.jdeveloper.vcs.nav   
oracle.jdeveloper.vcs.properties   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
oracle.jdeveloper.vcs.util Contains assorted stateless utilities for version control system integraton. 
oracle.jdeveloper.webapp   
oracle.jdeveloper.webapp.deploy   
oracle.jdeveloper.webapp.design   
oracle.jdeveloper.webapp.designer   
oracle.jdeveloper.webapp.designer.palette   
oracle.jdeveloper.webapp.el   
oracle.jdeveloper.webapp.facelets   
oracle.jdeveloper.webapp.faces   
oracle.jdeveloper.webapp.grammar   
oracle.jdeveloper.webapp.html   
oracle.jdeveloper.webapp.libraries   
oracle.jdeveloper.webapp.metadata   
oracle.jdeveloper.webapp.navigation   
oracle.jdeveloper.webapp.utils   
oracle.jdeveloper.webapp.xdf   
oracle.jdeveloper.wizard.common Contains classes used by wizards. 
oracle.jdevimpl.audit.core   
oracle.jdevimpl.audit.log   
oracle.jdevimpl.esdk   
oracle.jdevimpl.esdk.migration   
 

Uses of Context in oracle.ide
 

Methods in oracle.ide that return Context
static Context Context.newIdeContext()
          Returns a Context initialized with the active Workspace, its active Project, the MainWindow's last active View, and the selection of Element held by that View.
static Context Context.newIdeContext(Element element)
          Returns a Context initialized with the active Workspace, its active Project, the main window's last active View, and the specified Element as the selection.
static Context Context.newIdeContext(Node node)
          Returns a Context initialized with the active Workspace, its active Project, the main window's last active View, and the specified Node as the node, element, and selection.
static Context Context.newIdeContext(View view)
          Returns a Context initialized with the active Workspace, its active Project, the specified View, and the selection of the specified View.
static Context Context.newIdeContext(View view, java.util.EventObject event)
          Calls #newIdeContext(oracle.ide.addin.View), sets the specified EventObject as the event, and returns the resulting Context.
 

Methods in oracle.ide with parameters of type Context
 boolean Condition.evaluate(Context context)
          Evaluates the condition.
Must return true if the value must change, in that case no further conditions (if any) will be evaluated, return false otherwise, thus giving the opportunity for other conditions to be tested.
static int Ide.quit(IdeAction action, Context context)
          Perform a controlled shut down of the IDE.
 

Constructors in oracle.ide with parameters of type Context
Context(Context originalContext)
          Copy constructor.
 

Uses of Context in oracle.ide.ceditor
 

Methods in oracle.ide.ceditor that return Context
 Context CodeEditorGutter.getContext()
          Gets the current view context associated with this particular Code Editor and Gutter.
static Context CodeEditor.getContext(BasicEditorPane editor)
          Fetch the IDE context associated with the given editor component.
 Context CodeEditorGutterView.getContext(java.util.EventObject event)
           
 

Methods in oracle.ide.ceditor with parameters of type Context
 void CodeEditorController.checkCommandsAfterNavigation(Context context)
          Utility routine which is used to verify command sensitivity after a change in the caret position of the editor.
 java.awt.print.Pageable EditorPageableFactory.create(Context context, java.lang.Object object, java.awt.print.PageFormat pageFormat)
          Create a new Pageable instance for the given object.
 java.util.List CodeEditorPluginsFactory.createPlugins(Context context)
          Deprecated. Creates a set of EditorPlugins that should be installed in a new CodeEditor opened for the given node.
 java.util.List EditorPluginsFactory.createPlugins(Context ideContext)
          Creates a set of EditorPlugins that should be installed in a new CodeEditor opened for a node of the specified nodeClass.
static CodeEditor CodeEditorController.getCodeEditorFromContext(Context context)
          Utility routine to fetch the CodeEditor instance from the context.
static BasicEditorPane CodeEditorController.getEditorPaneFromContext(Context context)
          Utility routine to fetch the BasicEditorPane instance from the context.
static int CodeEditorGutter.getLineForContext(Context context)
          Gets the gutter mark from a context associated with the code editor gutter context menu popping up.
static GutterMark CodeEditorGutter.getMarkForContext(Context context)
          Gets the line number from a context associated with the code editor gutter context menu popping up.
 boolean CodeEditorController.handleDefaultAction(Context context)
          Called when the user double clicks on an item that has a popup menu.
 boolean CodeEditorController.handleEvent(IdeAction action, Context context)
          This method is called when a user interaction with a View triggers the execution of a command.
static boolean CodeEditorGutter.isMarkDroppingDown(Context context)
          Gets whether a context associated with the code editor gutter context menu popping up is really a gutter mark menu dropping down.
 void CodeEditor.setContext(Context context)
          Set the context behind this editor.
 void CodeNavigationPoint.setContext(Context context)
           
 boolean CodeEditorController.update(IdeAction action, Context context)
          This method is called when the availability of a specific command needs to be determined.
 

Constructors in oracle.ide.ceditor with parameters of type Context
CodeNavigationPoint(Context context, int start, int length)
          Constructor.
LineNavigationPoint(Context context, int offset, boolean select)
          Constructor.
LineNavigationPoint(Context context, int line, int col, boolean select)
          Constructor.
OffsetNavigationPoint(Context context, int start, int length)
          Constructor.
UndoableEditCommand(java.lang.String name, Context context)
          Creates an undoable edit wrapper command that manages initial selection.
UndoableEditCommand(java.lang.String name, Context context, boolean initialSelection)
          Creates an undoable edit wrapper command.
 

Uses of Context in oracle.ide.cmd
 

Fields in oracle.ide.cmd declared as Context
protected  Context SaveAsCommand._context
           
 

Methods in oracle.ide.cmd with parameters of type Context
static void AddContentCommand.addToProject(Context context, java.lang.String contentSetKey)
          Deprecated. Use Project.add(Node, String) or Project.add(Node[], String)
 int CloseNodeCommand.close(java.util.Iterator nodes, Context context, boolean uncache, boolean removeUnsavedNodes)
          Closes the nodes specified by the Iterator.
protected  int CloseNodeCommand.close(java.util.List nodes, Context context, boolean uncache, boolean removeUnsavedNodes)
           
static Command CloseNodeCommand.closeAndremoveApplication(Context context)
           
static Workspace NewWorkspaceCommand.createEmptyWorkspace(Context context, java.net.URL wspURL)
          Creates a new empty workspace.
static Project NewWorkspaceCommand.createProject(Context context, Workspace workspace)
          Provides the UI for creating a project in the given workspace
static void RenameMessage.fireChildRenamed(Subject subject, Node doc, java.net.URL oldURL, Node node, Context context)
          Case 3) Child renamed notification.
static void RenameMessage.fireChildRenamed(Subject subject, java.net.URL oldURL, Node node, Context context)
          Case 1) Child rename notification.
static void RenameMessage.fireChildRenamed(Subject subject, java.net.URL oldURL, Node node, Node duplicate, Context context)
          Case 2) Child renamed notification.
static void RenameMessage.fireObjectRenamed(Node doc, java.net.URL oldURL, Node node, Context context)
          Case 3) Object renamed notification.
static void RenameMessage.fireObjectRenamed(Subject subject, java.net.URL oldURL, Context context)
          Case 1) Object rename notification.
static void RenameMessage.fireObjectRenamed(Subject subject, java.net.URL oldURL, Node node, Node duplicate, Context context)
          Case 2) Object renamed notification.
static void RenameMessage.firePreChildRenamed(Subject subject, Context context)
          Call this method before the subject is actually renamed.
 boolean FileOpenHistory.handleEvent(IdeAction action, Context context)
           
static int RevertNodeCommand.reload(Context context)
          Utility method to reload the Node specified in the context with confirmation; the Node must be an instance of Node.
static int RevertNodeCommand.reload(Context context, boolean confirm)
          Utility method to reload the Node specified in the context with optional confirmation; the Node must be an instance of Node.
static Command CloseNodeCommand.removeOrCloseApplicationPrompt(Context context)
          Deprecated. No longer an option to close without removing application; use CloseNodeCommand.closeAndremoveApplication(oracle.ide.Context)
protected  boolean SaveAsCommand.saveFileDlgOK(Context context, Node doc, java.lang.String dialogTitle)
           
 boolean FileOpenHistory.update(IdeAction action, Context context)
           
 

Uses of Context in oracle.ide.compiler
 

Methods in oracle.ide.compiler that return Context
 Context CompileArguments.getContext()
          Get the Context which will be used during the compilation and which defines what will be recompiled.
 

Methods in oracle.ide.compiler with parameters of type Context
 void BuildSystemListener.buildWillStart(Context context)
          This method is called just before actually starting a build for the following context, context may be one or more workspace(s), one or more project(s), or one or more files within a project.
abstract  void Compiler.cancelCompileOrClean(Context context)
          Attempt to cancel the current compile/clean if any.
abstract  boolean Compiler.clean(Context context, boolean throwOnFailedDelete, java.io.OutputStream outStream, java.io.OutputStream errStream)
          Clean the context (may be workspace or project).
 void BuildSystemListener.cleanFinished(Context context)
          This method is called just before actually finishing a clean for the following context, context may be one or more workspace(s), one or more project(s), or one or more files within a project.
 void BuildSystemListener.cleanWillStart(Context context)
          This method is called just before actually starting a clean for the following context, context may be one or more workspace(s), one or more project(s), or one or more files within a project.
abstract  boolean Compiler.compile(Context context, boolean rebuild, boolean wait)
          Deprecated. Use compile(CompileArguments) instead
abstract  boolean Compiler.compile(Context context, boolean rebuild, boolean wait, boolean save)
          Deprecated. Use compile(CompileArguments) instead
abstract  boolean Compiler.compile(Context context, boolean rebuild, boolean wait, java.io.OutputStream outStream, java.io.OutputStream errStream)
          Deprecated. Use compile(CompileArguments) instead
abstract  void Compiler.compile(Context context, boolean rebuild, PostBuilder postBuild, boolean save)
          Deprecated. Use compile(CompileArguments) instead
abstract  boolean Compiler.isBusy(Context context)
          Determine if the compiler is already busy with a compilation.
abstract  boolean Compiler.lock(Context context, boolean wait)
          lock/unlock the context (may be project, workspace, file, ...) and return true if the operation was successful.
abstract  boolean Compiler.unlock(Context context)
           
 

Constructors in oracle.ide.compiler with parameters of type Context
CompileArguments(Context context)
          Create a new CompileArguments object
 

Uses of Context in oracle.ide.condition
 

Methods in oracle.ide.condition with parameters of type Context
 boolean InstanceOfCondition.evaluate(Context context)
           
 boolean ContextPropertyCondition.evaluate(Context context)
           
 

Uses of Context in oracle.ide.controller
 

Fields in oracle.ide.controller declared as Context
protected  Context Command.context
           
 

Methods in oracle.ide.controller that return Context
 Context ContextMenu.getContext()
          Gets the current context.
 Context Command.getContext()
          Gets the command's context.
 

Methods in oracle.ide.controller with parameters of type Context
 boolean CommandProcessor.canRedo(Context context)
          Check if the last Command associated with the Node of the given Context can be redone.
 boolean CommandProcessor.canUndo(Context context)
          Check if the last Command associated with the Node of the given Context can be undone.
protected  void ContextAwareLabelUpdater.configureActionMacros(Context context, IdeAction action, java.lang.String originalLabel, java.util.Map macros)
           
protected  void ContextAwareLabelUpdater.configureElementMacros(Context context, IdeAction action, java.lang.String originalLabel, java.util.Map macros)
           
protected  void ContextAwareLabelUpdater.configureExtraMacros(Context context, IdeAction action, java.lang.String originalLabel, java.util.Map macros)
           
protected  void ContextAwareLabelUpdater.configureNodeMacros(Context context, IdeAction action, java.lang.String originalLabel, java.util.Map macros)
           
protected  void ContextAwareLabelUpdater.configureProjectMacros(Context context, IdeAction action, java.lang.String originalLabel, java.util.Map macros)
           
protected  void ContextAwareLabelUpdater.configureWorkspaceMacros(Context context, IdeAction action, java.lang.String originalLabel, java.util.Map macros)
           
static Command CommandProcessor.createCommand(java.lang.String cmd, Context context)
          Deprecated. use createCommandFromMeta(MetaClass,Context)
static Command CommandProcessor.createCommandFromAction(IdeAction action, Context context)
          Creates a command for the action May return null if the action is not found or the action does not contain a MetaClass for the command.
static Command CommandProcessor.createCommandFromAction(int actionId, Context context)
          Creates a command for the action looked up by the specified actionId May return null if the action is not found or the action does not contain a MetaClass for the command.
static Command CommandProcessor.createCommandFromAction(java.lang.String commandString, Context context)
          Creates a command for the action looked up by the specified command string May return null if the action is not found or the action does not contain a MetaClass for the command.
static Command CommandProcessor.createCommandFromClass(java.lang.Class clazz, Context context)
           
static Command CommandProcessor.createCommandFromMeta(MetaClass commandMeta, Context context)
           
 boolean ContextMenu.fireDefaultAction(Context context)
          Invoke this method to fire the deault action associated with this context menu.
 javax.swing.JComponent[] DynamicMenuListener.gatherDynamicActions(Context context)
          Called just before the dynamic menu is added to the main menu bar.
 Command CommandProcessor.getCommand(Context context)
           
 java.lang.Object TriggerController.getInvalidStateMessage(IdeAction action, Context context)
          Returns a message that indicates why the selected action cannot be performed in the active context.
 java.lang.String CommandProcessor.getRedoLabel(Context context)
          Get the name of the last redoable Command associated with the Node of the given Context.
 java.lang.String CommandProcessor.getUndoLabel(Context context)
          Get the name of the last undoable Command associated with the Node of the given Context.
 boolean ContextMenuListener.handleDefaultAction(Context context)
          Called when the user double clicks on an item that has a context menu.
 boolean Controller.handleEvent(IdeAction action, Context context)
          This method is called when a user interaction with a View triggers the execution of a command.
 java.lang.String LabelUpdater.labelWhenDisabled(Context context, IdeAction action, java.lang.String originalLabel)
          Returns the action's label when it is disabled.
If null then the action will be left unchanged.
 java.lang.String ContextAwareLabelUpdater.labelWhenDisabled(Context context, IdeAction action, java.lang.String originalLabel)
           
 java.lang.String LabelUpdater.labelWhenEnabled(Context context, IdeAction action, java.lang.String originalLabel)
          Returns the action's label when it is enabled.
If null then the action will be left unchanged.
 java.lang.String ContextAwareLabelUpdater.labelWhenEnabled(Context context, IdeAction action, java.lang.String originalLabel)
           
 void IdeAction.performAction(Context context)
           
 void ContextMenu.prepareShow(Context context)
           
 int CommandProcessor.redo(Context context)
          Redo the last Command associated with the Node of the given Context.
 void Command.setContext(Context context)
          Sets context associated with command.
 void ContextMenu.show(Context context)
          Shows the popup menu.
 int CommandProcessor.undo(Context context)
          Undo the last Command associated with the Node of the given Context.
 boolean Controller.update(IdeAction action, Context context)
          This method updates the enabled status of the specified action within the specified context.
 void IdeAction.updateAction(Context context)
           
 void ActionCondition.updateState(Context context, IdeAction action)
          Updates the action's state.
 

Uses of Context in oracle.ide.datatransfer
 

Methods in oracle.ide.datatransfer that return Context
 Context TransferableContext.getContext()
           
 

Constructors in oracle.ide.datatransfer with parameters of type Context
TransferableContext(Context context)
          Construct a TransferableContext from the specified Context.
 

Uses of Context in oracle.ide.db.model
 

Methods in oracle.ide.db.model with parameters of type Context
static
<T extends Element>
T
DBObjectNodeUtil.getSelectedElement(Context context, java.lang.Class<T> clz)
          Inspects the selection of the given context.
 

Uses of Context in oracle.ide.db.transfer.generate
 

Methods in oracle.ide.db.transfer.generate with parameters of type Context
protected  boolean GenerateController.canGenerate(Context context)
          Called just before generation to give subclasses an opportunity to bail out.
protected  TransferDescriptor GenerateController.createDescriptor(java.lang.String qname, java.lang.Class<? extends TransferTarget> target, Context context)
          Creates a new TransferDescriptor.
protected abstract  Namespace GenerateController.createNamespace(TransferDescriptor desc, Context context)
           
protected abstract  java.lang.String GenerateController.getDefaultConnection(Context context)
          Returns the default connection (if there is one) to use for the given Context.
protected  java.lang.Object GenerateController.getSourceIdentifier(Context context)
          Gets the identifier for the source provider from the given context.
protected  java.lang.String GenerateController.getSourceType(Context context)
          Gets the type of the source provider from the given context.
 java.util.Collection<java.lang.Class<? extends TransferTarget>> GenerateTargetRegistry.getTargets(Context c)
          Deprecated. Gets all the TransferTarget classes that are registered.
 boolean GenerateController.handleEvent(IdeAction action, Context context)
           
protected  void GenerateController.invokeWizard(TransferDescriptor td, Context context)
          Invokes the appropriate wizard for the given descriptor and context.
 boolean GenerateTarget.isAvailable(Context c)
          Deprecated. Is this target available in this context? Use the context to establish whether we are in an offline or online mode.
protected  boolean GenerateController.isGenerateEnabled(Context context)
          Checks whether the generate action should be enabled because this controller can handle the event for the given context.
protected abstract  void GenerateController.setDescriptorObjects(TransferDescriptor desc, Context context)
          Given the Context sets the objects to be generated on the TransferDescriptor.
protected  void GenerateController.setupDescriptor(TransferDescriptor desc, Context context)
          Sets up the TransferDescriptor ready for transfer.
 boolean GenerateController.update(IdeAction action, Context context)
          Enables the generate action ( GenerateController.getGenerateAction() ) if there is a provider source available in the given Context.
 

Uses of Context in oracle.ide.dependency
 

Methods in oracle.ide.dependency with parameters of type Context
 boolean ReferenceProvider.canFindReferences(Context context, Scope scope, Declaration declaration)
          Determine whether this provider can find references to a declaration.
 boolean DeclarationProvider.canGetDeclaration(Context context)
          Determine whether there could be a declaration in the context.
 boolean URLDeclarationProvider.canGetDeclaration(Context context)
           
 boolean IdDeclarationProvider.canGetDeclaration(Context context, java.lang.String id)
          Determine whether this provider can supply the declaration for an ID.
 boolean URLDeclarationProvider.canGetDeclaration(Context context, java.lang.String id)
           
 boolean DeclarationProvider.canGetDeclarations(Context context, Node node)
          Determine whether this provider can get declarations for a Node.
 boolean URLDeclarationProvider.canGetDeclarations(Context context, Node node)
           
 boolean ReferenceProvider.canGetReference(Context context)
          Determine whether there could be a reference in the context.
 boolean ReferenceProvider.canGetReferences(Context context, Node node)
          Determine whether this provider can get references for a Node.
static IdDeclaration IdDeclaration.findDeclaration(Context context, java.lang.String id)
          Find the IdDeclaration for an ID.
abstract  java.util.Collection<Reference> DependencyManager.findReferences(Context context, Scope scope, Declaration declaration)
          Find all references to a declaration.
abstract  java.util.Collection<Reference> DependencyManager.findReferences(Context context, Scope scope, Declaration declaration, ProgressIndicator progress)
          Find all references to a declaration.
 java.util.Collection<? extends Reference> ReferenceProvider.findReferences(Context context, Scope scope, Declaration declaration, ProgressIndicator progress)
          Find all references to the given declaration that this provider knows about.
abstract  Declaration DependencyManager.getDeclaration(Context context)
          Get the declaration for a context.
 Declaration DeclarationProvider.getDeclaration(Context context)
          Get the declaration for the given context.
 Declaration URLDeclarationProvider.getDeclaration(Context context)
           
 IdDeclaration IdDeclarationProvider.getDeclaration(Context context, java.lang.String id)
          Get the declaration corresponding to an ID.
 IdDeclaration URLDeclarationProvider.getDeclaration(Context context, java.lang.String id)
           
abstract  java.util.Collection<Declaration> DependencyManager.getDeclarations(Context context, Node node)
          Get all declarations for a Node.
 java.util.Collection<? extends Declaration> DeclarationProvider.getDeclarations(Context context, Node node)
          Get all declarations for a Node.
 java.util.Collection<? extends Declaration> URLDeclarationProvider.getDeclarations(Context context, Node node)
           
abstract  Reference DependencyManager.getReference(Context context)
          Get the reference for a context.
 Reference ReferenceProvider.getReference(Context context)
          Get the reference for the given context, or null if there is no reference in this context.
abstract  java.util.Collection<Reference> DependencyManager.getReferences(Context context, Node node)
          Get all references for a Node.
 java.util.Collection<? extends Reference> ReferenceProvider.getReferences(Context context, Node node)
          Get all references for a Node.
abstract  java.util.Collection<Declaration> DependencyManager.getTopLevelDeclarations(Context context, Node node)
          Get all top-level declarations for a Node.
 java.util.Collection<? extends Declaration> DeclarationProvider.getTopLevelDeclarations(Context context, Node node)
          Get all top-level declarations for a Node.
 java.util.Collection<? extends Declaration> URLDeclarationProvider.getTopLevelDeclarations(Context context, Node node)
           
 boolean IdReference.isReferenceTo(Context context, Declaration declaration)
           
 boolean Reference.isReferenceTo(Context context, Declaration declaration)
          Determine whether this is a reference to a specifc declaration.
 Declaration IdReference.resolve(Context context)
           
 Declaration Reference.resolve(Context context)
          Resolve this reference to the corresponding declaration, if it exists.
 

Uses of Context in oracle.ide.dependency.index
 

Methods in oracle.ide.dependency.index with parameters of type Context
 boolean IndexReferenceProvider.canFindReferences(Context context, Scope scope, Declaration declaration)
           
 boolean IndexDeclarationProvider.canGetDeclaration(Context context)
           
 boolean IndexDeclarationProvider.canGetDeclarations(Context context, Node node)
           
 boolean IndexReferenceProvider.canGetReference(Context context)
           
 boolean IndexReferenceProvider.canGetReferences(Context context, Node node)
           
 java.util.Collection<? extends Reference> IndexReferenceProvider.findReferences(Context context, Scope scope, Declaration declaration, ProgressIndicator progress)
           
protected  ContentSet IndexReferenceProvider.getContentSet(Context context, Project project, Declaration declaration)
          Get the content set that should be searched for references to a declaration.
 Declaration IndexDeclarationProvider.getDeclaration(Context context)
           
protected abstract  java.util.Collection<QueryCriteria> IndexDeclarationProvider.getDeclarationCriteria(Context context, Reference reference)
          Get the index query criteria to use to search for the declaration corresponding to a reference.
 java.util.Collection<? extends Declaration> IndexDeclarationProvider.getDeclarations(Context context, Node node)
           
 Reference IndexReferenceProvider.getReference(Context context)
           
protected abstract  java.util.Collection<QueryCriteria> IndexReferenceProvider.getReferenceCriteria(Context context, Declaration declaration)
          Get the index query criteria to use to search for references to a declaration.
 java.util.Collection<? extends Reference> IndexReferenceProvider.getReferences(Context context, Node node)
           
 java.util.Collection<? extends Declaration> IndexDeclarationProvider.getTopLevelDeclarations(Context context, Node node)
           
protected  boolean IndexReferenceProvider.verify(Context context, IndexReference reference, Declaration declaration)
          Verify that a reference points to a declaration.
 

Uses of Context in oracle.ide.dialogs
 

Methods in oracle.ide.dialogs with parameters of type Context
static void DialogUtil.addShortcutButtons(URLChooser uc, Context context)
          Adds shortcut buttons on the left side of the URLChooser based on the specified Context.
 java.util.Collection<URLChooserShortcut> URLChooserShortcutProvider.createShortcuts(Context context)
          Creates shortcuts for the specified context.
static URLChooserInit DialogUtil.getURLChooserInit(Context context)
          Returns a URLChooser initializer.
static void DialogUtil.initURLChooser(URLChooser urlChooser, Context context)
          Initializes the specified URLChooser according to the current Context.
static URLChooser DialogUtil.newURLChooser(Context context)
          Creates a new URLChooser that is initialized according to the specified Context.
static URLChooser DialogUtil.newURLChooser(Context context, java.net.URL initialURL)
          Creates a new URLChooser that is initialized according to the specified Context with the specified URL as the initial selection.
static void ExceptionDialog.showExceptionDialog(Context context, java.lang.Throwable t)
          Show an exception dialog based on an IDE context and a throwable.
static void ExceptionDialog.showExceptionDialog(Context context, java.lang.Throwable t, java.lang.String message)
          Show an exception dialog based on an IDE context and a throwable.
static void ExceptionDialog.showExceptionDialog(Context context, java.lang.Throwable t, java.lang.String title, java.lang.String message, java.lang.String helpTopicID)
          Show an exception dialog based on an IDE context and a throwable.
 

Uses of Context in oracle.ide.dialogs.filter
 

Methods in oracle.ide.dialogs.filter with parameters of type Context
 void DirectoryOptionsPanel.setContext(Context context)
          Deprecated. Sets the Context that the DirectoryOptionsPanel is operating in.
 

Constructors in oracle.ide.dialogs.filter with parameters of type Context
DirectoryOptionsPanel(java.net.URL[] selectedURLs, boolean showAddButton, boolean showRemoveButton, boolean addingToProject, Context context)
          Deprecated. Add commands must use this constructor to set the context so the DirectoryOptionsPanel will properly handle jws and jpr files.
 

Uses of Context in oracle.ide.docking
 

Methods in oracle.ide.docking with parameters of type Context
static void DockUtil.smartToggleDockableWindow(DockableView dw, Context context)
          'Smart' Toggles the visibility of the DockableView.
 

Uses of Context in oracle.ide.editor
 

Fields in oracle.ide.editor declared as Context
protected  Context Editor._context
           
 

Methods in oracle.ide.editor that return Context
protected  Context AsynchronousEditor.delayContextSet(Context newContext)
          Sets the Context, whose UI should be used only after its UI model becomes available.
static Context EditorUtil.findNodeInContext(Element node, Context context)
          Find the project containing the specified node.
 Context OpenEditorOptions.getContext()
           
 Context RecentFile.getContext()
           
 Context Editor.getContext(java.util.EventObject event)
           
 

Methods in oracle.ide.editor with parameters of type Context
 Editor EditorCreator.createEditor(Context context)
           
protected  java.lang.Runnable AsynchronousEditor.createUIModelGetterTask(Context newContext)
          Creates the task that will load the UI model off the event thread.
protected  Context AsynchronousEditor.delayContextSet(Context newContext)
          Sets the Context, whose UI should be used only after its UI model becomes available.
protected abstract  void AsynchronousEditor.doSetContext(Context context)
          This is where the context gets actually applied to the editor.
abstract  java.util.List<Editor> EditorManager.findEditors(Context context)
           
static Context EditorUtil.findNodeInContext(Element node, Context context)
          Find the project containing the specified node.
abstract  EditorAddin EditorManager.getBestEditorAddin(Context context)
           
abstract  EditorAddin EditorManager.getDefaultAddin(Context context)
           
protected abstract  void AsynchronousEditor.getEditorContent(Context newContext)
          This is the action where loading the UI model takes place.
 boolean RecentFile.isSameNode(Context otherContext)
           
abstract  Editor EditorManager.openDefaultEditorInFrame(Context context)
          The new EditorManager.openEditor(oracle.ide.editor.OpenEditorOptions) is now the preferred way to open an editor.
static Editor EditorUtil.openDefaultEditorInFrame(Node node, Context context)
          Open the specified node using the default editor.
abstract  Editor EditorManager.openEditorInFrame(java.lang.Class editorClass, Context context)
          The new EditorManager.openEditor(oracle.ide.editor.OpenEditorOptions) is now the preferred way to open an editor.
static Editor EditorUtil.openExplicitDefaultEditorInFrame(Node node, Context context)
          Opens the specified editor and makes the document 'explicit'
static Editor EditorUtil.openExplicitEditorInFrame(java.lang.Class editorClass, Context context)
          Opens the specified editor and makes the document 'explicit'
abstract  void EditorManager.replaceEditors(Context oldContext, Context newContext)
           
protected  void AsynchronousEditor.scheduleTask(ProgressTrackedTask task, Context context)
          Schedules the given task in the IDE's ProgressTracker.
 void AsynchronousEditor.setContext(Context newContext)
          Sets the current Context for this editor.
 void OpenEditorOptions.setContext(Context context)
          Sets the file to be opened.
 void Editor.setContext(Context context)
          Sets the current editor context.
protected  void AsynchronousEditor.setDelayedContext(Context newContext)
          Updates this editor with the given context.
protected  void AsynchronousEditor.updateContextImpl(Context context)
          Called when the IDE context is ready to be used by the editor.
 

Constructors in oracle.ide.editor with parameters of type Context
EditorCriteria(Context context)
           
OpenEditorOptions(Context context)
           
OpenEditorOptions(Context context, java.lang.Class editorClass)
           
RecentFile(Context context)
           
 

Uses of Context in oracle.ide.explorer
 

Methods in oracle.ide.explorer with parameters of type Context
 TNode TreeExplorer.findTNode(Element element, TNode root, Context context)
          Find the TNode encapsulating the specified element.
protected abstract  Element AbstractTreeExplorer.getElementForContext(Context context)
          Returns the root element to display for the specified context.
abstract  Explorer ExplorerManager.getExplorerForHost(View host, Context context)
          Gets the Explorer associated with the specified host for the given context.
static java.lang.Class ExplorerContext.getExplorerType(Context context)
          Returns the explorer type set in the context, if any.
static TNode ExplorerContext.getFirstTNode(Context context)
          Returns the first selected TNode from the specified Context if there is at least one Element selected in the Context and that Element has a corresponding TNode.
static TNode ExplorerContext.getSingleTNode(Context context)
          Returns the selected TNode from the specified Context if there is only one Element selected in the Context and that Element has a corresponding TNode.
static TNode[] ExplorerContext.getTNodes(Context context)
          Returns the array of selected TNode objects from the specified Context if there are one or more Element objects selected in the Context and those Element objects have corresponding TNode objects.
 boolean ChildFilterHelper.handleChildrenAdded(Context context, java.util.List children, TNode parent, TreeExplorer tree)
           
 boolean ChildFilterHelper.handleChildrenRemoved(Context context, java.util.List children, TNode parent, TreeExplorer tree)
           
static boolean ExplorerContext.hasNonSiblingTNodes(Context context)
          Asks whether the specified Context has a selection that represents non-sibling TNode objects.
abstract  void ChildFilterHelper.initChildren(Context context, java.util.List children)
          Implementations of this method must populate the children List with Element instances that represent the root-level children of the project in the Context.
 TNode TreeExplorer.searchTNode(Element element, TNode root, Context context)
          Search for the TNode encapsulating the specified element.
 void Explorer.setContext(Context context)
          (Re)initialize the contents of the gui.
 void AbstractTreeExplorer.setContext(Context context)
           
static void ExplorerContext.setExplorerType(Context context, java.lang.Class explorerType)
          Sets the explorer type set in the context.
static void ExplorerContext.setTNodes(Context context, TNode[] tnodes)
          Sets the specified array of TNodes into the specified Context.
 

Uses of Context in oracle.ide.extension.rules
 

Methods in oracle.ide.extension.rules that return Context
 Context RuleEvaluationContext.getIdeContext()
           
 

Methods in oracle.ide.extension.rules with parameters of type Context
 boolean RuleEngine.evaluateRule(java.lang.String ruleId, Context ideContext)
          Evaluates the rule identified by the given ruleId and returns the boolean result (using a simple RuleEvaluationContext based on the given IDE Context object).
 boolean RuleEngine.evaluateRuleOrThrow(java.lang.String ruleId, Context ideContext)
          Evaluates the rule identified by the given ruleId (using a RuleEvaluationContext created for the given IDE Context object).
 

Constructors in oracle.ide.extension.rules with parameters of type Context
RuleEvaluationContext(Context ideContext)
           
 

Uses of Context in oracle.ide.externaltools
 

Methods in oracle.ide.externaltools with parameters of type Context
static Locatable ContextUtils.getLocatable(Context ctx)
           
static Project ContextUtils.getProject(Context ctx)
           
static Element ContextUtils.getSelectedElement(Context ctx)
          Get the selected element for the specified context.
static java.net.URL ContextUtils.getURL(Context ctx)
           
abstract  void ExternalTool.run(ExternalToolManager manager, Context context)
          Invoke the external tool instance on the specified context.
 void LazyExternalTool.run(ExternalToolManager manager, Context context)
           
 

Uses of Context in oracle.ide.externaltools.macro
 

Methods in oracle.ide.externaltools.macro with parameters of type Context
abstract  java.lang.String MacroExpander.expand(Context context)
          Expand the specified context into a String.
 java.lang.String MacroRegistry.expand(java.lang.String inputString, Context context)
          Expand macros in the specified String for the specified IDE context, and return a String containing expanded macros.
abstract  java.lang.String MacroRegistry.expand(java.lang.String inputString, Context context, boolean isSample)
          Expand macros in the specified String for the specified IDE context, and return a String containing expanded macros.
 java.lang.String MacroExpander.getSampleExpansion(Context context)
          Get a sample expansion of this macro.
 

Uses of Context in oracle.ide.feedback
 

Methods in oracle.ide.feedback with parameters of type Context
static void FeedbackManager.addFeedback(java.lang.String message, Context context)
           
 

Uses of Context in oracle.ide.help
 

Methods in oracle.ide.help that return Context
 Context HelpInfo.getContext()
           
 

Methods in oracle.ide.help with parameters of type Context
 java.lang.Boolean CallbackWizardHandler.checkCallbackWizard(java.lang.Object wizardInstance, Context context)
           
abstract  java.lang.Boolean HelpSystem.checkWizard(java.lang.String helpWizardInvokeString, Context context)
          Deprecated.  
abstract  void HelpSystem.invokeAction(java.lang.String actionString, Context context)
          Deprecated.  
 boolean CallbackWizardHandler.invokeCallbackWizard(java.lang.Object wizardInstance, Context context, java.lang.String[] params)
           
abstract  void HelpSystem.invokeWizard(java.lang.String helpWizardInvokeString, Context context)
          Deprecated.  
abstract  java.net.URL BrowseSymbolResolver.resolveBrowseSymbol(Context context, java.lang.String browseSymbol)
          Resolves the specified symbol to the URL that provides documentation for it
 void HelpInfo.setContext(Context context)
           
abstract  void HelpSystem.showHelp(Context c)
          Invokes the Help Viewer on help topic for the JComponent
abstract  void HelpSystem.showLanguageHelp(Context context, java.lang.String symbolName)
          Shows help on the language symbol symbolName
 

Uses of Context in oracle.ide.history
 

Methods in oracle.ide.history with parameters of type Context
static LocalState HistoryContext.getLocalState(Context context)
          Returns the LocalState stored in the specified Context, if any.
abstract  void HistoryManager.restore(LocalState[] states, Context context)
          Restore the given states.
static void HistoryContext.setLocalState(Context context, LocalState localState)
          Stored the specified LocalState in the specified Context.
 

Uses of Context in oracle.ide.inspector
 

Methods in oracle.ide.inspector that return Context
protected  Context IdeMultiObjectModel.getContext()
          Get the Conext.
 

Methods in oracle.ide.inspector with parameters of type Context
 oracle.bali.inspector.PropertyModel IdePropertyModelFactory.createPropertyModel(java.util.List<oracle.bali.inspector.PropertyModel> models, java.lang.Object inspectableTarget, Context context)
           
 oracle.bali.inspector.PropertyModel PropertyModelFactory.createPropertyModel(java.util.List<oracle.bali.inspector.PropertyModel> models, java.lang.Object inspectableTarget, Context context)
           
 Inspectable InspectableFactory.getInspectable(Context context)
          Get an Inspectable capable of handling the entire selection of the given Context.
 Inspectable InspectorFactory.getInspectable(Context context, Element e)
          Get an Inspectable implementation for the data referred to by the given Element within the given Context, else null if no Inspectable can be found for the given Element's data.
static java.lang.Integer[] InspectorContext.getInspectableOffsets(Context context)
          Returns the integer offsets into the Context.getSelection() for each selection Element that has an associated Inspectable.
 java.util.List<Inspectable> InspectorFactory.getInspectables(Context context)
          Get an Inspectable implementation for the entire set of data referred to within the given Context, else null if no single Inspectable can be found to handle the entire contents.
 MultiInspectable InspectorFactory.getMultiInspectable(Context context)
          Get a MultiInspectable instance for the given Context.
abstract  void IdePropertyModel.setContext(Context context)
          Initialize this PropertyModel based on the selection of a given Context.
 void CompositeInspectable.setContext(Context context)
           
 void Inspectable.setContext(Context context)
          Initialize the PropertyModel to reflect the selection of the Context.
 void IdeMultiObjectModel.setContext(Context context)
          Initialize based upon the selection of a given Context.
 void DefaultInspectable.setContext(Context context)
          Deprecated. Initialize from the selection of the given Context.
static void InspectorContext.setInspectableOffsets(Context context, java.lang.Integer[] offsets)
          Sets into the Context the integer offsets for the Elements from Context.getSelection() that have an associated Inspectable.
 

Uses of Context in oracle.ide.javaxide
 

Methods in oracle.ide.javaxide that return Context
 Context ModelInteropUtils.getOracleContext(Context jideContext)
          Get the Oracle IDE context for a Javax IDE context.
 

Methods in oracle.ide.javaxide with parameters of type Context
abstract  Context ModelInteropUtils.getJavaxIdeContext(Context oracleContext)
          Get the Javax IDE context for an Oracle IDE context.
 

Uses of Context in oracle.ide.log
 

Methods in oracle.ide.log that return Context
protected  Context AbstractLogManager.getContext(java.util.EventObject event)
          Classes that extend the AbstractLogManager class should override this method in order to return the appropriate context.
 

Methods in oracle.ide.log with parameters of type Context
static LogPage LogContext.getLogPage(Context context)
           
protected  void DefaultLogPage.saveToFile(Context context)
           
static void LogContext.setLogPage(Context context, LogPage logPage)
           
abstract  void LogManager.toggleLog(Context context)
          Shows/Hide the LogWindow.
 

Uses of Context in oracle.ide.model
 

Methods in oracle.ide.model that return Context
 Context UpdateMessage.getContext()
          Get the context under which notification is taking place.
 Context DependableFactory.Params.getContext()
           
 

Methods in oracle.ide.model with parameters of type Context
 void ContentLevel.addFlatDirs(Context context, java.util.List children)
           
 void ContentFilterCustomizer.copyPreferencesTo(Context context)
          ContentFilter calls this method on a View that implements this interface in order to pull preferences from the View that may affect the filter's behavior.
abstract  Dependable DependableRecognizer.create(Context context)
          Creates Dependable for Element in Context.
 Dependable DependableFactory.createDependable(Context context)
          Creates a Dependable for selected Element in the context.
abstract  java.lang.Iterable<DiscoveredDependable> DependableRecognizer.discover(Context context)
          Return the possible end-points of a dependency established from a target.
 java.lang.Iterable<DiscoveredDependable> DependableFactory.discover(Context context)
          Gets all possible DiscoveredDependable node under a parent for forming dependencies originating from another element.
static Folder Workspaces.findOwner(Element element, Context context)
          This method will be called when the IDE needs to determine the container on whom to call the remove, canRemove, add, and canAdd methods.
 boolean ContentSetFilter.handleChildrenAdded(Context context, java.util.List children, TNode parent, TreeExplorer tree)
           
 boolean ContentSetFilter.handleChildrenRemoved(Context context, java.util.List children, TNode parent, TreeExplorer tree)
           
 void ContentSetFilter.initChildren(Context context, java.util.List children)
           
static void ContentLevel.initChildren(Context context, java.util.List children)
           
 void ContentSetProvider.initContentSet(ContentSet contentSet, java.net.URL projectDir, Context context)
          Deprecated. No replacement. This method was designed to allow content set providers to setup the default paths for their content; that data is now defined declaratively.
 void ContentSetProviderReference.initContentSet(ContentSet contentSet, java.net.URL projectDir, Context context)
           
 RelativeDirectoryContextFolder ContentLevel.newFolder(Context context)
           
 void UpdateMessage.setContext(Context context)
          Set the context under which notification is taking place.
 boolean AutoExpandable.shouldAutoExpand(Context expansionContext)
          The implementation of this method should return true if this Element is allowed to be auto-expanded.
 boolean ContentSetFolder.shouldAutoExpand(Context expansionContext)
           
abstract  void ContentLevelFilter.updateDir(URLPath srcRoots, java.lang.String dirRelPath, java.util.List elementList, java.util.List subdirList, Context context)
          This method is called whenever a level is expanded during the breadth-first traversal of the project content.
 

Constructors in oracle.ide.model with parameters of type Context
DependableFactory.Params(Context context)
           
DependableRecognizer.Params(Context context)
           
 

Uses of Context in oracle.ide.model.panels
 

Methods in oracle.ide.model.panels with parameters of type Context
 void PropertiesDialog.showDialog(Context context, java.awt.Frame parent, HashStructureNode node, java.lang.String[] selectionPath)
          Opens the properties dialog for editing the specified HashStructureNode , using the specified Frame as the parent and setting the dialog's initially selected panel to the one specified by the selectionPath.
static void ProjectPropertiesDialog.showDialog(Context context, java.awt.Frame parent, Project project, java.lang.String[] selectionPath)
          Opens the Project Properties dialog for editing the specified Project , using the specified Frame as the parent and setting the dialog's initially selected panel to the one specified by the selectionPath.
 void PropertiesDialog.showDialog(Context context, HashStructureNode node)
          Opens the properties dialog for editing the specified HashStructureNode , using the specified Frame as the parent and setting the dialog's initially selected panel to the one specified by the selectionPath.
static void ProjectPropertiesDialog.showDialog(Context context, Project project)
          Opens the Project Properties dialog for editing the specified Project, using the IDE's main window as the parent frame.
 

Uses of Context in oracle.ide.navigator
 

Methods in oracle.ide.navigator that return Context
 Context DeleteActionHandler.getContext()
           
 Context ProjectNavigatorWindow.getContext(java.util.EventObject event)
           
 Context Extension.updateContext(Context context, TNode[] tnodes)
          This method is called when the NavigatorWindow getContext method is called.
 

Methods in oracle.ide.navigator with parameters of type Context
 void ProjectNavigatorWindow.copyPreferencesTo(Context context)
           
 void ContentSetSupport.copyPreferencesTo(Context context)
           
 void NavigatorInit.copyPreferencesTo(Context context)
           
static DeleteActionHandler DeleteHandlerService.createDeleteHandler(Context context)
          Creates a delete action handler for the selection made in the given context.
protected  NavigatorWindow ProjectNavigatorManager.createNavigatorWindow(Context context, ViewId viewId)
           
static Element NavigatorManager.getFolderFromContext(Context context)
          Returns the narrowest Element that represents the specified Context.
 boolean ContentSetSupport.handleEvent(IdeAction action, Context context)
           
 java.lang.Class<? extends DeleteActionHandler> DeleteActionHandler.LookupHelper.lookup(java.lang.Class<? extends Element> elementClass, Context context)
           
 NavigatorInit NavigatorInitFactory.newNavigatorInit(NavigatorWindow navWin, Context context)
           
 boolean ProjectNavigatorWindow.openContext(Context context)
           
 boolean NavigatorWindow.openContext(Context context)
          Asks the NavigatorWindow to open the specified Context.
 boolean ProjectNavigatorWindow.openContext(Context context, boolean activateDockable)
           
 boolean NavigatorWindow.openContext(Context context, boolean activateDockable)
          Asks the NavigatorWindow to open the specified Context.
static void NavigatorWindow.openContextInLastActiveNavigator(Context context)
          Opens the specified Context in the last active navigator window.
 NavigatorWindow NavigatorManager.openNavigator(Context context)
          Open a navigator based on the specified context.
static void ProjectNavigatorManager.refreshAllProjectsInNavigator(Context context)
          This method refreshes all projects in the navigator.
 void DeleteActionHandler.setContext(Context context)
           
 NavigatorWindow NavigatorManager.showNavigator(Context context)
          Convenience method programatically identical to casting the result of showView(context) to a NavigatorWindow.
 boolean ContentSetSupport.update(IdeAction action, Context context)
           
 Context Extension.updateContext(Context context, TNode[] tnodes)
          This method is called when the NavigatorWindow getContext method is called.
 

Constructors in oracle.ide.navigator with parameters of type Context
DeleteActionHandler(Context context)
           
NavigatorInit(NavigatorWindow navWin, Context context)
           
 

Uses of Context in oracle.ide.palette
 

Methods in oracle.ide.palette with parameters of type Context
abstract  boolean PaletteContext.canShowPage(Context context)
          Allow page owners to determine if their page should be shown
 void PaletteInvokable.configure(Context context)
           
static Editor PaletteContext.getEditor(Context context)
           
 java.lang.Object PaletteInvokable.getPaletteEditor(Context context)
           
 java.util.Iterator Palette.getPalettePages(Context context)
           
 boolean Invokable.invoke(Context context, java.lang.String[] params)
          Invokes the object.
 void PaletteDisplayableListener.paletteDisplayed(Context context, Editor editor)
           
 void PaletteTransferable.postConfigure(Context context)
          Allow for a postConfigure process that occurs when the drop has been completed.
 void PaletteTransferable.setContext(Context context)
          Set the current Context
static void PaletteContext.setEditor(Context context, Editor editor)
           
abstract  void PaletteManager.syncPalette(Context context)
          Force a palette sync with current context.
 

Uses of Context in oracle.ide.palette2
 

Methods in oracle.ide.palette2 that return Context
 Context PaletteTransferable.getContext()
          Get the current Context
 

Methods in oracle.ide.palette2 with parameters of type Context
abstract  PalettePages PalettePageProvider.createPalettePages(Context context)
          Returns a reference to PalettePages for the provided context or null if there are no pages for the display context.
 boolean PalettePageContext.isPreferred(Context context)
          Page owners can determine if their page should be shown as the preferrred page for this context.
abstract  boolean PaletteGroup.isVisible(Context context)
          Indicates whether or not a palette group should be visible based on the supplied context.
 boolean DefaultPaletteGroup.isVisible(Context context)
           
 void PaletteTransferable.setContext(Context context)
          Set the current Context
 boolean PalettePageContext.showPage(Context context)
          Page owners can determine if their page should be shown given the current context.
 

Uses of Context in oracle.ide.print
 

Methods in oracle.ide.print with parameters of type Context
 void DocumentPrintFactory.create(Context context)
          The method that will be called by the PrintManager in response to the the print command.
 java.awt.print.Pageable PageableFactory.create(Context context, java.lang.Object object, java.awt.print.PageFormat pageFormat)
           
abstract  java.awt.print.Pageable PrintManager.createPageableForObject(Context context, java.lang.Object object)
          Creates a Pageable for the given object.
 boolean DocumentPrintFactory.isPrintingEnabled(Context context)
          This method will be called by the PrintManager to determine if the File->Print menu option should be enabled.
 

Uses of Context in oracle.ide.replace
 

Methods in oracle.ide.replace with parameters of type Context
 void ReplaceMenuProvider.decorateContextMenu(javax.swing.JMenu menu, Context context)
           
 

Uses of Context in oracle.ide.resourcebundle
 

Methods in oracle.ide.resourcebundle with parameters of type Context
abstract  void AbstractBundleSelectionValidator.processAdd(Context context, java.net.URL url, boolean headless)
           
 

Uses of Context in oracle.ide.runner
 

Fields in oracle.ide.runner declared as Context
protected  Context RunProcess.context
          The Context that is associated with this process.
 

Methods in oracle.ide.runner that return Context
 Context DebuggerEventSource.getContext()
          Get the context of the debugging process that send this event
 Context DebuggerEvaluator.getContext()
          Get the context of this evaluator
 Context RunProcessLifecycleEvent.getContext()
          Return the context of this event if one is available.
 Context RunProcess.getContext()
          Returns the Context that is associated with this RunProcess.
 Context RunLogPage.getContext(java.util.EventObject event)
          Returns the Context that is associated with this log page.
 

Methods in oracle.ide.runner with parameters of type Context
abstract  void Debugger.addRunAndDebugToContextMenu(ContextMenu popup, Context context)
           
 boolean DebuggerExtender.canRunToCursor(Context context, DebuggerBreakpoint breakpoint)
          Called when the debugger determines if runToCursor is allowed at a breakpoint.
 boolean DebuggerExtender.canShowBreakpointLocation(Context context, DebuggerBreakpoint breakpoint)
          Called by the debugger when actions are enabled/disabled to inquire if the DebuggerExtender wants to disable the action that shows the location corresponding to the breakpoint.
 boolean DebuggerExtender.canShowIPLocation(Context context, DebuggerBreakpoint breakpoint)
          Called by the debugger when the debuggee is stopped at a previously added breakpoint.
 java.lang.Object AbstractStarterFactory.canStart(RunProcess runProcess, Context context, Node node, java.util.List errors)
           
 boolean DebuggerExtender.canStepInto(Context context, DebuggerBreakpoint breakpoint)
          Called when the debugger determines if stepInto is allowed at a breakpoint.
 boolean DebuggerExtender.canStepOut(Context context, DebuggerBreakpoint breakpoint)
          Called when the debugger determines if stepOut is allowed at a breakpoint.
 boolean DebuggerExtender.canStepOver(Context context, DebuggerBreakpoint breakpoint)
          Called by the debugger to determine if the DebuggerExtender wants to override the StepOver behavior.
 boolean DebuggerExtender.canStepToEndOfMethod(Context context, DebuggerBreakpoint breakpoint)
          Called when the debugger determines if stepToEndOfMethod is allowed at a breakpoint.
 Starter AbstractStarterFactory.createStarter(RunProcess runProcess, Context context, Node node, java.lang.Object o)
           
 void DebuggerExtender.debuggeeStoppedAtBreakpoint(Context context, DebuggerBreakpoint breakpoint)
          Called by the Debugger when the debuggee has stopped at a previously added breakpoint.
 boolean AbstractStarterFactory.enableRunDebugActions(Context context)
           
abstract  boolean Runner.enableRunDebugActions(Context context, java.lang.Class starterFactorySubClass)
          This method is used by the run and debug systems in order to set the enable/disable state of the run and debug actions.
static Node RunProcess.getContextNodeForRun(Context context)
          Returns the Node for the given Context.
 Displayable AbstractStarterFactory.getDisplayable(RunProcess runProcess, Context context, Node node, java.lang.Object o)
           
abstract  java.util.List<RunProcessLifecycleListener> Runner.getLifecycleListeners(Context context)
           
abstract  javax.swing.event.EventListenerList Runner.getListeners(Context context)
          Deprecated. Use getLifecycleListeners() instead
static Project RunProcess.getProject(Context context)
           
 void DebuggerExtender.newDebugSession(Context context)
          Called by the debugger before a new debug session is started on the incoming context.
 DebuggerBreakpoint DebuggerExtender.runToCursor(Context context, DebuggerBreakpoint breakpoint)
          Called when the debugger will execute a RunToCursor command.
 void DebuggerWindowProvider.setContext(Context context)
          Called by the debugger when the active debugging process changes
 void DebuggerExtender.setEvaluator(Context context, DebuggerEvaluator evaluator)
          Called after the debuggee has stopped and the stack window is refreshed.
 boolean DebuggerExtender.showBreakpointLocation(Context context, DebuggerBreakpoint breakpoint)
          Called by the debugger when the user double-clicks on a previously added breakpoint.
 boolean DebuggerExtender.showIPLocation(Context context, DebuggerBreakpoint breakpoint)
          Called by the debugger when the debuggee is stopped at a previously added breakpoint.
abstract  void Debugger.startDebugger(Context context, DebuggerStartCallback callBack)
          Start the debugger with the given context with the options of providing a call back at different stages of the starting process
 DebuggerBreakpoint DebuggerExtender.stepInto(Context context, DebuggerBreakpoint breakpoint)
          Called when the debugger will execute a StepInto command.
 DebuggerBreakpoint DebuggerExtender.stepOut(Context context, DebuggerBreakpoint breakpoint)
          Called when the debugger will execute a StepOut command.
 DebuggerBreakpoint DebuggerExtender.stepOver(Context context, DebuggerBreakpoint breakpoint)
          Called when the debugger will execute a StepOver command.
 DebuggerBreakpoint DebuggerExtender.stepToEndOfMethod(Context context, DebuggerBreakpoint breakpoint)
          Called when the debugger will execute a StepToEndOfMethod command.
 void DebuggerExtender.temporaryBreakpointSet(Context context, DebuggerBreakpoint breakpoint)
          Called by the debugger to tell the DebuggerExtender that the temporary breakpoint, requested by the DebuggerExtender for the overriding stepping behavior, has been set
 

Constructors in oracle.ide.runner with parameters of type Context
RunProcess(Context context)
          The constructor simply initializes the fields of this RunProcess.
RunProcessLifecycleEvent(RunProcess runProcess, Context context)
           
 

Uses of Context in oracle.ide.util
 

Methods in oracle.ide.util that return Context
 Context ContextHolder.getContext()
          Deprecated. Get the owned Context.
 

Methods in oracle.ide.util with parameters of type Context
 boolean WeightedController.handleEvent(IdeAction action, Context context)
           
 void ContextHolder.nodeRenamed(Context context)
          Deprecated. The Node of the Context originally fetched via getContext has been renamed, potentially resulting in a new Node instance in the event that the Node type has changed as a result of the name change.
 void ContextHolder.projectRenamed(Context context)
          Deprecated. The Project of the Context originally fetched via getContext has been renamed.
 boolean WeightedController.update(IdeAction action, Context context)
           
 void ContextHolder.workspaceRenamed(Context context)
          Deprecated. The Workspace of the Context originally fetched via getContext has been renamed.
 

Uses of Context in oracle.ide.vcs
 

Methods in oracle.ide.vcs with parameters of type Context
abstract  Locatable[] VCSManager.getContextLocatables(Context context)
          Gets the valid locatables from the context node selection.
 

Uses of Context in oracle.ide.view
 

Methods in oracle.ide.view that return Context
 Context View.getContext()
           
 Context ViewDecorator.getContext(java.util.EventObject event)
           
 Context View.getContext(java.util.EventObject event)
           
 

Methods in oracle.ide.view with parameters of type Context
protected abstract  DockableView MultiManager.createDockableView(Context ctx, ViewId viewId)
           
protected  DockableView MultiManager.findOrCreateView(Context context)
           
protected  DockableView MultiManager.getDefaultView(Context context)
           
protected  DockableView PinnableManager.getDefaultView(Context context)
           
 DockableView MultiManager.getNewView(Context context, ViewId viewId)
          Get a new View instance rooted on the given Context and having the given ViewId.
protected  DockableView MultiManager.getRelativeView(Context context, ViewId viewId)
           
protected  ViewId MultiManager.getViewId(Context context)
           
 boolean MultiManager.handleEvent(IdeAction action, Context context)
           
 boolean PinnableManager.handleEvent(IdeAction action, Context context)
           
 void AbstractPinnable.setContext(Context context)
          Initialize the DockableView based upon the selection of the View contained in the incoming Context.
 DockableView MultiManager.showLastView(Context context)
          Show the last managed View.
 DockableView PinnableManager.showLastView(Context context)
           
 DockableView MultiManager.showView(Context context)
          Show the View for the given Context, creating a new View instance as necessary.
 DockableView PinnableManager.showView(Context context)
           
 boolean MultiManager.update(IdeAction action, Context context)
           
 boolean PinnableManager.update(IdeAction action, Context context)
           
protected  void AbstractPinnable.viewSelectionChanged(Context context)
          Internal method allowing subclasses to perform additional processing after the standard call to viewSelectionChanged(..) has filtered out cases where the selection changes should be ignored.
 

Uses of Context in oracle.ide.wizard
 

Methods in oracle.ide.wizard with parameters of type Context
 boolean TriggerInvokable.canInvoke(Context context)
          Called to determine whether this Invokable should be enabled or disabled.
 java.lang.Object TriggerInvokable.getInvalidStateMessage(Context context)
          Returns a message that indicates why the Invokable cannot be invoked in the active context.
static java.lang.String[] Wizard.getLegacyParams(Context context)
          Gets the array of String from the specified Context that represent the legacy parameters for the Wizard API used by some older Wizard implementations and Wizard launchers.
static java.lang.String Wizard.getWizardId(Context context)
          Gets the ID from the specified Context.
 boolean Invokable.invoke(Context context)
          Invokes the wizard.
 void WizardManager.invokeSecondaryWizard(Invokable invokable, Context context, java.lang.String[] params, java.lang.String[] technologyKeys)
          This method should be used to launch an Invokable from another wizard.
 void WizardManager.invokeSecondaryWizard(Invokable invokable, Context context, java.lang.String wizardId, java.lang.String[] params, java.lang.String[] technologyKeys)
          This method should be used to launch an Invokable from another wizard.
 boolean WizardManager.invokeWizard(Invokable invokable, Context context, java.lang.String[] params, java.lang.String[] technologyKeys)
          Loads an Invokable with the specified execution context and parameters.
 boolean WizardManager.invokeWizard(Invokable invokable, Context context, java.lang.String wizardId, java.lang.String[] params, java.lang.String[] technologyKeys)
          Invokes the Invokable with the specified execution context and parameters.
abstract  boolean Wizard.isAvailable(Context context)
          Called when the sensitivity of the menu item that opens this wizard must be determined.
static void Wizard.setLegacyParams(Context context, java.lang.String[] params)
          Sets the String array that represents the legacy parameters for the Wizard API.
static void Wizard.setWizardId(Context context, java.lang.String id)
          Sets the ID for the Wizard.
 

Constructors in oracle.ide.wizard with parameters of type Context
GenericWizardLauncher(Context initContext)
          Creates a new GenericWizardLauncher based on an existing context.
GenericWizardLauncher(Context initContext, java.lang.String wizardTitle)
           
 

Uses of Context in oracle.ideimpl.webupdate
 

Methods in oracle.ideimpl.webupdate with parameters of type Context
 boolean WebUpdateController.handleEvent(IdeAction action, Context context)
           
 boolean WebUpdateController.update(IdeAction action, Context context)
           
 

Uses of Context in oracle.ideimpl.webupdate.wizard
 

Methods in oracle.ideimpl.webupdate.wizard with parameters of type Context
 boolean UpdateWizard.runWizard(java.awt.Component parent, Context context)
           
 

Uses of Context in oracle.jdeveloper.audit
 

Methods in oracle.jdeveloper.audit with parameters of type Context
abstract  AuditModel AuditManager.runShowLogPage(Context context, Auditor auditor, java.lang.String label, java.lang.Thread.UncaughtExceptionHandler handler)
          Creates and shows an Audit log page for an Auditor, and runs the audit.
abstract  void AuditManager.showLogPage(Context context, Auditor auditor, AuditModel model, java.lang.String label)
          Creates and shows an Audit log page for an Auditor and model.
 

Uses of Context in oracle.jdeveloper.audit.analyzer
 

Methods in oracle.jdeveloper.audit.analyzer that return Context
 Context AuditContext.getIdeContext()
          Gets an IDE context for the model currently being traversed.
 

Uses of Context in oracle.jdeveloper.audit.model
 

Methods in oracle.jdeveloper.audit.model that return Context
 Context ModelAdapter.getIdeContext()
          Creates an IDE context for this model.
 

Uses of Context in oracle.jdeveloper.audit.transform
 

Methods in oracle.jdeveloper.audit.transform that return Context
 Context TransformContext.getIdeContext()
          Gets an IDE context in which this transform is being applied.
 

Uses of Context in oracle.jdeveloper.builder.annotation
 

Methods in oracle.jdeveloper.builder.annotation with parameters of type Context
protected  oracle.jdeveloper.builder.AbstractBuilderModel AnnotationBuilder._buildModel(Context context)
           
protected  AnnotationBuilderModel AnnotationBuilder._createModel(Context context)
           
protected  oracle.bali.ewt.dialog.JEWTDialog AnnotationBuilder.buildDialog(Context context, BaliWizardState state)
           
protected  BaliWizardPanel AnnotationBuilder.buildPanel(Context context, BaliWizardState state)
           
 boolean AnnotationBuilder.isAvailable(Context context)
           
 

Constructors in oracle.jdeveloper.builder.annotation with parameters of type Context
AnnotationBuilderModel(Context ctx)
           
 

Uses of Context in oracle.jdeveloper.builder.enumtype
 

Methods in oracle.jdeveloper.builder.enumtype with parameters of type Context
protected  oracle.jdeveloper.builder.AbstractBuilderModel EnumBuilder._buildModel(Context context)
           
protected  EnumBuilderModel EnumBuilder._createModel(Context context)
           
protected  oracle.bali.ewt.dialog.JEWTDialog EnumBuilder.buildDialog(Context context, BaliWizardState state)
           
protected  BaliWizardPanel EnumBuilder.buildPanel(Context context, BaliWizardState state)
           
 boolean EnumBuilder.canInvoke(Context context)
           
 java.lang.Object EnumBuilder.getInvalidStateMessage(Context context)
           
 

Constructors in oracle.jdeveloper.builder.enumtype with parameters of type Context
EnumBuilderModel(Context ctx)
           
 

Uses of Context in oracle.jdeveloper.compare
 

Methods in oracle.jdeveloper.compare with parameters of type Context
static CompareContributor[] CompareContext.getContributors(Context context)
           
static void CompareContext.setContributors(Context context, CompareContributor[] contributors)
           
 

Uses of Context in oracle.jdeveloper.controller
 

Methods in oracle.jdeveloper.controller with parameters of type Context
abstract  int[] NodeActionDelegate.doAction(Context context, Element[] elements, int[] text, IdeAction action)
          Does the action on a Node.
 int[] XmlSourceNodeActionDelegate.doAction(Context context, Element[] elements, int[] text, IdeAction action)
           
 int[] TextNodeActionDelegate.doAction(Context context, Element[] elements, int[] text, IdeAction action)
          Does the action on a Node.
protected abstract  int[] TextNodeActionDelegate.doAction(TextBuffer buffer, Context context, Element[] elements, int[] text, IdeAction action)
          Does the action on a TextBuffer.
protected abstract  int[] XmlSourceNodeActionDelegate.doAction(oracle.bali.xml.model.XmlModel model, Context context, Element[] elements, int[] text, IdeAction action)
           
 boolean NodeActionController.handleEvent(IdeAction action, Context context)
          This method is called when a user interaction with a View triggers the execution of a command.
 boolean NodeActionDelegate.isEnabled(IdeAction action, Context context, Element[] elements, int[] text)
          Gets whether an action is enabled for a Node selection.
 java.lang.String MenuAwareLabelUpdater.labelWhenDisabled(Context context, IdeAction action, java.lang.String originalLabel)
           
 java.lang.String MenuAwareLabelUpdater.labelWhenEnabled(Context context, IdeAction action, java.lang.String originalLabel)
           
abstract  void NodeActionDelegate.undoAction(Context context, Element[] elements, int[] text, IdeAction action)
          Undoes the action on a node.
 void XmlSourceNodeActionDelegate.undoAction(Context context, Element[] elements, int[] text, IdeAction action)
           
 void TextNodeActionDelegate.undoAction(Context context, Element[] elements, int[] text, IdeAction action)
           
 boolean NodeActionController.update(IdeAction action, Context context)
          This method updates the enabled status of the specified action within the specified context.
 

Uses of Context in oracle.jdeveloper.db
 

Methods in oracle.jdeveloper.db that return Context
protected  Context DatabaseConnectionEditorLauncher.getContext()
           
 

Methods in oracle.jdeveloper.db with parameters of type Context
static boolean AppDatabaseConnections.canCopyToApplicationResources(java.lang.String connName, Context ideContext)
          Checks to see whether a copyToApplicationResources operation will succeed or not.
static void AppDatabaseConnections.copyToApplicationResources(java.lang.String connName, Context ideContext)
          Utility method to copy the given named connection from the Resource Palette's connections to the Application Resources for the Application (Workspace) in the given IDE context.
static void AppDatabaseConnections.copyToApplicationResources(java.lang.String connName, java.lang.String newName, Context ideContext)
          Utility method to copy the given named connection from the Resource Palette's connections to the Application Resources for the Application (Workspace) in the given IDE context.
static DatabaseConnectionEditorLauncher AppDatabaseConnectionEditor.createLauncher(Context context)
          Creates a new launcher for creating/editing connections that, by default, will only create connections in the current application.
static java.lang.String AppDatabaseConnectionEditor.editConnection(java.lang.String connName, Context context)
          Launches the connection editor to create or edit a connection in the current application
static java.lang.String AppDatabaseConnectionEditor.editConnection(java.lang.String connName, Context context, boolean forceStore)
          Launches the connection editor to create/edit a connection in the current application.
static java.lang.String AppDatabaseConnectionEditor.editConnection(java.lang.String connName, Context context, Connections conns)
          Deprecated. - use DatabaseConnectionEditor#createLauncher and customise
static boolean AppDatabaseConnections.ensureInApplicationResources(java.lang.String connName, Context ideContext)
          Ensures that the connection is in Application Resources.
static boolean AppDatabaseConnections.ensureInApplicationResources(java.lang.String connName, java.lang.String newName, Context ideContext)
          Ensures that the connection is in Application Resources.
static DatabaseConnections AppDatabaseConnections.getAppDatabaseConnections(Context ideContext)
          Creates a DatabaseConnections wrapper for the Application Connections in the Application (Workspace) found in the given IDE Context.
static java.lang.String AppDatabaseConnections.getConnectionStoreName(Context context)
          Gets the connection store name for the Application in the given Context.
 java.lang.String DatabaseConnectionStores.getCurrentConnection(Context ideContext)
          Will return the current connection that is selected in the IDE.
protected  java.lang.String StoreProvider.getCurrentConnection(Context ideContext)
          If StoreProvider.getCurrentStore(oracle.ide.Context) returns a value then this method returns the current connection in the store (if there is a current connection).
 ConnectionInfo DatabaseConnectionStores.getCurrentConnectionInfo(Context ideContext)
          Returns the connection information for the connection that is currently selected in the IDE.
 Database DatabaseConnectionStores.getCurrentDatabase(Context ideContext)
          Will return the current Database that is selected in the IDE.
static DatabaseConnections AppDatabaseConnections.getCurrentDatabaseConnections(Context ideContext)
          Deprecated. use DatabaseConnectionStores.getCurrentStore(oracle.ide.Context)
 DatabaseConnections DatabaseConnectionStores.getCurrentStore(Context ideContext)
          Gets the current store.
protected  java.lang.String StoreProvider.getCurrentStore(Context ideContext)
          If the current Context contains a store that this provider is responsible for then calling this method should return the store name.
static Workspace AppDatabaseConnections.getWorkspace(Context context)
          Gets the current workspace/application for the given Context.
protected  void DatabaseActions.handleConnectionEditor(java.lang.String storeName, java.lang.String name, Context c)
           
protected  boolean DatabaseActions.handleDisconnect(Context context)
           
 boolean DatabaseActions.handleEvent(IdeAction action, Context context)
           
 java.util.Collection<java.lang.String> DatabaseConnectionStores.listStores(Context ideContext)
          Lists all the stores the user should be allowed to use in the given IDE Context.
 void DatabaseConnectionEditorLauncher.setContext(Context context)
           
 boolean DatabaseActions.update(IdeAction action, Context context)
           
 

Uses of Context in oracle.jdeveloper.db.controls
 

Methods in oracle.jdeveloper.db.controls with parameters of type Context
 void ConnectionPickerButton.setContext(Context ideContext)
          Sets the IDE context to use for determining which connection stores should be in the list.
 

Uses of Context in oracle.jdeveloper.db.model
 

Methods in oracle.jdeveloper.db.model with parameters of type Context
static Database AppDBDropHelper.ensureConnectionInApp(DBObjectProviderNode node, Context ideContext)
          Tests if the given node is in the current Application.
 

Uses of Context in oracle.jdeveloper.db.panels
 

Methods in oracle.jdeveloper.db.panels that return Context
protected  Context AppDatabaseConnPanel.getContext()
           
protected  Context AppConnectionPanelUI.getContext()
           
 

Methods in oracle.jdeveloper.db.panels with parameters of type Context
static java.lang.String AppIDEConnectionList.chooseConnection(Context context)
           
static ConnectionInfo GlobalConnectionPanelUI.getConnection(ConnectionInfo connInfo, boolean oraOnly, Context context)
          Invokes a dialog for selecting a connection.
static ConnectionInfo GlobalConnectionPanelUI.getConnection(java.lang.String title, java.lang.String prompt, ConnectionInfo connInfo, boolean oraOnly, Context ideContext)
          Invokes a dialog for selecting a connection.
 void AppDatabaseConnPanel.setContext(Context context)
           
 void AppConnectionPanelUI.setContext(Context context)
           
 void GlobalConnectionPanelUI.setContext(Context ideContext)
           
 

Uses of Context in oracle.jdeveloper.history
 

Methods in oracle.jdeveloper.history with parameters of type Context
 boolean BaseHistoryEntry.canRestore(Context context)
           
static HistoryEntrySelector HistoryContext.getHistoryEntrySelectorLHS(Context context)
           
static HistoryEntrySelector HistoryContext.getHistoryEntrySelectorRHS(Context context)
           
static java.net.URL HistoryContext.getRealURL(Context context)
           
 void BaseHistoryEntry.restore(Context context)
           
static void HistoryContext.setHistoryEntrySelectorLHS(Context context, HistoryEntrySelector historyEntrySelector)
           
static void HistoryContext.setHistoryEntrySelectorRHS(Context context, HistoryEntrySelector historyEntrySelector)
           
static void HistoryContext.setRealURL(Context context, java.net.URL realUrl)
           
abstract  void HistoryManager.showHistory(Context context)
          Request that the history be shown for the specified Context.
 

Uses of Context in oracle.jdeveloper.java.dependency
 

Methods in oracle.jdeveloper.java.dependency with parameters of type Context
 boolean JavaDeclarationProvider.canGetDeclaration(Context context)
           
 boolean JavaDeclarationProvider.canGetDeclaration(Context context, java.lang.String id)
           
 boolean JavaDeclarationProvider.canGetDeclarations(Context context, Node node)
           
 Declaration JavaDeclarationProvider.getDeclaration(Context context)
           
 IdDeclaration JavaDeclarationProvider.getDeclaration(Context context, java.lang.String id)
           
 java.util.Collection<Declaration> JavaDeclarationProvider.getDeclarations(Context context, Node node)
           
 java.util.Collection<Declaration> JavaDeclarationProvider.getTopLevelDeclarations(Context context, Node node)
           
 

Uses of Context in oracle.jdeveloper.jsp.faces
 

Methods in oracle.jdeveloper.jsp.faces with parameters of type Context
static JspSourceNode JsfJspSourceNodeFactory.createJsfJspSourceNode(Context context, java.net.URL location, boolean isXml)
          Creates a new JspSourceNode and returns it.
 

Uses of Context in oracle.jdeveloper.jsp.utils
 

Methods in oracle.jdeveloper.jsp.utils with parameters of type Context
static void War.create(Context ctx)
          Create War Structure in Project
static boolean War.exists(Context context)
          Check to see if a WEB-INF directory exists in project
static JspLibrary JSPTagUtils.getJspLibraryByPrefix(java.lang.String prefix, Context context)
           
 

Uses of Context in oracle.jdeveloper.merge
 

Methods in oracle.jdeveloper.merge that return Context
protected  Context BaseMergeEditor._getContext()
           
static Context MergeUtil.createMergeEditorContext(Node node, Node contextNode)
          Create a context for merge editor invocation based on the given node.
 

Methods in oracle.jdeveloper.merge with parameters of type Context
protected  CompareModel BaseMergeEditor.createMergeModel(Context context)
          Creates a merge compare model, based on the current editor context.
protected abstract  CompareModel BaseMergeEditor.createMergeModelImpl(Context context)
          Creates a merge compare model, based on the current editor context (implementor).
protected  CompareModel BaseTextMergeEditor.createMergeModelImpl(Context context)
          Creates a merge compare model, based on the current editor context (implementor).
protected  CompareModel BaseTextMergeEditor.createMergeModelSS(Context context)
           
protected  oracle.javatools.compare.algorithm.sequence.SequenceCompareModel BaseTextMergeEditor.createTextMergeModel(Context context)
          Deprecated. override BaseTextMergeEditor.createMergeModelSS(oracle.ide.Context) or BaseTextMergeEditor.createMergeModelCS(oracle.ide.Context) instead.
static CompareContributor MergeContext.getAncestorContributor(Context context)
           
static Node MergeContext.getContextNode(Context context)
           
static CompareContributor MergeContext.getFirstContributor(Context context)
           
static MergeEngine MergeContext.getMergeEngine(Context context)
           
static CompareModel MergeContext.getModel(Context context)
           
protected  java.net.URL BaseMergeEditor.getRealURL(Context context)
           
protected  java.net.URL BaseMergeEditor.getSaveURL(Context context)
           
static CompareContributor MergeContext.getSecondContributor(Context context)
           
 boolean MergeController.handleEvent(IdeAction action, Context context)
          This method is called when a user interaction with a View triggers the execution of a command.
protected  void BaseMergeEditor.initializeMergeContextCS(Context context)
           
static boolean MergeContext.isClientSideMerge(Context context)
           
 boolean AbstractMergeAddin.isEditorAvailable(Context context)
          Deprecated. Asks whether the merge editor should be made available for the given context.
static Editor MergeUtil.openMergeEditor(Context context, java.lang.Class editorClass)
          Opens the merge editor for the given context and editor class.
protected abstract  boolean BaseMergeEditor.restartMergeImpl(Context context)
          Restarts the merge task, without user confirmation (implementor).
protected  boolean BaseTextMergeEditor.restartMergeImpl(Context context)
          Restarts the merge task, without user confirmation (implementor).
protected  boolean BaseMergeEditor.saveMergeImpl(Context context, CompareModel compareModel)
          Deprecated. only required for dynamic editor behaviors; merge editors should now be statically registered against a derivative type of BaseMergeNode.
protected  boolean BaseTextMergeEditor.saveMergeImpl(Context context, CompareModel compareModel)
          Deprecated. only required for dynamic editor behaviors; merge editors should now be statically registered against a derivative type of BaseMergeNode.
protected  boolean BaseTextMergeEditor.saveTextMerge(Context context, oracle.javatools.compare.algorithm.sequence.SequenceCompareModel textMergeModel)
          Deprecated. only required for dynamic editor behaviors; merge editors should now be statically registered against a derivative type of BaseMergeNode.
static void MergeContext.setAncestorContributor(Context context, CompareContributor ancestorContributor)
           
static void MergeContext.setClientSideMerge(Context context, boolean clientSideMerge)
           
 void BaseMergeEditor.setContext(Context context)
           
static void MergeContext.setContextNode(Context context, Node node)
           
static void MergeContext.setFirstContributor(Context context, CompareContributor firstContributor)
           
static void MergeContext.setMergeEngine(Context context, MergeEngine model)
           
static void MergeContext.setModel(Context context, CompareModel model)
           
static void MergeContext.setSecondContributor(Context context, CompareContributor secondContributor)
           
 boolean MergeController.update(IdeAction action, Context context)
          This method updates the enabled status of the specified action within the specified context.
 

Uses of Context in oracle.jdeveloper.model
 

Fields in oracle.jdeveloper.model declared as Context
protected  Context ViewTechContextExtensionRegistry.ExtendingProjectMetadataProviderSource.context
           
protected  Context ViewTechContextExtensionRegistry.ExtendingProjectGrammarProviderSource.context
           
 

Methods in oracle.jdeveloper.model that return Context
 Context NavigatorExtension.updateContext(Context context, TNode[] tnodes)
          This method is called when the NavigatorWindow getContext method is called.
 

Methods in oracle.jdeveloper.model with parameters of type Context
protected  oracle.bali.xml.grammar.GrammarProvider ViewTechContextExtensionRegistry._getExtendingGrammarProvider(Context context)
           
protected  oracle.bali.xml.metadata.MetadataProvider ViewTechContextExtensionRegistry._getExtendingMetadataProvider(Context context)
           
static Project[] PathsConfiguration.getDependentProjects(Context context)
          This gets the list of dependent projects for the project in the context.
 oracle.bali.xml.grammar.GrammarProvider ViewTechContextExtensionRegistry.getExtendingGrammarProvider(Context context)
           
 oracle.bali.xml.metadata.MetadataProvider ViewTechContextExtensionRegistry.getExtendingMetadataProvider(Context context)
           
 oracle.bali.xml.grammar.GrammarProvider ViewTechContextExtensionRegistry.ProjectGrammarProviderSource.getGrammarProvider(Context context)
           
 oracle.bali.xml.metadata.MetadataProvider ViewTechContextExtensionRegistry.ProjectMetadataProviderSource.getMetadataProvider(Context context)
           
static java.net.URL PathsConfiguration.getURLForPackage(java.lang.String packageName, Context context)
          Determines the appropriate directory URL for a given package name.
 void ResourcesContentSetProvider.initContentSet(ContentSet contentSet, java.net.URL projectDir, Context context)
           
 Context NavigatorExtension.updateContext(Context context, TNode[] tnodes)
          This method is called when the NavigatorWindow getContext method is called.
 

Constructors in oracle.jdeveloper.model with parameters of type Context
ViewTechContextExtensionRegistry.ExtendingProjectGrammarProviderSource(java.lang.String viewTechType, Context context)
           
ViewTechContextExtensionRegistry.ExtendingProjectMetadataProviderSource(java.lang.String viewTechType, Context context)
           
 

Uses of Context in oracle.jdeveloper.offlinedb
 

Methods in oracle.jdeveloper.offlinedb with parameters of type Context
static OfflineDBObjectProvider OfflineDBObjectProvider.findProviderByName(Context c, java.lang.String name)
          Finds an Offline Database with the given name in the given Context.
static OfflineDBObjectProvider OfflineDBObjectProvider.getDBObjectProvider(Context c)
          Returns the provider for the given ide context.
static Schema OfflineDBUtil.getSchema(Context c)
          Returns the Schema for the given Ide Context.
 

Uses of Context in oracle.jdeveloper.offlinedb.handler
 

Methods in oracle.jdeveloper.offlinedb.handler with parameters of type Context
 void DeleteHandler.handleDelete(Context c, OfflineDBObjectProvider pro)
           
 void DeleteHandler.handleDeleteProvider(Context c)
          Deletes a schema, or number of schemas if more than one is selected.
 

Uses of Context in oracle.jdeveloper.offlinedb.wizard
 

Methods in oracle.jdeveloper.offlinedb.wizard with parameters of type Context
static DBObjectProvider ProviderChooser.choose(Context context, DBObjectProvider current, boolean allowDatabaseChange)
          Prompts the user to choose an online or offline database.
static Schema SchemaChooser.choose(Context context, DBObjectProvider provider, Schema current)
           
static OfflineDBObjectProvider ProviderWizard.chooseProvider(Context c, boolean allowApplicationCreate, boolean allowProjectCreate, boolean allowProviderCreate)
          Prompts the user to choose an offline database in the given Context, optionally they can be allowed to create a new one.
static OfflineDBObjectProvider ProviderWizard.chooseProvider(Context c, OfflineDBObjectProvider defaultSelection, boolean allowApplicationCreate, boolean allowProjectCreate, boolean allowProviderCreate)
          Prompts the user to choose an offline database in the given Context, optionally they can be allowed to create a new one.
static SchemaChooserWizard.Result SchemaChooserWizard.chooseSchema(Context context)
          Shows UI for choosing an offline schema from the given context
static SchemaChooserWizard.Result SchemaChooserWizard.chooseSchema(Context context, OfflineDBObjectProvider provider)
          Shows UI for choosing an offline schema from the given context
static SchemaChooserWizard.Result SchemaChooserWizard.chooseSchema(Context context, OfflineDBObjectProvider provider, Schema defaultSchema)
          Shows UI for choosing an offline schema from the given context
static SystemObject SchemaObjectWizard.createObject(Context c, java.lang.String type)
          Fires the wizard to create an object of given type, getting the provider and schema from the given context.
static SystemObject SchemaObjectWizard.createObject(OfflineDBObjectProvider pro, Schema s, java.lang.String type, Context c)
          Fires the wizard to create an object of given type in the provider and schema required, and also given the current wizard context.
static
<T extends SystemObject>
T
SchemaObjectWizard.createObject(OfflineDBObjectProvider pro, T obj, Context c)
          Fires the wizard to create an object in given the provider taking the given object as a base and using the given Context.
static OfflineDBObjectProvider ProviderWizard.createProvider(Context c)
          Launches the dialog to create a provider.
static OfflineDBObjectProvider ProviderWizard.createProvider(Context c, java.lang.String name, java.lang.String schema, java.lang.Class clz)
          Launches the dialog to create a provider, based on supplied values
static Schema SchemaWizard.createSchema(Context context)
          Launches the create schema dialog and if successful returns the schema the user created.
static boolean SchemaObjectWizard.editObject(OfflineDBObjectProvider pro, SchemaObject obj, Context c)
          Fires the edit dialog for the given object from the given provider.
static boolean SchemaObjectWizard.editObject(OfflineDBObjectProvider pro, SchemaObject obj, DBObject child, Context c)
          Fires the edit dialog for the given object from the given provider.
static boolean ProviderWizard.editProvider(Context c)
          Launches the editor on the provider in the given context.
static Schema SchemaWizard.editSchema(Context context)
          Launches a dialog to edit the schema in the given context.
static void ProviderWizard.initialiseTemplates(Context c, OfflineDBObjectProvider pro, java.lang.Boolean initialise, java.lang.Boolean edit)
          Called to handle the templates of a given offline database.
 boolean SchemaChooserWizard.invoke(Context context)
           
 boolean SchemaWizard.invoke(Context context)
           
 boolean ProviderWizard.invoke(Context context)
           
 boolean SchemaChooserWizard.isAvailable(Context context)
           
 boolean SchemaWizard.isAvailable(Context c)
          Returns true if the context contains a valid Project which also contains offline db schema/packages.
 boolean ProviderWizard.isAvailable(Context context)
           
static void ProviderWizard.showMissingProviderError(Context c, java.lang.String title)
          Shows a dialog to the user letting them know that the .offlinedb file is missing and we cannot continue without it.
 

Uses of Context in oracle.jdeveloper.palette
 

Methods in oracle.jdeveloper.palette that return Context
 Context PaletteEditorContext.getContext()
           
 

Methods in oracle.jdeveloper.palette with parameters of type Context
 java.lang.String PaletteEditorContext.getRelativeString(Context context, java.net.URL url)
          Get a relative url for any document under the document root in a web application
 java.net.URL WebApplicationConfiguration.getRootPath(Context context)
           
 void PaletteEditorContext.setContext(Context context)
           
 java.net.URL PaletteEditorContext.showWebDocumentDialog(Context context)
           
 

Uses of Context in oracle.jdeveloper.runner
 

Methods in oracle.jdeveloper.runner with parameters of type Context
static CodeEditor Source.getCodeEditorFromContext(Context context)
          Returns the CodeEditor for the given Context.
static int Source.getLineFromCodeEditor(Context context)
          Returns the line number for the given code editor Context.
static Node Source.getNodeFromCodeEditor(Context context)
          Returns the Node for the given code editor Context.
 

Constructors in oracle.jdeveloper.runner with parameters of type Context
JRunProcess(Context context)
          This constructor initializes fields, including JRunProcess.runConfiguration.
RemoteProcess(Context context)
           
RunningProcess(Context context)
           
 

Uses of Context in oracle.jdeveloper.style
 

Methods in oracle.jdeveloper.style with parameters of type Context
abstract  CodingStyleOptions CodingStyleManager.getCodingStyleOptions(Context context)
          Get the coding style options to use for the given context.
 

Uses of Context in oracle.jdeveloper.vcs.changelist
 

Methods in oracle.jdeveloper.vcs.changelist that return Context
 Context ChangeListWindow.getContext(java.util.EventObject eo)
          Get an IDE context for the specified event object.
static Context ChangeListWindow.handleContext(Context context)
           
 

Methods in oracle.jdeveloper.vcs.changelist with parameters of type Context
protected  void ChangeList.configureContext(Context context)
           
protected  IdeAction ChangeListContextMenuListener.getDefaultAction(Context context)
           
protected  IdeAction ChangeListContextMenuListener.getLocalAction(Context context, int cmdId)
           
protected  Locatable[] ChangeListContextMenuListener.getLocatableSelection(Context context)
           
static Context ChangeListWindow.handleContext(Context context)
           
 boolean ChangeListContextMenuListener.handleDefaultAction(Context context)
          Called when the user double clicks on an item that has a context menu.
protected  boolean ChangeListContextMenuListener.handleDefaultActionImpl(Context context)
           
 boolean ChangeListController.handleEvent(IdeAction action, Context context)
           
 boolean ChangeListController.update(IdeAction action, Context context)
           
 

Uses of Context in oracle.jdeveloper.vcs.changelist.cmd
 

Methods in oracle.jdeveloper.vcs.changelist.cmd with parameters of type Context
protected  void OpenCommand.openDefaultEditorInFrame(Context context)
           
 

Uses of Context in oracle.jdeveloper.vcs.changeset
 

Methods in oracle.jdeveloper.vcs.changeset with parameters of type Context
static ChangeSetAdapter ChangeSetController.getContextChangeSetAdapter(Context context)
           
static java.lang.String ChangeSetController.getContextChangeSetName(Context context)
           
static java.net.URL[] ChangeSetController.getContextURLs(Context context)
           
 boolean ChangeSetController.handleEvent(IdeAction action, Context context)
           
 boolean ChangeSetController.update(IdeAction action, Context context)
           
 

Uses of Context in oracle.jdeveloper.vcs.generic
 

Methods in oracle.jdeveloper.vcs.generic with parameters of type Context
abstract  java.lang.String DynamicCommandChooser.getDynamicCommandId(VCSProfile profile, Context context)
          Deprecated.  
 java.util.Collection VCSActionInfo.getFilteredSelection(Context context)
          Filters the Context selection based on the declared URLFilters and VCSStatusFilters referenced by this action.
 boolean ActionRequirement.isSatisfied(VCSProfile profile, Context context, Controller controller)
           
 boolean EditableRequirement.isSatisfied(VCSProfile profile, Context context, Controller controller)
           
protected  boolean ActionCommand.isSilent(Context context, VCSProfile profile)
          Determines whether or not the action should be invoked silently, i.e.
 boolean VCSActionInfo.requirementsSatisfied(Context context)
          Evaluates whether or not the ActionRequirements referenced by the action are satisfied for the given context.
 

Uses of Context in oracle.jdeveloper.vcs.nav
 

Methods in oracle.jdeveloper.vcs.nav with parameters of type Context
 boolean ConnectionPlaceholderNode.createConnection(Context context)
           
protected abstract  boolean BaseConnectionProvider.createConnection(java.util.Map<java.lang.String,java.lang.String> criteria, Context context)
           
protected abstract  boolean ConnectionPlaceholderNode.createConnection(java.util.Map<java.lang.String,java.lang.String> criteria, Context context)
           
 void BaseConnectionProvider.runConnect(Context context)
           
 

Uses of Context in oracle.jdeveloper.vcs.properties
 

Methods in oracle.jdeveloper.vcs.properties with parameters of type Context
abstract  PropertiesPanel PropertiesPanelProvider.createPanel(Context context)
          Creates a properties panel based on the given element.
protected  Element VersionPropertiesPanelProvider.getContextElement(Context context)
           
static Element PropertiesUtil.getContextElement(Context context)
           
protected  java.net.URL VersionPropertiesPanelProvider.getContextURL(Context context)
           
 boolean PropertiesController.handleEvent(IdeAction action, Context context)
           
static boolean PropertiesCommand.isEnabled(Context context)
           
 boolean VersionPropertiesPanelProvider.isHandled(Context context)
           
abstract  boolean PropertiesPanelProvider.isHandled(Context context)
          Asks whether the given element is handled by this provider and its panels.
 boolean PropertiesController.update(IdeAction action, Context context)
           
 

Uses of Context in oracle.jdeveloper.vcs.spi
 

Methods in oracle.jdeveloper.vcs.spi that return Context
protected  Context VCSCommand.buildContextForEditor()
          Build a context for invoking an editor.
 Context VCSExplorer.getContext(java.util.EventObject eventObject)
           
 

Methods in oracle.jdeveloper.vcs.spi with parameters of type Context
protected  Command VCSController.createCommand(IdeAction action, Context context)
           
protected abstract  java.awt.Component[] VCSContextMenuListener.getContextMenuItems(Context context)
          Gets the menu items to be added directly to the context menu when popup notification is received.
 boolean VCSContextMenuListener.handleDefaultAction(Context context)
           
 boolean VCSController.handleEvent(IdeAction action, Context context)
           
 boolean VCSContextualController.handleEvent(IdeAction action, Context context)
           
protected  void VCSController.handleEventImpl(IdeAction action, Context context)
          Provides event handler implementation for the given action and context.
 void VCSExplorer.setContext(Context context)
           
 boolean VCSController.update(IdeAction action, Context context)
           
 boolean VCSContextualController.update(IdeAction action, Context context)
           
protected  void VCSController.updateImpl(IdeAction action, Context context)
          Provides action update implementation for the given action and context (handled actions only).
 

Uses of Context in oracle.jdeveloper.vcs.util
 

Methods in oracle.jdeveloper.vcs.util that return Context
static Context VCSThreadSafeContexts.createContext()
          Deprecated. replaced by Context constructor.
static Context VCSThreadSafeContexts.createContext(Context context)
          Deprecated. replaced by Context constructor.
static Context VCSThreadSafeContexts.createContext(Element element)
          Deprecated. replaced by Context constructor.
static Context VCSEditorUtils.createEditorContext(Node node)
          Create a context for editor invocation based on the given node.
 

Methods in oracle.jdeveloper.vcs.util with parameters of type Context
static void VCSMenuUtils.addCompareSubmenu(java.util.Collection<? super javax.swing.JMenuItem> menus, Context context)
          Conditionally add the compare submenu to the specified collection of menu items, iff at least one compare submenu item is enabled in the specified context.
static javax.swing.JMenuItem VCSMenuUtils.addDynamicMenuItem(javax.swing.JMenu menu, int cmdId, float section, Context context)
          Deprecated. replaced by VCSMenuUtils.addLazyDynamicMenuItem(javax.swing.JMenu, int, float, oracle.ide.Context).
static void VCSMenuUtils.addLazyDynamicMenuItem(javax.swing.JMenu menu, int cmdId, float section, Context context)
          Create and add a dynamic menu item for the specified command.
static Command VCSNodeCommands.createCloseNodeOnlyCommand(Context context)
          Creates a command to quietly close nodes without subsequently removing them from the IDE's model.
static Context VCSThreadSafeContexts.createContext(Context context)
          Deprecated. replaced by Context constructor.
static Command VCSNodeCommands.createMoveNodeCommand(Context context, java.net.URL destinationUrl)
          Deprecated. replaced by Node.rename(java.net.URL).
static Command VCSNodeCommands.createQuietCloseNodeCommand(Context context)
          Creates a command to quietly close nodes.
static Command VCSNodeCommands.createRemoveNodeOnlyCommand(Context context)
          Creates a command to remove nodes from the IDE's model without initially closing them.
static VCSExtension VCSExtensionUtils.getActiveExtension(Context context)
           
static Locatable[] VCSContextUtils.getContextLocatables(Context context)
          Gets the valid locatables from the context node selection.
static Locatable[] VCSContextUtils.getContextLocatables(Context context, URLFilter filter)
          Gets the valid locatables from the context node selection.
static java.lang.String VCSContextUtils.getContextViewType(Context context)
          Gets the type identifier associated with the view of the given context.
static Locatable[] VCSContextUtils.getExpandedLocatables(Context context, Element[] elements, URLFilter filter)
          Get the expanded set of locatables from the specified set of elements, only returning locatables which pass the specified filter.
static Editor VCSEditorUtils.openEditor(Context context, java.lang.Class editorClass)
          Opens the editor for the given context and editor class.
static void VCSMenuUtils.setLazyDynamicMenuDefaultAction(javax.swing.JMenu menu, int cmdId, Context context)
          Sets the default action for the given lazy dynamic menu.
 

Uses of Context in oracle.jdeveloper.webapp
 

Methods in oracle.jdeveloper.webapp with parameters of type Context
 boolean DelegatingXMLSourceNode.allowElAttributeValues(Context ideContext)
           
 boolean DelegatingXMLSourceNode.allowOtherNamespaceInContent(Context ideContext)
           
abstract  oracle.bali.xml.gui.jdev.JDevXmlContext XMLSourceNodeDelegate.createContext(Context ideContext)
           
protected  oracle.bali.xml.gui.jdev.JDevXmlContext DelegatingXMLSourceNode.createContext(Context ideContext)
           
 XMLSourceNodeDelegate XMLSourceNodeDelegateFactory.createXMLSourceNodeDelegate(Context context)
          Returns a XMLSourceNodeDelegate if the context is supported, otherwise null.
 java.lang.String BrowsableWebDocumentNode.getBrowseablePath(Context context)
           
abstract  oracle.bali.xml.dom.buffer.DocumentScannerFactory XMLSourceNodeDelegate.getDocumentScannerFactory(Context context, oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext)
           
 oracle.bali.xml.dom.buffer.DocumentScannerFactory DelegatingXMLSourceNode.getDocumentScannerFactory(Context context, oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext)
           
 java.lang.String DelegatingXMLSourceNode.getIdentifier(Context ideContext)
           
 java.util.List<java.lang.String> DelegatingXMLSourceNode.getIdentifierHierarchy(Context ideContext)
           
static java.lang.String XMLSourceNodeDelegateIdentifierUtils.getNodeIdentifier(Context context)
          Returns node indentifier if the node is a DelegatingXMLSourceNode, otherwise returns null.
static java.util.List<java.lang.String> XMLSourceNodeDelegateIdentifierUtils.getNodeIdentifierHierarchy(Context context)
          Returns node indentifier hierarchy if the node is a DelegatingXMLSourceNode, otherwise returns an empty list.
 java.util.concurrent.Future<oracle.bali.xml.gui.jdev.JDevXmlContext> WebDocumentNode.getXmlContext(Context ideContext, java.lang.Runnable callback, long timeout, java.util.concurrent.TimeUnit unit)
          Gets the XmlContext for the given node/project/workspace from the IDE context, creating the XmlContext if needed.
static boolean XMLSourceNodeDelegateIdentifierUtils.isNode(Node node, Context context, java.lang.String identifier)
          Returns true if the node is a DelegatingXMLSourceNode and its identifier is the same as the identifier arguement.
static boolean XMLSourceNodeDelegateIdentifierUtils.isNode(Node node, Context context, java.lang.String[] identifiers)
          Returns true if the node is a DelegatingXMLSourceNode and its identifier is the same as one of the identifiers arguement
 

Uses of Context in oracle.jdeveloper.webapp.deploy
 

Methods in oracle.jdeveloper.webapp.deploy with parameters of type Context
static oracle.jdeveloper.deploy.Profile WebAppDeploymentHook.createAppletProfile(Context context, java.lang.String profileName, java.net.URL htmlFile, java.lang.String codebase, java.lang.String archive, java.net.URL[] appletArchives)
           
static oracle.jdeveloper.deploy.Profile WebAppDeploymentHook.createTaglibProfile(Context context, java.lang.String taglibName)
           
static oracle.jdeveloper.deploy.Profile WebAppDeploymentHook.createWebModuleProfile(Context context, java.lang.String warName)
           
protected abstract  oracle.jdeveloper.deploy.Profile WebAppDeploymentHook.newAppletProfile(Context context, java.lang.String profileName, java.net.URL htmlFile, java.lang.String codebase, java.lang.String archive, java.net.URL[] appletArchives)
           
protected abstract  oracle.jdeveloper.deploy.Profile WebAppDeploymentHook.newTaglibProfile(Context context, java.lang.String taglibName)
           
protected abstract  oracle.jdeveloper.deploy.Profile WebAppDeploymentHook.newWebModuleProfile(Context context, java.lang.String warName)
           
 

Uses of Context in oracle.jdeveloper.webapp.design
 

Methods in oracle.jdeveloper.webapp.design with parameters of type Context
abstract  java.lang.String VisualEditorPathProvider.getVisualEditorPath(Context context)
          Return a Design Time Visual Editor viewable path for the given Context, or null if the implementation doesn't handle it.
 boolean VisualEditorPathProvider.isSupported(Context context)
          Quick determination if this VisualEditorPathProvider supports the given Context.
 

Uses of Context in oracle.jdeveloper.webapp.designer
 

Methods in oracle.jdeveloper.webapp.designer with parameters of type Context
 java.util.Collection ShowInDesignerSupport.DynamicMenuItemsProvider.gatherDynamicActions(oracle.jdevimpl.webapp.editor.WebAppEditor editor, Context context)
           
 java.lang.Iterable<IdeAction> ShowInDesignerSupport.getAvailableShowActions(Context context, boolean forToolbar)
           
 java.lang.String DeviceRegistry.getReferenceDeviceName(Context context)
          Returns name of selected reference device given by the context.
 java.lang.String DeviceRegistry.getReferenceDeviceName(Context context, java.lang.Object deviceClassID)
          Returns name of selected reference device given by the context.
 java.lang.String DeviceRegistry.getReferenceDeviceName(Context context, java.lang.String deviceClassName)
           
static java.util.concurrent.Future<java.awt.Image> ComponentSnapshot.getSnapshot(Context context, org.w3c.dom.traversal.NodeFilter nodeFilter)
           
static java.util.concurrent.Future<java.awt.Image> ComponentSnapshot.getSnapshot(Context context, org.w3c.dom.traversal.NodeFilter nodeFilter, java.awt.Dimension viewportSize)
           
static java.util.concurrent.Future<java.awt.Image> ComponentSnapshot.getSnapshot(Context context, org.w3c.dom.traversal.NodeFilter nodeFilter, java.awt.Dimension viewportSize, TaskCompletedCallback callback)
           
static java.util.concurrent.Future<java.awt.Image> ComponentSnapshot.getSnapshot(Context context, org.w3c.dom.traversal.NodeFilter nodeFilter, TaskCompletedCallback callback)
           
static java.util.concurrent.Future<java.awt.Image> ComponentSnapshot.getSnapshot(Context context, RenderCallback renderCallback, org.w3c.dom.traversal.NodeFilter nodeFilter)
           
static java.util.concurrent.Future<java.awt.Image> ComponentSnapshot.getSnapshot(Context context, RenderCallback renderCallback, org.w3c.dom.traversal.NodeFilter nodeFilter, java.awt.Dimension viewportSize)
           
static java.util.concurrent.Future<java.awt.Image> ComponentSnapshot.getSnapshot(Context context, RenderCallback renderCallback, org.w3c.dom.traversal.NodeFilter nodeFilter, java.awt.Dimension viewportSize, TaskCompletedCallback callback)
           
static java.util.concurrent.Future<java.awt.Image> ComponentSnapshot.getSnapshot(Context context, RenderCallback renderCallback, org.w3c.dom.traversal.NodeFilter nodeFilter, TaskCompletedCallback callback)
           
static java.util.concurrent.Future<java.util.List<java.awt.Image>> ComponentSnapshot.getSnapshots(Context context, org.w3c.dom.traversal.NodeFilter nodeFilter)
           
static java.util.concurrent.Future<java.util.List<java.awt.Image>> ComponentSnapshot.getSnapshots(Context context, org.w3c.dom.traversal.NodeFilter nodeFilter, java.awt.Dimension viewportSize)
           
static java.util.concurrent.Future<java.util.List<java.awt.Image>> ComponentSnapshot.getSnapshots(Context context, org.w3c.dom.traversal.NodeFilter nodeFilter, java.awt.Dimension viewportSize, TaskCompletedCallback callback)
           
static java.util.concurrent.Future<java.util.List<java.awt.Image>> ComponentSnapshot.getSnapshots(Context context, org.w3c.dom.traversal.NodeFilter nodeFilter, TaskCompletedCallback callback)
           
static java.util.concurrent.Future<java.util.List<java.awt.Image>> ComponentSnapshot.getSnapshots(Context context, RenderCallback renderCallback, org.w3c.dom.traversal.NodeFilter nodeFilter)
           
static java.util.concurrent.Future<java.util.List<java.awt.Image>> ComponentSnapshot.getSnapshots(Context context, RenderCallback renderCallback, org.w3c.dom.traversal.NodeFilter nodeFilter, java.awt.Dimension viewportSize, TaskCompletedCallback callback)
           
static java.util.concurrent.Future<java.util.List<java.awt.Image>> ComponentSnapshot.getSnapshots(Context context, RenderCallback renderCallback, org.w3c.dom.traversal.NodeFilter nodeFilter, TaskCompletedCallback callback)
           
static java.util.concurrent.Future<java.awt.Image> PageThumbnail.getThumbnail(Context ideContext)
           
static java.util.concurrent.Future<java.awt.Image> PageThumbnail.getThumbnail(Context ideContext, java.awt.Dimension thumbnailSize)
           
static java.util.concurrent.Future<java.awt.Image> PageThumbnail.getThumbnail(Context ideContext, java.awt.Dimension thumbnailSize, java.awt.Dimension pageViewport)
           
static java.util.concurrent.Future<java.awt.Image> PageThumbnail.getThumbnail(Context ideContext, java.awt.Dimension thumbnailSize, java.awt.Dimension pageViewport, PageThumbnail.Scaling scaling)
           
static java.util.concurrent.Future<java.awt.Image> PageThumbnail.getThumbnail(Context ideContext, java.awt.Dimension thumbnailSize, java.awt.Dimension pageViewport, PageThumbnail.Scaling scaling, TaskCompletedCallback callback)
           
static java.util.concurrent.Future<java.awt.Image> PageThumbnail.getThumbnail(Context ideContext, java.awt.Dimension thumbnailSize, java.awt.Dimension pageViewport, TaskCompletedCallback callback)
           
static java.util.concurrent.Future<java.awt.Image> PageThumbnail.getThumbnail(Context ideContext, java.awt.Dimension thumbnailSize, PageThumbnail.Scaling scaling)
           
static java.util.concurrent.Future<java.awt.Image> PageThumbnail.getThumbnail(Context ideContext, java.awt.Dimension thumbnailSize, PageThumbnail.Scaling scaling, TaskCompletedCallback callback)
           
static java.util.concurrent.Future<java.awt.Image> PageThumbnail.getThumbnail(Context ideContext, java.awt.Dimension thumbnailSize, TaskCompletedCallback callback)
           
static java.util.concurrent.Future<java.awt.Image> PageThumbnail.getThumbnail(Context ideContext, TaskCompletedCallback callback)
           
 boolean DeviceRegistry.Callback.isAvailable(Context context)
          Dynamic check if a device class or the reference device are avaialable in the context.
 boolean DeviceRegistry.isReferenceDeviceNameSet(Context context)
           
 void DeviceRegistry.setReferenceDeviceName(Context context, java.lang.String name)
          Sets name of selected reference device for the node given by the context.
 

Uses of Context in oracle.jdeveloper.webapp.designer.palette
 

Methods in oracle.jdeveloper.webapp.designer.palette with parameters of type Context
protected  oracle.bali.xml.dom.position.DomPosition DesignerItemHandler.getInsertionPosition(Context ideContext, Editor editor, oracle.bali.xml.model.XmlContext xmlContext, oracle.bali.xml.model.XmlModel xmlModel, oracle.bali.xml.model.XmlView activeView, oracle.bali.xml.model.creatable.XmlCreatable creatable)
          Overriden to return insrtion position even if the
 

Uses of Context in oracle.jdeveloper.webapp.el
 

Methods in oracle.jdeveloper.webapp.el with parameters of type Context
 java.util.Set<oracle.jdeveloper.el.Method> DefaultScopedVariableProvider.getMethods(Context context, java.lang.Object location, java.util.List<java.lang.String> propertyNameTokens, java.util.Map cache)
           
 java.util.Set DefaultScopedVariableProvider.getProperties(Context context, java.lang.Object location, oracle.jdeveloper.el.ELType type, java.util.List variableNameTokens, java.util.Map cache)
           
 oracle.jdeveloper.el.Property DefaultScopedVariableProvider.getProperty(Context context, java.lang.Object location, oracle.jdeveloper.el.ELType type, java.util.List propertyNameTokens, java.util.Map cache)
           
 oracle.bali.xml.model.dependency.Reference DefaultScopedVariableProvider.getReference(Context context, java.lang.Object location, oracle.jdeveloper.el.ELType type, java.util.List<java.lang.String> propertyNameTokens, java.util.List<oracle.bali.xml.model.dependency.Reference> previousTokenReferences, oracle.bali.xml.model.XmlContext xmlContext, org.w3c.dom.Node node, int start, int end, java.util.Map cache)
           
 java.util.Set DefaultScopedVariableProvider.getVariables(Context context, java.lang.Object location, oracle.jdeveloper.el.ELType type, java.util.Map cache)
           
protected  void DefaultScopedVariableProvider.initializeVariables(Context context, java.lang.Object location, oracle.jdeveloper.el.ELType type, java.util.Map cache, java.util.Map<java.lang.String,oracle.jdeveloper.el.Property> varToPropertyMap, java.util.Set<oracle.jdeveloper.el.Property> variables)
          Subclasses should override this method to add variables to both varToPropertyMap & variables.
protected  void IterationScopedVariableProvider.initializeVariables(Context context, java.lang.Object location, oracle.jdeveloper.el.ELType type, java.util.Map cache, java.util.Map<java.lang.String,oracle.jdeveloper.el.Property> varToPropertyMap, java.util.Set<oracle.jdeveloper.el.Property> variables)
           
 boolean DefaultScopedVariableProvider.propertyExists(Context context, java.lang.Object location, oracle.jdeveloper.el.ELType type, java.util.List<java.lang.String> parentPropertyNameTokens, java.lang.String property, java.util.Map cache)
           
 boolean DefaultScopedVariableProvider.supportsContext(Context context, java.lang.Object location, oracle.jdeveloper.el.ELType type)
           
 

Uses of Context in oracle.jdeveloper.webapp.facelets
 

Methods in oracle.jdeveloper.webapp.facelets with parameters of type Context
 boolean FaceletsConfigurationManager.creatingJSFCheckForFaceletsCheck(Context context)
          Deprecated. 
abstract  FaceletsConfigurationManager.FaceletsConfiguration FaceletsConfigurationHandler.getFaceletsConfiguration(Context projectContext)
          Determine if the Project has been configured for Facelets.
 FaceletsConfigurationManager.FaceletsConfiguration FaceletsConfigurationManager.getFaceletsConfiguration(Context projectContext)
          Determine if the Project has been configured for Facelets.
 boolean FaceletsConfigurationManager.isConfiguredForFacelets(Context projectContext)
          Determine if the Project is configured to use Facelets.
 boolean FaceletsConfigurationManager.isConfiguredForFacelets(Context projectContext, boolean defaultOk)
          Determine if the Project is configured to use Facelets.
 boolean FaceletsConfigurationManager.isFaceletsPage(Context context)
          Determines if the context's node is a Facelets node.
 

Uses of Context in oracle.jdeveloper.webapp.faces
 

Methods in oracle.jdeveloper.webapp.faces with parameters of type Context
static java.net.URL JsfResourceUtils.addResourceToProject(java.net.URL resourceURL, Context context, java.lang.String promptMessage, java.lang.String promptDialogTitle, java.lang.String saveDialogTitle, java.lang.String defaultLibrary)
           
static java.net.URL JsfResourceUtils.addResourceToProject(java.net.URL resourceURL, Context context, java.lang.String promptMessage, java.lang.String promptDialogTitle, java.lang.String saveDialogTitle, java.lang.String defaultLibrary, boolean toMetaInf)
           
static java.net.URL JsfResourceUtils.chooseResource(boolean forceResourceURL, URLFilter resourceFilter, Context context, java.lang.String selectDialogTitle, java.lang.String defaultLibrary)
          Lets user choose a resource.
static java.net.URL JsfResourceUtils.chooseResource(boolean forceResourceURL, URLFilter resourceFilter, Context context, java.lang.String promptMessage, java.lang.String promptDialogTitle, java.lang.String saveDialogTitle, java.lang.String selectDialogTitle, java.lang.String defaultLibrary)
          Lets user choose a resource
static java.net.URL JsfResourceUtils.getResourceLibrary(Context context, java.lang.String library)
           
static java.lang.String JsfResourceUtils.getResourceLibrary(Context context, java.net.URL url)
           
static URLChooser JsfResourceUtils.getResourceLibraryURLChooser(Context context)
           
static URLChooser JsfResourceUtils.getResourceURLChooser(Context context, URLFilter resourceFilter, java.lang.String defaultLibrary, boolean chooseOnlyExisting)
           
static boolean JsfResourceUtils.isResourceLibrary(Context context, java.net.URL url)
           
 

Constructors in oracle.jdeveloper.webapp.faces with parameters of type Context
FacesMethodBindingPanel(org.w3c.dom.Element element, java.lang.String binding, Context context, oracle.jdevimpl.webapp.faces.backingfile.MethodBinding methodBinding)
           
 

Uses of Context in oracle.jdeveloper.webapp.grammar
 

Methods in oracle.jdeveloper.webapp.grammar with parameters of type Context
protected abstract  oracle.bali.xml.grammar.GrammarProvider WebAppProjectGrammarProviderFactory.createGrammarProvider(Context projectContext, oracle.bali.xml.addin.XMLSourceNode forNode)
           
protected  oracle.bali.xml.grammar.GrammarProvider WebAppProjectGrammarProviderFactory.createTaglibGrammarProvider(Context projectContext, oracle.bali.xml.addin.XMLSourceNode forNode)
           
 WebAppProjectGrammarProvider WebAppProjectGrammarProviderFactory.createWebAppProjectGrammarProvider(java.lang.String identifier, Context projectContext, oracle.bali.xml.addin.XMLSourceNode forNode)
           
 WebAppProjectGrammarProvider WebAppProjectGrammarRegistry.getGrammarProvider(Context context, DelegatingXMLSourceNode forNode)
           
 WebAppProjectGrammarProvider WebAppProjectGrammarRegistry.getGrammarProvider(Context context, DelegatingXMLSourceNode forNode, java.lang.String identifier)
          Gets a project level grammar provider for web app nodes.
 

Constructors in oracle.jdeveloper.webapp.grammar with parameters of type Context
WebAppProjectGrammarProvider(oracle.bali.xml.grammar.GrammarProvider base, Context context, java.lang.String projectRegistryIdentifier)
           
 

Uses of Context in oracle.jdeveloper.webapp.html
 

Methods in oracle.jdeveloper.webapp.html with parameters of type Context
abstract  java.lang.String BrowseablePathProvider.getBrowseablePath(Context context)
          Return a browseable path for the given context, or null, if the implementation doesn't handle it.
 

Uses of Context in oracle.jdeveloper.webapp.libraries
 

Methods in oracle.jdeveloper.webapp.libraries with parameters of type Context
 java.util.Collection<java.net.URL> TagLibraryURLClassesProvider.getAdditionalClasses(T library, Context context, java.util.Collection<java.net.URL> currentClasses)
           
 java.lang.Object[] TagLibrary.getLibraryIds(Context context)
           
 

Uses of Context in oracle.jdeveloper.webapp.metadata
 

Methods in oracle.jdeveloper.webapp.metadata with parameters of type Context
protected  oracle.bali.xml.metadata.MetadataProvider WebAppProjectMetadataRegistryEntryFactory.createAdditionalMetadataProvider(Context context)
           
protected abstract  WebAppProjectMetadataRegistryEntry WebAppProjectMetadataRegistryEntryFactory.createEntry(Context projectContext, DelegatingXMLSourceNode forNode)
           
protected  oracle.bali.xml.metadata.MetadataProvider WebAppProjectMetadataRegistryEntryFactory.createLibraryMetadataProvider(Context prjContext)
           
 WebAppProjectMetadataRegistryEntry WebAppProjectMetadataRegistryEntryFactory.createProjectEntry(java.lang.String identifier, Context projectContext, DelegatingXMLSourceNode forNode)
          Return the WebAppProjectMetadataRegistryEntry for the given identifier, if the factory supports it, otherwise null.
protected  oracle.bali.xml.metadata.MetadataProvider WebAppProjectMetadataRegistryEntryFactory.createProjectMetadataProvider(Context prjContext, DelegatingXMLSourceNode forNode)
           
 DefaultFacesJspTagMapper WebAppProjectMetadataRegistry.getDefaultFacesJspTagMapper(Context context, DelegatingXMLSourceNode node)
           
 DefaultFacesJspTagMapper WebAppProjectMetadataRegistry.getDefaultFacesJspTagMapper(Context context, java.lang.String identifier)
           
 oracle.jdeveloper.webapp.taglib.jsf.metadata.ExtendedFacesJspTagMapper WebAppProjectMetadataRegistry.getFacesJspTagMapper(Context context, DelegatingXMLSourceNode node)
           
 oracle.jdeveloper.webapp.taglib.jsf.metadata.ExtendedFacesJspTagMapper WebAppProjectMetadataRegistry.getFacesJspTagMapper(Context context, java.lang.String identifier)
           
 oracle.bali.xml.metadata.MetadataProvider WebAppProjectMetadataRegistry.getWebAppProjectMetadataProvider(Context context, DelegatingXMLSourceNode node)
           
 oracle.bali.xml.metadata.MetadataProvider WebAppProjectMetadataRegistry.getWebAppProjectMetadataProvider(Context context, java.lang.String identifier)
           
 WebAppProjectMetadataResolver WebAppProjectMetadataRegistry.getWebAppProjectMetadataResolver(Context context, DelegatingXMLSourceNode node)
           
 WebAppProjectMetadataResolver WebAppProjectMetadataRegistry.getWebAppProjectMetadataResolver(Context context, java.lang.String identifier)
           
 

Uses of Context in oracle.jdeveloper.webapp.navigation
 

Methods in oracle.jdeveloper.webapp.navigation that return Context
 Context NavigationMenu.getContext()
          Returns the context in which this menu was invoked.
 

Uses of Context in oracle.jdeveloper.webapp.utils
 

Methods in oracle.jdeveloper.webapp.utils with parameters of type Context
static oracle.bali.xml.gui.jdev.JDevXmlContext WebDocumentUtil.createJspXmlContext(Context context, java.lang.String jspContent, boolean xmlSyntax)
          Creates an in memory JDevXmlContext for the JSP page/document.
 

Uses of Context in oracle.jdeveloper.webapp.xdf
 

Methods in oracle.jdeveloper.webapp.xdf with parameters of type Context
protected  oracle.bali.xml.model.dependency.Reference BindingAttributeReferenceFactory.getReference(Context context, org.w3c.dom.Node node, java.util.List<java.lang.String> propertyNameTokens, java.util.List<oracle.bali.xml.model.dependency.Reference> previousTokenReferences, boolean isLast, int start, int end, java.util.Map cache)
           
protected abstract  oracle.bali.xml.model.dependency.Reference AbstractELReferenceFactory.getReference(Context context, org.w3c.dom.Node node, java.util.List<java.lang.String> propertyNameTokens, java.util.List<oracle.bali.xml.model.dependency.Reference> previousTokenReferences, boolean isLast, int start, int end, java.util.Map cache)
           
protected  oracle.bali.xml.model.dependency.Reference ELReferenceFactory.getReference(Context context, org.w3c.dom.Node node, java.util.List<java.lang.String> propertyNameTokens, java.util.List<oracle.bali.xml.model.dependency.Reference> previousTokenReferences, boolean isLast, int start, int end, java.util.Map cache)
           
protected  oracle.bali.xml.model.dependency.Reference MethodBindingReferenceFactory.getReference(Context context, org.w3c.dom.Node node, java.util.List<java.lang.String> propertyNameTokens, java.util.List<oracle.bali.xml.model.dependency.Reference> previousTokenReferences, boolean isLast, int start, int end, java.util.Map cache)
           
 

Uses of Context in oracle.jdeveloper.wizard.common
 

Methods in oracle.jdeveloper.wizard.common with parameters of type Context
protected  oracle.bali.ewt.dialog.JEWTDialog BaliWizard.buildDialog(Context context, BaliWizardState state)
          Create and fill in JEWTDialog instances.
protected abstract  BaliWizardPanel BaliWizard.buildPanel(Context context, BaliWizardState state)
          The returned Panel should be a JPanel that implements the BaliWizardPanel interface.
protected  BaliWizardState BaliWizard.buildState(Context context)
          Create a new state object.
 boolean BaliWizard.invoke(Context context)
           
 boolean BaliWizard.isAvailable(Context context)
           
 

Uses of Context in oracle.jdevimpl.audit.core
 

Methods in oracle.jdevimpl.audit.core that return Context
 Context DefaultAuditContext.getIdeContext()
           
 

Methods in oracle.jdevimpl.audit.core with parameters of type Context
 boolean AuditController.handleEvent(IdeAction action, Context context)
          This method is called when a user interaction with a View triggers the execution of a command.
 AuditModel DefaultAuditManager.runShowLogPage(Context context, Auditor auditor, java.lang.String label, java.lang.Thread.UncaughtExceptionHandler handler)
           
 void DefaultAuditManager.showLogPage(Context context, Auditor auditor, AuditModel model, java.lang.String label)
           
 boolean AuditController.update(IdeAction action, Context context)
          This method updates the enabled status of the specified action within the specified context.
 

Uses of Context in oracle.jdevimpl.audit.log
 

Methods in oracle.jdevimpl.audit.log that return Context
 Context AuditLogPage.getContext(java.util.EventObject event)
           
 

Methods in oracle.jdevimpl.audit.log with parameters of type Context
static AuditLogPage AuditLogPage.auditLogPage(Context context, Auditor auditor, AuditModel model, java.lang.String label)
          Creates the log page for an auditor and a model bound to it.
 boolean AuditLogPanel.handleDefaultAction(Context context)
           
 boolean AuditLogPanel.handleEvent(IdeAction action, Context context)
           
static AuditModel AuditLogPage.runShow(Context context, Auditor auditor, java.lang.String label, java.lang.Thread.UncaughtExceptionHandler handler)
          Creates the log page for an auditor.
 boolean AuditLogPanel.update(IdeAction action, Context context)
           
 

Uses of Context in oracle.jdevimpl.esdk
 

Methods in oracle.jdevimpl.esdk with parameters of type Context
 boolean ESDKController.handleEvent(IdeAction action, Context context)
           
 boolean ESDKController.update(IdeAction action, Context context)
           
 

Uses of Context in oracle.jdevimpl.esdk.migration
 

Methods in oracle.jdevimpl.esdk.migration with parameters of type Context
 boolean MigrationContextMenuListener.handleDefaultAction(Context context)
           
 boolean MigrationController.handleEvent(IdeAction action, Context context)
           
 boolean MigrationController.update(IdeAction action, Context context)
           
 


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

E17493-01

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