PropertyList
fAttributesView = new PropertyList("attributesView");
PropertyList* fAttributesView;
PropertyList::PropertyList(const char* name)
PropertyList::~PropertyList()
PropertyList::AddAttributes(const Attributes& attributes)
PropertyList::RemoveAll()
PropertyList::SelectionChanged()
PropertyList::MessageReceived(BMessage* msg)
class PropertyList : public BColumnListView {
PropertyList(const char* name);
virtual ~PropertyList();