Uses of Class javax.swing.JInternalFrame.JDesktopIcon

Uses in package javax.swing

Fields of type javax.swing.JInternalFrame.JDesktopIcon

JInternalFrame.JDesktopIcon
The JDesktopIcon that represents the JInternalFrame while it is iconified.

Methods with parameter type javax.swing.JInternalFrame.JDesktopIcon

void
Sets the JDesktopIcon instance that represents this JInternalFrame while it is iconified and, if the new icon is not the same instance as the existing icon, sends a PropertyChangeEvent (with the property name "desktopIcon") to all registered listeners..

Methods with return type javax.swing.JInternalFrame.JDesktopIcon

JInternalFrame.JDesktopIcon
Returns the JDesktopIcon that represents this JInternalFrame while it is iconified.

Uses in package javax.swing.plaf.basic

Fields of type javax.swing.JInternalFrame.JDesktopIcon

JInternalFrame.JDesktopIcon
The JDesktopIcon this UI delegate represents.