| Package | org.aswing.table |
| Interface | public interface TableColumnModelListener |
| Implementors | JTable, JTableHeader |
| Method | Defined by | ||
|---|---|---|---|
|
columnAdded(e:TableColumnModelEvent):void
Tells listeners that a column was added to the model.
| TableColumnModelListener | ||
|
columnMarginChanged(source:TableColumnModel):void
Tells listeners that a column was moved due to a margin change.
| TableColumnModelListener | ||
|
columnMoved(e:TableColumnModelEvent):void
Tells listeners that a column was repositioned.
| TableColumnModelListener | ||
|
columnRemoved(e:TableColumnModelEvent):void
Tells listeners that a column was removed from the model.
| TableColumnModelListener | ||
|
columnSelectionChanged(source:TableColumnModel, firstIndex:int, lastIndex:int, programmatic:Boolean):void
Tells listeners that the selection model of the
TableColumnModel changed.
| TableColumnModelListener | ||
| columnAdded | () | method |
public function columnAdded(e:TableColumnModelEvent):voidTells listeners that a column was added to the model.
Parameterse:TableColumnModelEvent |
| columnMarginChanged | () | method |
public function columnMarginChanged(source:TableColumnModel):voidTells listeners that a column was moved due to a margin change.
Parameterssource:TableColumnModel |
| columnMoved | () | method |
public function columnMoved(e:TableColumnModelEvent):voidTells listeners that a column was repositioned.
Parameterse:TableColumnModelEvent |
| columnRemoved | () | method |
public function columnRemoved(e:TableColumnModelEvent):voidTells listeners that a column was removed from the model.
Parameterse:TableColumnModelEvent |
| columnSelectionChanged | () | method |
public function columnSelectionChanged(source:TableColumnModel, firstIndex:int, lastIndex:int, programmatic:Boolean):voidTells listeners that the selection model of the TableColumnModel changed.
Parameterssource:TableColumnModel |
|
firstIndex:int |
|
lastIndex:int |
|
programmatic:Boolean |