ewe.data
Interface HasProperties

All Known Subinterfaces:
Database
All Known Implementing Classes:
DatabaseObject, Form, InputObject, PropertyList, TreeConfigNode, Window

public interface HasProperties

This represents an object which has an associated PropertyList object, accessible via the getProperties() method.


Method Summary
 PropertyList getProperties()
          Get the PropertyList object associated with this object.
 

Method Detail

getProperties

public PropertyList getProperties()
Get the PropertyList object associated with this object.