com.jgoodies.looks.plastic
public class PlasticInternalFrameUI extends BasicInternalFrameUI
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.4 $
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) |