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 FileCommanderDirectoryPanelFileCommanderPanel. m_FilesActivethe active panel.protected FileCommanderDirectoryPanelFileCommanderPanel. m_FilesInactivethe inactive panel.protected FileCommanderDirectoryPanelFileCommanderPanel. m_PanelLeftthe left panel.protected FileCommanderDirectoryPanelFileCommanderPanel. m_PanelRightthe right panel.Methods in adams.gui.tools that return FileCommanderDirectoryPanel Modifier and Type Method Description FileCommanderDirectoryPanelFileCommanderPanel. getActive()Returns the currently active panel.FileCommanderDirectoryPanelFileCommanderPanel. getInactive()Returns the currently inactive panel.Methods in adams.gui.tools with parameters of type FileCommanderDirectoryPanel Modifier and Type Method Description protected voidFileCommanderPanel. chooserChanged(FileCommanderDirectoryPanel source)Gets called when a panel's chooser changes.voidFileCommanderPanel. setActive(FileCommanderDirectoryPanel active)Updates the active state of the panel.
-