Uses of Class
adams.gui.core.FilePanel
-
Packages that use FilePanel Package Description adams.gui.core adams.gui.tools.filecommander adams.gui.tools.spreadsheetprocessor.sources -
-
Uses of FilePanel in adams.gui.core
Methods in adams.gui.core that return FilePanel Modifier and Type Method Description FilePanel
FilePanel.FileDoubleClickEvent. getFilePanel()
Returns the file panel that triggered the event.Constructors in adams.gui.core with parameters of type FilePanel Constructor Description FileDoubleClickEvent(FilePanel source, FileObject file)
Initializes the event. -
Uses of FilePanel in adams.gui.tools.filecommander
Fields in adams.gui.tools.filecommander declared as FilePanel Modifier and Type Field Description protected FilePanel
FileCommanderDirectoryPanel. m_Files
the left side.Methods in adams.gui.tools.filecommander that return FilePanel Modifier and Type Method Description FilePanel
FileCommanderDirectoryPanel. getFilePanel()
Returns the panel with the files. -
Uses of FilePanel in adams.gui.tools.spreadsheetprocessor.sources
Fields in adams.gui.tools.spreadsheetprocessor.sources declared as FilePanel Modifier and Type Field Description protected FilePanel
FileBrowserSource. m_PanelFiles
the list of files.
-