Extension SDK 10.1.2

Uses of Interface
oracle.ide.inspector.Inspectable

Packages that use Inspectable
oracle.ide.inspector Contains interfaces and classes that integrators may use to make their objects editable from the property inspector. 
oracle.jdeveloper.cmt The Component Model Tool, an API for manipulating Java source code. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
 

Uses of Inspectable in oracle.ide.inspector
 

Subinterfaces of Inspectable in oracle.ide.inspector
 interface Inspectable2
          Inspectable2 is a replacement API for Inspectable and offers a custom dialog hook in lieu of a Customizer.
 

Classes in oracle.ide.inspector that implement Inspectable
 class DefaultInspectable
          DefaultInspectable is a default implementation of the Inspectable interface.
 

Methods in oracle.ide.inspector that return Inspectable
 Inspectable MultiInspectable.getInspectable(int index)
          Get the specified Inspectable.
 Inspectable InspectableFactory.getInspectable(Context context)
          Get an Inspectable capable of handling the entire selection of the given Context.
 Inspectable InspectorFactory.getInspectable(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.
 Inspectable InspectorFactory.getInspectable(Context context, Element element)
          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.
 

Uses of Inspectable in oracle.jdeveloper.cmt
 

Subinterfaces of Inspectable in oracle.jdeveloper.cmt
 interface CmtInspectable
           
 

Classes in oracle.jdeveloper.cmt that implement Inspectable
 class InspectableSubcomponent
           
 

Uses of Inspectable in oracle.jdeveloper.model
 

Classes in oracle.jdeveloper.model that implement Inspectable
 class JProjectInspectable
           
 


Extension SDK

 

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