JSR-209 (Final Release)

Uses of Class
javax.swing.event.ChangeEvent

Packages that use ChangeEvent
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
javax.swing.event Provides for events fired by Swing components. 
javax.swing.table Provides classes and interfaces for dealing with javax.swing.JTable
 

Uses of ChangeEvent in javax.swing
 

Fields in javax.swing declared as ChangeEvent
protected  ChangeEvent MenuSelectionManager.changeEvent
          Only one ChangeEvent is needed per button model instance since the event's only state is the source property.
protected  ChangeEvent JTabbedPane.changeEvent
          Only one ChangeEvent is needed per TabPane instance since the event's only (read-only) state is the source property.
protected  ChangeEvent JSlider.changeEvent
          Only one ChangeEvent is needed per slider instance since the event's only (read-only) state is the source property.
protected  ChangeEvent JProgressBar.changeEvent
          Only one ChangeEvent is needed per instance since the event's only interesting property is the immutable source, which is the progress bar.
protected  ChangeEvent DefaultSingleSelectionModel.changeEvent
           
protected  ChangeEvent DefaultButtonModel.changeEvent
          Only one ChangeEvent is needed per button model instance since the event's only state is the source property.
protected  ChangeEvent DefaultBoundedRangeModel.changeEvent
          Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property.
protected  ChangeEvent AbstractButton.changeEvent
          Only one ChangeEvent is needed per button instance since the event's only state is the source property.
 

Methods in javax.swing with parameters of type ChangeEvent
 void JTabbedPane.ModelListener.stateChanged(ChangeEvent e)
           
 void JSpinner.DefaultEditor.stateChanged(ChangeEvent e)
          This method is called when the spinner's model's state changes.
 void JTable.columnMarginChanged(ChangeEvent e)
          Invoked when a column is moved due to a margin change.
 void AbstractButton.ButtonChangeListener.stateChanged(ChangeEvent e)
           
 

Uses of ChangeEvent in javax.swing.event
 

Methods in javax.swing.event with parameters of type ChangeEvent
 void TableColumnModelListener.columnMarginChanged(ChangeEvent e)
          Tells listeners that a column was moved due to a margin change.
 void ChangeListener.stateChanged(ChangeEvent e)
          Invoked when the target of the listener has changed its state.
 

Uses of ChangeEvent in javax.swing.table
 

Fields in javax.swing.table declared as ChangeEvent
protected  ChangeEvent DefaultTableColumnModel.changeEvent
          Change event (only one needed)
 

Methods in javax.swing.table with parameters of type ChangeEvent
 void JTableHeader.columnMarginChanged(ChangeEvent e)
          Invoked when a column is moved due to a margin change.
 


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.