Class MenuNode
java.lang.Object
com.inductiveautomation.factorypmi.application.script.MenuNode
- All Implemented Interfaces:
- TreeNode
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionchildren()booleangetChildAt(int index) intintgetName()voidinsertChild(int index, MenuNode child) booleanisLeaf()removeChild(int index) voidsetAccelerator(KeystrokeKey accelerator) voidsetChildren(List<MenuNode> children) voidsetDescription(String description) voidsetIconPath(String iconPath) voidsetMnemonic(String mnemonic) voidvoid
- 
Constructor Details- 
MenuNodepublic MenuNode()
- 
MenuNode
- 
MenuNode
 
- 
- 
Method Details- 
insertChild
- 
removeChild
- 
getChildren
- 
setChildren
- 
getDescription
- 
setDescription
- 
getIconPath
- 
setIconPath
- 
getName
- 
setName
- 
getScript
- 
setScript
- 
getMnemonic
- 
setMnemonic
- 
getAccelerator
- 
setAccelerator
- 
isLeafpublic boolean isLeaf()
- 
getChildAt- Specified by:
- getChildAtin interface- TreeNode
 
- 
getChildCountpublic int getChildCount()- Specified by:
- getChildCountin interface- TreeNode
 
- 
getParent
- 
getIndex
- 
getAllowsChildrenpublic boolean getAllowsChildren()- Specified by:
- getAllowsChildrenin interface- TreeNode
 
- 
children
 
-