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 TypeMethodDescriptionvoidjpiGetMenuAsString(String string) voidjpiInitialize(PlatformViewer vwr, String menu) voidjpiShow(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()
-