com.virtualweaver.xotics.datamodel
Interface XoPropertyEditor

All Superinterfaces:
java.beans.PropertyEditor
All Known Implementing Classes:
XoAbstractPropertyEditor

public interface XoPropertyEditor
extends java.beans.PropertyEditor

This is an extension of java.beans.PropertyEditor, providing access to the XoProperty wrapper of an edited property.

Version:
4.1

Method Summary
 void setProperty(XoProperty p)
          Sets the property wrapper of edited property.
 
Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
 

Method Detail

setProperty

public void setProperty(XoProperty p)
Sets the property wrapper of edited property.

Parameters:
p - the property wrapper