Package | Description |
---|---|
jspecview.applet | |
jspecview.application | |
jspecview.common | |
jspecview.source |
Modifier and Type | Method and Description |
---|---|
JDXSource |
JSVAppletPrivate.createSource(java.lang.String data,
java.lang.String filePath,
java.net.URL base,
int firstSpec,
int lastSpec) |
JDXSource |
JSVAppletPrivate.getCurrentSource() |
Modifier and Type | Method and Description |
---|---|
void |
JSVAppletPrivate.closeSource(JDXSource source) |
JSVPanelNode |
JSVAppletPrivate.getNewPanelNode(java.lang.String id,
java.lang.String fileName,
JDXSource source,
JSVPanel jsvp) |
void |
JSVAppletPrivate.setCurrentSource(JDXSource source) |
Modifier and Type | Method and Description |
---|---|
JDXSource |
MainFrame.createSource(java.lang.String data,
java.lang.String filePath,
java.net.URL base,
int firstSpec,
int lastSpec) |
JDXSource |
MainFrame.getCurrentSource() |
Modifier and Type | Method and Description |
---|---|
void |
AppMenu.clearSourceMenu(JDXSource source) |
void |
MainFrame.closeSource(JDXSource source)
Closes the
JDXSource specified by source |
JSVPanelNode |
MainFrame.getNewPanelNode(java.lang.String id,
java.lang.String fileName,
JDXSource source,
JSVPanel jsvp) |
void |
MainFrame.setCurrentSource(JDXSource source) |
Modifier and Type | Field and Description |
---|---|
JDXSource |
JSVPanelNode.source |
Modifier and Type | Method and Description |
---|---|
JDXSource |
ScriptInterface.createSource(java.lang.String data,
java.lang.String filePath,
java.net.URL base,
int firstSpec,
int lastSpec) |
static JDXSource |
JSVPanelNode.findSourceByNameOrId(java.lang.String id,
java.util.List<JSVPanelNode> panelNodes) |
JDXSource |
ScriptInterface.getCurrentSource() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptInterface.closeSource(JDXSource source) |
static void |
JSVTree.closeSource(ScriptInterface si,
JDXSource source) |
static JSVTreeNode |
JSVTree.createTree(ScriptInterface si,
JDXSource source,
JSVPanel[] panels) |
JSVPanelNode |
ScriptInterface.getNewPanelNode(java.lang.String id,
java.lang.String fileName,
JDXSource source,
JSVPanel jsvp) |
void |
ScriptInterface.setCurrentSource(JDXSource source) |
Constructor and Description |
---|
JSVPanelNode(java.lang.String id,
java.lang.String fileName,
JDXSource source,
JSVPanel jsvp) |
Modifier and Type | Method and Description |
---|---|
static JDXSource |
FileReader.createJDXSource(java.io.BufferedReader br,
java.lang.String filePath,
java.net.URL appletDocumentBase,
boolean obscure,
boolean loadImaginary,
int iSpecFirst,
int iSpecLast)
general entrance method
|
static JDXSource |
FileReader.createJDXSource(java.io.InputStream in,
boolean obscure,
boolean loadImaginary)
used only for preferences display and Android
|
static JDXSource |
JDXSource.createView(java.util.List<JDXSpectrum> specs) |