Uses of Interface
org.jmol.api.SC
Packages that use SC
Package
Description
-
Uses of SC in jspecview.java
Methods in jspecview.java with parameters of type SCModifier and TypeMethodDescriptionprotected StringAwtPopup.getUnknownCheckBoxScriptToRun(SC item, String name, String what, boolean TF) voidAwtPopup.menuShowPopup(SC popup, int x, int y) -
Uses of SC in jspecview.js2d
Methods in jspecview.js2d with parameters of type SCModifier and TypeMethodDescriptionvoidJsPopup.menuShowPopup(SC popup, int x, int y) could be frank menu or regular context menu -
Uses of SC in jspecview.popup
Methods in jspecview.popup with parameters of type SCModifier and TypeMethodDescriptionprotected voidJSVGenericPopup.appCheckItem(String item, SC newMenu) protected booleanJSVGenericPopup.appRunSpecialCheckBox(SC item, String basename, String what, boolean TF) protected voidJSVGenericPopup.appUpdateSpecialCheckBoxValue(SC item, String what, boolean TF) protected StringJSVGenericPopup.getScriptForCallback(SC source, String id, String script) protected StringJSVGenericPopup.getUnknownCheckBoxScriptToRun(SC item, String name, String what, boolean TF) -
Uses of SC in org.jmol.api
Methods in org.jmol.api with parameters of type SC -
Uses of SC in org.jmol.awt
Classes in org.jmol.awt that implement SCModifier and TypeClassDescriptionclassA javax.swing implementation of SwingComponent that mirrors org.jmol.awtjs.swing for compatibility with compilation with java2script.Methods in org.jmol.awt that return SCModifier and TypeMethodDescriptionAwtPopupHelper.getCheckBox(String name) AwtPopupHelper.getMenuItem(String name) AwtPopupHelper.getSwingComponent(Object component) AwtPopupHelper.menuCreatePopup(String title, Object applet) Methods in org.jmol.awt with parameters of type SCModifier and TypeMethodDescriptionvoidprotected voidAwtJmolPopup.addMenu(String id, String item, SC subMenu, String label, PopupResource popupResourceBundle) protected voidAwtModelKitPopup.addMenu(String id, String item, SC subMenu, String label, PopupResource popupResourceBundle) voidintAwtPopupHelper.getItemType(SC m) AwtJmolPopup.getUnknownCheckBoxScriptToRun(SC item, String name, String what, boolean TF) voidvoidvoidAwtPopupHelper.menuAddButtonGroup(SC item) voidAwtPopupHelper.menuClearListeners(SC c) protected voidAwtModelKitPopup.menuHidePopup(SC popup) voidAwtPopupHelper.menuInsertSubMenu(SC menu, SC subMenu, int index) protected voidAwtJmolPopup.menuShowPopup(SC popup, int x, int y) protected voidAwtModelKitPopup.menuShowPopup(SC popup, int x, int y) -
Uses of SC in org.jmol.awtjs.swing
Classes in org.jmol.awtjs.swing that implement SCModifier and TypeClassDescriptionclassclassclassclassclassJComboBox<T>classclassclassclassMethods in org.jmol.awtjs.swing that return SCMethods in org.jmol.awtjs.swing with parameters of type SC -
Uses of SC in org.jmol.awtjs2d
Methods in org.jmol.awtjs2d that return SCModifier and TypeMethodDescriptionJSPopupHelper.getCheckBox(String name) JSPopupHelper.getMenuItem(String text) JSPopupHelper.getSwingComponent(Object component) JSPopupHelper.menuCreatePopup(String name, Object applet) Methods in org.jmol.awtjs2d with parameters of type SCModifier and TypeMethodDescriptionvoidintJSPopupHelper.getItemType(SC m) protected StringJSJmolPopup.getUnknownCheckBoxScriptToRun(SC item, String name, String what, boolean TF) voidJSPopupHelper.menuAddButtonGroup(SC item) voidJSModelKitPopup.menuCheckBoxCallback(SC source) voidJSPopupHelper.menuClearListeners(SC menu) voidJSModelKitPopup.menuHidePopup(SC popup) voidJSPopupHelper.menuInsertSubMenu(SC menu, SC subMenu, int index) voidJSJmolPopup.menuShowPopup(SC popup, int x, int y) voidJSModelKitPopup.menuShowPopup(SC popup, int x, int y) -
Uses of SC in org.jmol.modelkit
Fields in org.jmol.modelkit declared as SCModifier and TypeFieldDescriptionprotected SCModelKitPopup.bondRotationCheckBoxprotected SCModelKitPopup.prevBondCheckBoxMethods in org.jmol.modelkit with parameters of type SCModifier and TypeMethodDescriptionprotected booleanModelKitPopup.appRunSpecialCheckBox(SC item, String basename, String script, boolean TF) protected voidModelKitPopup.appUpdateSpecialCheckBoxValue(SC source, String actionCommand, boolean selected) Set the active menu based on updating a value -- usually by the user, but also during setup (ignored).protected StringModelKitPopup.getScriptForCallback(SC source, String id, String script) Secondary processing of menu item clickModelKitPopup.getUnknownCheckBoxScriptToRun(SC item, String name, String what, boolean TF) voidModelKitPopup.menuClickCallback(SC source, String script) protected abstract voidModelKitPopup.menuHidePopup(SC popup) -
Uses of SC in org.jmol.popup
Fields in org.jmol.popup declared as SCModifier and TypeFieldDescriptionprotected SCJmolGenericPopup.frankPopupprotected SCGenericPopup.popupMenuprotected SCGenericPopup.thisPopupFields in org.jmol.popup with type parameters of type SCMethods in org.jmol.popup that return SCModifier and TypeMethodDescriptionprotected SCGenericPopup.addMenuItem(SC menuItem, String entry) PopupHelper.getCheckBox(String name) PopupHelper.getMenuItem(String name) PopupHelper.getSwingComponent(Object component) JmolGenericPopup.jpiGetMenuAsObject()protected SCGenericPopup.menuCreateCheckboxItem(SC menu, String entry, String basename, String id, boolean state, boolean isRadio) protected SCGenericPopup.menuCreateItem(SC menu, String entry, String script, String id) PopupHelper.menuCreatePopup(String title, Object html5Applet) protected SCGenericPopup.menuNewSubMenu(String entry, String id) protected SCMethods in org.jmol.popup with parameters of type SCModifier and TypeMethodDescriptionprotected voidGenericPopup.addMenu(String id, String item, SC subMenu, String label, PopupResource popupResourceBundle) protected SCGenericPopup.addMenuItem(SC menuItem, String entry) voidGenericPopup.addMenuItems(String parentId, String key, SC menu, PopupResource popupResourceBundle) protected voidGenericPopup.appCheckItem(String item, SC newMenu) Opportunity to do something special with an item.protected voidJmolPopup.appCheckItem(String item, SC newMenu) voidGenericPopup.appCheckSpecialMenu(String item, SC subMenu, String word) Opportunity to do something special with a given submenu is createdvoidJmolPopup.appCheckSpecialMenu(String item, SC subMenu, String word) protected abstract booleanGenericPopup.appRunSpecialCheckBox(SC item, String basename, String what, boolean TF) protected booleanJmolGenericPopup.appRunSpecialCheckBox(SC item, String basename, String script, boolean TF) protected abstract voidGenericPopup.appUpdateSpecialCheckBoxValue(SC source, String actionCommand, boolean selected) protected voidJmolPopup.appUpdateSpecialCheckBoxValue(SC item, String what, boolean TF) (1) setOption --> set setOption true or set setOption falsevoidprotected voidGenericPopup.doMenuCheckBoxCallback(SC source) protected voidGenericPopup.doMenuClickCallback(SC source, String script) intPopupHelper.getItemType(SC m) protected abstract StringGenericPopup.getScriptForCallback(SC source, String name, String script) protected StringJmolPopup.getScriptForCallback(SC source, String id, String script) protected abstract StringGenericPopup.getUnknownCheckBoxScriptToRun(SC item, String name, String what, boolean TF) voidPopupHelper.menuAddButtonGroup(SC item) protected voidGenericPopup.menuAddSeparator(SC menu) protected voidGenericPopup.menuAddSubMenu(SC menu, SC subMenu) voidGenericPopup.menuCheckBoxCallback(SC source) voidPopupHelper.menuClearListeners(SC c) voidGenericPopup.menuClickCallback(SC source, String script) protected SCGenericPopup.menuCreateCheckboxItem(SC menu, String entry, String basename, String id, boolean state, boolean isRadio) protected SCGenericPopup.menuCreateItem(SC menu, String entry, String script, String id) protected voidGenericPopup.menuEnable(SC component, boolean enable) protected Stringprotected intGenericPopup.menuGetListPosition(SC item) voidPopupHelper.menuInsertSubMenu(SC menu, SC subMenu, int index) protected voidGenericPopup.menuRemoveAll(SC menu, int indexFrom) protected voidGenericPopup.menuSetAutoscrolls(SC menu) protected voidGenericPopup.menuSetLabel(SC m, String entry) protected abstract voidGenericPopup.menuShowPopup(SC popup, int x, int y) protected voidGenericPopup.updateButton(SC b, String entry, String script) protected voidJmolPopup.updateSpecialMenuItem(SC m)