Uses of Class
jspecview.source.JDXSource
Packages that use JDXSource
Package
Description
-
Uses of JDXSource in jspecview.api
Methods in jspecview.api that return JDXSourceMethods in jspecview.api with parameters of type JDXSourceModifier and TypeMethodDescriptionJSVTree.createTree
(int fileCount, JDXSource source, JSVPanel[] jsvPanels) void
ScriptInterface.siSetCurrentSource
(JDXSource source) void
ScriptInterface.siSourceClosed
(JDXSource source) -
Uses of JDXSource in jspecview.app
Methods in jspecview.app with parameters of type JDXSourceModifier and TypeMethodDescriptionvoid
JSVApp.siSetCurrentSource
(JDXSource source) void
JSVApp.siSourceClosed
(JDXSource source) -
Uses of JDXSource in jspecview.application
Methods in jspecview.application with parameters of type JDXSourceModifier and TypeMethodDescriptionvoid
ApplicationMenu.clearSourceMenu
(JDXSource source) AwtTree.createTree
(int fileCount, JDXSource source, JSVPanel[] panels) void
JSpecView.siSetCurrentSource
(JDXSource source) void
JSpecView.siSourceClosed
(JDXSource source) Closes theJDXSource
specified by sourcevoid
MainFrame.sourceClosed
(JDXSource source) -
Uses of JDXSource in jspecview.common
Fields in jspecview.common declared as JDXSourceMethods in jspecview.common that return JDXSourceModifier and TypeMethodDescriptionstatic JDXSource
PanelNode.findSourceByNameOrId
(String id, Lst<PanelNode> panelNodes) Methods in jspecview.common with parameters of type JDXSourceConstructors in jspecview.common with parameters of type JDXSource -
Uses of JDXSource in jspecview.dialog
Methods in jspecview.dialog with parameters of type JDXSourceModifier and TypeMethodDescriptionvoid
DialogManager.showSourceErrors
(Object frame, JDXSource currentSource) -
Uses of JDXSource in jspecview.source
Fields in jspecview.source declared as JDXSourceMethods in jspecview.source that return JDXSourceModifier and TypeMethodDescriptionstatic JDXSource
JDXReader.createJDXSource
(GenericFileInterface file, Object in, String filePath, boolean obscure, boolean loadImaginary, int iSpecFirst, int iSpecLast, float nmrMaxY) general entrance methodstatic JDXSource
JDXReader.createJDXSourceFromStream
(InputStream in, boolean obscure, boolean loadImaginary, float nmrMaxY) used only for preferences display and Androidstatic JDXSource
JDXSource.createView
(Lst<Spectrum> specs) protected JDXSource
AnIMLReader.getXML
(BufferedReader br) BrukerReader.readBrukerDir
(String fullPath) Read through a Bruker directory (Java only) looking for title, acqus, procs, 1r, 1i, 2rr.BrukerReader.readBrukerZip
(byte[] bytes, String fullPath) Read through a ZIP file (Java or JavaScript) looking for title, acqus, procs, 1r, 1i, 2rr. -
Uses of JDXSource in jspecview.tree
Methods in jspecview.tree with parameters of type JDXSourceModifier and TypeMethodDescriptionSimpleTree.createTree
(int fileCount, JDXSource source, JSVPanel[] panels)