Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

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 JTable.columnMarginChanged(ChangeEvent e)
          Invoked when a column is moved due to a margin change.
 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 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 Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.