Uses of Class
adams.gui.tools.filecommander.FileCommanderDirectoryPanel
-
Packages that use FileCommanderDirectoryPanel Package Description adams.gui.tools -
-
Uses of FileCommanderDirectoryPanel in adams.gui.tools
Fields in adams.gui.tools declared as FileCommanderDirectoryPanel Modifier and Type Field Description protected FileCommanderDirectoryPanel
FileCommanderPanel. m_FilesActive
the active panel.protected FileCommanderDirectoryPanel
FileCommanderPanel. m_FilesInactive
the inactive panel.protected FileCommanderDirectoryPanel
FileCommanderPanel. m_PanelLeft
the left panel.protected FileCommanderDirectoryPanel
FileCommanderPanel. m_PanelRight
the right panel.Methods in adams.gui.tools that return FileCommanderDirectoryPanel Modifier and Type Method Description FileCommanderDirectoryPanel
FileCommanderPanel. getActive()
Returns the currently active panel.FileCommanderDirectoryPanel
FileCommanderPanel. getInactive()
Returns the currently inactive panel.Methods in adams.gui.tools with parameters of type FileCommanderDirectoryPanel Modifier and Type Method Description protected void
FileCommanderPanel. chooserChanged(FileCommanderDirectoryPanel source)
Gets called when a panel's chooser changes.void
FileCommanderPanel. setActive(FileCommanderDirectoryPanel active)
Updates the active state of the panel.
-