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 String
IS_PALETTE

Constructor Summary

PlasticInternalFrameUI(JInternalFrame b)

Method Summary

protected JComponent
createNorthPane(JInternalFrame w)
static ComponentUI
createUI(JComponent c)
protected void
installDefaults()
protected void
installKeyboardActions()
void
installUI(JComponent c)
void
setPalette(boolean isPalette)
protected void
uninstallKeyboardActions()
void
uninstallUI(JComponent c)

Field Details

IS_PALETTE

public static final String IS_PALETTE

Constructor Details

PlasticInternalFrameUI

public PlasticInternalFrameUI(JInternalFrame b)

Method Details

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.