Uses of Class javax.swing.plaf.InternalFrameUI

Uses in package javax.swing.plaf.multi

Classes derived from javax.swing.plaf.InternalFrameUI

class
A UI delegate that that coordinates multiple InternalFrameUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).

Uses in package javax.swing

Methods with parameter type javax.swing.plaf.InternalFrameUI

void
This method is used to set the UI responsible for the JInternalFrame.

Methods with return type javax.swing.plaf.InternalFrameUI

InternalFrameUI
This method returns the UI used to represent the JInternalFrame.

Uses in package javax.swing.plaf.metal

Classes derived from javax.swing.plaf.InternalFrameUI

class
A UI delegate for the JInternalFrame component.

Uses in package javax.swing.plaf.basic

Classes derived from javax.swing.plaf.InternalFrameUI

class
This is the UI delegate for the Basic look and feel for JInternalFrames.