public class TopcatExtApp extends java.lang.Object implements ExtApp
Modifier and Type | Method and Description |
---|---|
java.lang.String |
execCommand(java.lang.String cmd)
Allow an "external" application to control by script this application
|
void |
loadVOTable(ExtApp app,
java.io.InputStream in)
Allow an "external" application to send new data via an InputStream
in VOTable format.
|
void |
selectVOTableObject(java.lang.String[] oids)
Call or Callback asking the other application to SELECT objects found
in a VOTable previous transmission via loadVOTable() method.
|
void |
setVisible(boolean flag)
Allow an "external" application to show or hide this application
|
void |
showVOTableObject(java.lang.String[] oids)
Call or Callback asking the other application to SHOW objects found
in a VOTable previous transmission via loadVOTable() method.
|
java.lang.String |
toString() |
public void loadVOTable(ExtApp app, java.io.InputStream in)
ExtApp
loadVOTable
in interface ExtApp
app
- "external" application compliante with ExtApp java interfacein
- VOTable streampublic void setVisible(boolean flag)
ExtApp
setVisible
in interface ExtApp
public java.lang.String execCommand(java.lang.String cmd)
ExtApp
execCommand
in interface ExtApp
cmd
- script command depending to this applicationpublic void showVOTableObject(java.lang.String[] oids)
ExtApp
showVOTableObject
in interface ExtApp
oids
- list of identifiers found in VOTables (see comment of the
loadVOTable() method.public void selectVOTableObject(java.lang.String[] oids)
ExtApp
selectVOTableObject
in interface ExtApp
oids
- list of identifiers found in VOTables (see comment of the
loadVOTable() method.public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2017 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.