Uses of Class
adams.gui.tools.FileCommanderPanel
-
Packages that use FileCommanderPanel Package Description adams.gui.tools.filecommander -
-
Uses of FileCommanderPanel in adams.gui.tools.filecommander
Fields in adams.gui.tools.filecommander declared as FileCommanderPanel Modifier and Type Field Description protected FileCommanderPanel
AbstractFileCommanderAction. m_Owner
the owner.protected FileCommanderPanel
FileCommanderDirectoryPanel. m_Owner
the owner.Methods in adams.gui.tools.filecommander that return FileCommanderPanel Modifier and Type Method Description FileCommanderPanel
AbstractFileCommanderAction. getOwner()
Returns the owner.FileCommanderPanel
FileCommanderDirectoryPanel. getOwner()
Returns the owner.Methods in adams.gui.tools.filecommander with parameters of type FileCommanderPanel Modifier and Type Method Description void
AbstractFileCommanderAction. setOwner(FileCommanderPanel value)
Sets the owner.void
FileCommanderDirectoryPanel. setOwner(FileCommanderPanel value)
Sets the owner.
-