Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.cmt.CmtProperty

Packages that use CmtProperty
oracle.jdeveloper.cmt The Component Model Tool, an API for manipulating Java source code. 
oracle.jdeveloper.uieditor.uicanvas Contains classes that allow addins access to the UICanvas integration objects. 
 

Uses of CmtProperty in oracle.jdeveloper.cmt
 

Subinterfaces of CmtProperty in oracle.jdeveloper.cmt
 interface CmtEvent
          A specific event within an event set.
 interface CmtEventSource
          A changable event within a group for a component
 interface CmtPropertySource
           
 

Methods in oracle.jdeveloper.cmt that return CmtProperty
 CmtProperty CmtPropertySetting.getProperty()
           
 CmtProperty CmtPropertyState.getProperty()
           
 CmtProperty[] CmtComponent.getProperties()
           
 CmtProperty CmtComponent.getProperty(java.lang.String name)
           
 CmtProperty[] CmtInspectable.getProperties()
           
 CmtProperty[] InspectableSubcomponent.getProperties()
           
 

Methods in oracle.jdeveloper.cmt with parameters of type CmtProperty
 CmtPropertySetting CmtMethodSource.addPropertySetting(CmtSubcomponent instance, CmtProperty property, java.lang.String valueText)
           
 void CmtComponentSource.removeProperty(CmtProperty property)
          Remove a property from the class represented by this CmtComponent.
 CmtPropertyState CmtSubcomponent.addPropertyState(CmtProperty property)
          Allows models to add/remove property states to/from this subcomponent
 

Uses of CmtProperty in oracle.jdeveloper.uieditor.uicanvas
 

Subinterfaces of CmtProperty in oracle.jdeveloper.uieditor.uicanvas
 interface ConstraintsProperty
          The ConstraintsProperty is a marker interface intended to identify the pseudo property for "constraints".
 


Extension SDK

 

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