Extension SDK 9.0.5

oracle.jdeveloper.cmt
Interface CmtPropertyState

All Known Subinterfaces:
CmtEventState, ConstraintsPropertyState

public interface CmtPropertyState


Method Summary
 void editorAttached(CmtPropertyEditor editor)
           
 java.lang.Object getObject()
           
 CmtProperty getProperty()
           
 CmtPropertySetting getPropertySetting()
           
 CmtSubcomponent getSubcomponent()
           
 java.lang.Object getValue()
           
 java.lang.String getValueSource()
           
 java.lang.String getValueText()
           
 boolean isDefault()
           
 boolean isPseudoPropertyState()
          True for and and any other properties which do not directly map to a bean's stated properties
 boolean isReadOnly()
           
 void refresh(CmtPropertySetting setting)
           
 void release()
           
 void reset()
           
 void setDefaultValue(java.lang.Object value)
           
 void setValue(java.lang.Object value)
           
 void setValueSource(java.lang.String value)
           
 void setValueText(java.lang.String value)
           
 

Method Detail

getObject

public java.lang.Object getObject()

getSubcomponent

public CmtSubcomponent getSubcomponent()

getProperty

public CmtProperty getProperty()

getPropertySetting

public CmtPropertySetting getPropertySetting()

refresh

public void refresh(CmtPropertySetting setting)

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)
              throws java.beans.PropertyVetoException
Throws:
java.beans.PropertyVetoException

getValueText

public java.lang.String getValueText()

setValueText

public void setValueText(java.lang.String value)

getValueSource

public java.lang.String getValueSource()

setValueSource

public void setValueSource(java.lang.String value)

isDefault

public boolean isDefault()

setDefaultValue

public void setDefaultValue(java.lang.Object value)

reset

public void reset()

isReadOnly

public boolean isReadOnly()

editorAttached

public void editorAttached(CmtPropertyEditor editor)

release

public void release()

isPseudoPropertyState

public boolean isPseudoPropertyState()
True for and and any other properties which do not directly map to a bean's stated properties


Extension SDK

 

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