Changed Methods |
JDesktopPane getDesktopPane()
|
Documentation changed from old to new. |
Convenience method to ask the icon for the Desktop object it belongs to. |
JInternalFrame getInternalFrame()
|
Documentation changed from old to new. |
Returns the JInternalFrame that this DesktopIcon is associated with. |
DesktopIconUI getUI()
|
Documentation changed from old to new. |
Returns the look-and-feel object that renders this component. |
String getUIClassID()
|
Documentation changed from old to new. |
Returns the name of the look-and-feel class that renders this component. |
void setInternalFrame(JInternalFrame )
|
Documentation changed from old to new. |
Sets the JInternalFrame with which this DesktopIcon is associated. |
void updateUI()
|
Documentation changed from old to new. |
Notification from the UIManager that the look and feel has changed. |
void setUI(DesktopIconUI )
|
Documentation changed from old to new. |
Sets the look-and-feel object that renders this component. |