Frames | No Frames |
Fields of type javax.swing.JInternalFrame.JDesktopIcon | |
JInternalFrame.JDesktopIcon | The JDesktopIcon this UI delegate represents. |
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.
|