Package org.jmol.awt
Class AwtJmolPopup
- java.lang.Object
-
- org.jmol.popup.GenericPopup
-
- org.jmol.popup.JmolGenericPopup
-
- org.jmol.popup.JmolPopup
-
- org.jmol.awt.AwtJmolPopup
-
- All Implemented Interfaces:
GenericMenuInterface
public class AwtJmolPopup extends JmolPopup
-
-
Field Summary
-
Fields inherited from class org.jmol.popup.JmolPopup
UPDATE_NEVER, updateMode
-
Fields inherited from class org.jmol.popup.JmolGenericPopup
frankPopup, menuText, nFrankList, vwr
-
Fields inherited from class org.jmol.popup.GenericPopup
allowSignedFeatures, buttonGroup, currentMenuItemId, helper, htCheckbox, htMenus, isApplet, isJS, isSigned, isTainted, isWebGL, menuName, popupMenu, strMenuStructure, thisPopup, thisx, thisy, updatingForShow
-
-
Constructor Summary
Constructors Constructor Description AwtJmolPopup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectgetImageIcon(String fileName)StringgetUnknownCheckBoxScriptToRun(SC item, String name, String what, boolean TF)voidmenuFocusCallback(String name, String actionCommand, boolean b)protected voidmenuShowPopup(SC popup, int x, int y)-
Methods inherited from class org.jmol.popup.JmolPopup
appCheckItem, appCheckSpecialMenu, appGetMenuAsString, appRestorePopupMenu, appUpdateForShow, appUpdateSpecialCheckBoxValue, getBundle, getScriptForCallback, getSpecialLabel, jpiDispose, jpiUpdateComputedMenus, showFrankMenu
-
Methods inherited from class org.jmol.popup.JmolGenericPopup
appFixLabel, appGetBooleanProperty, appRunScript, appRunSpecialCheckBox, initialize, jpiGetMenuAsObject, jpiInitialize, jpiShow
-
Methods inherited from class org.jmol.popup.GenericPopup
addMenuItem, addMenuItems, convertToMegabytes, doMenuCheckBoxCallback, doMenuClickCallback, getEntryIcon, initSwing, jpiGetMenuAsString, menuAddSeparator, menuAddSubMenu, menuCheckBoxCallback, menuClickCallback, menuCreateCheckboxItem, menuCreateItem, menuEnable, menuGetId, menuGetListPosition, menuNewSubMenu, menuRemoveAll, menuSetAutoscrolls, menuSetLabel, setText, show, updateButton, updateSignedAppletItems
-
-
-
-
Method Detail
-
menuShowPopup
protected void menuShowPopup(SC popup, int x, int y)
- Specified by:
menuShowPopupin classGenericPopup
-
getUnknownCheckBoxScriptToRun
public String getUnknownCheckBoxScriptToRun(SC item, String name, String what, boolean TF)
- Specified by:
getUnknownCheckBoxScriptToRunin classGenericPopup
-
getImageIcon
protected Object getImageIcon(String fileName)
- Specified by:
getImageIconin classGenericPopup
-
menuFocusCallback
public void menuFocusCallback(String name, String actionCommand, boolean b)
- Specified by:
menuFocusCallbackin classGenericPopup
-
-