java.lang.Object
org.gjt.sp.jedit.menu.PluginsProvider
- All Implemented Interfaces:
DynamicMenuProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the menu items to the given menu.boolean
Returns true if the menu should be updated each time it is shown.
-
Constructor Details
-
PluginsProvider
public PluginsProvider()
-
-
Method Details
-
updateEveryTime
public boolean updateEveryTime()Description copied from interface:DynamicMenuProvider
Returns true if the menu should be updated each time it is shown. Otherwise, it will only be updated when the menu is first created, and if the menu receives aDynamicMenuChanged
message.- Specified by:
updateEveryTime
in interfaceDynamicMenuProvider
-
update
Description copied from interface:DynamicMenuProvider
Adds the menu items to the given menu.- Specified by:
update
in interfaceDynamicMenuProvider
- Parameters:
menu
- The menu
-