API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.event. TableColumnModelEvent View Source
Author(s)
Alan Chung
Since
Version
1.19 04/11/06
Serial
Hierarchy
 Object
      EventObject
          TableColumnModelEvent
Implements
Subclasses
Description
public class TableColumnModelEvent
  TableColumnModelEvent is used to notify listeners that a table column model has changed, such as a column was added, removed, or moved.
See also:    TableColumnModelListener
Constructors
public TableColumnModelEvent (TableColumnModel source, int from, int to)
  Constructs a TableColumnModelEvent object.
Methods
Hide/Show inherited methods
public int getFromIndex ()
  Returns the fromIndex.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public int getToIndex ()
  Returns the toIndex.
public String toString () [Inherited From EventObject]
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
protected int fromIndex
The index of the column from where it was moved or removed
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
protected int toIndex
The index of the column to where it was moved or added
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar