Uses of Class
adams.gui.core.RecentFilesHandlerWithCommandline.Setup
-
Packages that use RecentFilesHandlerWithCommandline.Setup Package Description adams.gui.core adams.gui.tools.wekainvestigator adams.gui.tools.wekamultiexperimenter -
-
Uses of RecentFilesHandlerWithCommandline.Setup in adams.gui.core
Methods in adams.gui.core that return RecentFilesHandlerWithCommandline.Setup Modifier and Type Method Description protected RecentFilesHandlerWithCommandline.SetupRecentFilesHandlerWithCommandline. fromString(String s)Turns the string obtained from the props into an object again.Methods in adams.gui.core with parameters of type RecentFilesHandlerWithCommandline.Setup Modifier and Type Method Description protected booleanRecentFilesHandlerWithCommandline. check(RecentFilesHandlerWithCommandline.Setup item)Checks the item after obtaining from the props file.protected StringRecentFilesHandlerWithCommandline. createMenuItemText(int index, RecentFilesHandlerWithCommandline.Setup item)Generates the text for the menuitem.protected StringRecentFilesHandlerWithCommandline. toString(RecentFilesHandlerWithCommandline.Setup obj)Turns an object into a string for storing in the props. -
Uses of RecentFilesHandlerWithCommandline.Setup in adams.gui.tools.wekainvestigator
Method parameters in adams.gui.tools.wekainvestigator with type arguments of type RecentFilesHandlerWithCommandline.Setup Modifier and Type Method Description voidInvestigatorPanel. openRecent(RecentItemEvent<JMenu,RecentFilesHandlerWithCommandline.Setup> e)For opening a recently used file. -
Uses of RecentFilesHandlerWithCommandline.Setup in adams.gui.tools.wekamultiexperimenter
Method parameters in adams.gui.tools.wekamultiexperimenter with type arguments of type RecentFilesHandlerWithCommandline.Setup Modifier and Type Method Description voidExperimenterPanel. openRecentResults(RecentItemEvent<JMenu,RecentFilesHandlerWithCommandline.Setup> e)For opening a recently used results file.
-