Method | Description | |
---|---|---|
Dispose ( ) : void | ||
ForceCloseMenu ( ) : void |
Closes the visible menu (if any)
|
|
ShowDatabaseToolsMenuAtCursor ( ) : void | ||
ShowEditCodeMenuAtCursor ( ) : void | ||
ShowEnvMenuAtCursor ( ) : void | ||
ShowGenerateCodeMenuAtCursor ( ) : void | ||
ShowMainMenuAtCursor ( ) : void | ||
ShowMenuAtCursor ( List |
Show a given menu
|
|
ShowMiscMenuAtCursor ( ) : void |
Method | Description | |
---|---|---|
AppliMenu ( ) : System | ||
DisableItemIfNeeded ( List list ) : List |
Allows to disable the items in a list depending on the conditions (item must be generic or we must be on a progress file to Enable)
|
|
RebuildSwitchEnvMenu ( ) : void |
Called when an environement is modified/add or simply switched, rebuilds the environment menu
|
public static ShowDatabaseToolsMenuAtCursor ( ) : void | ||
return | void |
public static ShowEditCodeMenuAtCursor ( ) : void | ||
return | void |
public static ShowGenerateCodeMenuAtCursor ( ) : void | ||
return | void |
public static ShowMainMenuAtCursor ( ) : void | ||
return | void |
public static ShowMenuAtCursor ( List |
||
menuList | List |
|
menuTitle | string | |
menuLogo | string | |
minSize | int | |
return | void |
public static ShowMiscMenuAtCursor ( ) : void | ||
return | void |