Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ide
Class UISwitchListener  view UISwitchListener download UISwitchListener.java

java.lang.Object
  extended byide.UISwitchListener
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener

public class UISwitchListener
extends java.lang.Object
implements java.beans.PropertyChangeListener


Field Summary
(package private)  javax.swing.JComponent componentToSwitch
           
 
Constructor Summary
UISwitchListener(javax.swing.JComponent c)
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent e)
          Fired after a Bean's property has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentToSwitch

javax.swing.JComponent componentToSwitch
Constructor Detail

UISwitchListener

public UISwitchListener(javax.swing.JComponent c)
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
Description copied from interface: java.beans.PropertyChangeListener
Fired after a Bean's property has changed.

Specified by:
propertyChange in interface java.beans.PropertyChangeListener