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

E17493-02

oracle.ide.util
Interface ContextHolder

All Known Implementing Classes:
CodeNavigationPoint, oracle.ide.navigation.DefaultNavigationPoint, LineNavigationPoint, OffsetNavigationPoint

Deprecated. since 11.1.1 with no replacement.

public interface ContextHolder

ContextHolder is an API through which owners of a Context may defer monitoring of the owned Context to the ContextWatcher.


Method Summary
 void contextRemoved()
          Deprecated. The Context originally fetched via getContext is no longer valid due to any or all of the Node, Project, or Workspace being removed from the IDE.
 Context getContext()
          Deprecated. Get the owned Context.
 void 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 projectRenamed(Context context)
          Deprecated. The Project of the Context originally fetched via getContext has been renamed.
 void workspaceRenamed(Context context)
          Deprecated. The Workspace of the Context originally fetched via getContext has been renamed.
 

Method Detail

getContext

Context getContext()
Deprecated. 
Get the owned Context.

Returns:
the owned Context.

nodeRenamed

void 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.

Parameters:
context - a Context containing the possibly new Node instance.

projectRenamed

void projectRenamed(Context context)
Deprecated. 
The Project of the Context originally fetched via getContext has been renamed.

Parameters:
context - a Context containing the renamed Project.

workspaceRenamed

void workspaceRenamed(Context context)
Deprecated. 
The Workspace of the Context originally fetched via getContext has been renamed.

Parameters:
context - a Context containing the renamed Workspace.

contextRemoved

void contextRemoved()
Deprecated. 
The Context originally fetched via getContext is no longer valid due to any or all of the Node, Project, or Workspace being removed from the IDE.


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

E17493-02

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