Skip navigation links

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

E17493-04


oracle.ide.inspector
Class InspectorContext

java.lang.Object
  extended by oracle.ide.inspector.InspectorContext


public final class InspectorContext
extends java.lang.Object

Provides typesafe getter and setter methods for Context data specific to the property inspector.


Method Summary
static java.lang.Integer[] getInspectableOffsets(Context context)
          Returns the integer offsets into the Context.getSelection() for each selection Element that has an associated Inspectable.
static void 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.

 

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

 

Method Detail

getInspectableOffsets

public static java.lang.Integer[] getInspectableOffsets(Context context)
Returns the integer offsets into the Context.getSelection() for each selection Element that has an associated Inspectable.

setInspectableOffsets

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

Skip navigation links

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

E17493-04


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