Extension SDK

Package oracle.ide.inspector

Contains interfaces and classes addins can use to make their data inspectable.

See:
          Description

Interface Summary
Extension The Extension interface is used when registering a concrete implementation of an interface for a given property type for use by the Property Inspector Window.
Inspectable  
InspectorManager The InspectorManager manages property inspector views.
InspectorWindow  
PropertyEditorRegistrar The PropertyEditorRegistrar interface offers a means for IDE implementations to register 'out of the box' PropertyEditor implementations with the java.beans.PropertyEditorManager such that they will be available for use by the Property Inspector.
 

Class Summary
DefaultInspectable  
DefaultModel  
IdeMultiObjectModel The IdeMultiObjectModel is a PropertyModel implementation capable of handling undoable property sets on one or more objects.
IdePropertyModel The IdePropertyModel class extends MultiObjectModel to add additional methods required to make the model more IDE friendly with respect to responding to and sending observer updates.
InspectorFactory The InspectorFactory class is a singleton class that provides a registry for registering Inspectable implemenations on a class by class basis.
MultiInspectable  
PropertySetCommand The PropetySetCommand implements a property set, handling the undoing of the property set and sending out all relevant notifications.
 

Package oracle.ide.inspector Description

Contains interfaces and classes addins can use to make their data inspectable. Inspectable objects can have their properties set using the property inspector.

Related Documentation

See Extending JDeveloper Using the Addin API for detailed information.


Extension SDK

 

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