All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jmol.popup.PopupHelper Maven / Gradle / Ivy

There is a newer version: 14.31.10
Show newest version
package org.jmol.popup;

import javajs.awt.SC;

public interface PopupHelper {

  SC menuCreatePopup(String title, Object html5Applet);

  SC getRadio(String name);

  SC getCheckBox(String name);

  SC getMenu(String name);

  SC getMenuItem(String name);

  void menuAddButtonGroup(SC item);

  Object getButtonGroup();

  void menuInsertSubMenu(SC menu, SC subMenu, int index);

  int getItemType(SC m);

  SC getSwingComponent(Object component);

  void menuClearListeners(SC c);
 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy