Home
last modified time | relevance | path

Searched refs:htDefine (Results 1 – 3 of 3) sorted by relevance

/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DJmolStateCreator.java23 abstract String getCommands(Map<String, BS> htDefine, Map<String, BS> htMore, in getCommands() argument
H A DStateCreator.java871 String getCommands(Map<String, BS> htDefine, Map<String, BS> htMore, in getCommands() argument
874 String setPrev = getCommands2(htDefine, s, null, selectCmd); in getCommands()
H A DViewer.java9957 public String getCommands(Map<String, BS> htDefine, Map<String, BS> htMore, in getCommands() argument
9959 return getStateCreator().getCommands(htDefine, htMore, select); in getCommands()