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 String
AwtPopup.getUnknownCheckBoxScriptToRun
(SC item, String name, String what, boolean TF) void
AwtPopup.menuShowPopup
(SC popup, int x, int y) -
Uses of SC in jspecview.js2d
Methods in jspecview.js2d with parameters of type SCModifier and TypeMethodDescriptionvoid
JsPopup.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 void
JSVGenericPopup.appCheckItem
(String item, SC newMenu) protected boolean
JSVGenericPopup.appRunSpecialCheckBox
(SC item, String basename, String what, boolean TF) protected void
JSVGenericPopup.appUpdateSpecialCheckBoxValue
(SC item, String what, boolean TF) protected String
JSVGenericPopup.getScriptForCallback
(SC source, String id, String script) protected String
JSVGenericPopup.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 TypeClassDescriptionclass
A 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 TypeMethodDescriptionvoid
protected void
AwtJmolPopup.addMenu
(String id, String item, SC subMenu, String label, PopupResource popupResourceBundle) protected void
AwtModelKitPopup.addMenu
(String id, String item, SC subMenu, String label, PopupResource popupResourceBundle) void
int
AwtPopupHelper.getItemType
(SC m) AwtJmolPopup.getUnknownCheckBoxScriptToRun
(SC item, String name, String what, boolean TF) void
void
void
AwtPopupHelper.menuAddButtonGroup
(SC item) void
AwtPopupHelper.menuClearListeners
(SC c) protected void
AwtModelKitPopup.menuHidePopup
(SC popup) void
AwtPopupHelper.menuInsertSubMenu
(SC menu, SC subMenu, int index) protected void
AwtJmolPopup.menuShowPopup
(SC popup, int x, int y) protected void
AwtModelKitPopup.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 TypeClassDescriptionclass
class
class
class
class
JComboBox<T>
class
class
class
class
Methods 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 TypeMethodDescriptionvoid
int
JSPopupHelper.getItemType
(SC m) protected String
JSJmolPopup.getUnknownCheckBoxScriptToRun
(SC item, String name, String what, boolean TF) void
JSPopupHelper.menuAddButtonGroup
(SC item) void
JSModelKitPopup.menuCheckBoxCallback
(SC source) void
JSPopupHelper.menuClearListeners
(SC menu) void
JSModelKitPopup.menuHidePopup
(SC popup) void
JSPopupHelper.menuInsertSubMenu
(SC menu, SC subMenu, int index) void
JSJmolPopup.menuShowPopup
(SC popup, int x, int y) void
JSModelKitPopup.menuShowPopup
(SC popup, int x, int y) -
Uses of SC in org.jmol.modelkit
Fields in org.jmol.modelkit declared as SCModifier and TypeFieldDescriptionprotected SC
ModelKitPopup.bondRotationCheckBox
protected SC
ModelKitPopup.prevBondCheckBox
Methods in org.jmol.modelkit with parameters of type SCModifier and TypeMethodDescriptionprotected boolean
ModelKitPopup.appRunSpecialCheckBox
(SC item, String basename, String script, boolean TF) protected void
ModelKitPopup.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 String
ModelKitPopup.getScriptForCallback
(SC source, String id, String script) Secondary processing of menu item clickModelKitPopup.getUnknownCheckBoxScriptToRun
(SC item, String name, String what, boolean TF) void
ModelKitPopup.menuClickCallback
(SC source, String script) protected abstract void
ModelKitPopup.menuHidePopup
(SC popup) -
Uses of SC in org.jmol.popup
Fields in org.jmol.popup declared as SCModifier and TypeFieldDescriptionprotected SC
JmolGenericPopup.frankPopup
protected SC
GenericPopup.popupMenu
protected SC
GenericPopup.thisPopup
Fields in org.jmol.popup with type parameters of type SCMethods in org.jmol.popup that return SCModifier and TypeMethodDescriptionprotected SC
GenericPopup.addMenuItem
(SC menuItem, String entry) PopupHelper.getCheckBox
(String name) PopupHelper.getMenuItem
(String name) PopupHelper.getSwingComponent
(Object component) JmolGenericPopup.jpiGetMenuAsObject()
protected SC
GenericPopup.menuCreateCheckboxItem
(SC menu, String entry, String basename, String id, boolean state, boolean isRadio) protected SC
GenericPopup.menuCreateItem
(SC menu, String entry, String script, String id) PopupHelper.menuCreatePopup
(String title, Object html5Applet) protected SC
GenericPopup.menuNewSubMenu
(String entry, String id) protected SC
Methods in org.jmol.popup with parameters of type SCModifier and TypeMethodDescriptionprotected void
GenericPopup.addMenu
(String id, String item, SC subMenu, String label, PopupResource popupResourceBundle) protected SC
GenericPopup.addMenuItem
(SC menuItem, String entry) void
GenericPopup.addMenuItems
(String parentId, String key, SC menu, PopupResource popupResourceBundle) protected void
GenericPopup.appCheckItem
(String item, SC newMenu) Opportunity to do something special with an item.protected void
JmolPopup.appCheckItem
(String item, SC newMenu) void
GenericPopup.appCheckSpecialMenu
(String item, SC subMenu, String word) Opportunity to do something special with a given submenu is createdvoid
JmolPopup.appCheckSpecialMenu
(String item, SC subMenu, String word) protected abstract boolean
GenericPopup.appRunSpecialCheckBox
(SC item, String basename, String what, boolean TF) protected boolean
JmolGenericPopup.appRunSpecialCheckBox
(SC item, String basename, String script, boolean TF) protected abstract void
GenericPopup.appUpdateSpecialCheckBoxValue
(SC source, String actionCommand, boolean selected) protected void
JmolPopup.appUpdateSpecialCheckBoxValue
(SC item, String what, boolean TF) (1) setOption --> set setOption true or set setOption falsevoid
protected void
GenericPopup.doMenuCheckBoxCallback
(SC source) protected void
GenericPopup.doMenuClickCallback
(SC source, String script) int
PopupHelper.getItemType
(SC m) protected abstract String
GenericPopup.getScriptForCallback
(SC source, String name, String script) protected String
JmolPopup.getScriptForCallback
(SC source, String id, String script) protected abstract String
GenericPopup.getUnknownCheckBoxScriptToRun
(SC item, String name, String what, boolean TF) void
PopupHelper.menuAddButtonGroup
(SC item) protected void
GenericPopup.menuAddSeparator
(SC menu) protected void
GenericPopup.menuAddSubMenu
(SC menu, SC subMenu) void
GenericPopup.menuCheckBoxCallback
(SC source) void
PopupHelper.menuClearListeners
(SC c) void
GenericPopup.menuClickCallback
(SC source, String script) protected SC
GenericPopup.menuCreateCheckboxItem
(SC menu, String entry, String basename, String id, boolean state, boolean isRadio) protected SC
GenericPopup.menuCreateItem
(SC menu, String entry, String script, String id) protected void
GenericPopup.menuEnable
(SC component, boolean enable) protected String
protected int
GenericPopup.menuGetListPosition
(SC item) void
PopupHelper.menuInsertSubMenu
(SC menu, SC subMenu, int index) protected void
GenericPopup.menuRemoveAll
(SC menu, int indexFrom) protected void
GenericPopup.menuSetAutoscrolls
(SC menu) protected void
GenericPopup.menuSetLabel
(SC m, String entry) protected abstract void
GenericPopup.menuShowPopup
(SC popup, int x, int y) protected void
GenericPopup.updateButton
(SC b, String entry, String script) protected void
JmolPopup.updateSpecialMenuItem
(SC m)