Uses of Class
adams.gui.chooser.SerializationFileChooser
-
Packages that use SerializationFileChooser Package Description adams.gui.tools adams.gui.workspace -
-
Uses of SerializationFileChooser in adams.gui.tools
Fields in adams.gui.tools declared as SerializationFileChooser Modifier and Type Field Description protected SerializationFileChooser
SpreadSheetProcessorPanel. m_FileChooserConfiguration
filechooser for load/save configurations. -
Uses of SerializationFileChooser in adams.gui.workspace
Fields in adams.gui.workspace declared as SerializationFileChooser Modifier and Type Field Description protected SerializationFileChooser
AbstractSerializableWorkspaceManagerPanel. m_WorkspaceFileChooser
the file chooser for the workspaces.Methods in adams.gui.workspace that return SerializationFileChooser Modifier and Type Method Description SerializationFileChooser
AbstractWorkspaceHelper. newFileChooser()
Creates a filechooser for loading/saving workspaces.
-