|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
an interface that defines methods provided by the master application.
| Method Summary | |
BrowserPane |
getBrowserPane()
get the BrowserPane that is doing the 2D display |
Chain |
getChain(int chainnumber)
retreive info regarding structure |
RegistryConfiguration |
getConfiguration()
retrieve configuration for DAS servers to use |
String |
getENSPCode()
|
Container |
getParent()
returns the java.awt.Container of the spice object |
String |
getPDBCode()
returns currently displayed PDB code; null if none |
String |
getPreferredStructureAlignmentServerName()
|
SpiceServer |
getSpiceServer()
|
SpiceStartParameters |
getSpiceStartParameters()
get the parameters that are used while loading the next molecule |
SpiceTabbedPane |
getSpiceTabbedPane()
|
Structure |
getStructure()
retreive the internal Structure object |
String |
getUniProtCode()
returns currently displayed UniProt code; null if none |
JmolViewer |
getViewer()
get the Jmol viewer |
void |
load(String type,
String code)
starts a new thread and loads a new biological object into spice |
void |
reload()
reload the currently displayed data |
void |
resetDisplay()
reset the display, but do not change data |
void |
setPreferredStructureAlignmentServerName(String name)
|
void |
setSpiceStartParameters(SpiceStartParameters params)
set which parameters should be used for loading the next molecule. |
void |
setSpiceTabbedPane(SpiceTabbedPane tab)
|
void |
setStructure(Structure s)
|
void |
showConfig()
show Config |
| Method Detail |
public Container getParent()
public void load(String type,
String code)
type - the type of the code provided. currently supported: PDB, UniProt, ENSPcode - the code of the entry. e.g. 1a4a, P00280, 1q22public void reload()
public String getPreferredStructureAlignmentServerName()
public void setPreferredStructureAlignmentServerName(String name)
public RegistryConfiguration getConfiguration()
public SpiceServer getSpiceServer()
public void setSpiceTabbedPane(SpiceTabbedPane tab)
public SpiceTabbedPane getSpiceTabbedPane()
public JmolViewer getViewer()
public BrowserPane getBrowserPane()
public Structure getStructure()
public void setStructure(Structure s)
public void resetDisplay()
public void showConfig()
public Chain getChain(int chainnumber)
chainnumber - the number of the chain
public String getPDBCode()
public String getUniProtCode()
public String getENSPCode()
public void setSpiceStartParameters(SpiceStartParameters params)
params - public SpiceStartParameters getSpiceStartParameters()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||