public interface ConstraintsPropertyState extends CmtPropertyState
CmtPropertyState
,
ConstraintsProperty
Modifier and Type | Method and Description |
---|---|
void |
setValue(java.lang.Object value,
boolean updateLayout)
Set the value of this CmtPropertyState, optionally updating the controlling
LayoutManager directly.
|
editorAttached, getObject, getProperty, getPropertySetting, getSubcomponent, getValue, getValueSource, getValueText, isDefault, isPseudoPropertyState, isReadOnly, refresh, release, reset, setDefaultValue, setValue, setValueSource, setValueText
void setValue(java.lang.Object value, boolean updateLayout)
value
- the value of the "constraints" used by the LayoutManager.updateLayout
- true to update the LayoutManager settings directly.