Extension SDK 10.1.2


oracle.jdeveloper.cmt
Interface CmtInspectable

All Superinterfaces:
Inspectable
All Known Implementing Classes:
InspectableSubcomponent

public interface CmtInspectable
extends Inspectable

Method Summary
 CmtEventState[] getEventStates()
           
 CmtProperty[] getProperties()
           
 CmtPropertyState getPropertyState(java.lang.String name)
           
 CmtPropertyState[] getPropertyStates()
           

 

Methods inherited from interface oracle.ide.inspector.Inspectable
getAdditionalTabPages, getCustomizer, getPropertyModel, getTarget, setContext

 

Method Detail

getProperties

public CmtProperty[] getProperties()

getPropertyStates

public CmtPropertyState[] getPropertyStates()

getPropertyState

public CmtPropertyState getPropertyState(java.lang.String name)

getEventStates

public CmtEventState[] getEventStates()

Extension SDK


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