Lines Matching refs:astr
235 String astr = getProperty(cmd + actionSuffix);236 if (astr == null) {237 astr = cmd;239 mi.setActionCommand(astr);240 Action a = getAction(astr);340 String astr = getProperty(key + actionSuffix);341 if (astr == null) {342 astr = key;344 Action a = getAction(astr);346 b.setActionCommand(astr);