|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added interface javax.accessibility.Accessible
.
Documentation changed from old to new.
Added Constructors | |
Window, |
Constructs a new invisible window with the specified window as its owner and a GraphicsConfiguration of a screen device. |
Changed Constructors | ||
Frame ) |
Documentation changed from old to new. |
Constructs a new invisible window with the specified Frame as its owner. |
Window ) |
Documentation changed from old to new. |
Constructs a new invisible window with the specified Window as its owner. |
Added Methods | |
AccessibleContext getAccessibleContext() |
Gets the AccessibleContext associated with this Window. |
GraphicsConfiguration getGraphicsConfiguration() |
This method returns the GraphicsConfiguration used by this Window. |
EventListener[] getListeners(Class ) |
Return an array of all the listeners that were added to the Window with addXXXListener() where XXX is the name of the listenerType argument. |
Changed Methods | ||
InputContext getInputContext() |
Documentation changed from old to new. |
Gets the input context for this window. |
Window[] getOwnedWindows() |
Documentation changed from old to new. |
Return an array containing all the windows this window currently owns. |
void setCursor(Cursor ) |
Changed from synchronized to non-synchronized. | Set the cursor image to a specified cursor. |
void applyResourceBundle(String ) |
Documentation changed from old to new. |
Load the ResourceBundle with the given name using the default locale and apply its settings to this window. |
void applyResourceBundle(ResourceBundle ) |
Documentation changed from old to new. |
Apply the settings in the given ResourceBundle to this Window. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |