Generated by
JDiff

Class javax.swing.SwingUtilities

Added Methods
ActionMap getUIActionMap(JComponent) Returns the ActionMap provided by the UI in component component.
InputMap getUIInputMap(JComponent, int) Returns the InputMap provided by the UI for condition condition in component component.
Window getWindowAncestor(Component) @return the first Window ancestor of c or null if component is not contained inside a window
boolean notifyAction(Action, KeyStroke, KeyEvent, Object, int) Invokes actionPerformed on action if action is enabled (and non null).
void replaceUIActionMap(JComponent, ActionMap) Convenience method to change the UI ActionMap for component to uiActionMap.
void replaceUIInputMap(JComponent, int, InputMap) Convenience method to change the UI InputMap for component to uiInputMap.