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

/openjdk7/jdk/src/share/classes/sun/swing/
H A DUIAction.java32 * UIAction is the basis of all of basic's action classes that are used in
37 * private static class Actions extends UIAction {
61 public abstract class UIAction implements Action { class in inherits:Action
64 public UIAction(String name) { method in class:UIAction
79 // UIAction is not mutable, this does nothing.
83 // UIAction is not mutable, this does nothing.
104 // UIAction is not mutable, this does nothing.
108 // UIAction is not mutable, this does nothing.

Completed in 217 milliseconds