marimba.persist
Interface PropertyObject

All Known Implementing Classes:
FileContent, PropertyItem, TableColumn, TriangleShape, VisualWidget, Widget, WidgetPropertyItem, WidgetPropertyList

public interface PropertyObject

An object that wants to be able to be persistified and depersistified has to implement this interface.

Version:
1.6, 11/29/96
Author:
Arthur van Hoff

Method Summary
 void getProperties(PropertyList list)
          Get the properties from the object and store them in the property list.
 void setProperties(PropertyList list)
          Set the object's properties from the property list.
 

Method Detail

getProperties

public void getProperties(PropertyList list)
Get the properties from the object and store them in the property list.

setProperties

public void setProperties(PropertyList list)
Set the object's properties from the property list.