| Version 0.04 | MenuTooltipFX |
Author T201016 & Source by Steve Laming |
| Index | < BLD_KeyCombinations - BLD_MenuCustom > |
Text(Text As String)
StyleClass As List
Get the style class
Initialize(Module As Object, Event_Name As String, Text As String)
Initializes the object. You can add parameters to this method if needed.
GetSelected As Boolean
Get the selected state for this menu item
SetSelected(Checked As Boolean) As BLD_MenuCheckBox
Set the selected state for this menu item
Returns the menu item
SetGraphic(Graphic As Node, Tooltip As String) As BLD_MenuCheckBox
Set a Graphic for this menu item
Returns the menu item
GetGraphic As Node
Get the graphic set on this menu item
SetShortCutKey(Combination As String) As BLD_MenuCheckBox
Set a shortut key for this menu item
Returns the menu item
SetEventName(Name As String) As BLD_MenuCheckBox
Set an alternate eventname
GetEventName As String
get the alternate eventname
SetStyleClass(Class As String) As BLD_MenuCheckBox
Add a style class for this menuitem, checks it is not already added
Returns the menu item
SetVisibled(Visibled As Boolean) As BLD_MenuCheckBox
Set the visibled state for the menu item
Returns the menu item
SetEnabled(Enabled As Boolean) As BLD_MenuCheckBox
Set the enabled state for the menu item
Returns the menu item
GetEnabled As Boolean
Get the enabled state for the menu item
SetTag(TTag As Object) As BLD_MenuCheckBox
Set a tag for the menu item
Returns the menu item
GetTag As Object
Set a tag for the menu item
AsJavaObject As JavaObject
Get the underlying Native menuitem as a JavaObject
AsObject As Object
Get the underlying Native menuitem as a JavaObject