<AdminPanelFactory>
Section:
Options
Required:
No
Value type:
Fully-qualified Java class name
Default:
com.osm.admin.ui.AdminPanelFactory
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
An AdminPanelFactory class object creates a list of BasicAdminPanel objects that are listed in the standalone client’s Admin menu list.
You can first create a custom class to add or remove items from the Admin menu and then register this custom class using <AdminPanelFactory> in your custom xml file.
Example
If you create the com.acme.admin.ui.AcmeAdminPanelFactory custom class, register it as follows:
<AdminPanelFactory>com.acme.admin.ui.AcmeAdminPanelFactory</AdminPanelFactory>
Was this helpful?