Skip navigation links

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

E13403-06


Uses of Interface
oracle.jdeveloper.cmt.CmtPropertyState

Packages that use CmtPropertyState
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 CmtPropertyState in oracle.jdeveloper.cmt

 

Subinterfaces of CmtPropertyState in oracle.jdeveloper.cmt
 interface CmtEventState
          An event state for a specific event*subcomponent

 

Methods in oracle.jdeveloper.cmt that return CmtPropertyState
 CmtPropertyState CmtSubcomponent.addPropertyState(CmtProperty property)
          Allows models to add/remove property states to/from this subcomponent
 CmtPropertyState CmtSubcomponent.getDefaultPropertyState()
           
 CmtPropertyState CmtSubcomponent.getPropertyState(java.lang.String name)
           
 CmtPropertyState[] CmtSubcomponent.getPropertyStates()
          Returns objects representing the state of all properties, hence all potential property settings, including those that are not explicitly set in the init method

 

Methods in oracle.jdeveloper.cmt with parameters of type CmtPropertyState
 void CmtSubcomponent.addPropertyState(CmtPropertyState propertyState)
           
 java.lang.Object CmtPropertyAccessor.getPropertyValue(CmtPropertyState propertyState, java.lang.Object instance)
           
 void CmtSubcomponent.removePropertyState(CmtPropertyState propertyState)
           
 void CmtPropertyEditor.setPropertyState(CmtPropertyState ps)
           
 void CmtPropertyAccessor.setPropertyValue(CmtPropertyState propertyState, java.lang.Object instance, java.lang.Object value)
           

 

Uses of CmtPropertyState in oracle.jdeveloper.uieditor.uicanvas

 

Subinterfaces of CmtPropertyState in oracle.jdeveloper.uieditor.uicanvas
 interface ConstraintsPropertyState
          The ConstraintsPropertyState interface is intended to act as the CmtPropertyState associated with a ConstraintsProperty.

 


Skip navigation links

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

E13403-06


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