<PropertyTab>
Section:
Class
Required:
No
Value type:
Fully qualified Java class name
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
Allows new tabs to be configured that will appear in the DB Properties dialog. This tag must be configured in the <Class> definition for database classes that require additional tabs. The value is the fully qualified Java name of the class that implements the com.osm.property.PropertyTab interface (or extends the com.osm.property.AbstractTreeTablePropertyTab class). There may be one or more <PropertyTab> tags for a class.
Example
<PropertyTab>com.mydomain.biz.MyPropertyTab</PropertyTab>
Was this helpful?