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) voidScriptInterface.siSetCurrentSource(JDXSource source) voidScriptInterface.siSourceClosed(JDXSource source) -
Uses of JDXSource in jspecview.app
Methods in jspecview.app with parameters of type JDXSourceModifier and TypeMethodDescriptionvoidJSVApp.siSetCurrentSource(JDXSource source) voidJSVApp.siSourceClosed(JDXSource source) -
Uses of JDXSource in jspecview.application
Methods in jspecview.application with parameters of type JDXSourceModifier and TypeMethodDescriptionvoidApplicationMenu.clearSourceMenu(JDXSource source) AwtTree.createTree(int fileCount, JDXSource source, JSVPanel[] panels) voidJSpecView.siSetCurrentSource(JDXSource source) voidJSpecView.siSourceClosed(JDXSource source) Closes theJDXSourcespecified by source -
Uses of JDXSource in jspecview.common
Fields in jspecview.common declared as JDXSourceMethods in jspecview.common that return JDXSourceModifier and TypeMethodDescriptionstatic JDXSourcePanelNode.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 TypeMethodDescriptionvoidDialogManager.showSourceErrors(Object frame, JDXSource currentSource) -
Uses of JDXSource in jspecview.source
Fields in jspecview.source declared as JDXSourceModifier and TypeFieldDescriptionprotected JDXSourceXMLReader.sourceprotected JDXSourceXMLReader.sourceMethods in jspecview.source that return JDXSourceModifier and TypeMethodDescriptionstatic JDXSourceJDXReader.createJDXSource(GenericFileInterface file, Object in, String filePath, boolean obscure, boolean loadImaginary, int iSpecFirst, int iSpecLast, float nmrMaxY) general entrance methodstatic JDXSourceJDXReader.createJDXSourceFromStream(InputStream in, boolean obscure, boolean loadImaginary, float nmrMaxY) used only for preferences display and Androidstatic JDXSourceJDXSource.createView(Lst<Spectrum> specs) protected JDXSourceAnIMLReader.getXML(BufferedReader br) protected JDXSourceNMRMLReader.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)