Uses of Class
adams.gui.chooser.ObjectExporterFileChooser
-
Packages that use ObjectExporterFileChooser Package Description adams.gui.visualization.debug adams.gui.visualization.debug.objecttree -
-
Uses of ObjectExporterFileChooser in adams.gui.visualization.debug
Fields in adams.gui.visualization.debug declared as ObjectExporterFileChooser Modifier and Type Field Description protected ObjectExporterFileChooser
StoragePanel. m_FileChooser
the filechooser for exporting the object. -
Uses of ObjectExporterFileChooser in adams.gui.visualization.debug.objecttree
Fields in adams.gui.visualization.debug.objecttree declared as ObjectExporterFileChooser Modifier and Type Field Description protected ObjectExporterFileChooser
Tree. m_FileChooser
filechooser for exporting objects.Methods in adams.gui.visualization.debug.objecttree that return ObjectExporterFileChooser Modifier and Type Method Description protected ObjectExporterFileChooser
Tree. getFileChooser(Class cls)
Returns the file chooser to use.
-