Uses of Class
adams.gui.core.RecentFilesHandler
-
-
Uses of RecentFilesHandler in adams.gui.flow
Fields in adams.gui.flow declared as RecentFilesHandler Modifier and Type Field Description protected RecentFilesHandler<JMenu>
FlowControlCenterPanel. m_RecentFilesHandler
the recent files handler.protected RecentFilesHandler<JMenu>
FlowRunnerPanel. m_RecentFilesHandler
the recent files handler. -
Uses of RecentFilesHandler in adams.gui.scripting
Fields in adams.gui.scripting declared as RecentFilesHandler Modifier and Type Field Description protected RecentFilesHandler<JMenu>
AbstractScriptingDialog. m_RecentFilesHandler
the recent files handler. -
Uses of RecentFilesHandler in adams.gui.tools
Fields in adams.gui.tools declared as RecentFilesHandler Modifier and Type Field Description protected RecentFilesHandler<JMenu>
FileMonitorPanel. m_RecentFilesHandler
the recent files handler.protected RecentFilesHandler<JMenu>
PreviewBrowserPanel. m_RecentFilesHandler
the recent files handler.protected RecentFilesHandler<JMenu>
PropertiesViewerPanel. m_RecentFilesHandler
the recent files handler.protected RecentFilesHandler<JMenu>
DiffPanel. m_RecentFilesHandlerLeft
the recent files handler (left).protected RecentFilesHandler<JMenu>
DiffPanel. m_RecentFilesHandlerRight
the recent files handler (right). -
Uses of RecentFilesHandler in adams.gui.tools.wekamultiexperimenter
Fields in adams.gui.tools.wekamultiexperimenter declared as RecentFilesHandler Modifier and Type Field Description protected RecentFilesHandler<JMenu>
ExperimenterPanel. m_RecentFilesHandlerSetups
the recent files handler for setups. -
Uses of RecentFilesHandler in adams.gui.visualization.instance
Fields in adams.gui.visualization.instance declared as RecentFilesHandler Modifier and Type Field Description protected RecentFilesHandler<JMenu>
InstanceExplorer. m_RecentFilesHandler
the recent files handler.protected RecentFilesHandler<JMenu>
InstanceComparePanel. m_RecentFilesHandler1
the recent files handler.protected RecentFilesHandler<JMenu>
InstanceComparePanel. m_RecentFilesHandler2
the recent files handler. -
Uses of RecentFilesHandler in adams.gui.visualization.pdf
Fields in adams.gui.visualization.pdf declared as RecentFilesHandler Modifier and Type Field Description protected RecentFilesHandler<JMenu>
PDFViewerPanel. m_RecentFilesHandler
the recent files handler. -
Uses of RecentFilesHandler in adams.gui.visualization.spreadsheet
Fields in adams.gui.visualization.spreadsheet declared as RecentFilesHandler Modifier and Type Field Description protected RecentFilesHandler<JMenu>
SpreadSheetExplorer. m_RecentFilesHandler
the recent files handler. -
Uses of RecentFilesHandler in weka.gui.explorer
Fields in weka.gui.explorer declared as RecentFilesHandler Modifier and Type Field Description protected RecentFilesHandler<JMenu>
ExplorerExt. m_RecentFilesHandler
the recent files handler.
-