| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | AddButton
(UICommand Command, PopupmenuOptions Options)
Add a new item to a Creo Parametric popup menu. |
| Popupmenu | AddMenu
(PopupmenuOptions Options)
Adds a cascade button to the popup menu. |
| String | GetName
()
Get method for attribute "Name" Name of the popup menu. |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Method Detail |
|---|
| GetName |
|---|
| String | GetName | () |
Name of the popup menu.
|
| AddButton |
|---|
| void | AddButton | (UICommand Command, PopupmenuOptions Options) |
Add a new item to a Creo Parametric popup menu.
|
| AddMenu |
|---|
| Popupmenu | AddMenu | (PopupmenuOptions Options) |
Adds a cascade button to the popup menu.
|