Uses of Class
adams.gui.tools.PreviewBrowserPanel
-
Packages that use PreviewBrowserPanel Package Description adams.gui.dialog adams.gui.tools adams.gui.tools.previewbrowser.localfiles -
-
Uses of PreviewBrowserPanel in adams.gui.dialog
Fields in adams.gui.dialog declared as PreviewBrowserPanel Modifier and Type Field Description protected PreviewBrowserPanel
PreviewBrowserDialog. m_PanelPreview
the preview panel.Methods in adams.gui.dialog that return PreviewBrowserPanel Modifier and Type Method Description PreviewBrowserPanel
PreviewBrowserDialog. getPreviewPanel()
Returns the preview panel. -
Uses of PreviewBrowserPanel in adams.gui.tools
Fields in adams.gui.tools declared as PreviewBrowserPanel Modifier and Type Field Description protected PreviewBrowserPanel
PreviewBrowserPanel.LocalFilesListCellRenderer. m_Owner
the owner.Methods in adams.gui.tools that return PreviewBrowserPanel Modifier and Type Method Description PreviewBrowserPanel
PreviewBrowserPanel. newWindow()
Displays a new preview window/frame.Constructors in adams.gui.tools with parameters of type PreviewBrowserPanel Constructor Description LocalFilesListCellRenderer(PreviewBrowserPanel owner)
Initializes the renderer. -
Uses of PreviewBrowserPanel in adams.gui.tools.previewbrowser.localfiles
Fields in adams.gui.tools.previewbrowser.localfiles declared as PreviewBrowserPanel Modifier and Type Field Description protected PreviewBrowserPanel
AbstractLocalFilesAction. m_Owner
the owner.Methods in adams.gui.tools.previewbrowser.localfiles that return PreviewBrowserPanel Modifier and Type Method Description PreviewBrowserPanel
AbstractLocalFilesAction. getOwner()
Returns the owner.Methods in adams.gui.tools.previewbrowser.localfiles with parameters of type PreviewBrowserPanel Modifier and Type Method Description void
AbstractLocalFilesAction. setOwner(PreviewBrowserPanel value)
Sets the owner.
-