public class ColumnVisibilityChangeEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
protected TableColumn |
mColumn
The column that was shown/hidden.
|
protected JTable |
mTable
The table to which the shown/hidden column belongs.
|
source
Constructor and Description |
---|
ColumnVisibilityChangeEvent(Object pSource,
JTable pTable,
TableColumn pColumn)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TableColumn |
getColumn()
Get the column that was shown/hidden.
|
JTable |
getTable()
Get the table to which the shown/hidden column belongs.
|
getSource, toString
protected JTable mTable
protected TableColumn mColumn
public ColumnVisibilityChangeEvent(Object pSource, JTable pTable, TableColumn pColumn)
pSource
- event sourcepTable
- table on which the event occurredpColumn
- column that was shown/hiddenpublic JTable getTable()
public TableColumn getColumn()
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.