Extension SDK 10.1.2

oracle.ide.controls
Class JToolButton.L

java.lang.Object
  extended byoracle.ide.controls.JToolButton.L
All Implemented Interfaces:
javax.swing.event.ChangeListener, java.util.EventListener
Enclosing class:
JToolButton

protected class JToolButton.L
extends java.lang.Object
implements javax.swing.event.ChangeListener

This ChangeListener is responsible for implementing the "rollover border" support and managing the painting of the thin bevel border for the button when arming and pressing the button.


Constructor Summary
JToolButton.L(boolean hasRolloverBorder)
           
 
Method Summary
 void stateChanged(javax.swing.event.ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JToolButton.L

public JToolButton.L(boolean hasRolloverBorder)
Method Detail

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.