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 FilePanelFilePanel.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 FilePanelFileCommanderDirectoryPanel. m_Filesthe left side.Methods in adams.gui.tools.filecommander that return FilePanel Modifier and Type Method Description FilePanelFileCommanderDirectoryPanel. 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 FilePanelFileBrowserSource. m_PanelFilesthe list of files.
-