oracle.jdeveloper.cmt
Interface CmtPropertyState
- All Known Subinterfaces:
- CmtEventState, ConstraintsPropertyState
- public interface CmtPropertyState
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
Copyright © 1997, 2004, Oracle. All rights reserved.