Changed Methods |
AccessibleContext getAccessibleContext()
|
Documentation changed from old to new. |
Gets the AccessibleContext associated with this JDesktopPane . |
JInternalFrame[] getAllFrames()
|
Documentation changed from old to new. |
Returns all JInternalFrames currently displayed in the desktop. |
JInternalFrame[] getAllFramesInLayer(int )
|
Documentation changed from old to new. |
Returns all JInternalFrames currently displayed in the specified layer of the desktop. |
DesktopManager getDesktopManager()
|
Documentation changed from old to new. |
Returns the DesktopManger that handles desktop-specific UI actions. |
int getDragMode()
|
Documentation changed from old to new. |
Gets the current "dragging style" used by the desktop pane. |
JInternalFrame getSelectedFrame()
|
Documentation changed from old to new. |
Returns the currently active JInternalFrame in this JDesktopPane or null if no JInternalFrame is currently active. |
DesktopPaneUI getUI()
|
Documentation changed from old to new. |
Returns the L&F object that renders this component. |
String getUIClassID()
|
Documentation changed from old to new. |
Returns the name of the L&F class that renders this component. |
String paramString()
|
Documentation changed from old to new. |
Returns a string representation of this JDesktopPane . |
void setDesktopManager(DesktopManager )
|
Documentation changed from old to new. |
Sets the DesktopManger that will handle desktop-specific UI actions. |
void setDragMode(int )
|
Documentation changed from old to new. |
Sets the "dragging style" used by the desktop pane. |
void setSelectedFrame(JInternalFrame )
|
Documentation changed from old to new. |
Sets the currently active JInternalFrame in this JDesktopPane . |
void updateUI()
|
Documentation changed from old to new. |
Notification from the UIManager that the L&F has changed. |
void setUI(DesktopPaneUI )
|
Documentation changed from old to new. |
Sets the L&F object that renders this component. |