Uses of Interface
com.virtualweaver.xotics.datamodel.XoProperty

Packages that use XoProperty
com.virtualweaver.xotics.datamodel   
com.virtualweaver.xotics.datamodel.editor   
 

Uses of XoProperty in com.virtualweaver.xotics.datamodel
 

Methods in com.virtualweaver.xotics.datamodel that return XoProperty
 XoProperty[] XoRegistry.getProperties(XoObject xo)
          Returns the list of property wrappers defined for param xo.
 XoProperty XoRegistry.getProperty(XoObject xo, java.lang.String pName)
          Returns the wrapper of property named pName for param xo.
 XoProperty XoRegistry.getPropertyByXml(XoObject xo, java.lang.String xmlName)
          Returns the wrapper of property whose XML attribute equivalent is named xmlName for param xo.
 

Methods in com.virtualweaver.xotics.datamodel with parameters of type XoProperty
 void XoPropertyEditor.setProperty(XoProperty p)
          Sets the property wrapper of edited property.
 

Uses of XoProperty in com.virtualweaver.xotics.datamodel.editor
 

Methods in com.virtualweaver.xotics.datamodel.editor with parameters of type XoProperty
 void XoXsdPropertyEditor.setProperty(XoProperty p)
          Here, this method extracts XSD class if any.
 void XoXmlWSPropertyEditor.setProperty(XoProperty p)
           
 void XoObjectPropertyEditor.setProperty(XoProperty p)
           
 void XoIdRefXsdPropertyEditor.setProperty(XoProperty p)
           
 void XoEnumPropertyEditor.setProperty(XoProperty p)
           
 void XoDefaultPropertyEditor.setProperty(XoProperty p)
           
 void XoClassPropertyEditor.setProperty(XoProperty p)
           
 void XoCalendarXsdPropertyEditor.setProperty(XoProperty p)
           
 void XoAbstractPropertyEditor.setProperty(XoProperty p)
          Sets the property possibly using this editor.