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, lastModelSet, 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 void
addMenu(java.lang.String id, java.lang.String item, SC subMenu, java.lang.String label, PopupResource popupResourceBundle)
protected java.lang.Object
getImageIcon(java.lang.String fileName)
protected void
menuShowPopup(SC popup, int x, int y)
protected void
updateAwtMenus(java.lang.String item)
-
Methods inherited from class org.jmol.modelkit.ModelKitPopup
actionRotateBond, appGetBooleanProperty, appRunSpecialCheckBox, appUpdateForShow, appUpdateSpecialCheckBoxValue, assignAtomClick, cmdAssignAtom, cmdAssignBond, cmdAssignConnect, doMenuClickCallbackMK, getActiveMenu, getBundle, getProperty, getRotateBondIndex, getScriptForCallback, getUnknownCheckBoxScriptToRun, handleAssignNew, handleDragAtom, initialize, initializeForModel, isPickAtomAssignCharge, jpiUpdateComputedMenus, menuClickCallback, menuFocusCallback, setActiveMenu, setProperty, updateAllXtalMenuOptions, updateOperatorMenu
-
Methods inherited from class org.jmol.popup.JmolGenericPopup
appFixLabel, appRestorePopupMenu, appRunScript, 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
-
addMenu
protected void addMenu(java.lang.String id, java.lang.String item, SC subMenu, java.lang.String label, PopupResource popupResourceBundle)
- Overrides:
addMenu
in classGenericPopup
-
updateAwtMenus
protected void updateAwtMenus(java.lang.String item)
-
menuShowPopup
protected void menuShowPopup(SC popup, int x, int y)
- Specified by:
menuShowPopup
in classGenericPopup
-
getImageIcon
protected java.lang.Object getImageIcon(java.lang.String fileName)
- Specified by:
getImageIcon
in classGenericPopup
-
-