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

E13403-07

Package javax.ide.util

This package contains utility classes.

See:
          Description

Class Summary
Graph<T> A directed graph consisting of vertices of type T.
IconDescription The description of an icon.
ID Class used to identify objects.
MetaClass<T> A MetaClass describes a real Class with the purpose of providing to an IDE class level information, and delaying the loading of that class to the last possible moment: when an instance of the class is required.
Version Represents the version number of an extension or component.
 

Exception Summary
Graph.CycleException  
MissingIconException Exception thrown when IconDescription fails to find an icon.
 

Package javax.ide.util Description

This package contains utility classes. One of those classes is the IDELocator class. This class can be used by extension writers to get a hold of the javax.ide.IDE.

Another class in this package is the MetaClass class. This class is used to find out information about classes described in extension deployment descriptors without involving the class loader.


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

E13403-07

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