Library | Package Java Toolkit

Interface Popupmenu

package com.ptc.pfc.pfcUI;

public interface Popupmenu
  extends com.ptc.pfc.pfcObject.Child



Description

This class specifies a popup menu.



Method Summary
voidAddButton (UICommand Command, PopupmenuOptions Options)
    Add a new item to a Creo Parametric popup menu.
PopupmenuAddMenu (PopupmenuOptions Options)
    Adds a cascade button to the popup menu.
StringGetName ()
    Get method for attribute "Name"
    Name of the popup menu.

Methods Inherited from Interface com.ptc.pfc.pfcObject.Child
GetDBParent, GetOId

Method Detail

GetName

StringGetName ()


    Name of the popup menu.
Manual References:
Menus, Commands, and Pop-up Menus: Accessing the Pop-up Menus



AddButton

voidAddButton (UICommand Command, PopupmenuOptions Options)


    Add a new item to a Creo Parametric popup menu.
Manual References:
Menus, Commands, and Pop-up Menus: Adding Content to the Pop-up Menus, Menus, Commands, and Pop-up Menus: Adding Content to the Pop-up Menus
Parameters:
Command
Command associated to the popup menu button.
Options
Various attributes use to define this popup menu button.
Returns:


AddMenu

PopupmenuAddMenu (PopupmenuOptions Options)


    Adds a cascade button to the popup menu.
Manual References:
Menus, Commands, and Pop-up Menus: Adding Content to the Pop-up Menus
Parameters:
Options
Various attributes used to define the popup menu.
Returns:
The popup menu.