Searched defs:ActionStandin (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java2091 ActionStandin action = new ActionStandin(anAction, aCommand);
2315 if (action instanceof ActionStandin) {
2316 return ((ActionStandin)action).actionListener;
3368 * <code>ActionStandin</code> is used as a standin for
3372 final class ActionStandin implements Action { class in class:JComponent
3378 ActionStandin(ActionListener actionListener, String command) { method in class:JComponent.ActionStandin
3398 return "ActionStandin";

Completed in 57 milliseconds