Additional Windchill Capabilities > Manufacturing Process Management > Working with Manufacturing Objects > Editing Plant Information > Customizing Edit Plant Information Table
  
Customizing Edit Plant Information Table
The Edit Plant Information window lets you edit the attributes of plant data and department data objects. You can customize the display settings of the table and the information contained in it using properties and delegates.
The properties are listed in the AttributesEditor.properties.xconf file located at wcEnterprise/AttributesEditor/src/com/ptc/windchill/ae/xconf. You can configure the relevant properties given in the table:
Property
Use
com.ptc.windchill.ae.EDANDPFD.collectionServiceKey
Specify the collector for navigating the plant data and department data objects.
com.ptc.windchill.ae.EDANDPFD.navigationParameterClasses
Specify the parameter classes for navigating the plant data and department data objects.
com.ptc.windchill.ae.EDANDPFD.navigationConstant
Specify the navigation constants for the plant data and department data objects.
com.ptc.windchill.ae.EDANDPFD.classes
Specify the class names of the plant data and department data attributes that should be displayed in the table.
com.ptc.windchill.ae.EDANDPFD.columnWidth
Specify the width for all the attribute columns in the table.
com.ptc.windchill.ae.EDANDPFD.colorForIdentityColumn
Specify the background color for the part identity column using hex code.
com.ptc.windchill.ae.EDANDPFD.widthForIdentityColumn
Specify the width for the part identity column.
com.ptc.windchill.ae.EDANDPFD.displayNameForIdentityColumn
Specify the display name for the part identity column. Enter the key that defines the display name given in the aeActionsRB.java file located at com/ptc/windchill/ae.
com.ptc.windchill.ae.EDANDPFD.aeTableHeading
Specify the table header for the part identity column. Enter the key that defines the table header given in the aeActionsRB.java file located at com/ptc/windchill/ae.
com.ptc.windchill.ae.EDANDPFD.ootbColumns
Specify the internal names of the attribute columns that should be displayed out of the box.
* 
The keyword EDANPFD in the property name is the name of the action that specifies the objects that are part of the framework. By default, the action supports plant data and department data objects.
The delegates are listed in the AttributesEditor.service.properties.xconf file located at wcEnterprise/AttributesEditor/src/com/ptc/windchill/ae/xconf. You can configure the relevant delegates given in the table:
Delegate
Use
com.ptc.windchill.ae.server.delegate.GroupDeciderDelegate
Specify the grouping for the attribute columns in the table.
com.ptc.windchill.ae.server.delegate.NavigateStructureDelegate
Specify the navigation structure for collectors.
com.ptc.windchill.ae.server.delegate.StructureModelCreatorDelegate
Specify how to create structure models for the plant data and department data objects.
com.ptc.windchill.ae.server.delegate.AttributesCreatorDelegate
Specify how to create attributes for the plant data and department data objects.