Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.event.ChangeEvent

Packages that use ChangeEvent
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.event Provides for events fired by Swing components.  
com.sun.java.swing.table Provides classes and interfaces for dealing with java.awt.swing. 
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
 

Uses of ChangeEvent in com.sun.java.swing
 

Fields in com.sun.java.swing declared as ChangeEvent
protected  ChangeEvent AbstractButton.changeEvent
          Only one ChangeEvent is needed per button instance since the event's only state is the source property.
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 MenuSelectionManager.changeEvent
          Only one ChangeEvent is needed per button model instance since the event's only state is the source property.
protected  ChangeEvent DefaultSingleSelectionModel.changeEvent
           
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 JSlider.changeEvent
          Only one ChangeEvent is needed per slider instance since the event's only (read-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 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 DefaultCellEditor.changeEvent
           
 

Methods in com.sun.java.swing with parameters of type ChangeEvent
 void JMenuItem.AccessibleJMenuItem.stateChanged(ChangeEvent e)
          Supports the change listener interface and fires property change
 void JTable.columnMarginChanged(ChangeEvent e)
          Tells listeners that a column was moved due to a margin change.
 void JTable.editingStopped(ChangeEvent e)
          Invoked when editing is finished.
 void JTable.editingCanceled(ChangeEvent e)
          Invoked when editing is canceled.
 void JScrollPane.AccessibleJScrollPane.stateChanged(ChangeEvent e)
          Supports the change listener interface and fires property change
 void JTabbedPane.ModelListener.stateChanged(ChangeEvent e)
           
 void JTabbedPane.AccessibleJTabbedPane.stateChanged(ChangeEvent e)
           
 void AbstractButton.ButtonChangeListener.stateChanged(ChangeEvent e)
           
 

Uses of ChangeEvent in com.sun.java.swing.event
 

Methods in com.sun.java.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)
           
 void CellEditorListener.editingStopped(ChangeEvent e)
          This tells the listeners the editor has ended editing
 void CellEditorListener.editingCanceled(ChangeEvent e)
          This tells the listeners the editor has canceled editing
 

Uses of ChangeEvent in com.sun.java.swing.table
 

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

Methods in com.sun.java.swing.table with parameters of type ChangeEvent
 void JTableHeader.columnMarginChanged(ChangeEvent e)
           
 

Uses of ChangeEvent in com.sun.java.swing.text
 

Fields in com.sun.java.swing.text declared as ChangeEvent
protected  ChangeEvent StyleContext.NamedStyle.changeEvent
          Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property.
protected  ChangeEvent DefaultCaret.changeEvent
          The change event for the model.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.