All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.jlf.JLFInternalFrameUI

java.lang.Object
    |
    +----java.awt.swing.plaf.ComponentUI
            |
            +----java.awt.swing.plaf.InternalFrameUI
                    |
                    +----java.awt.swing.basic.BasicInternalFrameUI
                            |
                            +----java.awt.swing.jlf.JLFInternalFrameUI

public class JLFInternalFrameUI
extends BasicInternalFrameUI
JLF implementation of JInternalFrame.


Constructor Index

 o JLFInternalFrameUI(JInternalFrame)

Method Index

 o createNorthPane(JInternalFrame)
 o createUI(JComponent)
 o installUI(JComponent)
 o uninstallUI(JComponent)

Constructors

 o JLFInternalFrameUI
public JLFInternalFrameUI(JInternalFrame b)

Methods

 o createUI
public static ComponentUI createUI(JComponent c)
 o installUI
public void installUI(JComponent c)
Overrides:
installUI in class BasicInternalFrameUI
 o uninstallUI
public void uninstallUI(JComponent c)
Overrides:
uninstallUI in class BasicInternalFrameUI
 o createNorthPane
protected JComponent createNorthPane(JInternalFrame w)
Overrides:
createNorthPane in class BasicInternalFrameUI

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature