com.jgoodies.looks.plastic
Class PlasticInternalFrameUI
BasicInternalFrameUI
com.jgoodies.looks.plastic.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.
IS_PALETTE
public static final String IS_PALETTE
PlasticInternalFrameUI
public PlasticInternalFrameUI(JInternalFrame b)
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.