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 classDirectoryChooserPanelA panel that contains a text field with the current directory and a button for bringing up a BaseDirectoryChooser.classSftpDirectoryChooserPanelChooser for remote directories (via SFTP).classSmbDirectoryChooserPanelChooser 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 AbstractChooserPanelWithIOSupportFileCommanderDirectoryPanel. m_Dirthe 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_Choosersthe combobox with the available directory chooser panels.Methods in adams.gui.tools.filecommander that return AbstractChooserPanelWithIOSupport Modifier and Type Method Description AbstractChooserPanelWithIOSupportFileCommanderDirectoryPanel. getChooserPanel()Returns the chooser panel.Method parameters in adams.gui.tools.filecommander with type arguments of type AbstractChooserPanelWithIOSupport Modifier and Type Method Description protected voidFileCommanderDirectoryPanel. addChooserPanels(BaseComboBox<AbstractChooserPanelWithIOSupport> combobox)Adds the choosers to the combobox.
-