Additional Windchill Capabilities > Manufacturing Process Management > Customizing the Product Structure Explorer (PSE) > Customizing PSE Menus, Toolbars and Popup Menus > Solution > Solution Elements
  
Solution Elements
Element
Type
Description
PDMLinkExplorerMenus. xml
XML file
Holds the definition of the main PSE Application Menus, toolbars and popup menus that appear in the tree displays.
Located in:
<Windchill>/codebase/config/logicrepository/xm
l/explorer/productstructure
ExplorerMenuIt ems.xml
XML file
Holds Menu Item definitions, referenced from the main application menu (PDMLinkExplorerMenus.xml) and ExplorerMenus.xml
Located in:
<Windchill>/codebase/config/logicrepository/xm
l/explorer/structureexplorer
ExplorerMenus.x ml
XML file
Holds Menu definitions for sub-menus referenced from the main application menu (PDMLinkExplorerMenus.xml)
Located in:
<Windchill>/codebase/config/logicrepository/xm
l/explorer/structureexplorer
ExplorerMenusF orAttributeTable. xml
XML file
Holds the definition of the toolbars and popup menus for the Attribute Table on the Information Tab.
Located in:
<Windchill>/codebase/config/logicrepository/xm
l/explorer/structureexplorer
ExplorerMenusF orDocumuntsTab .xml
XML file
Holds the definition of the toolbars and popup menus for the tables on the Documents Tab.
Located in:
<Windchill>/codebase/config/logicrepository/xm
l/explorer/structureexplorer
ExplorerMenusF orReplacements Tab.xml
XML file
Holds the definition of the toolbars and popup menus for all tables on the Replacements Tab.
Located in:
<Windchill>/codebase/config/logicrepository/xm
l/explorer/structureexplorer
ExplorerMenusF orUsesTab.xml
XML file
Holds the definition of the toolbars and popup menus for all tables on the Uses Tab.
Located in:
<Windchill>/codebase/config/logicrepository/xm
l/explorer/structureexplorer
ActionAccess
XML element
Holds the definition of a MenuBar, related Menus and MenuItems. Each ActionAccess element (i.e., MenuBar definition) must include all the actions that will be used in the related Toolbars and Popup Menus.
* 
Adding new actions to the MenuBar definition is not supported.
Contained in PDMLinkExplorerMenus.xml and ExplorerMenus*.xml
ModeToolBar
XML element
Defines a toolbar for a specific mode. Specifies the ApplicationMode (via an Import) and a list of MenuItemIdentifiers.
ModePopupMe nu
XML element
Defines a popup menu for a specific mode. Simply specifies the mode and a list of MenuItemIdentifiers.
ExplorerMode
XML element
Sub-element of ModeToolBar or ModePopupMenu. Specifies the mode.
MenuItemIdentifi er
XML element
Sub-element of ModeToolBar or ModePopupMenu. Identifies (through the id parameter) a defined Action.