Extension SDK

oracle.ide.model
Interface SupportsInspection


public interface SupportsInspection

This is a marker interface to be used in cooperation with Element implementations that wish to have the properties of their data made available to the Property Inspector. For example; if a given Element implementation class MyElement returns instances of class MyData from its Element.getData() implementation, then class MyData must implement SupportsInspection if the properties for that MyData instance are to be shown in the Property Inspector when its wrapper MyElement instance is selected in a View.



Extension SDK

 

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