Searched refs:aCommand (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComboBox.java1009 * @param aCommand a string containing the "command" that is sent
1014 public void setActionCommand(String aCommand) { argument
1015 actionCommand = aCommand;
H A DJComponent.java2028 * component.getInputMap().put(aKeyStroke, aCommand);
2042 * The <code>aCommand</code> will be set in the delivered event if
2080 * @param aCommand the command to be set in the delivered event
2085 public void registerKeyboardAction(ActionListener anAction,String aCommand,KeyStroke aKeyStroke,int aCondition) { argument
2091 ActionStandin action = new ActionStandin(anAction, aCommand);

Completed in 45 milliseconds