java.lang.Object
org.gjt.sp.jedit.EBMessage
org.gjt.sp.jedit.msg.DynamicMenuChanged
Sending this message will cause the specified dynamic menu to be recreated.
- Since:
- jEdit 4.2pre2
- Version:
- $Id: DynamicMenuChanged.java 25325 2020-05-09 08:34:40Z kpouer $
- Author:
- Slava Pestov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the menu in question.
-
Constructor Details
-
DynamicMenuChanged
Creates a new dynamic menu changed message.- Parameters:
name
- The menu name. All dynamic menus with this name will be recreated next time they are displayed.
-
-
Method Details
-
getMenuName
Returns the name of the menu in question. -
paramString
- Overrides:
paramString
in classEBMessage
- Returns:
- a string representation of this message's parameters.
-