Uses of Class
adams.gui.chooser.AbstractChooserPanelWithIOSupport
-
Packages that use AbstractChooserPanelWithIOSupport Package Description adams.gui.chooser adams.gui.tools.filecommander -
-
Uses of AbstractChooserPanelWithIOSupport in adams.gui.chooser
Subclasses of AbstractChooserPanelWithIOSupport in adams.gui.chooser Modifier and Type Class Description class
DirectoryChooserPanel
A panel that contains a text field with the current directory and a button for bringing up a BaseDirectoryChooser.class
FtpDirectoryChooserPanel
Chooser for remote directories (via SFTP).class
SftpDirectoryChooserPanel
Chooser for remote directories (via SFTP).class
SmbDirectoryChooserPanel
Chooser for remote directories (via SMB). -
Uses of AbstractChooserPanelWithIOSupport in adams.gui.tools.filecommander
Fields in adams.gui.tools.filecommander declared as AbstractChooserPanelWithIOSupport Modifier and Type Field Description protected AbstractChooserPanelWithIOSupport
FileCommanderDirectoryPanel. m_Dir
the left dir panel.Fields in adams.gui.tools.filecommander with type parameters of type AbstractChooserPanelWithIOSupport Modifier and Type Field Description protected BaseComboBox<AbstractChooserPanelWithIOSupport>
FileCommanderDirectoryPanel. m_Choosers
the combobox with the available directory chooser panels.Methods in adams.gui.tools.filecommander that return AbstractChooserPanelWithIOSupport Modifier and Type Method Description AbstractChooserPanelWithIOSupport
FileCommanderDirectoryPanel. getChooserPanel()
Returns the chooser panel.Method parameters in adams.gui.tools.filecommander with type arguments of type AbstractChooserPanelWithIOSupport Modifier and Type Method Description protected void
FileCommanderDirectoryPanel. addChooserPanels(BaseComboBox<AbstractChooserPanelWithIOSupport> combobox)
Adds the choosers to the combobox.
-