java.lang.Object
org.gjt.sp.jedit.menu.DirectoryProvider
- All Implemented Interfaces:
DynamicMenuProvider
- Version:
- $Id: DirectoryProvider.java 25141 2020-04-07 22:43:40Z kpouer $
- Author:
- Slava Pestov
-
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
-
DirectoryProvider
-
-
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
-