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

E13403-04

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[] CmtComponent.getProperties()
           
 CmtProperty CmtPropertySetting.getProperty()
           
 CmtProperty CmtPropertyState.getProperty()
           
 CmtProperty CmtComponent.getProperty(java.lang.String name)
           
 

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

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".
 


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

E13403-04

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