Library | Package Java Toolkit

Interface PopupmenuOptions

package com.ptc.pfc.pfcUI;

public interface PopupmenuOptions
  extends jxobject



Description

This class specifies various attributes associated with a popup menu.



Method Summary
/*optional*/ StringGetHelptext ()
    Get method for attribute "Helptext"
    The button or the cascade menu helptext. If null, help text is assigned as the item label.
/*optional*/ StringGetLabel ()
    Get method for attribute "Label"
    The menu button or cascade menu label. If null, label is assigned as the internal name.
StringGetName ()
    Get method for attribute "Name"
    Internal name of the new popup menu or cascade button.
/*optional*/ IntegerGetPositionIndex ()
    Get method for attribute "PositionIndex"
    Position at which to add the menu or cascade button. If position null, the position will be at the end of the menu.
voidSetHelptext ( /*optional*/ String value)
    Set method for attribute "Helptext"
    The button or the cascade menu helptext. If null, help text is assigned as the item label.
voidSetLabel ( /*optional*/ String value)
    Set method for attribute "Label"
    The menu button or cascade menu label. If null, label is assigned as the internal name.
voidSetName (String value)
    Set method for attribute "Name"
    Internal name of the new popup menu or cascade button.
voidSetPositionIndex ( /*optional*/ Integer value)
    Set method for attribute "PositionIndex"
    Position at which to add the menu or cascade button. If position null, the position will be at the end of the menu.

Method Detail

GetPositionIndex/SetPositionIndex

/*optional*/ IntegerGetPositionIndex ()
voidSetPositionIndex ( /*optional*/ Integer value)


    Position at which to add the menu or cascade button. If position null, the position will be at the end of the menu.
Manual References:
Menus, Commands, and Pop-up Menus: Adding Content to the Pop-up Menus



GetName/SetName

StringGetName ()
voidSetName (String value)


    Internal name of the new popup menu or cascade button.
Manual References:
Menus, Commands, and Pop-up Menus: Adding Content to the Pop-up Menus



GetLabel/SetLabel

/*optional*/ StringGetLabel ()
voidSetLabel ( /*optional*/ String value)


    The menu button or cascade menu label. If null, label is assigned as the internal name.
Manual References:
Menus, Commands, and Pop-up Menus: Adding Content to the Pop-up Menus



GetHelptext/SetHelptext

/*optional*/ StringGetHelptext ()
voidSetHelptext ( /*optional*/ String value)


    The button or the cascade menu helptext. If null, help text is assigned as the item label.
Manual References:
Menus, Commands, and Pop-up Menus: Adding Content to the Pop-up Menus