Package org.jmol.awt
Class AwtModelKitPopup
- java.lang.Object
-
- org.jmol.popup.GenericPopup
-
- org.jmol.popup.JmolGenericPopup
-
- org.jmol.modelkit.ModelKitPopup
-
- org.jmol.awt.AwtModelKitPopup
-
- All Implemented Interfaces:
GenericMenuInterface
public class AwtModelKitPopup extends ModelKitPopup
-
-
Field Summary
-
Fields inherited from class org.jmol.modelkit.ModelKitPopup
BOOLEAN_OPTIONS, MODE_OPTIONS, SET_OPTIONS, STATE_BITS_SYM_EDIT, STATE_BITS_SYM_VIEW, STATE_BITS_UNITCELL, STATE_BITS_XTAL, STATE_MOLECULAR, STATE_SYM_APPLYFULL, STATE_SYM_APPLYLOCAL, STATE_SYM_NONE, STATE_SYM_RETAINLOCAL, STATE_SYM_SHOW, STATE_UNITCELL_EXTEND, STATE_UNITCELL_PACKED, STATE_XTALEDIT, STATE_XTALVIEW, SYMMETRY_OPTIONS, UNITCELL_OPTIONS
-
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 AwtModelKitPopup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectgetImageIcon(java.lang.String fileName)protected voidmenuShowPopup(SC popup, int x, int y)-
Methods inherited from class org.jmol.modelkit.ModelKitPopup
actionRotateBond, appGetBooleanProperty, appUpdateForShow, appUpdateSpecialCheckBoxValue, doMenuClickCallbackMK, getActiveMenu, getBundle, getProperty, getRotateBondIndex, getScriptForCallback, getUnknownCheckBoxScriptToRun, handleAssignNew, handleDragAtom, initialize, initializeForModel, isPickAtomAssignCharge, jpiUpdateComputedMenus, menuClickCallback, menuFocusCallback, setActiveMenu, setProperty
-
Methods inherited from class org.jmol.popup.JmolGenericPopup
appFixLabel, appRestorePopupMenu, appRunScript, appRunSpecialCheckBox, jpiDispose, jpiGetMenuAsObject, jpiInitialize, jpiShow, showFrankMenu
-
Methods inherited from class org.jmol.popup.GenericPopup
addMenuItem, addMenuItems, appCheckItem, appCheckSpecialMenu, appGetMenuAsString, convertToMegabytes, doMenuCheckBoxCallback, doMenuClickCallback, getEntryIcon, initSwing, jpiGetMenuAsString, menuAddSeparator, menuAddSubMenu, menuCheckBoxCallback, 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
-
getImageIcon
protected java.lang.Object getImageIcon(java.lang.String fileName)
- Specified by:
getImageIconin classGenericPopup
-
-