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: IS_ETCHED_KEY

Method Summary
static ComponentUIcreateUI(JComponent b)
protected voidinstallDefaults(JScrollPane scrollPane)
protected voidinstallEtchedBorder(JScrollPane scrollPane)
voidinstallListeners(JScrollPane scrollPane)
protected voiduninstallListeners(JComponent c)

Method Detail

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.