com.jgoodies.looks.plastic

Class PlasticInternalFrameUI

public class PlasticInternalFrameUI extends BasicInternalFrameUI

The JGoodies Plastic Look and Feel implementation of InternalFrameUI.

Uses a PlasticInternalFrameTitlePane that in turn uses PlasticTheme colors.

Although this class is not intended for subclassing, there's no final marker. If you extend this class, carefully obey all explicit and implicit constraints made in this class and its superclasses.

Version: $Revision: 1.6 $

Author: Karsten Lentzsch

Field Summary
static StringIS_PALETTE
Constructor Summary
PlasticInternalFrameUI(JInternalFrame b)
Method Summary
protected JComponentcreateNorthPane(JInternalFrame w)
static ComponentUIcreateUI(JComponent c)
protected voidinstallDefaults()
protected voidinstallKeyboardActions()
voidinstallUI(JComponent c)
voidsetPalette(boolean isPalette)
protected voiduninstallKeyboardActions()
voiduninstallUI(JComponent c)

Field Detail

IS_PALETTE

public static final String IS_PALETTE

Constructor Detail

PlasticInternalFrameUI

public PlasticInternalFrameUI(JInternalFrame b)

Method Detail

createNorthPane

protected JComponent createNorthPane(JInternalFrame w)

createUI

public static ComponentUI createUI(JComponent c)

installDefaults

protected void installDefaults()

installKeyboardActions

protected void installKeyboardActions()

installUI

public void installUI(JComponent c)

setPalette

public void setPalette(boolean isPalette)

uninstallKeyboardActions

protected void uninstallKeyboardActions()

uninstallUI

public void uninstallUI(JComponent c)
Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.