Uses of Class
adams.gui.print.JComponentWriterFileChooser
-
Packages that use JComponentWriterFileChooser Package Description adams.flow.sink adams.gui.core adams.gui.print adams.gui.tools.wekainvestigator.output adams.gui.visualization.core.plot -
-
Uses of JComponentWriterFileChooser in adams.flow.sink
Fields in adams.flow.sink declared as JComponentWriterFileChooser Modifier and Type Field Description protected JComponentWriterFileChooser
DisplayPanelGrid. m_ComponentFileChooser
the filedialog for loading/saving flows.protected JComponentWriterFileChooser
DisplayPanelManager. m_ComponentFileChooser
the filedialog for loading/saving flows.protected JComponentWriterFileChooser
AbstractGraphicalDisplay. m_GraphicFileChooser
the filedialog for saving the panel as picture.Methods in adams.flow.sink that return JComponentWriterFileChooser Modifier and Type Method Description protected JComponentWriterFileChooser
DisplayPanelGrid. getComponentFileChooser()
Returns (and initializes if necessary) the file chooser for the components.protected JComponentWriterFileChooser
DisplayPanelManager. getComponentFileChooser()
Returns (and initializes if necessary) the file chooser for the components.protected JComponentWriterFileChooser
AbstractGraphicalDisplay. getGraphicFileChooser()
Returns (and initializes if necessary) the file chooser for the images. -
Uses of JComponentWriterFileChooser in adams.gui.core
Fields in adams.gui.core declared as JComponentWriterFileChooser Modifier and Type Field Description protected static JComponentWriterFileChooser
BasePanel. m_FileChooser
the filechooser for saving the panel. -
Uses of JComponentWriterFileChooser in adams.gui.print
Fields in adams.gui.print declared as JComponentWriterFileChooser Modifier and Type Field Description protected static JComponentWriterFileChooser
PrintMouseListener. m_FileChooser
the filechooser for saving the panel. -
Uses of JComponentWriterFileChooser in adams.gui.tools.wekainvestigator.output
Methods in adams.gui.tools.wekainvestigator.output that return JComponentWriterFileChooser Modifier and Type Method Description protected JComponentWriterFileChooser
ComponentContentPanel. createFileChooser()
Creates the filechooser to use. -
Uses of JComponentWriterFileChooser in adams.gui.visualization.core.plot
Fields in adams.gui.visualization.core.plot declared as JComponentWriterFileChooser Modifier and Type Field Description protected JComponentWriterFileChooser
ContentPanel. m_FileChooser
the filechooser for saving the panel.Methods in adams.gui.visualization.core.plot that return JComponentWriterFileChooser Modifier and Type Method Description protected JComponentWriterFileChooser
ContentPanel. getFileChooser()
Returns the filechooser for saving the plot as image.
-