java.lang.Object
org.gjt.sp.jedit.menu.RecentDirectoriesProvider
- All Implemented Interfaces:
DynamicMenuProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the menu items to the given menu.booleanReturns true if the menu should be updated each time it is shown.
-
Constructor Details
-
RecentDirectoriesProvider
public RecentDirectoriesProvider()
-
-
Method Details
-
updateEveryTime
public boolean updateEveryTime()Description copied from interface:DynamicMenuProviderReturns 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 aDynamicMenuChangedmessage.- Specified by:
updateEveryTimein interfaceDynamicMenuProvider
-
update
Description copied from interface:DynamicMenuProviderAdds the menu items to the given menu.- Specified by:
updatein interfaceDynamicMenuProvider- Parameters:
menu- The menu
-