Collection File

The Collection file is a UIL file that describes the hierarchy used to create the object space.The following example illustrates a sample collection file:

module main_uil
names = case_sensitive
object new_item : NewItem {
arguments { };
controls { }
; callbacks { };
};
end module:

Replace "new_item" with the item name from the Catalog file, and "NewItem" with the class name from the WML file. This file should be placed in the directory {BX}/xcessory/collections or ${HOME}/.builderXcessory/collections with the name <ClassName>.col.

Documentation: