Spec-Zone .ru
спецификации, руководства, описания, API
JavaTM 2 Platform
Standard Edition

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.colorchooser Contains classes and interfaces used by the JColorChooser component. 
javax.swing.event Provides for events fired by Swing components. 
javax.swing.plaf.basic Provides user interface objects built according to the Basic look-and-feel. 
javax.swing.table Provides classes and interfaces for dealing with java.awt.swing.JTable. 
javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components. 
 

Uses of ChangeEvent in javax.swing
 

Fields in javax.swing declared as ChangeEvent
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 MenuSelectionManager.changeEvent
          Only one ChangeEvent is needed per button model instance since the event's 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.
protected  ChangeEvent DefaultSingleSelectionModel.changeEvent
           
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 DefaultBoundedRangeModel.changeEvent
          Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property.
protected  ChangeEvent DefaultCellEditor.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 JTabbedPane.changeEvent
          Only one ChangeEvent is needed per TabPane instance since the event's only (read-only) state is the source property.
 

Methods in javax.swing with parameters of type ChangeEvent
 void JMenuItem.AccessibleJMenuItem.stateChanged(ChangeEvent e)
          Supports the change listener interface and fires property change
 void AbstractButton.ButtonChangeListener.stateChanged(ChangeEvent e)
           
 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 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 JTable.AccessibleJTable.columnMarginChanged(ChangeEvent e)
          Track changes of a column moving due to margin changes.
 void JTable.AccessibleJTable.editingStopped(ChangeEvent e)
          Track changes to a cell's contents.
 void JTable.AccessibleJTable.editingCanceled(ChangeEvent e)
          Invoked when editing is canceled.
 

Uses of ChangeEvent in javax.swing.colorchooser
 

Fields in javax.swing.colorchooser declared as ChangeEvent
protected  ChangeEvent DefaultColorSelectionModel.changeEvent
          Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property.
 

Uses of ChangeEvent in javax.swing.event
 

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

Uses of ChangeEvent in javax.swing.plaf.basic
 

Methods in javax.swing.plaf.basic with parameters of type ChangeEvent
 void BasicTabbedPaneUI.TabSelectionHandler.stateChanged(ChangeEvent e)
           
 void BasicSliderUI.ChangeHandler.stateChanged(ChangeEvent e)
           
 void BasicProgressBarUI.ChangeHandler.stateChanged(ChangeEvent e)
           
 void BasicTreeUI.CellEditorHandler.editingStopped(ChangeEvent e)
          Messaged when editing has stopped in the tree.
 void BasicTreeUI.CellEditorHandler.editingCanceled(ChangeEvent e)
          Messaged when editing has been canceled in the tree.
 void BasicScrollBarUI.ModelListener.stateChanged(ChangeEvent e)
           
 void BasicButtonListener.stateChanged(ChangeEvent e)
           
 void BasicScrollPaneUI.ViewportChangeHandler.stateChanged(ChangeEvent e)
           
 void BasicScrollPaneUI.HSBChangeListener.stateChanged(ChangeEvent e)
           
 void BasicScrollPaneUI.VSBChangeListener.stateChanged(ChangeEvent e)
           
 void BasicMenuUI.ChangeHandler.stateChanged(ChangeEvent e)
           
 

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)
           
 

Uses of ChangeEvent in javax.swing.text
 

Fields in javax.swing.text declared as ChangeEvent
protected  ChangeEvent DefaultCaret.changeEvent
          The change event for the model.
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.
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.