com.jgoodies.looks.plastic

Class PlasticScrollPaneUI


public final class PlasticScrollPaneUI
extends MetalScrollPaneUI

The JGoodies Plastic L&Fl implementation of ScrollPaneUI. Installs an etched border if the client property Options.IS_ETCHED_KEY is set.
Version:
$Revision: 1.5 $
Author:
Karsten Lentzsch
See Also:
Options.IS_ETCHED_KEY

Method Summary

static ComponentUI
createUI(JComponent b)
protected void
installDefaults(JScrollPane scrollPane)
protected void
installEtchedBorder(JScrollPane scrollPane)
void
installListeners(JScrollPane scrollPane)
protected void
uninstallListeners(JComponent c)

Method Details

createUI

public static ComponentUI createUI(JComponent b)

installDefaults

protected void installDefaults(JScrollPane scrollPane)

installEtchedBorder

protected void installEtchedBorder(JScrollPane scrollPane)

installListeners

public void installListeners(JScrollPane scrollPane)

uninstallListeners

protected void uninstallListeners(JComponent c)

Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.