org.formaria.editor.project.pages
Interface ModelVis

All Known Implementing Classes:
PersistentPojoModelEx, PojoIteratorEx, PojoMethodArg, PojoMethodArgs, PojoModelEx, PojoModelVis

public interface ModelVis

Interface being implemented by the model nodes used by data visualiser.


Method Summary
 java.util.Vector getBindingAttributes()
          Gets the binding attributes that this model node can provide.
 java.lang.String getBindingPath()
          Returns the run-time model path of this object.
 

Method Detail

getBindingPath

java.lang.String getBindingPath()
Returns the run-time model path of this object.

Returns:
the path

getBindingAttributes

java.util.Vector getBindingAttributes()
Gets the binding attributes that this model node can provide.

Returns:
Vector containing binding attributes