com.swtdesigner.api.cmt
Interface CmtPropertyEditor

All Superinterfaces:
java.beans.PropertyEditor

public interface CmtPropertyEditor
extends java.beans.PropertyEditor

Allows a property editor to learn about its surroundings such as the property that it represents, the component that the property is part of, and the source file that is being designed.


Method Summary
 void setPropertyState(CmtPropertyState ps)
          Supplies the property state for this property that is being edited.
 
Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
 

Method Detail

setPropertyState

void setPropertyState(CmtPropertyState ps)
Supplies the property state for this property that is being edited.