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 JComponentWriterFileChooserDisplayPanelGrid. m_ComponentFileChooserthe filedialog for loading/saving flows.protected JComponentWriterFileChooserDisplayPanelManager. m_ComponentFileChooserthe filedialog for loading/saving flows.protected JComponentWriterFileChooserAbstractGraphicalDisplay. m_GraphicFileChooserthe filedialog for saving the panel as picture.Methods in adams.flow.sink that return JComponentWriterFileChooser Modifier and Type Method Description protected JComponentWriterFileChooserDisplayPanelGrid. getComponentFileChooser()Returns (and initializes if necessary) the file chooser for the components.protected JComponentWriterFileChooserDisplayPanelManager. getComponentFileChooser()Returns (and initializes if necessary) the file chooser for the components.protected JComponentWriterFileChooserAbstractGraphicalDisplay. 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 JComponentWriterFileChooserBasePanel. m_FileChooserthe 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 JComponentWriterFileChooserPrintMouseListener. m_FileChooserthe 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 JComponentWriterFileChooserComponentContentPanel. 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 JComponentWriterFileChooserContentPanel. m_FileChooserthe filechooser for saving the panel.Methods in adams.gui.visualization.core.plot that return JComponentWriterFileChooser Modifier and Type Method Description protected JComponentWriterFileChooserContentPanel. getFileChooser()Returns the filechooser for saving the plot as image.
-