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.Setup
RecentFilesHandlerWithCommandline. 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 boolean
RecentFilesHandlerWithCommandline. check(RecentFilesHandlerWithCommandline.Setup item)
Checks the item after obtaining from the props file.protected String
RecentFilesHandlerWithCommandline. createMenuItemText(int index, RecentFilesHandlerWithCommandline.Setup item)
Generates the text for the menuitem.protected String
RecentFilesHandlerWithCommandline. 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 void
InvestigatorPanel. 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 void
ExperimenterPanel. openRecentResults(RecentItemEvent<JMenu,RecentFilesHandlerWithCommandline.Setup> e)
For opening a recently used results file.
-