Package org.jmol.api
Interface GenericMenuInterface
- All Known Implementing Classes:
AwtJmolPopup
,AwtModelKitPopup
,AwtPopup
,GenericPopup
,JmolGenericPopup
,JmolPopup
,JSJmolPopup
,JSModelKitPopup
,JsPopup
,JSVGenericPopup
,ModelKitPopup
public interface GenericMenuInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
jpiGetMenuAsString
(String string) void
jpiInitialize
(PlatformViewer vwr, String menu) void
jpiShow
(int x, int y) void
-
Method Details
-
jpiDispose
void jpiDispose() -
jpiGetMenuAsObject
Object jpiGetMenuAsObject() -
jpiGetMenuAsString
-
jpiInitialize
-
jpiShow
void jpiShow(int x, int y) -
jpiUpdateComputedMenus
void jpiUpdateComputedMenus()
-