|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtApp
Interface between two Virtual Observatory applications, such as Aladin (CDS) or VOPlot (PSPL/IUCAA)
| Method Summary | |
|---|---|
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[] oid)
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[] oid)
Call or Callback asking the other application to SHOW objects found in a VOTable previous transmission via loadVOTable() method. |
| Method Detail |
|---|
void loadVOTable(ExtApp app,
java.io.InputStream in)
app - "external" application compliante with ExtApp java interfacein - VOTable streamvoid setVisible(boolean flag)
java.lang.String execCommand(java.lang.String cmd)
cmd - script command depending to this application
void showVOTableObject(java.lang.String[] oid)
oid - list of identifiers found in VOTables (see comment of the
loadVOTable() method.void selectVOTableObject(java.lang.String[] oid)
oid - list of identifiers found in VOTables (see comment of the
loadVOTable() method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||