{
viewer.evalStringQuiet("model 0; select backbone;restrict;cartoon;wireframe off;spacefill off");
}
- setLoadingFromArchive(false);
// register ourselves as a listener and notify the gui that it needs to
// update itself.
ssm.addStructureViewerListener(this);
refreshGUI();
loadNotifiesHandled++;
}
+ setLoadingFromArchive(false);
}
public void notifyNewPickingModeMeasurement(int iatom, String strMeasure)
}
+ /**
+ * function to colour all structures using the given Jalview colourscheme.
+ * This disables the colourBySequence flag but does not record the
+ * colourscheme used for use later.
+ *
+ * @param cs
+ */
public void setJalviewColourScheme(ColourSchemeI cs)
{
colourBySequence = false;
String commandOptions, final Container consolePanel,
String buttonsToShow)
{
+ if (commandOptions==null) {
+ commandOptions="";
+ }
viewer = JmolViewer.allocateViewer(renderPanel,
(jmolfileio ? new SmarterJmolAdapter() : null), htmlName
+ ((Object) this).toString(), documentBase, codeBase,