Uses of Class
adams.gui.core.RecentFilesHandlerWithCommandline
-
-
Uses of RecentFilesHandlerWithCommandline in adams.gui.flow
Fields in adams.gui.flow declared as RecentFilesHandlerWithCommandline Modifier and Type Field Description protected RecentFilesHandlerWithCommandline<JMenu>FlowEditorPanel. m_RecentFilesHandlerthe recent files handler.protected RecentFilesHandlerWithCommandline<JMenu>FlowPanel. m_RecentFilesHandlerthe recent files handler.Methods in adams.gui.flow that return RecentFilesHandlerWithCommandline Modifier and Type Method Description RecentFilesHandlerWithCommandline<JMenu>FlowEditorPanel. getRecentFilesHandler()Returns the recent files handler in use.RecentFilesHandlerWithCommandline<JMenu>FlowPanel. getRecentFilesHandler()Returns the recent files handler to use.Methods in adams.gui.flow with parameters of type RecentFilesHandlerWithCommandline Modifier and Type Method Description voidFlowPanel. setRecentFilesHandler(RecentFilesHandlerWithCommandline<JMenu> value)Sets the recent files handler to use. -
Uses of RecentFilesHandlerWithCommandline in adams.gui.tools
Fields in adams.gui.tools declared as RecentFilesHandlerWithCommandline Modifier and Type Field Description protected RecentFilesHandlerWithCommandline<JMenu>ImageProcessorPanel. m_RecentFilesHandlerthe recent files handler.protected RecentFilesHandlerWithCommandline<JMenu>SpreadSheetViewerPanel. m_RecentFilesHandlerthe recent files handler. -
Uses of RecentFilesHandlerWithCommandline in adams.gui.tools.wekainvestigator
Fields in adams.gui.tools.wekainvestigator declared as RecentFilesHandlerWithCommandline Modifier and Type Field Description protected RecentFilesHandlerWithCommandline<JMenu>InvestigatorPanel. m_RecentFilesHandlerthe recent files handler. -
Uses of RecentFilesHandlerWithCommandline in adams.gui.tools.wekamultiexperimenter
Fields in adams.gui.tools.wekamultiexperimenter declared as RecentFilesHandlerWithCommandline Modifier and Type Field Description protected RecentFilesHandlerWithCommandline<JMenu>ExperimenterPanel. m_RecentFilesHandlerResultsthe recent files handler for results. -
Uses of RecentFilesHandlerWithCommandline in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as RecentFilesHandlerWithCommandline Modifier and Type Field Description protected RecentFilesHandlerWithCommandline<JMenu>ImageViewerPanel. m_RecentFilesHandlerthe recent files handler. -
Uses of RecentFilesHandlerWithCommandline in adams.gui.visualization.timeseries
Fields in adams.gui.visualization.timeseries declared as RecentFilesHandlerWithCommandline Modifier and Type Field Description protected RecentFilesHandlerWithCommandline<JMenu>TimeseriesExplorer. m_RecentFilesHandlerthe recent files handler.
-