Extension SDK 9.0.5

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
protected  CmtPropertyState CmtEventModel.getPropertyState(int index)
          Get the CmtPropertyState at the given index.
protected  CmtPropertyState CmtPropertyModel.getPropertyState(int index)
          Get the CmtPropertyState at the given index.
 CmtPropertyState[] CmtInspectable.getPropertyStates()
           
 CmtPropertyState CmtInspectable.getPropertyState(java.lang.String name)
           
 CmtPropertyState[] InspectableSubcomponent.getPropertyStates()
           
 CmtPropertyState InspectableSubcomponent.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
 CmtPropertyState CmtSubcomponent.getPropertyState(java.lang.String name)
           
 CmtPropertyState CmtSubcomponent.getDefaultPropertyState()
           
 CmtPropertyState CmtSubcomponent.addPropertyState(CmtProperty property)
          Allows models to add/remove property states to/from this subcomponent
 

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

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.
 


Extension SDK

 

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