Home
last modified time | relevance | path

Searched refs:getLabelWithoutMnemonic (Results 1 – 6 of 6) sorted by relevance

/dports/science/jmol/jmol-14.32.7/src/org/jmol/console/
H A DKeyJMenuItem.java43 super(GenericConsole.getLabelWithoutMnemonic(label)); in KeyJMenuItem()
H A DKeyJRadioButtonMenuItem.java45 super(GenericConsole.getLabelWithoutMnemonic(label)); in KeyJRadioButtonMenuItem()
H A DKeyJCheckBox.java45 super(GenericConsole.getLabelWithoutMnemonic(label), isChecked); in KeyJCheckBox()
H A DKeyJCheckBoxMenuItem.java43 super(GenericConsole.getLabelWithoutMnemonic(label), isChecked); in KeyJCheckBoxMenuItem()
H A DKeyJMenu.java46 super(GenericConsole.getLabelWithoutMnemonic(label)); in KeyJMenu()
H A DGenericConsole.java254 label = getLabelWithoutMnemonic(label); in setAbstractButtonLabels()
260 public static String getLabelWithoutMnemonic(String label) { in getLabelWithoutMnemonic() method in GenericConsole